Ubuntu does not see network Haswell (Intel Corporation Device [8086:153b])

He gathered a new PC somewhere in a couple of months ago, but only decided to run Ubuntu today, and then suddenly got out problem: the system does not see network cards! Moreover,, neuvidela even wi-fi module, the on-board ASUS Z87 Deluxe.

Here's information on the device itself


root@p1ratrulezzz-desktop:/home/p1ratrulezzz/www/hosts# lspci -nnv -s 00:19.0
00:19.0 Ethernet controller [0200]: Intel Corporation Device [8086:153b] (rev 05)
 Subsystem: ASUSTeK Computer Inc. Device [1043:859f]
 Flags: bus master, fast devsel, latency 0, IRQ 54
 Memory at df100000 (32-bit, non-prefetchable) [size=128K]
 Memory at df129000 (32-bit, non-prefetchable) [size=4K]
 I/O ports at f040 [size=32]
 Capabilities: [c8] Power Management version 2
 Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
 Capabilities: [e0] PCI Advanced Features
 Kernel driver in use: e1000e
 Kernel modules: e1000e

E1000e module is required, to run our setevuhi. They can be found on the Intel website, but I also attach a file here ssylochku, so far to go.

And So, Drivers Intel's swing the official site or my blog

Next, open a terminal (Ctrl Alt T) and do the following (shall mean, the file I downloaded from the path /home/p1ratrulezzz/Zagruzki/e1000e-2.5.4.tar.gz):

sudo su # попросит ввести потом пароль
cd /home/p1ratrulezzz/Загрузки/
tar -zxf e1000e-2.5.4.tar.gz
cd e1000e-2.5.4/src
make install

Looking forward, It is compiled. If all without errors, do something:


insmod e1000e.ko

No you will not see messages, if all went well. Now the network has to make. If you do not earn, try restarting.

Check, whether the module is loaded, as follows:


lsmod | grep e1000e

If all is well, the result is something like this:


root@p1ratrulezzz-desktop:/home/p1ratrulezzz/Загрузки# lsmod | grep e1000e
e1000e 204375 0

Loading

This entry was posted in Drivers, Drivers linux, Computers, System Administration and tagged , , , , , , , . Bookmark the permalink. | Short link:  http://p1rat.ru/lezzz/qJq7B

Leave a Reply