diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-10-30 20:56:36 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-10-30 20:56:36 +0000 |
commit | 31585811e960ac6721a343492cd7b6b244c7c12e (patch) | |
tree | 0ed2ddf2c138085457db5faa8d3ebc4a45d297cf | |
parent | 4b9567b6c8dbf399ac3e9b9ea9f17c8fc0e8e51f (diff) |
improved the README.txt file
-rw-r--r-- | h-source/README.txt | 10 |
1 files changed, 10 insertions, 0 deletions
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 |