I'm after a utility that will catalogue the hardware on a computer (Video card, PCI cards, sound, memory, cpu info, IRQs etc)
cat /proc/*info cat /proc/ioports cat /proc/interrupts lspci -v -v
Cheers, Rex
I'm after a utility that will catalogue the hardware on a computer (Video card, PCI cards, sound, memory, cpu info, IRQs etc)
cat /proc/*info cat /proc/ioports cat /proc/interrupts lspci -v -v