I test this on Dell Latitude E6420 with Ubuntu9.04 (Desktop)
After Installation found Ethernet not working, even ifconfig shows only lo (loop back device).
So for that run following command.
#lspci -nn
Ethernet controller [0200]: Intel Corporation Device [8086:1502]
After google, found this page.
http://www.ubuntu.com/certification/catalog/component/pci:1502:8086-NETWORK
Then i download driver from Intel site.
http://downloadcenter.intel.com/
Then search for 82579 under Linux section
Network Adapter Driver for PCI-E Gigabit Network Connections under Linux*
The e1000e Linux* stable base driver for the Intel® PCI-Express* gigabit ethernet adapters/connections.
OS: Linux*
http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&DwnldID=15817&lang=eng&OSVersion=Linux*&DownloadType=%0ADrivers%0A
Download following driver.
e1000e-1.6.3.tar.gz
And install.
#tar -xvzf e1000e-1.6.3.tar.gz
#cd e1000e-1.6.3/src/
Under this dir use following command for Installation.
make install
take hardly 2 min for installation.
Reboot your machine... finally your Ethernet working.
After Installation found Ethernet not working, even ifconfig shows only lo (loop back device).
So for that run following command.
#lspci -nn
Ethernet controller [0200]: Intel Corporation Device [8086:1502]
After google, found this page.
http://www.ubuntu.com/certification/catalog/component/pci:1502:8086-NETWORK
Then i download driver from Intel site.
http://downloadcenter.intel.com/
Then search for 82579 under Linux section
Network Adapter Driver for PCI-E Gigabit Network Connections under Linux*
The e1000e Linux* stable base driver for the Intel® PCI-Express* gigabit ethernet adapters/connections.
OS: Linux*
http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&DwnldID=15817&lang=eng&OSVersion=Linux*&DownloadType=%0ADrivers%0A
Download following driver.
e1000e-1.6.3.tar.gz
And install.
#tar -xvzf e1000e-1.6.3.tar.gz
#cd e1000e-1.6.3/src/
Under this dir use following command for Installation.
make install
take hardly 2 min for installation.
Reboot your machine... finally your Ethernet working.
0 comments:
Post a Comment