View previous topic :: View next topic |
Author |
Message |
Jarhead Guru
Joined: 26 Mar 2004 Posts: 474
|
Posted: Thu Apr 08, 2004 5:15 am Post subject: eth 0: unknown interface: No such device |
|
|
I am using a Dell Inspiron 1100 with a Broadcomm 4400 ethernet card. I have this set up as a module in my 2.6.3 kernel. This is a common issue from what I have seen browsing the internet in search of the solution to this problem... However, nothing so far has helped.
Uncommenting the line "iface_eth0="192.168.0.2 broadcast 192.168.0.255 netmask 255.255.255.0" yields this error:
Code: |
/etc/init.d/net.eth0 restart
*Bringing eth0 up...
SIOSIFADDR: No such device
eth0: unknown interface: No such device
SIOCSIFBRDADDR: No such device
eth0: unknown interface: No such device
SIOCSIFNETMASK: No such device
*failed to bring eth0 up
|
I just got done with a fresh install, and have not been able to emerge anything yet. Looks like I'm stuck until this gets resolved... _________________ Hats off to everyone in leadership, developmental, or administrative capacities for Gentoo Linux. Your hard work is very much appreciated. |
|
Back to top |
|
|
solszew n00b
Joined: 04 Apr 2004 Posts: 43
|
Posted: Thu Apr 08, 2004 5:54 am Post subject: |
|
|
What is the output of `/sbin/lsmod`? Do you see bcm4400 listed? If not, try running `modprobe bcm4400`, and then lsmod again. Also, run `uname -a` and check to see that you're running the kernel version that the module was compiled for. Another thing to do is to run `dmesg` and make sure that your ethernet device was detected when the machine booted.
If you haven't already done so, you might have a look at this link:
http://www.garshol.priv.no/download/i8500/
It talks about getting your card to work on RedHat 9, not Gentoo, but it does have some useful info. |
|
Back to top |
|
|
Jarhead Guru
Joined: 26 Mar 2004 Posts: 474
|
Posted: Thu Apr 08, 2004 6:15 am Post subject: |
|
|
/sbin/lsmod shows nothing there. Running modprobe bcm4400 returns "FATAL: bcm4400 not found." I'm downloading the file from this computer, burning it to a cd, and going to install it that way. I'll keep you posted on my progress. _________________ Hats off to everyone in leadership, developmental, or administrative capacities for Gentoo Linux. Your hard work is very much appreciated. |
|
Back to top |
|
|
Jarhead Guru
Joined: 26 Mar 2004 Posts: 474
|
Posted: Thu Apr 08, 2004 6:51 am Post subject: sweet success |
|
|
That worked. Thanks! _________________ Hats off to everyone in leadership, developmental, or administrative capacities for Gentoo Linux. Your hard work is very much appreciated. |
|
Back to top |
|
|
|