Hard to say why it's not loaded! Normally the driver is able to detect the scanner and the stays loaded. In your case, the device seems to be not detected... Please enable the debug messages by recompiling the driver with: make clean all DEBUG=y
Then reload and send us the ouput of dmesg... It might be a problem of the IEEE1248 settings in the kernels parport configuration, it's autodetection sometimes confuses the ASICs inside the older Plustek devices... Gerhard On Sunday, 10. February 2002 19:53, m_t...@another.com wrote: > Can anybody give me any advice on why pt_drv.o will not load > > my bios says parr port is on io:0x378/irq:7 > ive set these values in modules.conf, with differtent variations (leaving > out the irq=7) but nothing seems to work. > > Any help is appreciated. > > [root@localhost plustek_driver]# make load > /sbin/modprobe pt_drv || exit 1 > /lib/modules/2.4.17/misc/pt_drv.o: init_module: Success > Hint: insmod errors can be caused by incorrect module parameters, > including invalid IO or IRQ parameters > /lib/modules/2.4.17/misc/pt_drv.o: > insmod /lib/modules/2.4.17/misc/pt_drv.o failed > /lib/modules/misc/pt_drv.o: init_module: Success > Hint: insmod errors can be caused by incorrect module parameters, > ncluding invalid IO or IRQ parameters > /lib/modules/misc/pt_drv.o: insmod /lib/modules/misc/pt_drv.o failed > /lib/modules/misc/pt_drv.o: insmod pt_drv failed > make: *** [load] Error 1 > >