Hi,
How do I view the hardware that I have on my machine and the drivers that are being used?
Hi,
How do I view the hardware that I have on my machine and the drivers that are being used?
Dell Mini 9 - Ubuntu Netbook Remix 9.10
ThinkPad X40 - Ubuntu 9.04
Go to the terminal and typelshw
"In a world without walls and fences, who needs windows and gates?" Having trouble compiling drivers in a different kernel?, Dual Boot Tutorial Ubuntu Hardware Support List
Thanks, this shows the hardware but how can I see the drivers?
Dell Mini 9 - Ubuntu Netbook Remix 9.10
ThinkPad X40 - Ubuntu 9.04
First a little note on lshw, I have always found having it output html to a file and openning in the browser a lot easier to read:
The following command will list all currently utilised modules:Code:lshw -html > system.html && xdg-open ./system.html
Code:lsmod
Wherever the hardware is mentioned the driver should also be mentioned somewhere on the file.
For instanceIn my case the driver ath5k_pci is being used for my wireless adapter.*-network
description: Wireless interface
product: AR242x 802.11abg Wireless PCI Express Adapter
vendor: Atheros Communications Inc.
physical id: 0
bus info: pci@0000:04:00.0
logical name: wmaster0
version: 01
serial: 00:1e:4c:3f:5d:d4
width: 64 bits
clock: 33MHz
capabilities: bus_master cap_list logical ethernet physical wireless
configuration: broadcast=yes driver=ath5k_pci ip=128.186.243.81 latency=0 module=ath5k multicast=yes wireless=IEEE 802.11bg
"In a world without walls and fences, who needs windows and gates?" Having trouble compiling drivers in a different kernel?, Dual Boot Tutorial Ubuntu Hardware Support List
I cannot see the version of driver. Is there any other way? And how can I quickly go to the post I'm waiting for a replay in that?
Code:*-display description: VGA compatible controller product: G71 [Quadro FX 1500] vendor: nVidia Corporation physical id: 0 bus info: pci@0000:01:00.0 version: a1 width: 64 bits clock: 33MHz capabilities: bus_master cap_list rom configuration: driver=nvidia latency=0 resources: irq:16 memory:e1000000-e1ffffff memory:d0000000-dfffffff(prefetchable) memory:e2000000-e2ffffff ioport:1000(size=128) memory:e0000000-e001ffff(prefetchable)
Bookmarks