Results 1 to 3 of 3
How to get all the vendor names and other properties associated to devices connected to PCI bus. I wanted to get the details in a c program on Linux.
Please ...
- 09-09-2009 #1Just Joined!
- Join Date
- Sep 2009
- Posts
- 5
devices connected to PCI
How to get all the vendor names and other properties associated to devices connected to PCI bus. I wanted to get the details in a c program on Linux.
Please suggest me what header files i should include and also source code if you can provide.
Regards,
Bharath
- 09-09-2009 #2
Sounds more like a programming question then a network question.
try lspci
- 09-09-2009 #3forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,096
...and if you want additional details, try:
...add another v for more details, and yet another for even more detailsCode:lspci -v
...you can run man lspci for more info on the lspci commandoz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.


Reply With Quote