Hi !
ahwd -
Auto
Hard
Ware
Detection
ahwd script has these features :
100% Safe - No "rm" command or other similar commands used.
Needs NO DEPENDENCIES - It has absolutely no dependencies. Needs only pci.ids and usb.ids files.
Doesn't need an internet connection - Yes.
Tiny - Only 5KB in size rather than 200s of KBs of usb-utils.tcz and pci utils.tcz .
Checks dmesg for files required - Dmesg may contains some logs which may show us required files to be loaded. And ahwd shows those.
Only 4 Command Line options - They are :
--pci-ids="Absolute path of pci.ids file(~ accepted)"
--usb-ids="Absolute path of usb.ids file(~ accepted)"
--pci="A PCI ID for which you want the Vendor and Product names(Format XXXX:XXXX)"
--usb="A USB ID for which you want the Vendor and Product names(Format XXXX:XXXX)"
Completely tested on TCL v11 x64.How to use ahwd ?Just
get the script, download
http://www.linux-usb.org/usb.ids and
https://pci-ids.ucw.cz/v2.2/pci.ids.
Keep these 3 in same dir and see the magic happen.
Output FormatIt has 3 parts :
1. Some lines of dmesg which show possible files required for device to load.
2. Get the Vendor and Product Names of the PCI devices attached.
3. Get the Vendor and Product Names of the USB devices attached.
Thanks to :
TCL Team for creating such an amazing distro.
xor for this
http://forum.tinycorelinux.net/index.php/topic,24088.30.html thread.
Request :
Please also add this to the base TCL ISO.