On Mon, Dec 04, 2000 at 11:06:16AM +0100, Christian Hagemeier wrote:
> After inserting the module nsc-ircc the following error messages occured:
> -----------------------------------------------
> tarsul:/home/ch# modprobe nsc-ircc
> /lib/modules/2.4.0-test9/kernel/drivers/net/irda/nsc-ircc.o: init_module: No such
>device
> Hint: insmod errors can be caused by incorrect module parameters, including invalid
>IO or IRQ parameters
> /lib/modules/2.4.0-test9/kernel/drivers/net/irda/nsc-ircc.o: insmod
>/lib/modules/2.4.0-test9/kernel/drivers/net/irda/nsc-ircc.o failed
> /lib/modules/2.4.0-test9/kernel/drivers/net/irda/nsc-ircc.o: insmod nsc-ircc failed
> -----------------------------------------------
probably your serial driver has got hook on the io port and irq, so the
ir-driver cannot initialize. If your serial driver is built as module
(lsmod shows a line with "serial" in it), you could load the nsc-ircc
driver before the serial driver.
Another way is to run
setserial /dev/ttyS1 uart none
before installing the nsc-ircc module, which will deactivate the serial driver
on the second com port (assuming it is your actual ir-port).
I hope, this will help
Georg Lukas
_______________________________________________
Linux-IrDA mailing list - [EMAIL PROTECTED]
http://www.pasta.cs.UiT.No/mailman/listinfo/linux-irda