Hello: I need help! I am trying to install S.u.S.E. Linux 5.2. I have found the installation generally straight forward except for one thing, I can't get my network card to work. It is a LinkSys EtherPCI LAN CARD II which is reported by the set up program as an ne2000 clone. This coresponds with the information given by LinkSys on their web site which recommends the ne2k-pci.o driver. Under Win98 the card works fine with TCP/IP and is reported at i/o 0xFCE0 - FCFF and irq=9, but seems undetectable under Linux, it is either reported as absent or "device busy" when atempting to load the correct module. Having tried every possible combination of settings I can find I am now at a loss. The following messages are displayed at boot time; Setting up network device eth0 SIOCSIFADDR: No such device SIOCSIFBRDADDR: No such device SIOCSIFNETMASK: No such device which I realise means the driver isn't installing despite being set up in YAST Can you please provide a step by step guide to setting this card up from the root prompt(I am a unix newbie)or point me in the right direction. I normally try to work things like this out for myself but this time I am completely confused. Thanks Nick Bowling nick.bowling@dial.pipex.com - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
Under Win98 the card works fine with TCP/IP and is reported at i/o 0xFCE0 - FCFF and irq=9, but seems undetectable under Linux, it is either reported as absent or "device busy" when atempting to load the correct module. Having tried every possible combination of settings I can find I am now at a loss.
The following messages are displayed at boot time; Setting up network device eth0 SIOCSIFADDR: No such device SIOCSIFBRDADDR: No such device SIOCSIFNETMASK: No such device which I realise means the driver isn't installing despite being set up in YAST
I would compile the driver as a module first to get it working and then put it in the kernel afterward. Is your network card pnp? If so you will need to use ISAPNP tools to initialize your card to compatible settings. run: bash>lsmod and make sure that you card's driver is running as a module. It should read something like ne.o or ne-pci.o , then check ifconfig if it is running correctly. If all of that doesn't work, I'd go a look at /etc/conf.modules as root and see if I can't hack the parameters of eth0 or ne to make the card work. I would then: bash>source /etc/conf.modules If this doesn't get you anywhere, look at the ldp at <A HREF="http://www.linux.org"><A HREF="http://www.linux.org</A">http://www.linux.org</A</A>> for the latest howto's on networks and network cards. It should have more information than what I just listed. Jonathan -- =========== =========== Jonathan Paul Cowherd jpcowh01@slug.louisville.edu <A HREF="http://www.slug.louisville.edu/~jpcowh01"><A HREF="http://www.slug.louisville.edu/~jpcowh01</A">http://www.slug.louisville.edu/~jpcowh01</A</A>> This is my world and I am... World Leader Pretend =========== =========== - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
participants (2)
-
jpcowh01@ox.slug.louisville.edu
-
nick.bowling@dial.pipex.com