How do i change network drivers?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers How do i change network drivers?
# 1  
Old 11-28-2011
How do i change network drivers?

In recent time i have observed that two identical servers are behaving different in terms of network.

For example after reboot one of the server was taking some time to get into network after starting the network service.

After digging more into the system commands i came to know that they two are running different ethernet controllers Intel 82575EB Gigabit Ethernet Controller Intel 82576 Gigabit Ethernet Controller respectively.

The problematic server having Intel 82576 Gigabit Ethernet Controller.

More digging reveals that problematic server running igb drivers where as good one running both igb and e1000
problematic server
Code:
# lsmod | egrep 'pcnet32|vmxnet|e1000|igb'
igb                   104197  0

good one
Code:
# lsmod | egrep 'pcnet32|vmxnet|e1000|igb'
e1000e                127249  0
igb                   104197  0

Is there any way i can add e1000e driver on problematic one.

i tried running modprobe e1000e on problematic server but after reboot it showed following result.
Code:
# modprobe -l | egrep 'pcnet32|vmxnet|e1000|igb'
/lib/modules/2.6.18-128.2.1.4.25.el5xen/kernel/drivers/net/e1000/e1000.ko
/lib/modules/2.6.18-128.2.1.4.25.el5xen/kernel/drivers/net/e1000e/e1000e.ko
/lib/modules/2.6.18-128.2.1.4.25.el5xen/kernel/drivers/net/igb/igb.ko
/lib/modules/2.6.18-128.2.1.4.25.el5xen/kernel/drivers/net/pcnet32.ko
# lsmod | egrep 'pcnet32|vmxnet|e1000|igb'
igb                   104197  0

Any other way of getting around this problem would be appreciated.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Emergency UNIX and Linux Support

HP-UX: Help to Change network configuration from APA manual mode (2Gbps) to simple fail over (1Gbps)

Hello HP-UX experts, Server = rx8640 Node partition OS = HP-UX 11.23 arch = IA64 Network switch = Foundry 16 port switch (1Gbps) Existing configuration: Tough to explain as it is very messy (see below for the link of zip of network related fles). 2 x 2Gbps aggregates configured some time... (1 Reply)
Discussion started by: prvnrk
1 Replies

2. UNIX for Advanced & Expert Users

What files or programs have the ability to change your default network scripts and config

What files or programs have the ability to change your default network scripts and config files? All 3 of these very important files got changed on their own. /etc/sysconfig/network-scripts/ifcfg-wlan0 /etc/sysconfig/networking/devices/ifcfg-wlan0... (4 Replies)
Discussion started by: cokedude
4 Replies

3. Shell Programming and Scripting

Need help to change XML values with shell scripting for Network Simulation

Hello, I don't have experience in this scripting and I need some help to read a value from an XML file and change it with a random number to use in simulator for different network scenarios. </Description><sim_comm_rounds>35</sim_comm_rounds><num_clusters>1</num_clusters><Clocking> I want to... (5 Replies)
Discussion started by: erhanasd
5 Replies

4. Solaris

Network card drivers for solaris?

Hi all, i have configured my solaris 5 .10 for internet connection by editing the files /etc/hosts/,/etc/resolve.config,/etc/defalutrouter and nsswitchconfig . during installation i was not requested for ip adddress even i plugged network cable. am i need to install any network card... (2 Replies)
Discussion started by: srikanthg
2 Replies

5. AIX

change network info

hi all, how do i change the routing info and make sure i will be able to connect remotely? any ideas please? thanks in advance. (1 Reply)
Discussion started by: itik
1 Replies

6. AIX

change network adapter

hello i've need to change network adapter on machine H80 aix 4.3.3 hacmp ( ent0 ) what i need to do after the new adapter installed on the machine? thanks best regards ariec (1 Reply)
Discussion started by: ariec
1 Replies

7. Debian

Kernel source not found. (can't install network card drivers)

I've had no luck with help on linuxquestions so I figured I'd try here. I'm using debian etch. The problem is that I can not install my network card because it says: Makefile:62: *** Linux kernel source not found. Stop. I have the kernel-headers installed. I've looked all over the... (9 Replies)
Discussion started by: Virtuality
9 Replies

8. Solaris

Change speed on network card

I recently learned that Sun Solaris network cards (ce devices) have problems with ndd -get commands. I did some searching and found out about the netstat -k command to show me the link speed. What is the best way to change the link speed (both one time and permanently)? I am running Solaris 9... (7 Replies)
Discussion started by: hshapiro
7 Replies

9. OS X (Apple)

change network time protocol

by default, a mac syncs its time and date with time.apple.com (located system prefs->Date&Time). Is there a way in unix to change it to another address? my attempts to use ntpdate and ntpd have failed. (4 Replies)
Discussion started by: CBarraford
4 Replies

10. UNIX for Dummies Questions & Answers

drivers unix 5.01 is compatible with drivers epson fx-2190

Please, I'm From Argentina, And I Need To Know If The Drivers Of Program Unix, Version 5.01 Is Compatible Whit Drivers Of The Printer Epson Fx-2190 Thanks, And I Hope Yuor Answer. (0 Replies)
Discussion started by: juan alberghina
0 Replies
Login or Register to Ask a Question