Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > GNU Linux Zone > Wireless Internet > [SOLVED] Toughbook CF-52 eth0 not found - CentOS 5.2

Forgot Password?
 Wireless Internet   Anything related to getting wireless set up in Linux. WLAN, WiFi, etc.

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Closed Thread
 
Thread Tools Display Modes
Old 05-14-2009   #1 (permalink)
Just Joined!
 
Join Date: Sep 2003
Posts: 20
Send a message via ICQ to skiman1979 Send a message via AIM to skiman1979 Send a message via Yahoo to skiman1979
[SOLVED] Toughbook CF-52 eth0 not found - CentOS 5.2

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?
skiman1979 is offline  


Old 05-14-2009   #2 (permalink)
Linux Guru
 
rokytnji's Avatar
 
Join Date: Jul 2008
Location: Pecos, Texas
Posts: 1,503
Howdy Skiman, I own a Cf-48 Toughbook running Ubuntu 8.04 LTS and it runs ETH0 and The internal Wireless also. I suggest if you want to get some good responces to your Eth O query to post your problem HERE in this section of the forum. I know it says wireless but we have members that are excellant at trouble shooting lan issues there. Follow THESE instructions before posting there. Again I know it says wireless but the info you provide using those instructions will be a big help to those who respond there to untangle your lan issues. Good Luck with Centos and If I was you I would include CentOS in the title of your thread as there are a few members running that distro who will see it and respond to your questions. Happy Trails.
__________________
Free Linux Books
Linux Registered User # 475019
And I’ll keep using Linux until they pry it from my cold dead fingers.
rokytnji is offline  
Old 05-14-2009   #3 (permalink)
Just Joined!
 
Join Date: Sep 2003
Posts: 20
Send a message via ICQ to skiman1979 Send a message via AIM to skiman1979 Send a message via Yahoo to skiman1979
Thanks rokytnji. I'll post the question in the wireless section as you said, and include CentOS in the title. I'll also update the title here (if I'm able to edit the title) in case someone in this section can respond.
skiman1979 is offline  
Old 05-14-2009   #4 (permalink)
Just Joined!
 
Join Date: Sep 2003
Posts: 20
Send a message via ICQ to skiman1979 Send a message via AIM to skiman1979 Send a message via Yahoo to skiman1979
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.
skiman1979 is offline  
Old 05-14-2009   #5 (permalink)
Linux Engineer
 
Join Date: Nov 2007
Posts: 1,135
The version of the e1000 driver from the install is likely too old to support the newer version of 82XXX Intel NIC. You can download the latest e1000 driver from Intel and compile it for your system.

Intel 82567 NIC Driver

Install README

* If you are not using Xen, I suggest reinstalling without selecting "virtualization" so that the Xen kernel is not installed. You *may* see additional complications later due to the Xen kernel.

* You have installed an *enterprise* distro to a laptop - expect that more work may be required to make it function like a desktop system (sound, games, movies, music.)
HROAdmin26 is offline  
Old 05-18-2009   #6 (permalink)
Just Joined!
 
Join Date: Sep 2003
Posts: 20
Send a message via ICQ to skiman1979 Send a message via AIM to skiman1979 Send a message via Yahoo to skiman1979
Quote:
Originally Posted by HROAdmin26 View Post
The version of the e1000 driver from the install is likely too old to support the newer version of 82XXX Intel NIC. You can download the latest e1000 driver from Intel and compile it for your system.

Intel 82567 NIC Driver

Install README

* If you are not using Xen, I suggest reinstalling without selecting "virtualization" so that the Xen kernel is not installed. You *may* see additional complications later due to the Xen kernel.

* You have installed an *enterprise* distro to a laptop - expect that more work may be required to make it function like a desktop system (sound, games, movies, music.)
Thanks. As suggested, I'm reinstalling the OS without selecting "virtualization". I'm not sure why I selected that in the first place. After reinstalling, I'll install the updated e1000 driver from the link you provided.

I appreciate the advice about installing an enterprise distro on a laptop. The reason I went with this OS is because of the embedded development we will be doing on it. We're going to be doing Montavista Linux development for a TI board on this laptop. The Montavista tools officially support Red Hat Enterprise Linux, and from what I understand CentOS is basically RH without the branding. It was a quick way to get a RH-like box together without waiting for the licensing to come through (and of course cheaper).

I'll post back with my results after getting the OS and updated drivers installed.
skiman1979 is offline  
Old 06-02-2009   #7 (permalink)
Just Joined!
 
Join Date: Sep 2003
Posts: 20
Send a message via ICQ to skiman1979 Send a message via AIM to skiman1979 Send a message via Yahoo to skiman1979
Sorry for the late update. I did reinstall the OS and put the new e1000 drivers in. CentOS booted up and successfully started my Ethernet connection.

Thanks again for the help.
skiman1979 is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 05:46 AM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2