View previous topic :: View next topic |
Author |
Message |
idave n00b
Joined: 20 Aug 2003 Posts: 41 Location: /dev/null
|
Posted: Wed Nov 12, 2003 9:28 pm Post subject: e100 card & no such device |
|
|
The live CD detects my intel e100 card, and on the live CD I'm able to emerge and to use the network.
When I boot my system, (e100 is already in /etc/modules.autoload) it says
Quote: |
* Bringing eth0 up . . .
SIOCSIFADDR: 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
|
HELP!!! |
|
Back to top |
|
|
hadfield Retired Dev
Joined: 18 Mar 2003 Posts: 308 Location: Vancouver, BC, Canada
|
Posted: Wed Nov 12, 2003 10:26 pm Post subject: |
|
|
When you run '/sbin/lsmod' do you see e100 as one of the modules loaded? If not, then the module was not loaded by the kernel, make sure you selected the appropriate card in your kernel configuration.
I also found this site, which might be of some help.
http://www.linuxgazette.com/issue49/lg_answer49.html#tag/6 |
|
Back to top |
|
|
idave n00b
Joined: 20 Aug 2003 Posts: 41 Location: /dev/null
|
Posted: Thu Nov 13, 2003 1:19 pm Post subject: |
|
|
shadfiel wrote: | When you run '/sbin/lsmod' do you see e100 as one of the modules loaded? |
When I run lsmod on the liveCD, the module is loaded and I'm able to configure eth0, when I try the same command after a normal boot, the module loads correctly, but when I try to bring eth0 up, that f***** message appears!!! |
|
Back to top |
|
|
squealie n00b
Joined: 06 Aug 2003 Posts: 45
|
Posted: Thu Nov 13, 2003 4:09 pm Post subject: |
|
|
I don't know if this is related at all, but I just got the same message on a previously functioning box, after I 'rc-update add * default' -ed a bunch of services.
I removed the services and it came back.
Perhaps a dependancy or a service is hanging up eth0. |
|
Back to top |
|
|
idave n00b
Joined: 20 Aug 2003 Posts: 41 Location: /dev/null
|
Posted: Thu Nov 13, 2003 4:47 pm Post subject: |
|
|
hmmm... The only service is sshd, so I don't think it's a problem... |
|
Back to top |
|
|
idave n00b
Joined: 20 Aug 2003 Posts: 41 Location: /dev/null
|
|
Back to top |
|
|
|