можно тут глянуть https://wiki.ubuntu.com/HardwareSupport/
Что-то не внушительный
список 
))
Пользователь решил продолжить мысль 08 Сентября 2013, 10:23:02:
А ну вот на сайте производителя
драйвер.
А не могли бы вы тогда меня тыкнуть где написано как устанавливать драйвера на русском языке?

Пользователь решил продолжить мысль 08 Сентября 2013, 10:25:48:
1. Move the base driver tar file to the directory of your choice. For
example, use '/home/username/igb' or '/usr/local/src/igb'.
2. Untar/unzip the archive, where <x.x.x> is the version number for the
driver tar file:
tar zxf igb-<x.x.x>.tar.gz
3. Change to the driver src directory, where <x.x.x> is the version number
for the driver tar:
cd igb-<x.x.x>/src/
4. Compile the driver module:
# make install
The binary will be installed as:
/lib/modules/<KERNEL VERSION>/kernel/drivers/net/igb/igb.[k]o
The install location listed above is the default location. This may differ
for various Linux distributions.
5. Load the module using the modprobe command:
modprobe igb
With 2.6 based kernels also make sure that older igb drivers are removed
from the kernel, before loading the new module:
rmmod igb; modprobe igb
6. Assign an IP address to the interface by entering the following, where x
is the interface number:
ifconfig eth <x> <IP_address>
7. Verify that the interface works. Enter the following, where IP_address
is the IP address for another machine on the same subnet as the interface
that is being tested:
ping <IP_address>
На русском бы

Пользователь решил продолжить мысль 08 Сентября 2013, 12:38:35:
Ну объясните, я чайник в линуксе

Есть архив igb-5.0.5.tar.tz (296kb) (в папке "загрузки");
Там же разархивировал.. Появился еще архив.. Но уже igb-5.0.5.tar (1,25mb);
И его разархивировал.. Получилась папка "igb-5.0.5", а в ней:
папка src с файлами + 6 файлов
Куда это все?
