D
Deleted member 9563
Guest
I have been trying to set up a UMAX Astra 2100u scanner but not having much luck. So far I have been unable to scan anything. I can detect the device as root, but a user in the wheel group cannot, and Xsane cannot find the device either. The device is listed as being supported by SANE.
I will list the steps and information below, and perhaps someone has a suggestion or can spot an error:
To:
/etc/devfs.rules
I added:
And in:
/etc/rc.conf
I have:
I will list the steps and information below, and perhaps someone has a suggestion or can spot an error:
# dmesg | grep ugen
Code:
-snip-
ugen0.5: <vendor 0x1606> at usbus0
# sane-find-scanner -q
Code:
found USB scanner (vendor=0x1606, product=0x0130, chip=PV8630/LM9830) at
libusb:/dev/usb:/dev/ugen0.5
# scanimage -L
Code:
device `umax1220u:libusb:/dev/usb:/dev/ugen0.5' is a UMAX Astra 2100U
flatbed scanner
# edit /usr/local/etc/sane.d/umax1220u.conf
Code:
# Options for the umax1220u backend
# Autodetect the UMAX Astra 1220U
usb 0x1606 0x0130
usb /dev/ugen0.5
To:
/etc/devfs.rules
I added:
Code:
[system=5]
add path ugen0.2 mode 0660 group wheel
add path usb/0.2.0 mode 0666 group wheel
And in:
/etc/rc.conf
I have:
Code:
devfs_system_ruleset="system"