automatically load lirc kernel module

Chris Rouch chris.rouch at gmail.com
Fri Feb 9 07:45:42 UTC 2007


On 2/8/07, Paulo Cavalcanti <promac at gmail.com> wrote:
>
>
> > My modprobe.conf looks like this on both FC4 and FC6.
>
> > 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
>
> Just create a file (permission 775)
>
> /etc/sysconfig/modules/lirc.modules
>
> and put
>
> modprobe lirc_serial >/dev/null 2>&1
>
> in it. In modprobe.conf, only keep
>
> alias char-major-61 lirc_serial
>

Thanks. I still needed all the options in modprobe.conf, but
/etc/sysconfig/modules/lirc.modules did the trick.

Chris




More information about the users mailing list