PLDWWW: glen
glen
glen at pld-linux.org
Wed May 26 15:04:55 CEST 2010
Author: glen Date: Wed May 26 13:04:55 2010 GMT
Module: PLDWWW URL: http://www.pld-linux.org/glen?action=diff&rev2=53&rev1=52
---- Log message:
---- Page affected: glen
---- Diffs:
================================================================
== Kernel modules used by network drivers ==
+ lspci to get kernel module and pci description:
+
{{{
$ lspci | awk '/Ethernet/{print $1}' | xargs -l1 lspci -k -s
03:00.0 Ethernet controller: Broadcom Corporation NetXtreme II BCM5708 Gigabit Ethernet (rev 12)
@@ -192, +194 @@
Kernel modules: bnx2
}}}
+ or with ethtool:
+ {{{
+ # ethtool -i eth0
+ driver: e1000
+ version: 6.3.9-k4-NAPI
+ firmware-version: N/A
+ bus-info: 0000:03:07.0
+ }}}
+
----
CategoryHomepage
More information about the pld-cvs-commit
mailing list