Is there a way to (1) query the laptop, identify all hardware and, (2) output the results to a text file?
Reason for asking: my laptop has a built-in memory stick reader, pcmcia, wi-fi and bluetooth. None work/recognized. Unable to determine if (1) the hardware is recognized or (2) if recognized but lack the correct drivers.
Notice during boot as things fly by rapidly, there is often a [failed] notice. Is there a way to capture messages sent to the screen? It may be helpful in this process.
I haven't used it but you can try dmidecode. Install the package (available in repos) and dump the output to a text file. dmidecode > 'file name here' You can then open the file in leafpad for a good look. Look at dmesg also. It will give you a lot of info on how the kernel is handling hardware. If you want to see the boot messages open the menu and go to system tools/show boot log. You can then page up and down to see everything.
All, Thanks for your posts. Comments/Questions follow:
eastitell; do you know the location of the boot.log file? mark60; dmidecode gives a lot of information, going through it to find built-in memory stick reader, pcmcia, wi-fi and bluetooth; will advise slicel; np success with lsusb; lspci and lshw work Gerry_G; will research clearapps
thanks slicel, #1 no succss with lsusb and tazpkg get-install lsusb doesn't work, any ideas? #2 still can't find my built-in sony memory stick reader, any ideas?