PDA

View Full Version : How to save system info to a text file in order to find drivers etc.



MartienKNOP
06-20-2010, 03:50 PM
Sorry if I have been using the wrong search entries to find an answer on Google and besides I am relatively new to Knoppix, (and completely new in this forum) but I have been faced with a recurring problem. I have been using Knoppix for some time as a live cd especially for pc's with a lot of windows problems when I am unable to enter in XP save mode. So it works fine for me to copy all the data with the help of Knoppix to an external HDD and start to "format without fear" :) However, when Knoppix boots I see a lot of info about drivers for soundcard, NIC etc, and since XP often doesn't recognise as many drivers as Knoppix does, I would like to find that driver info somewhere and save it to a text file (on the external dvd of course). I think there is also a possibility to download them during the Knoppix session (and save them to the dvd again) but the simple fact that I will know what drivers I will have to look for is already helpful enough.

krishna.murphy
06-20-2010, 10:31 PM
Sorry if I have been using the wrong search entries to find an answer on Google and besides I am relatively new to Knoppix, (and completely new in this forum) but I have been faced with a recurring problem. I have been using Knoppix for some time as a live cd especially for pc's with a lot of windows problems when I am unable to enter in XP save mode. So it works fine for me to copy all the data with the help of Knoppix to an external HDD and start to "format without fear" :) However, when Knoppix boots I see a lot of info about drivers for soundcard, NIC etc, and since XP often doesn't recognise as many drivers as Knoppix does, I would like to find that driver info somewhere and save it to a text file (on the external dvd of course). I think there is also a possibility to download them during the Knoppix session (and save them to the dvd again) but the simple fact that I will know what drivers I will have to look for is already helpful enough.

It sounds like what you want is to get a file copy of the stuff that flies past when booting. Try this - click the little monitor icon on the task bar to open a terminal window, then type in this:
dmesg >/media/sdb1/myfile.txtYou will want to modify the path and file to use the external drive I believe. The dmesg command prints out the console output (even stuff that happens AFTER the boot process is done, so sometimes worth repeating after something blows up.)

Hope that helps!
Krishna :mrgreen:

klaus2008
06-20-2010, 10:47 PM
There is a program called hwinfo. It tells you about the hardware and the drivers used.
hwinfo > /home/knoppix/hardware-info.txt