Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explore alternatives to lspci command #5

Open
HarlemSquirrel opened this issue Jun 29, 2020 · 1 comment
Open

Explore alternatives to lspci command #5

HarlemSquirrel opened this issue Jun 29, 2020 · 1 comment

Comments

@HarlemSquirrel
Copy link
Owner

It would be nice to avoid running system commands like lspci. Perhaps there's a way to query PCI devices and get the vendor and product names.

https://pci-ids.ucw.cz/read/PC/1002

➤  cat /sys/class/drm/card0/device/vendor
0x1002
➤  cat /sys/class/drm/card0/device/device
0x687f
@HarlemSquirrel
Copy link
Owner Author

We may be able to download and cache https://pci-ids.ucw.cz/v2.2/pci.ids

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant