|
run the commands:
sudo /sbin/lspci -v
and
sudo /sbin/lspci -n
to obtain information about what controller is used by the NIC device. Then look in the HCL on the web, or use Google, or grep your Kernel Documentation directory (if the kernel source is installed) to determine the kernel module you need to modprobe for the device to be detected. Also examine the boot log ( sbin /usr/dmesg | less ) and see if there was an error message regarding the device.
The "/sbin/lspci -v" will give you information about the devices on your computer. There will be a PCI address on the left of the first line of each device. This address is listed as well in the "/sbin/lspci -n" output. The other number ( XXXX:XXXX ) will contain a unique Manufacture:Device code that may help in a search as well.
Last edited by jschiwal; 02-23-2007 at 10:07 PM.
Reason: Disabled smilies
|