Differences between version 10 and previous revision of CategoryPciDevice.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 10 | Last edited on Thursday, July 26, 2007 11:31:20 pm | by ElroyLiddington | Revert |
Older page: | version 9 | Last edited on Thursday, July 26, 2007 11:24:22 pm | by ElroyLiddington | Revert |
@@ -29,15 +29,20 @@
NOTES: If your GNU/Linux box is showing ('lspci') your hardware as e.g. '0034 Unknown IDE Controller' etc:
* Download the latest PCI ID list.
-* Change to root user
+* Change to root user 'su root'
-* Locate current PCI ID file
+* Locate current PCI ID file 'slocate pci.ids'
+* Backup current PCI ID file 'cp /path/to/current/file/pci.ids original.pci.ids'
+* Make sure our backup worked 'ls -lh' (check existence of copied file, and compare size to original - should be the same)
+
+* Delete current pci.ids file (MAKE SURE IT WAS BACKED UP FIRST!) 'rm /path/to/current/file/pci.ids'
+
+* Copy latest pci.ids to proper directory 'cp pci.ids /path/to/current/file/'
-* Backup current PCI ID file
* Profit!!!
----