You are not logged in.

#1 2008-06-28 09:49:06

iznogoud
Member
From: Belgium
Registered: 2008-03-22
Posts: 34

Scanner of my Canon MP510

Hello all ! smile
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 wink

Offline

#2 2008-06-30 08:07:17

iznogoud
Member
From: Belgium
Registered: 2008-03-22
Posts: 34

Re: Scanner of my Canon MP510

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

#3 2008-07-01 16:06:30

iznogoud
Member
From: Belgium
Registered: 2008-03-22
Posts: 34

Re: Scanner of my Canon MP510

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

#4 2008-07-01 20:40:38

brebs
Member
Registered: 2007-04-03
Posts: 3,742

Re: Scanner of my Canon MP510

Every distro customizes udev differently. Try e.g.:

grep scanner /etc/udev/rules.d/*

Offline

#5 2008-07-02 11:14:44

iznogoud
Member
From: Belgium
Registered: 2008-03-22
Posts: 34

Re: Scanner of my Canon MP510

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 hmm

Offline

Board footer

Powered by FluxBB