Forum Moderators: bakedjake
This is the first piece of hardware that I have installed that kudzu has not responded to on a reboot. My guess is that it does not know what to do with it.
Any Ideas?
I should have the right driver. According to sane there are three default system scanner drivers and I have all three.
If I plug in my hp usb scanner kudzu picks it up and installs the Driver (problem is my hp is not supported by sane). So I have this shiney new Epson (that sane supports) and I can't get it to be picked up.
I have manualy used insmode to load each driver then unplug and run Kudzu plug it back in and rerun. Still no luck.
I know I am going to find out this is a simple fix just don't know what it is. Even the epson website has a frontend for this scanner on Linux.
It should be on [tldp.org...] or you may have it in your how to's. AIFAICR you need to play with /etc/conf/modules.conf, or whatever your system's equivilent is.
insmod inserts a module (and rmmod removes it). If you can't get get the module loader (above) to work, try adding the line you came up with to your /etc/rc.d/rc.local file. (This file is looked at last during the boot-up process (1) and is for local things to be loaded.)
(1) Or at anytime the run level is changed, depending on the run level