nixCraft Linux Forum

nixCraft

Linux / UNIX Tech Support Forum

Need help in installing linux drivers Intel(R) 82566DM-2 gigabit ethernet connection

This is a discussion on Need help in installing linux drivers Intel(R) 82566DM-2 gigabit ethernet connection within the Linux hardware forums, part of the Linux Getting Started category; Hi, I am a newbie to linux and to this forum too.. Need help in installing linux drivers. I have ...


Go Back   nixCraft Linux Forum > Linux Getting Started > Linux hardware

Linux answers from nixCraft.


Linux hardware Discussion about Linux hardware related problems.

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 29-05-2008, 12:40 AM
Junior Member
User
 
Join Date: Feb 2008
OS: JOYnux
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
praveenjayak is on a distinguished road
Default Need help in installing linux drivers Intel(R) 82566DM-2 gigabit ethernet connection

Hi,

I am a newbie to linux and to this forum too..

Need help in installing linux drivers. I have dell optiplex 755 with the Intel(R) 82566DM-2 gigabit ethernet connection, i have downloaded the drivers for same and now want the steps how to make it to work in RHEL WS 3.0

Thanks to all for assisting me.

Praveen.
Reply With Quote
  #2 (permalink)  
Old 29-05-2008, 02:00 PM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
OS: RHEL
Scripting language: Bash and Python
Posts: 2,710
Thanks: 11
Thanked 245 Times in 184 Posts
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

The driver is inbuilt into kernel. Just type ifconfig to see if you can see eth0. Else type
Code:
     modprobe e1000
ifconfig
__________________
Vivek Gite
Linux Evangelist
Be proud RHEL user, and let the world know about your enterprise choices! Join RedHat user group.
Always use CODE tags for posting system output and commands!
Do you run a Linux? Let's face it, you need help
Reply With Quote
  #3 (permalink)  
Old 29-05-2008, 09:42 PM
Junior Member
User
 
Join Date: Feb 2008
OS: JOYnux
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
praveenjayak is on a distinguished road
Default Need help for installing NIC

Hi Vivek,

Thanks a ton for your only reply.

I did what you wrote.

I tried manually loading the e1000 module with modprobe and it didn't complain, but I still have no eth0. When I used the "system-config-network" GUI, I added manually specified the an "Intel EtherExpress/1000 gigabit" device, but when I tried to Activate it I got the message: "e1000 device does not seem to be present, delaying initialization"

however i downloaded the linux drivers for the same NIC and i have to install and make it work. this is what i think. sorry if i am wrong.

Vivek...could you please help in installing the drivers, step by step.

Thanks soo much

Praveen Jaya.P



Quote:
Originally Posted by nixcraft View Post
The driver is inbuilt into kernel. Just type ifconfig to see if you can see eth0. Else type
Code:
     modprobe e1000
ifconfig
Reply With Quote
  #4 (permalink)  
Old 30-05-2008, 03:31 AM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
OS: RHEL
Scripting language: Bash and Python
Posts: 2,710
Thanks: 11
Thanked 245 Times in 184 Posts
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

Can you provide me your driver download link?
__________________
Vivek Gite
Linux Evangelist
Be proud RHEL user, and let the world know about your enterprise choices! Join RedHat user group.
Always use CODE tags for posting system output and commands!
Do you run a Linux? Let's face it, you need help
Reply With Quote
  #5 (permalink)  
Old 30-05-2008, 03:55 AM
Junior Member
User
 
Join Date: Feb 2008
OS: JOYnux
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
praveenjayak is on a distinguished road
Default

Sure Vivek,

Download Link : http://sourceforge.net/projects/e1000

Please do the needful.

PraveenJaya.P

Quote:
Originally Posted by nixcraft View Post
Can you provide me your driver download link?
Reply With Quote
  #6 (permalink)  
Old 31-05-2008, 04:32 PM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
OS: RHEL
Scripting language: Bash and Python
Posts: 2,710
Thanks: 11
Thanked 245 Times in 184 Posts
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

Download driver

Untar driver

Make sure gcc and development tools are installed

Read readme.txt or INSTALL file for installation instructions. This file is located inside tar ball directory.
__________________
Vivek Gite
Linux Evangelist
Be proud RHEL user, and let the world know about your enterprise choices! Join RedHat user group.
Always use CODE tags for posting system output and commands!
Do you run a Linux? Let's face it, you need help
Reply With Quote
  #7 (permalink)  
Old 31-05-2008, 10:06 PM
Junior Member
User
 
Join Date: Feb 2008
OS: JOYnux
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
praveenjayak is on a distinguished road
Thumbs up

Hi Vivek

Thanks Dear,

Its working now and am able to ssh and FTP , Great Help.

Talk to you soon
Reply With Quote
  #8 (permalink)  
Old 26-06-2008, 10:54 PM
Junior Member
User
 
Join Date: Jun 2008
OS: linux red hat
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
supra is on a distinguished road
Default

I have dell optiplex 755 with the Intel(R) 82566DM gigabit ethernet connection, i have cds RHEL WS 4.0 (from 2005) (kernel version is 2.6.9-5.ELsmp)

I am not able to configure.

when i use lspci - it does not show the driver .

can you help me ?
Reply With Quote
  #9 (permalink)  
Old 11-07-2008, 03:36 AM
Junior Member
User
 
Join Date: Jul 2008
OS: OEL4 / OEL5
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Chap is on a distinguished road
Default

Hello, maybe this helps someone having the same problem.

I installed Oracle Enterprise Linux 5 (base release) and had the same problem (internal interface not discovered).

I decided to download and install OEL 5 Update 2 (kernel 2.6.18-92) and did a fresh install again. This time the interface was correctly discovered and configured, also de video card.
Reply With Quote
Reply

Tags
hardware , networking , nic


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 On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
Linux Dell Inspiron 1420 Intel Graphics Media Accelerator X3100 Driver saurabh_jsh Linux hardware 2 30-04-2009 09:22 PM
Linux Install Broadcom bcm4318 Wireless Drivers on Debian Predatorian Ubuntu / Debian 1 10-05-2008 02:03 AM
Linux software for development device drivers marfy Linux software 1 16-04-2007 04:20 PM
How to connect two LINUX installed system using a Ethernet narasimha.reddygnv Linux software 8 16-03-2007 07:25 PM
Intel Centrino laptop Red Hat or Fedora Core Linux wireless tom Getting started tutorials 1 17-06-2006 01:50 PM


All times are GMT +5.5. The time now is 01:48 AM.


Powered by vBulletin® Version 3.8.5 - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2
©2005-2010 nixCraft. All rights reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38