| ARRIS Enterprises, Inc. Confidential Information | ||||||||||||||||||
Disable IR receiverDuring development and (especially long time) testing it can beneficial to
disable the IR receiver on the box to avoid disturbance. This can be done by
writing a special value to the file Please note that this feature is provided to aid development and testing and should not be used in live deployments. It can change or be removed in future releases without any prior notice. The IIP UsageThe table below lists the different values that can be written
to
When the on/off sequence is enabled, the IR receiver can be disabled by pressing mute on the remote five (5) times. It can then be enabled again by pressing mute, volume down and then volume up. To get a list of the different values that can be written to the file at run time, run the following command and look in the log to see the help. echo help > /proc/input_on_offExamplesTo disable the IR receiver completely and stop it from responding to key presses on the remote control (led reflects this state): echo 2 > /proc/input_on_offTo enable the IR receiver again: echo 0 > /proc/input_on_offTo see the current mode: cat /proc/input_on_off |