Page 1 of 1

enable_ir where and how to - DISABLE - please ...

PostPosted: Thu May 30, 2013 3:29 pm
by msat
i've tried with modinfo and all modules but can't find any "enable_ir" or similiar param.
Can you please tell me how can i "disable" ir ?

Re: enable_ir where and how to - DISABLE - please ...

PostPosted: Fri May 31, 2013 3:49 pm
by steven
Hi msat

You can write this to our linux euro_support#tbsdtv.com,
So you can get a quickly reply. :)

Kind Regards

steven

Re: enable_ir where and how to - DISABLE - please ...

PostPosted: Fri May 31, 2013 9:45 pm
by msat
thanks steven, just done, i will report :)

Re: enable_ir where and how to - DISABLE - please ...

PostPosted: Thu Jul 04, 2013 9:02 pm
by mossy
I'm using a TBS6981, modinfo cx23885 gives me:

Code: Select All Code
parm:           enable_tbs_ir:Enable IR support for TBS cards (default:1)
 (int)


You may need to specify a different module (in my case cx23885) in the modinfo command depending on your hardware.
If your modinfo command is correct and you don't see the above output, or something similar then you are not using TBS firmware that has that option, maybe you need to get a more recent version of your firmware.


The option can be disabled by adding the following line to an existing file in /etc/modprobe.d, or create a new file (e.g. /etc/modprobe.d/options-dvb.conf) and add the line

Code: Select All Code
options cx23885 enable_tbs_ir=0


Remember to replace cx23885 with the correct module for your hardware.