in reply to list hardware vendors in linux
For finding the vendor of a network card, look up the cards MAC address (using the system command ifconfig for example) and use Net::MAC::Vendor to find the vendor. For other hardware use lspci or possibly lsusb (for USB devices), hdparm (for IDE drives) or scsiinfo (for SCSI drives).
|
|---|