[mythtv-users] remote will not work after upgrading Fedora 17 system

Gabe Rubin gaberubin at gmail.com
Thu Oct 31 04:43:59 UTC 2013


>
> I had a simmilar issue with lirc and Fedora 18. Basically it is now
> started by systemd and your old configuration in /etc/sysconfig/lirc is no
> longer used. What you need to do is modify
> /usr/lib/systemd/system/lirc.service to correctly start lirc on boot.
> This is an example from one of my machines (It's using an old Compro PVR
> card). You will need to set the appropriate device name for your system.
> -------------------------
> [Unit]
> Description=LIRC Infrared Signal Decoder
> After=network.target
>
> [Service]
> Type=forking
> PIDFile=/run/lirc/lircd.pid
> ExecStart=/usr/sbin/lircd --driver=devinput
> --device=name=saa7134?IR?(Compro?Videomate?DV
>
> [Install]
> WantedBy=multi-user.target
> -----------------------
>
> To enable lirc use:
> systemctl enable lirc
> systemctl start lirc
>
> Regards
>
> Peter
>
> Thanks.  How do I figure out my device name?

This is the output from cat /proc/bus/input/devices (is the device name
"i2c IR (Hauppauge WinTV PVR-350" with or without the quotes?).

I: Bus=0018 Vendor=0000 Product=0000 Version=0000
N: Name="i2c IR (Hauppauge WinTV PVR-350"
P: Phys=i2c-0/0-0018/ir0
S: Sysfs=/devices/virtual/rc/rc0/input2
U: Uniq=
H: Handlers=kbd event2
B: PROP=0
B: EV=100013
B: KEY=10afc312 2142017 0 0 0 0 118000 41a8 4801 9e16c0 0 0 10000ffc
B: MSC=10
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mythtv.org/pipermail/mythtv-users/attachments/20131030/4ab79f79/attachment.html>


More information about the mythtv-users mailing list