Where are the Red Hat experts? Is there anything that needs to be done in order to configure e.g. hotplug so that the scanner is recognized?
You should be able to load the scanner module manually. Depending on which kernel RH 7.3 uses, you may have to provide parameters for the scanner module in /etc/modules.conf. Please see my web site at http://www.khk.net/sane for more information about how to configure USB scanners (you need to add a line "options scanner vendor=0x04b8 product=0x????) to this file. Make sure that you use the correct hex syntax (with the leading "0x"). Once you've done that you can load the module (as root user): /sbin/modprobe scanner Now the scanner should be recognized by the scanner module. You can verify this by running this command: cat /proc/bus/usb/devices Hope this helps, Karl Heinz rodney <[email protected]> said: > Hello, > How do I get XSane or IScan to find my Epson 1650P scanner in RH > 7.3 ? > THANKYOU, > Rodney. > > > > _______________________________________________ > Sane-devel mailing list > [email protected] > http://www.mostang.com/mailman/listinfo/sane-devel > --
