I had this working on R4V5 (or last stable).. I get errors using R5A15. I followed the instructions on
www.iwamble.net. I had to remove the --tag=CC flags to get it to compile and then installed it. I used lirc-0.7.1pre4.tar.bz2. (modified the lirc2remote so it would work of course, which it did).
Whenever I try to change_channel.csh I get errors:
remote_irsend: command failed: SEND_ONCE JVC_RAW 2
remote_irsend: transmission failed
remote_irsend: command failed: SEND_ONCE JVC_RAW 4
remote_irsend: transmission failed
remote_irsend: command failed: SEND_ONCE JVC_RAW 8
remote_irsend: transmission failed
/usr/local/bin/remote_irsend: command failed: SEND_ONCE JVC_RAW SELECT
/usr/local/bin/remote_irsend: transmission failed
I am using JVC_RAW as my /etc/remoted.conf (and in channel.pl). Here is my dmesg from boot:
kernel: remote_dev: IR Remote Control driver registered, at major 72
mythtv kernel: remote_dev: remote_register_plugin: sample_rate: 0
mythtv kernel: remote_sir: I/O port 0x02f8, IRQ 3.
mythtv kernel: remote_sir: Installed.
mythtv kernel: lirc_dev: IR Remote Control driver registered, at major 61
mythtv kernel: bttv: driver version 0.9.15 loaded
mythtv kernel: bttv: using 8 buffers with 2080k (520 pages) each for capture
mythtv kernel: cx2388x v4l2 driver version 0.0.4 loaded
mythtv kernel: lirc_i2c: chip found @ 0x18 (Hauppauge IR)
mythtv kernel: ivtv: i2c attach [client=Hauppauge IR,ok]
mythtv kernel: lirc_dev: lirc_register_plugin:sample_rate: 10
mythtv kernel: lirc_i2c: chip found @ 0x18 (Hauppauge IR)
mythtv kernel: ivtv: i2c attach [client=Hauppauge IR,ok]
mythtv kernel: lirc_dev: lirc_register_plugin:sample_rate: 10
Here is my /var/log/remoted:
mythtv remoted 0.7.1pre4: error processing command: SEND_ONCE JVC_RAW 2
mythtv remoted 0.7.1pre4: transmission failed
mythtv remoted 0.7.1pre4: removed client
mythtv remoted 0.7.1pre4: accepted new client on /dev/remoted
mythtv remoted 0.7.1pre4: too short gap: 100000
mythtv remoted 0.7.1pre4: error processing command: SEND_ONCE JVC_RAW 4
mythtv remoted 0.7.1pre4: transmission failed
mythtv remoted 0.7.1pre4: removed client
mythtv remoted 0.7.1pre4: accepted new client on /dev/remoted
mythtv remoted 0.7.1pre4: too short gap: 100000
mythtv remoted 0.7.1pre4: error processing command: SEND_ONCE JVC_RAW 8
mythtv remoted 0.7.1pre4: transmission failed
mythtv remoted 0.7.1pre4: removed client
mythtv remoted 0.7.1pre4: accepted new client on /dev/remoted
mythtv remoted 0.7.1pre4: too short gap: 100000
mythtv remoted 0.7.1pre4: error processing command: SEND_ONCE JVC_RAW SELECT
mythtv remoted 0.7.1pre4: transmission failed
Here is my bootmisc.sh file:
/usr/local/sbin/lircd (added when I first started/installed lircd)
# Starting Actisys stuff
echo "Starting remoted..."
setserial /dev/ttyS1 uart none
/sbin/modprobe remote_sir
/usr/local/sbin/remoted
List of my /dev directory settings, chmod 777 on all /dev/remote*
crwxrwxrwx 1 root root 72, 0 Apr 26 14:48 /dev/remote
srwxrwxrwx 1 root root 0 Apr 26 15:25 /dev/remoted
prwxrwxrwx 1 root root 0 Apr 26 15:02 /dev/remotem
Once again thanks in advance...