Hardware Configuration
You can use lshw, lspci & lsusb to view your hardware or even lshw-gtk if you are running X-Windowslshw
List hardware$ lshw | egrep "product|vendor" WARNING: you should run this program as super-user. product: Intel(R) Pentium(R) 4 CPU 2.60GHz vendor: Intel Corp. product: 440BX/ZX/DX - 82443BX/ZX/DX Host bridge vendor: Intel Corporation product: 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge vendor: Intel Corporation product: 82371AB/EB/MB PIIX4 ISA vendor: Intel Corporation product: 82371AB/EB/MB PIIX4 IDE vendor: Intel Corporation
lspci
List PCI cards# lspci | cut -c -50 00:00.0 Host bridge: Intel Corporation 82845G/GL[B 00:02.0 VGA compatible controller: Intel Corporati 00:1d.0 USB Controller: Intel Corporation 82801DB/ 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Br 00:1f.0 ISA bridge: Intel Corporation 82801DB/DBL 00:1f.1 IDE interface: Intel Corporation 82801DB ( 00:1f.3 SMBus: Intel Corporation 82801DB/DBL/DBM ( 00:1f.5 Multimedia audio controller: Intel Corpora 01:0c.0 Ethernet controller: Intel Corporation 825
# lspci -n 00:00.0 Class 0600: 8086:2560 (rev 01) 00:02.0 Class 0300: 8086:2562 (rev 01) 00:1d.0 Class 0c03: 8086:24c2 (rev 01) 00:1d.1 Class 0c03: 8086:24c4 (rev 01) 00:1d.2 Class 0c03: 8086:24c7 (rev 01)
# lspci -tv | cut -c -50 -[0000:00]-+-00.0 Intel Corporation 82845G/GL[Bro +-1d.0 Intel Corporation 82801DB/DBL/D +-1d.7 Intel Corporation 82801DB/DBM ( +-1e.0-[0000:01]----0c.0 Intel Corpora +-1f.0 Intel Corporation 82801DB/DBL ( +-1f.1 Intel Corporation 82801DB (ICH4 \-1f.5 Intel Corporation 82801DB/DBL/D
# lspci -vv | cut -c -60 00:00.0 Host bridge: Intel Corporation 82845G/GL[Brookdale-G Subsystem: Dell Optiplex GX260 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- Status: Cap+ 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbo Latency: 0 Region 0: Memory at f8000000 (32-bit, prefetchable) [size=3 Capabilities: [e4] Vendor Specific Information 00:02.0 VGA compatible controller: Intel Corporation 82845G/ Subsystem: Dell: Unknown device 0126 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- Status: Cap+ 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbo Latency: 0 Interrupt: pin A routed to IRQ 9
lsusb
List USB devices$ lsusb Bus 003 Device 001: ID 0000:0000 Bus 001 Device 001: ID 0000:0000 Bus 002 Device 004: ID 0f62:1001 Acrox Technologies Co., Ltd Bus 002 Device 001: ID 0000:0000
lshal
List HAL and monitor HAL$ lshal --monitor Start monitoring devicelist: ------------------------------------------------- usb_device_f62_1001_noserial_if0_logicaldev_input removed usb_device_f62_1001_noserial_if0 removed usb_device_f62_1001_noserial removed usb_device_f62_1001_noserial_usbraw removed usb_device_f62_1001_noserial added usb_device_f62_1001_noserial_if0 added usb_device_f62_1001_noserial_usbraw added usb_device_f62_1001_noserial_if0_logicaldev_input added
REFERRERS
SysAdmin