View previous topic :: View next topic |
Author |
Message |
Galumph Tux's lil' helper
Joined: 15 Jul 2010 Posts: 122 Location: Israel
|
Posted: Wed Jul 18, 2012 4:09 pm Post subject: e1000 and the 3.4 kernels |
|
|
Is the e1000 module broken in the newer kernels?
When I boot up on 3.2.12 everything works fine, I get internet connection going and everything. When booting the 3.4 kernels (I've tested this with both 3.4.4 and 4.5), net.eth0 screams about eth0 not existing and asks me if I configured my kernel properly. I've been using the e1000 module since the 2.6 kernel when I first gave linux a go on this box and it's definitely there:
Code: | # uname -r
3.4.5
# zgrep "CONFIG_E1000=" /proc/config.gz
CONFIG_E1000=m
|
Maybe my network isn't configured correctly? What can I do to fix this? |
|
Back to top |
|
|
Jaglover Watchman
Joined: 29 May 2005 Posts: 8291 Location: Saint Amant, Acadiana
|
|
Back to top |
|
|
toralf Developer
Joined: 01 Feb 2004 Posts: 3942 Location: Hamburg
|
Posted: Wed Jul 18, 2012 5:51 pm Post subject: |
|
|
Moreover maybe your card is now served by another module ? |
|
Back to top |
|
|
Galumph Tux's lil' helper
Joined: 15 Jul 2010 Posts: 122 Location: Israel
|
Posted: Wed Jul 18, 2012 8:03 pm Post subject: |
|
|
modprobe e1000 doesn't do anything, and modinfo e1000 says something about a missing alias. Compile time was also abnormally fast. |
|
Back to top |
|
|
|