Results 1 to 2 of 2
I am having problems with ndiswrapper. I can get it to print its debug data to the screen but it scrolls off the screen too fast to be of any ...
- 02-01-2006 #1Just Joined!
- Join Date
- Nov 2005
- Posts
- 2
Logging Ndiswrapper output to a file
I am having problems with ndiswrapper. I can get it to print its debug data to the screen but it scrolls off the screen too fast to be of any use. I am trying to get it to write to a file but it won't appear in any of the logs (even used grep on every file in the logs directory). I did try to alter syslog.conf but not entirely sure what should be in it.
Ndiswrapper seems to print debug data using printk().
Thanks
- 02-02-2006 #2
hmm, try this:
command > ~/some_file.txt
replace command with whatever command you used, the > operator sends output to a file in home directory called some_file.txtLife is complex, it has a real part and an imaginary part.


Reply With Quote