[mythtvnz] lirc discussion (was: VDPAU Results)
James Booth
james at booths.net.nz
Thu Apr 30 03:20:41 BST 2009
I fiddled around with the udev stuff and could not get it to link to the
correct lirc entry, always links to the USB device and does not then work,
so I wrote a script that does the job - my very first script! I feel just
like a grown-up.
#!/bin/sh
#Assign correct lirc dev entry to remote control link
myremote="eHome Infrared Transceiver"
myremotelink="/dev/mceremote"
rm /dev/mceremote 2> /dev/null
for (( i = 0; i <= 9; i++ ))
do
if (udevadm info -a -p $(udevadm info -q path -n /dev/lirc$i))
2>/dev/null|grep "$myremote" >/dev/null
then
ln -sf /dev/lirc$i $myremotelink
echo "$myremotelink set to lirc$i"
exit
fi
done
echo "$myremotelink not assigned to lirc entry!"
-----Original Message-----
From: mythtvnz-bounces at lists.linuxnut.co.nz
[mailto:mythtvnz-bounces at lists.linuxnut.co.nz] On Behalf Of Jean-Yves
Avenard
Sent: Tuesday, 28 April 2009 11:28 a.m.
To: MythTV in NZ
Subject: Re: [mythtvnz] lirc discussion (was: VDPAU Results)
Hi
2009/4/28 James Booth <james at booths.net.nz>:
> lrwxrwxrwx 1 root root 14 2009-04-27 22:41 mceremote ->
> usbdev4.2_ep81
Post your udev entry
and the result of udevadm for /dev/lirc2...
You didn't link to the lirc device, but to the parent device (usb)
_______________________________________________
mythtvnz mailing list
mythtvnz at lists.linuxnut.co.nz
http://lists.ourshack.com/mailman/listinfo/mythtvnz
Archives http://www.gossamer-threads.com/lists/mythtv/mythtvnz/
More information about the mythtvnz
mailing list