Re: [leaf-user] problems proving atmtools.lrp

2003-06-10 Thread Steve Wright
Jose Luis Abuelo Sebio wrote:

Hi Jose,

http://leaf.sourceforge.net/devel/jnilo/testing/atmtools.lrp

 I am using this package because I am trying to use
an ATM NIC card
(ForeRunner ATM Adapter), but I am having some
problems that maybe you can help me with.
You will almost certainly need a kernel module for the specific card. 
It is unlikely that any old module will do for ATM adapters.

It seems that this card has the PCA200e chipset.  It is very widely used 
for Linux and indeed my RedHat system supports it out-of-the-box.

[EMAIL PROTECTED] steve]$ locate pca200
/usr/src/linux-2.4.18-3/drivers/atm/pca200e.data
/usr/src/linux-2.4.18-3/drivers/atm/pca200e_ecd.data
/usr/src/linux-2.4.18-3/drivers/atm/pca200e.bin
/home/steve/wisp-dist/kernel-2.4.20/linux-wdist/drivers/atm/pca200e.data
/home/steve/wisp-dist/kernel-2.4.20/linux-wdist/drivers/atm/pca200e_ecd.data
[EMAIL PROTECTED] steve]$
You didn't search google for it did you?  8-)  tsk tsk.  ALWAYS search 
google.. rant rant.. trails off...
http://www.google.com/search?q=ForeRunner+ATM+Adapter+kernel+module

To test, download some modules and try roughly poking them in.  Keep 
trying until one initializes the card.  You do have the card installed ay ?

1) First I install the module to control the atm Nic
called nicstar.o
insmod pca200e


 Another thing is that the command Ifconfig doesn´t
work (It says ifconfig: not found). 

Modern tools are used on LEAF.  8-)

# ip address add
# ip address list
# ip route add (mostly not required if you put /24 on the address in `ip 
address add` or you are doing something more complex.
# ip route list


Another question that I have now, because ifconfig 
doesn´t work is how I can do in the /etc/interfaces to
add the lines to configure
the atm Nic automaticly.. you know we have something
for eth0, eth1.. br0... but 
what do I have to do for the atm Nic?

Get the correct kernel module in, and see what interface appears when 
you do `ip addr ls`

2) I am using the packages vlan.lrp and bridge.lrp
too. For these packages I had
to install two modules 8021q.o for vlan.lrp and
bridge.o, Do I have to install any
extra module for atmtools.lrp?
no.  You will need to pull the atmtools.lrp apart and swap the modules 
so the package loads the pca200 module.
Yell if you don't know how to do this.



have fun.  networking is fun.  8-)

/steve



---
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] problems proving atmtools.lrp

2003-06-10 Thread Jacques Nilo
Le Mardi 10 Juin 2003 19:11, Jose Luis Abuelo Sebio a écrit :
 Hi, How are you doing?

  Let´s see if you can help me out here.
 I am trying to use a package called atmtools.lrp
 that you can find at this address
 http://leaf.sourceforge.net/devel/jnilo/testing/atmtools.lrp

   I am using this package because I am trying to use
 an ATM NIC card
 (ForeRunner ATM Adapter), but I am having some
 problems that maybe you can help me with.

 1) First I install the module to control the atm Nic
 called nicstar.o, which
 I have downloaded from the leaf modules website. But
 once I have this module installed,
 sometimes it gives me error, sometimes it doesn´t. But
 most of the time
 is does and it gives me this error:

 #insmod nicstar.o
 Using /lib/modules/nicstar.o
 insmod: unresolved symbol idt77105_stop
 insmod: unresolved symbol idt77105_init
A look in the modules.dep file would have tell you that nicstar.o depends on
/lib/modules/2.4.20/kernel/drivers/atm/idt77105.o
So load idt77105.o before nicstar.o

modules.dep file is here:
http://leaf.sf.net/devel/jnilo/bering/latest/modules/2.4.20/modules.dep
  Another thing is that the command Ifconfig doesn´t
 work (It says ifconfig: not found).
there is no ifconfig command in LEAF distro. They use ip command.
In Bering you just have to declare your interface in the /etc/interfaces file 
to activate the interfaces. Then the ifup program will execute the proper ip 
commands for you
Please read the installation  user's guide:
http://leaf.sourceforge.net/devel/jnilo/binetwork.html#AEN804
Also no double post on leaf-devel please.

Jacques


---
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


[leaf-user] problems proving atmtools.lrp

2003-06-10 Thread Jose Luis Abuelo Sebio
Hi, How are you doing?

 Let´s see if you can help me out here.
I am trying to use a package called atmtools.lrp
that you can find at this address
http://leaf.sourceforge.net/devel/jnilo/testing/atmtools.lrp

  I am using this package because I am trying to use
an ATM NIC card
(ForeRunner ATM Adapter), but I am having some
problems that maybe you can help me with.

1) First I install the module to control the atm Nic
called nicstar.o, which
I have downloaded from the leaf modules website. But
once I have this module installed,
sometimes it gives me error, sometimes it doesn´t. But
most of the time
is does and it gives me this error:

#insmod nicstar.o
Using /lib/modules/nicstar.o
insmod: unresolved symbol idt77105_stop
insmod: unresolved symbol idt77105_init

 Another thing is that the command Ifconfig doesn´t
work (It says ifconfig: not found). 

Another question that I have now, because ifconfig 
doesn´t work is how I can do in the /etc/interfaces to
add the lines to configure
the atm Nic automaticly.. you know we have something
for eth0, eth1.. br0... but 
what do I have to do for the atm Nic?

2) I am using the packages vlan.lrp and bridge.lrp
too. For these packages I had
to install two modules 8021q.o for vlan.lrp and
bridge.o, Do I have to install any
extra module for atmtools.lrp?

Thank you very much for all your help, I will be
waiting and checking my mail every
few minutes hehehe, see you and have a good day guys

Jose Luis Abuelo Sebio

___
Yahoo! Sorteos  -  http://loteria.yahoo.es
Juega a la Lotería Primitiva sin salir de casa


---
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html