Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
SCANNERS in Gentoo [SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
bacentergt
Tux's lil' helper
Tux's lil' helper


Joined: 24 Oct 2005
Posts: 82

PostPosted: Wed Oct 26, 2005 6:55 am    Post subject: SCANNERS in Gentoo [SOLVED] Reply with quote

I am a Newbie...

Is that possible to install SCANNERS in GENTOO??
How to do it??

I have a Canon CanoScan N124OU,
the scanner connects using USB port...

Thanks in advance
_________________
JESUS is the LORD


Last edited by bacentergt on Thu Nov 03, 2005 4:48 pm; edited 1 time in total
Back to top
View user's profile Send private message
fangorn
Veteran
Veteran


Joined: 31 Jul 2004
Posts: 1886

PostPosted: Wed Oct 26, 2005 7:42 am    Post subject: Reply with quote

You can do "emerge sane-backend sane-frontend" and see for the docs to configure sane.

dont know if your scanner is supported though. There is a list of supported hardware at the sane project page.
Back to top
View user's profile Send private message
Maedhros
Bodhisattva
Bodhisattva


Joined: 14 Apr 2004
Posts: 5511
Location: Durham, UK

PostPosted: Wed Oct 26, 2005 10:30 am    Post subject: Reply with quote

Moved from Installing Gentoo to Kernel & Hardware.
_________________
No-one's more important than the earthworm.
Back to top
View user's profile Send private message
RuiP
l33t
l33t


Joined: 15 Jan 2005
Posts: 643

PostPosted: Wed Oct 26, 2005 11:33 am    Post subject: Reply with quote

Do you read http://gentoo-wiki.com/HOWTO_Install_a_USB_scanner? It may help you.
Back to top
View user's profile Send private message
paulbiz
Guru
Guru


Joined: 01 Feb 2004
Posts: 508
Location: St. Louis, Missouri, USA

PostPosted: Wed Oct 26, 2005 1:01 pm    Post subject: Reply with quote

I have an Epson Perfection 2400 scanner, it works perfectly (Epson even provides Linux SANE driver and a scanning GUI program with some basic photo adjustment features). I did a lot of research on the SANE supported devices list and Ebay before buying it (for $15.00 USD!).
Back to top
View user's profile Send private message
bacentergt
Tux's lil' helper
Tux's lil' helper


Joined: 24 Oct 2005
Posts: 82

PostPosted: Sat Oct 29, 2005 7:54 am    Post subject: Reply with quote

Ok, I went to the wikki How to,

As my scanner is CanoScan N124OU, I did:
nano -w plustek.conf in the sane.d directory and added the code:

[usb] 0x4a9 2x20e
device libusb:001:008

The lsusb output is:

Bus 001 Device 008: ID 04a9:220e Canon, Inc. CanoScan N1240U/LiDE 30
Bus 001 Device 003: ID 043d:0016 Lexmark International, Inc.
Bus 001 Device 002: ID 0451:2046 Texas Instruments, Inc. TUSB2046 Hub
Bus 001 Device 001: ID 0000:0000

However when i run
Code:
sane-find-scanner -q
I get no output, and when i run
Code:
scanimage -L
i get:

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).

Could you please help me?
_________________
JESUS is the LORD
Back to top
View user's profile Send private message
JSharku
Apprentice
Apprentice


Joined: 09 Feb 2003
Posts: 189
Location: Belgium

PostPosted: Sat Oct 29, 2005 11:00 am    Post subject: Reply with quote

You should use 0x220e instead of 2x20e. 0x is a prefix that means "the following is a hex number", 2x... doesn't mean anything.

Sharku
_________________
If only life were portage-driven:
Code:
USE="-bitch -in-laws nice gorgeous smart" emerge girlfriend
*sigh*
--
Open Source for Windows!
Back to top
View user's profile Send private message
bacentergt
Tux's lil' helper
Tux's lil' helper


Joined: 24 Oct 2005
Posts: 82

PostPosted: Sat Oct 29, 2005 5:15 pm    Post subject: Reply with quote

Does not work, I made changes but does not work,

I have put
Code:

[usb] 0x4a9 0x220e
device libusb:001:008


In the plustek.conf file.

Is plustek really integrated or I should install it?
I downloaded it but when I found that .conf file I was thinking it was integrated,

Could that be the error?

Thanks in advance
_________________
JESUS is the LORD
Back to top
View user's profile Send private message
Gentree
Watchman
Watchman


Joined: 01 Jul 2003
Posts: 5350
Location: France, Old Europe

PostPosted: Sat Oct 29, 2005 6:20 pm    Post subject: Reply with quote

JESUS is the LORD, you could try prayer. I'm an athiest so I cant help. :cry:
_________________
Linux, because I'd rather own a free OS than steal one that's not worth paying for.
Gentoo because I'm a masochist
AthlonXP-M on A7N8X. Portage ~x86
Back to top
View user's profile Send private message
yabbadabbadont
Advocate
Advocate


Joined: 14 Mar 2003
Posts: 4791
Location: 2 exits past crazy

PostPosted: Sat Oct 29, 2005 7:25 pm    Post subject: Reply with quote

Try removing the device line and the vendor ids after the [usb].

According to the /etc/sand.d/plustek.conf file comments, it should autoscan for the device if you configure the file like that. However, you need to be sure that your user is a member of both the USB and SCANNER groups. Use 'id username' to see the groups to which you belong. If your user is not in those groups, you can add them (as root) by 'gpasswd -a user group'.

I hope this helps.

EDIT: The sane project page lists your scanner as completely supported.
Back to top
View user's profile Send private message
yabbadabbadont
Advocate
Advocate


Joined: 14 Mar 2003
Posts: 4791
Location: 2 exits past crazy

PostPosted: Sat Oct 29, 2005 7:32 pm    Post subject: Reply with quote

After you have changed your config file back to its original state, and verified that you are in the usb and scanner goups, post the output of the following command:
Code:
sane-find-scanner -v
Back to top
View user's profile Send private message
bacentergt
Tux's lil' helper
Tux's lil' helper


Joined: 24 Oct 2005
Posts: 82

PostPosted: Wed Nov 02, 2005 11:45 pm    Post subject: Reply with quote

I followed the manual you recommended:

Code:
http://gentoo-wiki.com/HOWTO_Install_a_USB_scanner#Introduction


Everything worked as the manual including the scanimage -L,well I emerged xsane, and at the end I am asked to "run xsane", I have typed in Terminal:

Code:
xsane


But I get: command not found:

Whats the way to run xsane??

thanks.
_________________
JESUS is the LORD
Back to top
View user's profile Send private message
i92guboj
Bodhisattva
Bodhisattva


Joined: 30 Nov 2004
Posts: 10315
Location: Córdoba (Spain)

PostPosted: Wed Nov 02, 2005 11:55 pm    Post subject: Reply with quote

About the usb and permissions, there is something that I wrote some time ago about my epson scanner here:
https://forums.gentoo.org/viewtopic-t-329637.html

Although it is not the same scanner, the procedure should be identical. Maybe that way you can identify where the problem is, it is writen like a step by step guide, so, you will notice on which stage the thingh is wrong. Hope that helps a little. :wink:
Back to top
View user's profile Send private message
bacentergt
Tux's lil' helper
Tux's lil' helper


Joined: 24 Oct 2005
Posts: 82

PostPosted: Wed Nov 02, 2005 11:59 pm    Post subject: Reply with quote

Thanks but your article ends where i want to start:

how to run xsane??

when I use the command:

Code:
xsane


the command is not recognized,
is there another command?

thanks,

well maybe its for another discussion thanks to all, I will start a new discussion.
_________________
JESUS is the LORD
Back to top
View user's profile Send private message
i92guboj
Bodhisattva
Bodhisattva


Joined: 30 Nov 2004
Posts: 10315
Location: Córdoba (Spain)

PostPosted: Thu Nov 03, 2005 12:25 am    Post subject: Reply with quote

Emerge xsane again. If you want to see what are the files installed, do "equery f xsane" to see if the binary file is where it is supposed to be.
Back to top
View user's profile Send private message
bacentergt
Tux's lil' helper
Tux's lil' helper


Joined: 24 Oct 2005
Posts: 82

PostPosted: Thu Nov 03, 2005 4:48 pm    Post subject: Reply with quote

Emerged again and its running..

Thank you all
_________________
JESUS is the LORD
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum