[mythtv-users] Yet another Fedora 12 lirc_serial question

Phill Edwards philledwards at gmail.com
Sun Apr 11 14:41:15 UTC 2010


> Doesn't the module configuration go in /etc/modprobe.d/*.conf and the
> actual modprobe command(s) for device modules (such as those for LIRC
> serial devices) that are not autodetected/loaded in
> /etc/sysconfig/modules/*.modules?

So...this would go in /etc/modprobe.d/lirc.conf:
   options lirc_serial irq=4 io=0x3f8

and this would go in /etc/sysconfig/modules/lirc.module:
   install lirc_serial /bin/setserial /dev/ttyS0 uart none ;
/sbin/modprobe --ignore-install lirc_serial

Is that what you mean?


More information about the mythtv-users mailing list