From 31585811e960ac6721a343492cd7b6b244c7c12e Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Tue, 30 Oct 2012 20:56:36 +0000 Subject: improved the README.txt file --- h-source/README.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'h-source') diff --git a/h-source/README.txt b/h-source/README.txt index c8eba0d..fd7a4a9 100644 --- a/h-source/README.txt +++ b/h-source/README.txt @@ -129,7 +129,17 @@ Move into the just downloaded vendorid folder. Open the file connect.php and mod $user = 'database user (the same used for h-source)'; $password = 'database pasword (the same used for h-source)'; $dbName = 'database name (the same used for h-source)'; + +You will find two file containing the list of vendors: pci.ids and usb.ids. If you want more up-to-date versions of those files then delete them and write the following commands (or download those files from the URLs indicated below): + + command to get pci.ids (remember to delete the old pci.ids file): + + wget pciids.sourceforge.net/v2.2/pci.ids + command to get usb.ids (remember to delete the old pci.ids file): + + wget http://www.linux-usb.org/usb.ids + Be sure you have installed php5-cli, then write the following command: php5 insert_vendors.php -- cgit v1.2.3