Sundtek Support Forum

Deutsch => Sundtek MediaTV Pro => Thema gestartet von: sparkie am März 15, 2011, 09:42:46 Nachmittag

Titel: -nolirc option broken
Beitrag von: sparkie am März 15, 2011, 09:42:46 Nachmittag
Hi Sundtek Support Team,

I just installed the current driver with
sundtek_installer_development.sh -nolirc

but even after this there is running still some LIRC script introduced by the SUNDTEK driver installation:

ps -ef
[...]
root      1670   619  0 20:21 ?        00:00:00 udevd --daemon
root      2099  1670  0 20:21 ?        00:00:00 /bin/bash /opt/bin/lirc.sh ATTACH
root      1813  1802  0 20:39 ?        00:00:00 /bin/sh /etc/init.d/lirc restart
root      2040  1813  0 20:39 ?        00:00:00 /bin/sh /etc/init.d/lirc start
[...]

preventing standard LIRC installation daemon (via conventional serial device) to work. The start of '/etc/init.d/lirc' from debian 'lirc' package hangs forever.

I must add an

exit 0

at the very beginning of '/opt/bin/lirc.sh' script to fix this.

Any idea how this issue can be solved cleanly? I think '-nolirc' should really disable ALL LIRC activity specific to the SUNDTEK driver.

cheers
  sparkie

Titel: Re:-nolirc option broken
Beitrag von: Sundtek am März 16, 2011, 12:11:38 Vormittag
Basically remote control support is just deactivated by removing following file:
Zitat
rm /etc/udev/rules.d/80-remote-eeti.rules
rm /usr/lib/rules.d/80-remote-eeti.rules

the next update will handle this directly.
Titel: Re:-nolirc option broken
Beitrag von: sparkie am März 16, 2011, 06:21:45 Vormittag
the next update will handle this directly.

thank you!