PDA

View Full Version : device manage type list in knoppix



bharat
09-12-2006, 04:08 PM
The Device Manager in the Windows OS lists hardware devices for which drivers have been installed, as well as devices for which drivers have not been installed. How can one access such a list after booting from a Knoppix Live CD (version 5.0.1)? Is there a tool like Device Manager in Knoppix?

comfortably numb
09-15-2006, 02:39 AM
I was looking for the same thing... I just burned (yesterday) a copy of version 5.0.1 (DVD). I haven't found anything like that yet. Anyone?

marhleet
09-15-2006, 07:24 PM
not sure of the installed/not installed list
but the device manager registry/enum list is
lspci
lspci -v

the list of what modules has gone before, and is loaded would be in
/etc/modules
/etc/modules-2.6.17

so what you need (sorry) is to be able to match what you have with what is loaded
and figure out what has not yet been loaded

try
modconf
you can select a category
and then it will show what drivers are available
and a little + against those that are loaded

which is still not a list of which hardware doesn't have drivers loaded but it's a start ;-)