[Bug 211889] Re: Unable to access the scanner without being root

2008-05-06 Thread Tataucska
*** This bug is a duplicate of bug 109727 ***
https://bugs.launchpad.net/bugs/109727

In hardy I had the same problem with my scanner, a scsi umax astra 1200s, while 
it worked fine onder Gutsy. After doing some surfing I found the following 
solution. Go to menu  administration  users and groups.
Click Unlock. After giving your root password click manage groups. Between 
groups you can find scanner. Select it and click properties. Here you can 
check the users you permit to scan, including yourself. Then OK and from that 
moment Sane handels your scanner also when you are not root.
Good luck

-- 
Unable to access the scanner without being root
https://bugs.launchpad.net/bugs/211889
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211889] Re: Unable to access the scanner without being root

2008-05-05 Thread Kelson
*** This bug is a duplicate of bug 109727 ***
https://bugs.launchpad.net/bugs/109727

I think I have the solution : the problem is that the 20-libsane.fdi
does not have my scanner.

I have done the following change and it works now :

[EMAIL PROTECTED]:/usr/share/hal/fdi/preprobe/10osvendor$ diff 
20-libsane.fdi.back 20-libsane.fdi
3735a3736,3742
   !-- Avision FB6080E --
   match key=usb.vendor_id int=0x0638
 match key=usb.product_id int=0x0a82
   append key=info.capabilities type=strlistscanner/append
   merge key=scanner.access_method type=stringproprietary/merge
 /match
   /match

-- 
Unable to access the scanner without being root
https://bugs.launchpad.net/bugs/211889
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211889] Re: Unable to access the scanner without being root

2008-04-05 Thread Marc Baas
*** This bug is a duplicate of bug 109727 ***
https://bugs.launchpad.net/bugs/109727

Kelson, try this fix that I found:

Go to users  groups: SystemAdministrationUsers and Groups
Click the Unlock button and enter password.
Select your default user
Click properties
On the User Priviledges tab check the groups you belong to.
If anything is not checked (like scanner for example) check it.
Log out of your session and log back in again 
Now try to see if your scanner is being detected.

So by default the default user is not added to all groups like it should. The 
groups that the default user should be added to still are:
Send and Recieve Faxes
Use Scanners
Use Tape Drives

In my case that solved my problem.

-- 
Unable to access the scanner without being root
https://bugs.launchpad.net/bugs/211889
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211889] Re: Unable to access the scanner without being root

2008-04-05 Thread Kelson
*** This bug is a duplicate of bug 109727 ***
https://bugs.launchpad.net/bugs/109727

I have checked all the checkboxes and rebooted.

[EMAIL PROTECTED]:~$ cat /etc/group | grep kelson
adm:x:4:kelson,
dialout:x:20:kelson,
fax:x:21:kelson
cdrom:x:24:haldaemon,kelson,
floppy:x:25:haldaemon,kelson,
tape:x:26:kelson
audio:x:29:kelson,pulse
dip:x:30:kelson,
video:x:44:kelson
plugdev:x:46:haldaemon,kelson,
scanner:x:104:kelson,
fuse:x:106:kelson
lpadmin:x:108:kelson
admin:x:110:kelson,
netdev:x:115:kelson
powerdev:x:117:haldaemon,kelson
kelson:x:1000:

[EMAIL PROTECTED]:~$ scanimage -L

No scanners were identified. If you were expecting something different,
check that the scanner is plugged in, turned on and detected by the
sane-find-scanner tool (if appropriate). Please read the documentation
which came with this software (README, FAQ, manpages).
[EMAIL PROTECTED]:~$ sudo scanimage -L
device `avision:libusb:001:004' is a Avision FB6080E flatbed scanner

... Unfortunately it does not work for me :( But thank you for your
idea.

[EMAIL PROTECTED]:~$ ls -la /dev/bus/usb/001/004 
crw-rw-r-- 1 root root 189, 3 2008-04-05 14:14 /dev/bus/usb/001/004

As we can see the device as the bad group (should be scanner)

Does anyone can give us a link where it's explain how the system chooses
the group for the devices... in Gutsy it was a rule file in
/etc/udev but now ?

-- 
Unable to access the scanner without being root
https://bugs.launchpad.net/bugs/211889
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211889] Re: Unable to access the scanner without being root

2008-04-04 Thread Christian Mangold
*** This bug is a duplicate of bug 109727 ***
https://bugs.launchpad.net/bugs/109727

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 109727, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 109727
   xscan not connecting with scanner and crashing

-- 
Unable to access the scanner without being root
https://bugs.launchpad.net/bugs/211889
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211889] Re: Unable to access the scanner without being root

2008-04-04 Thread Kelson
*** This bug is a duplicate of bug 109727 ***
https://bugs.launchpad.net/bugs/109727

My problem does not seem to be a duplicate of 109727 I do not have a
crash, the scanner is simply not recognized as scanner and not
accessible for normal users.

-- 
Unable to access the scanner without being root
https://bugs.launchpad.net/bugs/211889
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211889] Re: Unable to access the scanner without being root

2008-04-04 Thread Marc Baas
*** This bug is a duplicate of bug 109727 ***
https://bugs.launchpad.net/bugs/109727

I can confirm this.

Even though I added my info to bug 109727 I have the same issue as
Kelson: no crash whatsoever, my scanner is just not recognized or
accessible for normal users. It is with root permissions though.

-- 
Unable to access the scanner without being root
https://bugs.launchpad.net/bugs/211889
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs