The fact that the 8139too module isn't showing up when you do an lsmod means it's not loading properly. This is likely due to your attempt to assign I/O addresses & IRQ's to the card. IIRC, 8139's are PCI based cards, so you shouldn't have to provide any parameters. Try manually installing the module with insmod (and no parameters):
insmod /path/to/module/8139too.o BTW: You may get more help posting to the LEAF-user list...there's not much traffic on the hardware list, and I'm not sure how many folks are actually subscribed... Charles Steinkuehler http://lrp.steinkuehler.net http://c0wz.steinkuehler.net (lrp.c0wz.com mirror) ----- Original Message ----- From: "Shady Milkman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 05, 2002 7:52 PM Subject: [Leaf-hardware] Network interface questions Hello everybody. I've recently been expeirementing with the Bering LEAF distribution, but I'm having some problems when it comes to my network card(PCI SMC 1211TX). I looked up the ethernet howto at linuxdoc.org and it said to use the rtl8139, but looking around i found that I'm supposed to use 8139too.o for the 2.4.x kernel version. Anywho, I loaded that and put it in my modules.lrp and it gave me some unresolved externals when I insmod'd it so I got the mii.o module and loaded that prior to loading the 8139too and it said it was all working. However, I can't get Bering to recognize it as either my eth0 or my eth1 interface. Right now I only have one network card and I'm just trying to get things set up, but I plan to add another network card. Anyway, the relevant lines of my /etc/modules are mii 8139too io=0x1000 irq=0x10 I found that out by looking up the info in windoze. Anyway what do I have to do for LEAF to use it as my interface? I was looking around at some other linux documentation and it had stuff about using "alias eth0 driver" or whatever and then "options driver x" but have seen nothing about this whil looking over the LEAF/LRP documentation. Could anybody explain to me what I have to do? BTW, after booting even when it tells it to load the 8139too module in /etc/modules when I check lsmod it says that it's not running, but mii is. ??? Also, when using ip addr it only says lo and dummy are the interfaces. Sorry I'm a linux newbie but I'm trying to learn I just can't find out where to tell it that eth0/eth1 maps to my NIC. Thanks for any help, -Alan Scandella _______________________________________________ Leaf-hardware mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-hardware
