Autor Thema: -nolirc option broken  (Gelesen 6930 mal)

sparkie

  • Jr. Member
  • **
  • Beiträge: 65
    • Profil anzeigen
-nolirc option broken
« 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

« Letzte Änderung: März 15, 2011, 09:44:22 Nachmittag von sparkie »

Sundtek

  • Administrator
  • Hero Member
  • *****
  • Beiträge: 8512
    • Profil anzeigen
Re:-nolirc option broken
« Antwort #1 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.
Failure is a good thing! I'll fix it

sparkie

  • Jr. Member
  • **
  • Beiträge: 65
    • Profil anzeigen
Re:-nolirc option broken
« Antwort #2 am: März 16, 2011, 06:21:45 Vormittag »
the next update will handle this directly.

thank you!