| Toughbook CF-52 eth0 not found - CentOS 5.2 I posted this in the "Linux on Laptops/Netbooks/Minibooks" section, but it was suggested that I post here, despite that this is a wired issue, not wireless. If this is inappropriate for this section, I can return to the other section. Below is the original post with extra output added from various Linux commands.
--------------------------------------
I recently installed CentOS 5.2 on a Panasonic Toughbook CF-52 and the installer went through without any problems. I was able to log in after the install completed and everything appears to be working except networking.
ifconfig does not show anything for eth0 which is what I've always used for wired Ethernet networking. Is there some other way to get wired Ethernet working on this laptop?
I see a xenbr0 device in ifconfig, but I assume that is for bridging/natting the network to a virtual machine?
I'm not running any VMs, and just want to enable an Ethernet connection on the host OS.
After doing some research, I tracked down an e1000 kernel module, which is loaded via modprobe, but that doesn't seem to be helping. Am I missing something?
Here are some console commands and output: Code: # lspci |grep Ethernet
00:19.0 Ethernet controller: Intel Corporation 82567LM Gigabit Network Connection (rev 03)
# dmesg |grep firmware
<<returns no results>>
# uname -r
2.6.18-92.el5xen
# dmesg
...
e1000e: Intel(R) PRO/1000 Network Driver - 0.2.0
e1000e: Copyright (c) 1999-2007 Intel Corporation
Intel(R) PRO/1000 Network Driver - version 7.3.20-k2-NAPI
Copyoright (c) 1999-2006 Intel Corporation
(repeated a couple times...)
I'm not sure which is the correct module, but e1000 and e1000e don't seem to be working. If you need any other information, let me know. Thanks. |