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
--
Andreas Schlueter
Freiberuflicher Vater und Pinguin Pfleger!!!:-)
"Und ist das Leben noch so Scheisse, am Ende gehen Wir alle auf die selbe
Reise"
as...@arcormail.de
> 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
Hi,
thank's i will try it next time i reboot!
andy