User Tools

Site Tools


linux:kernel:pci_devices

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:kernel:pci_devices [2021/01/29 11:59] peterlinux:kernel:pci_devices [2022/10/08 11:37] (current) peter
Line 268: Line 268:
 </code> </code>
 </WRAP> </WRAP>
 +
 +----
 +
 +===== Updating the PCI identification list =====
 +
 +The lspci utility uses the pci.ids file to determine the vendor and device type.
 +
 +This file will grow as new vendors and devices are added, and can be updated automatically by running the update-pciids utility:
 +
 +<code bash>
 +/sbin/update-pciids
 +</code>
 +
 +returns:
 +
 +
 +<code bash>
 +  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
 +                                 Dload  Upload   Total   Spent    Left  Speed
 +100  264k  100  264k    0       494k      0 --:--:-- --:--:-- --:--:--  493k
 +</code>
  
 ---- ----
Line 274: Line 295:
  
 http://pci-ids.ucw.cz/ http://pci-ids.ucw.cz/
 +
 +http://www.pcisig.com/home
 +
 +
linux/kernel/pci_devices.1611921547.txt.gz · Last modified: 2021/01/29 11:59 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki