insmod looking in the wrong place
When trying to start my Eicon USB ISDN modem in Suse 9.0 this is what I get:
Oct 20 22:05:16 linux kernel: hub.c: new USB device 00:05.2-1, assigned address 2
Oct 20 22:05:19 linux kernel: usb.c: USB device 2 (vend/prod 0x71d/0x1000) is not claimed by any active driver.
Oct 20 22:05:42 linux pppd[3737]: Plugin passwordfd.so loaded.
Oct 20 22:05:42 linux pppd[3737]: pppd 2.4.1 started by root, uid 0
Oct 20 22:05:42 linux insmod: insmod: /lib/modules/2.4.21-override-default/kernel/drivers/char/ltmodem.o: No such file or directory
Oct 20 22:05:42 linux insmod: insmod: insmod char-major-62 failed
Oct 20 22:05:42 linux pppd[3737]: Failed to open /dev/ttyLT0: No such device
Oct 20 22:05:42 linux pppd[3737]: Exit.
But the path to ltmodem.o is:
/lib/modules/2.4.21-override-default/
Where do I enlighten the thing?
|