You are not logged in.
The lspci
command supplied with BunsenLabs Boron comes with an upgrade for the -d
option, which allows for filtering the output according to PCI class, rendering piping to grep
unnecessary.
For reference here are the PCI classes:
https://admin.pci-ids.ucw.cz/read/PD
So for video cards, listing both integrated and discrete is
lspci -d ::03xx
Ethernet cards:
lspci -d ::0200
Wireless:
lspci -d ::0280
Audio cards (non-HDMI):
lspci -d ::0403
HTH
Last edited by Head_on_a_Stick (2025-02-15 19:57:15)
Offline
If we had a bookmark system in the forum software, we should add one here.
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline