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