Hi there,
is there a possibility to check which module or what is blocking randomly my 3f8 port.
Background:
I am using lirc on my computer. Randomly it tells me that port 03f8 is already in use:
lirc_dev: IR Remote Control driver registered, major 61
lirc_serial: port 03f8 already in use
lirc_serial: use 'setserial /dev/ttySX uart none'
lirc_serial: or compile the serial port driver as module and
lirc_serial: make sure this module is loaded first
/etc/init.d/lircd is starting in boot, as depend() I programmed it as "need serial" - so this module should be loaded first
start() is programmed as
/sbin/modprobe lirc_serial
start-stop-daemon --start --quiet --exec /usr/sbin/lircd -- ${LIRCD_OPTS}
This configuration sometimes works, sometimes it does not.
E.g. sometimes
rmmod 8250_pnp
rmmod 8250
/etc/init.d/lircd stop
reboot
helps.
So my question is now: which module is blocking 3f8. Or maybe something is hard-compiled into the kernel configuration.
Thanks for any advice,
Holm
