LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   NIC not detected when upgrading kernel (https://www.linuxquestions.org/questions/linux-hardware-18/nic-not-detected-when-upgrading-kernel-303355/)

pineapples 03-18-2005 07:38 PM

NIC not detected when upgrading kernel
 
I have just upgraded my kernel from 2.2 to 2.6 and my network card is not detected by lspci or at boot on dmesg, ifconfig -a does not show eth0

the network card works fine in 2.2

I have a Intel Pro 100 which i selected in config

So it looks like my kernel is not detecting the card, in dmesg it has a note about PCI devices are now not automatically detected as using acpi could this be the problem? Am currently at work so don't have access to my machine and i was thinking to recompile without acpi support, anyone think this might work? Or have any other suggestions for fixing this

Hardware:
Dual 1ghz PIII (detected both fine)
NIC Intel 82559 PRO 100
Distro Debian-Sarge
Kernel 2.6.11.3 (NIC works fine on 2.2)

comprookie2000 03-19-2005 02:12 PM

What happens when you
Code:

modprobe e100

pineapples 03-20-2005 11:28 AM

modprobe: QM_MODULES: Function not implemented
modprobe: QM_MODULES: Function not implemented
modprobe: Can't locate module 100

...

I recompiled kernel without acpi support and now my card is detected on boot, and shows up on dmesg and lspci

however it is not automatically assigned an ip and i can't use it at all unless i enter:
ifconfig eth0 10.1.1.5 netmask 255.255.255.0 up

when i do this i can at least detect my local network, however can't access internet through my router

I have no idea where i should be looking to set this up correctly, I am thinking it has something to do with dhcp server?

any ideas?

comprookie2000 03-20-2005 01:29 PM

Try as root dhcpcd eth0


All times are GMT -5. The time now is 05:55 AM.