question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

pci.ids (database for lspci) parser

See original GitHub issue

pci.ids are also very useful especially the class database at the end # List of known device classes, subclasses and programming interfaces. If we can parse it and generate a class number: class name dictionary, it will be very helpful when we try to automate tools that only use device id and class/type numbers internally such has qemu, virsh, etc.

There are lots of attempts already to load # Vendors, devices and subsystems. section but most of them are long dead. Moreover, no project actually load the class section.

The newest version of the file can be download here

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
braindevicescommented, Sep 28, 2022

so far I do not think the comment is important. I think they usually just show syntax

0reactions
kellyjonbrazilcommented, Oct 24, 2022

Added to v1.22.1 available via pip. Binaries coming soon.

Read more comments on GitHub >

github_iconTop Results From Across the Web

The PCI ID Repository
This is a public repository of all known ID's used in PCI devices: ID's of vendors, devices, subsystems and device classes. It is...
Read more >
Ubuntu Manpage: lspci - list all PCI devices
lspci is a utility for displaying information about PCI buses in the system and devices connected to them. By default, it shows a...
Read more >
lspci Command: What Is It and How to Use It - phoenixNAP
Learn how to use the Linux lspci command to display information about the PCI devices connected to your system.
Read more >
pciutils/lspci.man at master - GitHub
Dump PCI device data in a machine readable form for easy parsing by scripts. ... Use DNS to query the central PCI ID...
Read more >
lspci(8) - list all PCI devices - explainshell.com
-nn Show PCI vendor and device codes as both numbers and names. -q Use DNS to query the central PCI ID database if...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found