Peter Chubb said:
> as root, do 
>    lspci -v
> 
> It'll tell you which driver module is associated with each PCI device.

Bikeshed issue, but can I suggest:

$ lspci -k

It also shows what kernel module is associated with the device, but
without all the other verbose fluff.

Case in point, this:

00:0a.0 Ethernet controller: nVidia Corporation MCP77 Ethernet (rev a2)
        Subsystem: Micro-Star International Co., Ltd. Device 7374
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 45
        Memory at f5e7c000 (32-bit, non-prefetchable) [size=4K]
        I/O ports at 9480 [size=8]
        Memory at f5e7e400 (32-bit, non-prefetchable) [size=256]
        Memory at f5e7e000 (32-bit, non-prefetchable) [size=16]
        Capabilities: <access denied>
        Kernel driver in use: forcedeth
        Kernel modules: forcedeth

versus this:

00:0a.0 Ethernet controller: nVidia Corporation MCP77 Ethernet (rev a2)
        Subsystem: Micro-Star International Co., Ltd. Device 7374
        Kernel driver in use: forcedeth
        Kernel modules: forcedeth

Attachment: signature.asc
Description: OpenPGP digital signature

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to