Jarryd Beck wrote:
> On Thu, Mar 13, 2008 at 8:14 AM,  <[EMAIL PROTECTED]> wrote:
>   
>>  Then, please turn ON debug, repeat your tests, and post again with
>>  dmesg.  I am not familiar with the af9015 driver, but for tda18271, set
>>  debug=1.  (you must unload all modules first -- do 'make unload' in the
>>  v4l-dvb dir, then replug your device)
>>     
> Sorry I'm unsure where to set debug.
>   
You have two options.

option 1)

after unloading all modules, load the given module with the debug insmod 
option.

To see the available insmod options, use modinfo.  For instance, 
'modinfo tda18271' will show you the tuner drivers available options.

Load the driver using the option, "modprobe tda18271 debug=1" ... then 
plug in the stick.

...

option 2)

set the insmod option in your boot script.  I run Ubuntu... to enable 
debug for my tuner. i edit /etc/modprobe.d/options and add the following 
line:

options tda18271 debug=1

...then unload all modules, and replug the stick...   or reboot your 
machine, then replug the stick.

regards,

Mike

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Reply via email to