Dave Packer wrote:
> On Thu, 13 May 2004 17:03:58 +0000, Dave Packer wrote:
>> On Thu, 13 May 2004 17:29:40 +0200, Andreas Schlüter wrote:
>>> Hello,
>>> I need help how to get this working under kernel 2.6 with the
>>> lirc_serial modul.
>>> If i do a modprobe lirc_serial i get this:FATAL: Error inserting
>>> lirc_serial
>>> (/lib/modules/2.6.3-7mdk/kernel/3rdparty/lirc/lirc_serial.ko.gz): Device
>>> or resource busy lsmod shows me there is no modul lirc_serial loaded.
>>> Have someone got this working under MDK10?
>>> greets
>>> andreas
>> It has been awhile since I've installed lirc, I'll need to do it again
>> soon for my PVR system - but did you remember to do the following?
>> setserial /dev/ttySx uart none
>> where x is the serial port identifier?
> Forgot to mention you can also put this all in rc.local so it gets loaded
> at boot time:
> setserial /dev/ttyS0 uart none
> insmod lirc_serial
> /usr/local/sbin/lircd