Taizong
04-17-2003, 09:05 PM
After fiddling with my modules.conf file, disconnecting and reconnecting, and checking my /proc, I got my HP 2200c scanner working in SANE without having to look online once:
As su:
1. mknod /dev/usbscanner0 c 180 48
2. ln -s /dev/usbscanner0 /dev/usbscanner
3. chmod 666 /dev/usbscanner0
4. edit /etc/modules.conf and add this line:
options scanner vendor=0x3f0 product=0x605
5. /sbin/rmmod scanner
6. /sbin/modprobe scanner
7. Reconnect the scanner's usb cable
Share and enjoy
As su:
1. mknod /dev/usbscanner0 c 180 48
2. ln -s /dev/usbscanner0 /dev/usbscanner
3. chmod 666 /dev/usbscanner0
4. edit /etc/modules.conf and add this line:
options scanner vendor=0x3f0 product=0x605
5. /sbin/rmmod scanner
6. /sbin/modprobe scanner
7. Reconnect the scanner's usb cable
Share and enjoy