View previous topic :: View next topic |
Author |
Message |
jmachacek n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 05 Aug 2003 Posts: 23
|
Posted: Sun Mar 21, 2004 10:27 pm Post subject: Network doesn't auto-start with gentoo-dev-sources-2.6.4-r1 |
|
|
My apologies if this has been addressed elsewhere, but I looked around and was unable to find any posts addressing my specific problem here.
I just updated from gentoo-sources-2.4.20-r5 to gentoo-dev-sources-2.6.4-r1. Everything is working great so far (Alsa, GeForce card) except for my networking. The /etc/init.d/net.eth0 script fails to initialize my onboard RealTek 8139 NIC (using the 8139too module). I have 8139too in /etc/modules.autoload. /etc/conf.d/net is configured properly as well. At boot I get this message:
Code: |
* 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
|
However, if I modprobe 8139too after boot, the network starts up just fine. Did something change in the way modules are loaded in 2.6? I read a bit about some changes made, but I didn't see anything that would affect this. Have I missed anything? Does anyone have any idea regarding autoloading this module at boot?
Thanks,
Jason _________________ Jason Machacek |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
misterLu Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/Austin_Powers/Austin_Powers_-_Dr_Evil.gif)
Joined: 14 Sep 2003 Posts: 430 Location: Poland
|
Posted: Mon Mar 22, 2004 12:47 am Post subject: |
|
|
maybe you forgot to do
"rc-update add default modules", and net.eth0 script can't find proper module , because it isn't loaded?
Do you have 8139too in
/etc/modules.autoload.d/kernel-2.4
or
/etc/modules.autoload.d/kernel-2.6
??? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
jmachacek n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 05 Aug 2003 Posts: 23
|
Posted: Mon Mar 22, 2004 6:05 am Post subject: |
|
|
Thanks, it was the /etc/modules.autoload.d/kernel-2.6. I hadn't realized those had been added.
Thanks! _________________ Jason Machacek |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|