On Monday 18 July 2005 22:20, Andras Lorincz wrote: - snip - (message would have been here) > Well finally I solved the problem. I downloaded kernel 2.6.12 from > http://kernel.org, compiled it and everithing works. > > BTW, how can I see the debug output messages from a module?
Depends on the module. To obtain a list of options, try something like `modinfo saa7134`. Each module option is set using an equality-sign: `modprobe saa7134 card=37 audio_debug=1 video_debug=1` The output of kernel modules is viewable through `dmesg`: saa7130[0]/video: prescale=2 xscale=1024 yscale=1024 saa7130[0]/video: yscale LPI yscale=1024 saa7130[0]/video: set_control name=Mute val=1 saa7130[0]/audio: ctl_mute=1 automute=0 input=Television => mute=1 input=Television I believe that the output is also logged to some place in /var/log, but I haven't cared, yet. Regards, Anders Breindahl.
pgpDxdJ446DlU.pgp
Description: PGP signature