LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 08-12-2006, 08:29 AM   #1
binary_dreamer
Member
 
Registered: Feb 2006
Distribution: debian squeeze
Posts: 199

Rep: Reputation: 31
scanner setup


i got an installation of sarge and i got a scanner that i want to setup. the scanner is "Mustek 1200 UB plus". i plugged the scanner in the usb and i did a lsusb:
aris@LanParty:~$ lsusb
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 002: ID 046d:08b0 Logitech, Inc. QuickCam 3000 Pro [pwc]
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 002: ID 05d8:4002 Ultima Electronics Corp. Artec Ultima 2000 (GT6801 based)/Lifetec LT9385 Scanner
Bus 001 Device 001: ID 0000:0000
aris@LanParty:~$

then i installed xsane. when i tried though to start the xsane it could not find any devices!
then i did a scanimage:
aris@LanParty:~$ scanimage -L
device `v4l:/dev/video0' is a Noname Logitech QuickCam Pro 3000 virtual device
aris@LanParty:~$
this is as user, it could not find the scanner, it could see only the webcam. when i did scanimage as root:
LanParty:~# scanimage -L
device `v4l:/dev/video0' is a Noname Logitech QuickCam Pro 3000 virtual device
device `gt68xx:libusb:001:002' is a Mustek BearPaw 1200 CU flatbed scanner
LanParty:~#

does anyone got any idea on how to fix the problem and make the scanner work?
 
Old 08-14-2006, 03:15 PM   #2
TigerOC
Senior Member
 
Registered: Jan 2003
Location: Devon, UK
Distribution: Debian Etc/kernel 2.6.18-4K7
Posts: 2,380

Rep: Reputation: 49
Quote:
Originally Posted by binary_dreamer
when i did scanimage as root:
LanParty:~# scanimage -L
device `v4l:/dev/video0' is a Noname Logitech QuickCam Pro 3000 virtual device
device `gt68xx:libusb:001:002' is a Mustek BearPaw 1200 CU flatbed scanner
LanParty:~#

does anyone got any idea on how to fix the problem and make the scanner work?
Add your user name to the group for the scanner.
 
Old 08-16-2006, 01:34 AM   #3
binary_dreamer
Member
 
Registered: Feb 2006
Distribution: debian squeeze
Posts: 199

Original Poster
Rep: Reputation: 31
and how do i check to see the scanner group that the user belongs to?
 
Old 08-16-2006, 03:14 AM   #4
TigerOC
Senior Member
 
Registered: Jan 2003
Location: Devon, UK
Distribution: Debian Etc/kernel 2.6.18-4K7
Posts: 2,380

Rep: Reputation: 49
scanner is a group and the user needs to made part of the group in order to use the scanner. To see if the user is part of that group look at the contents of /etc/group and look for the line scanner.
 
Old 08-21-2006, 01:23 PM   #5
binary_dreamer
Member
 
Registered: Feb 2006
Distribution: debian squeeze
Posts: 199

Original Poster
Rep: Reputation: 31
here is the lines that have to do with the scanner:
scanner:x:108:
saned:x:109:

now what do i do?
 
Old 08-21-2006, 03:55 PM   #6
TigerOC
Senior Member
 
Registered: Jan 2003
Location: Devon, UK
Distribution: Debian Etc/kernel 2.6.18-4K7
Posts: 2,380

Rep: Reputation: 49
Quote:
Originally Posted by binary_dreamer
here is the lines that have to do with the scanner:
scanner:x:108:
saned:x:109:

now what do i do?
As root open the file in an editor and enter your user name following the colon on each of these lines. If you have multiple users then separate the user names with commas.
 
Old 08-22-2006, 01:53 AM   #7
binary_dreamer
Member
 
Registered: Feb 2006
Distribution: debian squeeze
Posts: 199

Original Poster
Rep: Reputation: 31
thanks a lot for your answer. so it will be like that?
scanner:x:108:username
saned:x:109:username
 
Old 08-22-2006, 02:06 AM   #8
TigerOC
Senior Member
 
Registered: Jan 2003
Location: Devon, UK
Distribution: Debian Etc/kernel 2.6.18-4K7
Posts: 2,380

Rep: Reputation: 49
Quote:
Originally Posted by binary_dreamer
thanks a lot for your answer. so it will be like that?
scanner:x:108:username
saned:x:109:username
Yes. If you use a kde desktop then this can be done through K -> System ->KUser.
 
Old 08-23-2006, 06:55 AM   #9
binary_dreamer
Member
 
Registered: Feb 2006
Distribution: debian squeeze
Posts: 199

Original Poster
Rep: Reputation: 31
even though i did this, still the problem exists. any ideas?
 
Old 08-24-2006, 01:41 AM   #10
TigerOC
Senior Member
 
Registered: Jan 2003
Location: Devon, UK
Distribution: Debian Etc/kernel 2.6.18-4K7
Posts: 2,380

Rep: Reputation: 49
Do you work purely in consol mode or do you use a gui and if so which one? What happens when you issue the command xsane?
 
Old 08-24-2006, 04:16 AM   #11
binary_dreamer
Member
 
Registered: Feb 2006
Distribution: debian squeeze
Posts: 199

Original Poster
Rep: Reputation: 31
no i am working by using gui. i am using to configure the system and make it independent to window managers. anyway, when i issue xsane it is looking for devices and it cannot find the scanner. although the lsusb does see the scanner. there is something that i am missing and it makes me angry. any ideas?
 
Old 08-24-2006, 06:28 AM   #12
TigerOC
Senior Member
 
Registered: Jan 2003
Location: Devon, UK
Distribution: Debian Etc/kernel 2.6.18-4K7
Posts: 2,380

Rep: Reputation: 49
Which gui are you using? KDE, Gnome, etc.? Still sounds like a user problem. If do xsane as root what happens?
 
Old 08-29-2006, 02:36 AM   #13
binary_dreamer
Member
 
Registered: Feb 2006
Distribution: debian squeeze
Posts: 199

Original Poster
Rep: Reputation: 31
i am using kde. kdm does not allow root to login directly. so if i login as the user and open a console as root and type xsane it will not run.
what can i do?
 
Old 08-29-2006, 03:13 AM   #14
TigerOC
Senior Member
 
Registered: Jan 2003
Location: Devon, UK
Distribution: Debian Etc/kernel 2.6.18-4K7
Posts: 2,380

Rep: Reputation: 49
Quote:
Originally Posted by binary_dreamer
i am using kde. kdm does not allow root to login directly. so if i login as the user and open a console as root and type xsane it will not run.
what can i do?
On the kde desktop go to K -> System -> KUser. Supply the root password and you can set groups to users using the check boxes.
 
Old 08-30-2006, 12:04 AM   #15
binary_dreamer
Member
 
Registered: Feb 2006
Distribution: debian squeeze
Posts: 199

Original Poster
Rep: Reputation: 31
i went to the the kuser but the group scaner already exists. here is the printscreen of the program:
http://dreamer.binary.googlepages.com/3.png
still the scanner does not work. any ideas?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
scanner setup binary_dreamer Debian 3 02-14-2006 09:32 AM
How to setup scanner satimis Linux - Hardware 3 11-20-2004 06:31 AM
scanner setup problem tsitras Linux - Hardware 0 04-21-2004 03:15 PM
Scanner setup C8H10N4O2 Linux - Hardware 2 07-10-2003 04:28 PM
scanner setup athenerx Linux - Newbie 6 09-05-2001 12:16 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 10:59 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration