PDA

View Full Version : [ubuntu] nic card driver



ub007
March 1st, 2010, 11:32 AM
Hi

How do i find out which is the driver for my nic card?

dmesg |grep eth

eth0: Tigon3 [partno(N/A) rev 2100 (5704)]

is there any way to find out the current driver version and more details ??

David

Bachstelze
March 1st, 2010, 12:28 PM
lspci -k

Will give you the name of the kernel module acting as a driver for your NIC. Then your favourite search engine should give you plenty of information about it.