Bug #305
irexec does not work with serial IR receiver
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | 12/31/1969 | |
Assignee: | jams | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | 6.00.04 |
Description
On one of my FE's, I am unable to launch my restartmyth.sh script with the remote via a serial IR receiver from [[http://irblaster.info|irblaster.info]]. Seems to be an irexec issue, but a ps ax | grep irexec
shows that it is running. The script is simple:
#!/bin/sh
pkill X
and it works from the commandline. I use the full path to the script (/usr/local/bin/restartmyth.sh) and the full path to irexec (/usr/bin/irexec) in my lircrc. Both script and irexec are executable by user mythtv.
This same script works perfectly on another FE that uses a usb streamzap receiver.
History
Updated by footeo over 15 years ago
Irexec did not work on my system either. I had to change /usr/LH/bin/LinHES-run at the bottom from: /usr/bin/irexec to /usr/bin/irexec -d & to run irexec as a daemon. I would be interested if that works for you.
Updated by mihanson over 15 years ago
Nope. Still no go here.
Updated by jams over 15 years ago
Works here with both my serial recievers and several other usb/hauppauge.
Updated by jams almost 13 years ago
- Target version changed from 7.2 to 6.00.04