in reply to list hardware vendors in linux
On linux you can run lspci for a list of the pci and pci-like cards and extensions on your machine, including vendors. Also, lsusb lists some vendor information for connected usb devices.
Then there are some possibly interesting virtual files in /proc. For instance /proc/cpuinfo gives a lot of details about installed CPUs.
update: more specifically there are some numerical codes in
But you'll have to find out which vendor is which from someone else. :-)/sys/class/net/*/device/vendor /sys/class/net/*/device/subsystem_vendor
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: list hardware vendors in linux
by wazoox (Prior) on Jun 25, 2007 at 21:35 UTC | |
|
Re^2: list hardware vendors in linux
by avo (Pilgrim) on Jun 25, 2007 at 22:35 UTC | |
by Zen (Deacon) on Jun 26, 2007 at 17:37 UTC |