You are not logged in.
Pages: 1
Hello all !
I have a little problem with my Canon MP510's scanner. I can scaning by typing a command in my terminal but I can't use Xsane correctly.
I can get the outline but when I try to scan normally I get an I/O Error...
Somebody would know how to help me ?
Thanks a lot
Offline
More informations :
ls -la /dev/bus/usb/*
total 0
drwxr-xr-x 2 root root 0 jun 30 08:48 .
drwxr-xr-x 5 root root 0 jun 30 08:48 ..
crw-r--r-- 1 root root 189, 0 jun 30 08:48 001
crw-r--r-- 1 root root 189, 1 jun 30 08:48 002
/dev/bus/usb/002:
total 0
drwxr-xr-x 2 root root 0 jun 30 09:57 .
drwxr-xr-x 5 root root 0 jun 30 08:48 ..
crw-r--r-- 1 root root 189, 128 jun 30 08:48 001
crw-rw-r-- 1 root scanner 189, 130 jun 30 09:57 003
/dev/bus/usb/003:
total 0
drwxr-xr-x 2 root root 0 jun 30 08:48 .
drwxr-xr-x 5 root root 0 jun 30 08:48 ..
crw-r--r-- 1 root root 189, 256 jun 30 08:48 001
I read on the wiki that we need scanner group rw permissions. But how I can make that ?
Thanks for your help.
PS : the normal user is in the scanner group
Offline
I found this on the ubuntuforums :
Open /etc/udev/rules.d/40-permission.rules as root and change usb device subsystem to mode=0666.
But I haven't a file named "40-permission.rules" in my rules.d directory. So where can I find the usb permission in arch ?
Thankyou.
Offline
Every distro customizes udev differently. Try e.g.:
grep scanner /etc/udev/rules.d/*
Offline
Thanks for your help.
I changed the permissions for all usb buses.
/etc/udev/rules.d/50-udev-default.rules~:SUBSYSTEM=="usb", ACTION=="add", ENV{DEVTYPE}=="usb_device", NAME="bus/usb/$env{BUSNUM}/$env{DEVNUM}", MODE="0666"
and now I have :
ls -la /dev/bus/usb/*
/dev/bus/usb/001:
total 0
drwxr-xr-x 2 root root 0 jui 2 13:01 .
drwxr-xr-x 5 root root 0 jui 2 13:01 ..
crw-rw-rw- 1 root root 189, 0 jui 2 13:01 001
crw-rw-rw- 1 root root 189, 1 jui 2 13:01 002
/dev/bus/usb/002:
total 0
drwxr-xr-x 2 root root 0 jui 2 13:13 .
drwxr-xr-x 5 root root 0 jui 2 13:01 ..
crw-rw-rw- 1 root root 189, 128 jui 2 13:01 001
crw-rw-rw- 1 root scanner 189, 130 jui 2 13:13 003
/dev/bus/usb/003:
total 0
drwxr-xr-x 2 root root 0 jui 2 13:01 .
drwxr-xr-x 5 root root 0 jui 2 13:01 ..
crw-rw-rw- 1 root root 189, 256 jui 2 13:01 001
But my scanner does not still work with xsane
Offline
Pages: 1