[mythtv-users] USB IR Receiver

Vladimir Shved vshved at logistic-systems.com
Tue Mar 8 18:11:31 UTC 2005


You don't need any LIRC modules, lirc_serial is for com port IR devices, you
need kernel driver module(forgot its name) for USB UIRT and actual LIRC
daemon(lircd) needs to start on startup(need script in /etc/init.d and link
to it like from /etc/rc2.d etc.). Actual LIRC must have USB UIRT support,
you need to build LIRC from sources, I'm not sure if there are any binaries
exists that support USB UIRT. When building from sources, either you need
patch or get latest CVS sources. I did not try CVS but I've read somewhere
that USB UIRT made to CVS, so it has to be supported. Check USB UIRT support
forums, LIRC mail list for more info.

> -----Original Message-----
> From: mythtv-users-bounces at mythtv.org [mailto:mythtv-users-
> bounces at mythtv.org] On Behalf Of Jim Oltman
> Sent: Tuesday, March 08, 2005 10:57 AM
> To: Discussion about mythtv
> Subject: Re: [mythtv-users] USB IR Receiver
> 
> But what are the lines that I will need in my modprobe.conf?  This is
> what I have so far in it (from Jarod's guide)
> 
> alias char-major-61 lirc_serial
> options lirc_serial irq=4 io=0x3f8
> install lirc_serial /bin/setserial /dev/ttyS0 uart none ;\
>     /sbin/modprobe --ignore-install lirc_serial
> 
> Instead of lirc_serial, will it be lirc_usb?  I have no idea.  Thanks!


More information about the mythtv-users mailing list