Epson Perfection 2400 Photo scanner under Linux FTP | Home | Search |
This is what I did to set up my Epson Perfection 2400 Photo scanner under Linux.
# Epson Perfection 2400 Photo (0x4b8/0x11b) options scanner vendor=0x04b8 product=0x011bYou can get the vendor and product IDs by looking at lsusb -v (look for the idVendor and idProduct lines) or by trying to load the module. The change to modules.conf doesn't appear to be necessary with kernel 2.4.22
usb.c: registered new driver usbscanner scanner.c: probe_scanner: User specified USB scanner -- Vendor:Product - 4b8: scanner.c: 0.4.6:USB Scanner Driver
usb.c: registered new driver usbscanner scanner.c: USB scanner device (0x04b8/0x011b) now attached to scanner0 scanner.c: 0.4.16:USB Scanner Driver
usb /dev/usb/scanner0
#!/bin/sh export SANE_DEFAULT_DEVICE=/dev/usb/scanner0If you don't have /etc/profile.d/, add that line to /etc/profile. Setting this environment variable tells scanimage and xscanimage what your scanner device is (without having to specify it on the commandline). If your (non-root) account is the only one that'll be using the scanner, you could also just throw that line in ~/.bash_login
Last updated: Sun, 08 Mar 2009 23:29:22 -0400 Jason Englander <jason at englanders dot us> |