LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 04-11-2011, 12:54 PM   #1
teboil12
Member
 
Registered: Jan 2011
Location: Finland
Distribution: Linux Mint 20.0
Posts: 200
Blog Entries: 2

Rep: Reputation: 19
Question Installing HP flatbed scanner Scanjet 3200C


Hi!

Just found out that my old parallel port scanner will work with Linux (SANE told me so...). Since I have a laptop hp compaq nx9010 (Ubuntu 10.10) equipped with a parallel port I thought maybe I could take that into use. Question is: How? And do I have to have a printer connected to the scanner too?
Thankful for any advice, I am quite a newbie...

Thorben
 
Old 04-11-2011, 09:23 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,324
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
The first thing I would do is see whether HPLIP will detect it. I think Ubuntu includes it by default. If it's not in your menu, you could try starting the hplip gui with hp-toolbox in a terminal.

If you don't have it, it's in the repos.

HPLIP: http://hplipopensource.com/
 
Old 04-12-2011, 07:05 AM   #3
teboil12
Member
 
Registered: Jan 2011
Location: Finland
Distribution: Linux Mint 20.0
Posts: 200

Original Poster
Blog Entries: 2

Rep: Reputation: 19
HPLip did not find it. I got the general impression that HPLip is only for printers??? Have to find some other way. All the same, SANE says it will work, just have to get it installed, somehow.
 
Old 04-12-2011, 10:45 AM   #4
thorkelljarl
Senior Member
 
Registered: Jun 2008
Posts: 1,820

Rep: Reputation: 229Reputation: 229Reputation: 229
Not with HPLIP...

You can first try to obtain the necessary SANE packages from your Ubuntu repositories. In addition, if you click on the links for the scanner on the SANE webpage, there is the source code for the umax_pp backend for this scanner and a manual for how to proceed.

http://www.sane-project.org/lists/sa...EWLETT-PACKARD

Last edited by thorkelljarl; 04-12-2011 at 10:47 AM.
 
Old 04-12-2011, 11:37 AM   #5
teboil12
Member
 
Registered: Jan 2011
Location: Finland
Distribution: Linux Mint 20.0
Posts: 200

Original Poster
Blog Entries: 2

Rep: Reputation: 19
OK

Set my parallel port to EPP in BIOS. After that tried to get the backend configuration file by writing /etc/sane.d/umax_pp.conf in a terminal, but it keeps telling me I have no access, so what now. Please bear in mind that I am a newbie and need to be guided in detail. By the way, how can I find out that I have a kernel with ppdev support, or not?
 
Old 04-12-2011, 06:28 PM   #6
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,324
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
Quote:
Originally Posted by teboil12 View Post
HPLip did not find it. I got the general impression that HPLip is only for printers???
Frankly, I'm not sure. My printer is one of those all-in-one thingees and HPLIP detects the scanner and fax portions as well as the printer, but it could be because they are attached to a printer.

I'm going to keep following this thread because I want to see how it turns out.
 
Old 04-12-2011, 07:02 PM   #7
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
You should also check in /etc/group to see if you're included in printer & scanner group
 
Old 04-12-2011, 10:34 PM   #8
teboil12
Member
 
Registered: Jan 2011
Location: Finland
Distribution: Linux Mint 20.0
Posts: 200

Original Poster
Blog Entries: 2

Rep: Reputation: 19
Trying /etc/group results in a blunt "no access", so here we are, like banging your head against a concrete wall. By the way, my desktop computer is attached to a HP one-in-all and that is working all right, but I still keep wondering if this flatbed shold be attached to a printer as it once was when I had it active in those old pre-historic Windows days...
 
Old 04-12-2011, 10:38 PM   #9
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
nano /etc/group
or sudo nano /etc/group
 
Old 04-13-2011, 02:21 AM   #10
thorkelljarl
Senior Member
 
Registered: Jun 2008
Posts: 1,820

Rep: Reputation: 229Reputation: 229Reputation: 229
HPLIP...

HPLIP supports the scanner function of a HP all-in-one machine, but not a scanner installed by itself.
 
Old 04-13-2011, 10:53 AM   #11
teboil12
Member
 
Registered: Jan 2011
Location: Finland
Distribution: Linux Mint 20.0
Posts: 200

Original Poster
Blog Entries: 2

Rep: Reputation: 19
sudo nano/etc/group gives me "command not found"
nano/etc/group gives me "no such directory"
Back to square one...
 
Old 04-13-2011, 03:02 PM   #12
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
There is a space after nano
nano /etc/group
sudo nano /etc/group
 
Old 04-13-2011, 11:36 PM   #13
teboil12
Member
 
Registered: Jan 2011
Location: Finland
Distribution: Linux Mint 20.0
Posts: 200

Original Poster
Blog Entries: 2

Rep: Reputation: 19
This tell you anything?


root:x:0:
daemon:x:1:
bin:x:2:
sys:x:3:
adm:x:4:tor-bjorn
tty:x:5:
disk:x:6:
lp:x:7:
mail:x:8:
news:x:9:
uucp:x:10:
man:x:12:
proxy:x:13:
kmem:x:15:
dialout:x:20:tor-bjorn
fax:x:21:tor-bjorn
voice:x:22:
cdrom:x:24:tor-bjorn
floppy:x:25:tor-bjorn
 
Old 04-14-2011, 03:18 AM   #14
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Have you checked dmesg to see if detected?
In this thread they got working.
http://ubuntuforums.org/showthread.php?t=437004

I don't have a scanner but have a scanner group take a look at these 2 images preferably users & groups Advanced settings under user priviledges check scanner group box.
Attached Thumbnails
Click image for larger version

Name:	Screenshot.jpg
Views:	36
Size:	130.3 KB
ID:	6698   Click image for larger version

Name:	Screenshot-1.png
Views:	25
Size:	89.5 KB
ID:	6699  
 
Old 04-14-2011, 09:54 AM   #15
teboil12
Member
 
Registered: Jan 2011
Location: Finland
Distribution: Linux Mint 20.0
Posts: 200

Original Poster
Blog Entries: 2

Rep: Reputation: 19
Trying to get the SANE backends list but can't do it. I know from some earlier time that uncommenting the right place could solve it but that bloody list, where is it? Downloaded sane-backends-1.0.22.tar.gz, untarred it, did make but did not do make install, (was that a mistake?), what now?
 
  


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
Flatbed Scanner Dyfi Bridge Linux - Hardware 1 10-12-2010 01:44 AM
Flatbed Scanner Frustrations... PhilD Linux - Hardware 6 12-17-2008 03:59 PM
Scanning problem with a flatbed scanner Scotteh Linux - Hardware 10 07-02-2006 11:13 PM
Sharing flatbed scanner... bughead1 Linux - Networking 0 07-08-2004 10:02 AM
MDK10 and HP ScanJet 3200c issues Kyouryuu Mandriva 0 05-26-2004 10:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 07:54 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