Results 1 to 3 of 3
here is the output of lspci
Code:
00:00.0 Host bridge: nVidia Corporation nForce3 250Gb Host Bridge (rev a1)
00:01.0 ISA bridge: nVidia Corporation nForce3 250Gb LPC Bridge (rev a2)
00:01.1 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-18-2006 #1Just Joined!
- Join Date
- Sep 2005
- Location
- Newark, De
- Posts
- 60
where is my pci id?
here is the output of lspci
and here is the outuput of lspci -nCode:00:00.0 Host bridge: nVidia Corporation nForce3 250Gb Host Bridge (rev a1) 00:01.0 ISA bridge: nVidia Corporation nForce3 250Gb LPC Bridge (rev a2) 00:01.1 SMBus: nVidia Corporation nForce 250Gb PCI System Management (rev a1) 00:02.0 USB Controller: nVidia Corporation CK8S USB Controller (rev a1) 00:02.1 USB Controller: nVidia Corporation CK8S USB Controller (rev a1) 00:02.2 USB Controller: nVidia Corporation nForce3 EHCI USB 2.0 Controller (rev a2) 00:05.0 Bridge: nVidia Corporation CK8S Ethernet Controller (rev a2) 00:06.0 Multimedia audio controller: nVidia Corporation nForce3 250Gb AC'97 Audio Controller (rev a1) 00:08.0 IDE interface: nVidia Corporation CK8S Parallel ATA Controller (v2.5) (rev a2) 00:0a.0 IDE interface: nVidia Corporation CK8S Serial ATA Controller (v2.5) (rev a2) 00:0b.0 PCI bridge: nVidia Corporation nForce3 250Gb AGP Host to PCI Bridge (rev a2) 00:0e.0 PCI bridge: nVidia Corporation nForce3 250Gb PCI-to-PCI Bridge (rev a2) 00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration 00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map 00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller 00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control 01:00.0 VGA compatible controller: ATI Technologies Inc RV350 AS [Radeon 9550] 01:00.1 Display controller: ATI Technologies Inc RV350 ?? [Radeon 9550] (Secondary) 02:09.0 Ethernet controller: Atheros Communications, Inc. AR5212 802.11abg NIC (rev 01)
thanksCode:00:00.0 Class 0600: 10de:00e1 (rev a1) 00:01.0 Class 0601: 10de:00e0 (rev a2) 00:01.1 Class 0c05: 10de:00e4 (rev a1) 00:02.0 Class 0c03: 10de:00e7 (rev a1) 00:02.1 Class 0c03: 10de:00e7 (rev a1) 00:02.2 Class 0c03: 10de:00e8 (rev a2) 00:05.0 Class 0680: 10de:00df (rev a2) 00:06.0 Class 0401: 10de:00ea (rev a1) 00:08.0 Class 0101: 10de:00e5 (rev a2) 00:0a.0 Class 0101: 10de:00e3 (rev a2) 00:0b.0 Class 0604: 10de:00e2 (rev a2) 00:0e.0 Class 0604: 10de:00ed (rev a2) 00:18.0 Class 0600: 1022:1100 00:18.1 Class 0600: 1022:1101 00:18.2 Class 0600: 1022:1102 00:18.3 Class 0600: 1022:1103 01:00.0 Class 0300: 1002:4153 01:00.1 Class 0380: 1002:4173 02:09.0 Class 0200: 168c:0013 (rev 01)
- 05-18-2006 #2
Which device do you need the PCI ID for?
I could be wrong, but i'd say it's the first set of digits eg: 00:05.0"I am not an alcoholic, alcoholics go to meetings"
Registered Linux user = #372327
- 05-18-2006 #3Linux User
- Join Date
- Apr 2005
- Location
- Ohio
- Posts
- 326
sionce you are posting in the newtworking section I'm going to guess you are looking for the PCI ID of one of hte NIC cards... .
00:05.0 Bridge: nVidia Corporation CK8S Ethernet Controller (rev a2)
02:09.0 Ethernet controller: Atheros Communications, Inc. AR5212 802.11abg NIC (rev 01)
Your second listing with -n just tells the system to not lookup the vendor and device info in the datbase and just show the RAW ID numbers for the device..far...out


Reply With Quote
