LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-01-2011, 08:40 PM   #1
jdh313
LQ Newbie
 
Registered: Jul 2011
Distribution: Arch Linux
Posts: 26

Rep: Reputation: Disabled
Network Scanning--HP Photosmart D110A


I recently purchased the HP Photosmart D110A and set it up to my wireless network in Windows 7. I was also able to set up wireless printing in Arch. My question is: How can I set up wireless scanning in Arch? Please be as complete as possible, I am still very new to Arch and Linux in general.
Thanks
 
Old 09-02-2011, 04:03 PM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,623

Rep: Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964
Quote:
Originally Posted by jdh313 View Post
I recently purchased the HP Photosmart D110A and set it up to my wireless network in Windows 7. I was also able to set up wireless printing in Arch. My question is: How can I set up wireless scanning in Arch? Please be as complete as possible, I am still very new to Arch and Linux in general.
Thanks
Load the HPLIP software.
http://www.archlinux.org/packages/extra/i686/hplip/

I run openSUSE with a different Photosmart printer, but through HPLIP (source page, with documentation: http://hplipopensource.com/hplip-web/downloads.html), I can just click the system-tray icon, and scan away. Should work the same for you.
 
Old 09-02-2011, 04:52 PM   #3
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Hello jdh313,

I've once written this http://www.linuxquestions.org/linux/...r_over_network short tutorial about scanning in a network. It has a different scenario since the scanner is connected to a Linux-computer.

But you should find some useful information there. Probably your users have to be member of the lp-group in order to access the multifunction-device.

Markus
 
Old 09-02-2011, 08:18 PM   #4
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,314
Blog Entries: 28

Rep: Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137
How have you tested the scanning?

I set up my HP printer with HPLIP and it scans flawlessly with a wired or wireless connection when I use Xsane. It does not scan from OpenOffice or LibreOffice. This leads me to think that OO/LO scanning has issues.

Edit: The HPLIP GUI package is often separate from the HPLIP base package. Installing the GUI front-end (the command line for using it is hp-toolbox) makes using HPLIP a lot friendlier.

Last edited by frankbell; 09-02-2011 at 08:21 PM.
 
Old 09-02-2011, 08:48 PM   #5
jdh313
LQ Newbie
 
Registered: Jul 2011
Distribution: Arch Linux
Posts: 26

Original Poster
Rep: Reputation: Disabled
I already has hplip installed on my computer so that wasn't the problem. I went through all of the links but none of those helped either. Thanks for your help though.
 
Old 09-03-2011, 02:31 AM   #6
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Could you please post the output of
Code:
scanimage -L
and please check that in your /etc/sane.d/dll.conf there is a line
Code:
# /etc/sane.d/dll.conf
  ...
net
  ...
Markus
 
Old 09-03-2011, 09:02 AM   #7
jdh313
LQ Newbie
 
Registered: Jul 2011
Distribution: Arch Linux
Posts: 26

Original Poster
Rep: Reputation: Disabled
From scanimage -L
Code:
device `v4l:/dev/video0' is a Noname Laptop_Integrated_Webcam_2M virtual device
Quote:
and please check that in your /etc/sane.d/dll.conf there is a line
Code:
# /etc/sane.d/dll.conf
...
net
...
The line net is uncommented on the document. Thanks for the help though.
 
Old 09-03-2011, 10:24 AM   #8
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Did you configure the /etc/sane.d/net.conf file with the IP-adress of the Scanner?

Markus
 
1 members found this post helpful.
Old 09-03-2011, 09:08 PM   #9
jdh313
LQ Newbie
 
Registered: Jul 2011
Distribution: Arch Linux
Posts: 26

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by markush View Post
Did you configure the /etc/sane.d/net.conf file with the IP-adress of the Scanner?Markus
I did that, the file now looks like
Code:
# This is the net backend config file.

## net backend options
# Timeout for the initial connection to saned. This will prevent the backend
# from blocking for several minutes trying to connect to an unresponsive
# saned host (network outage, host down, ...). Value in seconds.
# connect_timeout = 60

## saned hosts
# Each line names a host to attach to.
# If you list "localhost" then your backends can be accessed either
# directly or through the net backend.  Going through the net backend
# may be necessary to access devices that need special privileges.
localhost
192.168.1.13
When I do scanimage -L I still get the same results and the hp-scan tells me there is no device.
 
Old 09-04-2011, 12:46 AM   #10
elliott678
Member
 
Registered: Mar 2005
Location: North Carolina
Distribution: Arch
Posts: 977

Rep: Reputation: 74
I have one of those too, you don't need to bother setting up anything if you don't want to, it has a web interface.

Put the IP of the printer into any web browser, go to the scan tab and after you've scanned something, right click and save it. It will scan to JPG or PDF.
 
1 members found this post helpful.
Old 09-04-2011, 04:43 PM   #11
jdh313
LQ Newbie
 
Registered: Jul 2011
Distribution: Arch Linux
Posts: 26

Original Poster
Rep: Reputation: Disabled
Quote:
I have one of those too, you don't need to bother setting up anything if you don't want to, it has a web interface.

Put the IP of the printer into any web browser, go to the scan tab and after you've scanned something, right click and save it. It will scan to JPG or PDF.
Thanks so much, that solved it and works good enough for me.
 
  


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
HP Photosmart C4180 Q8110A scanning overpencil Linux - Hardware 2 12-20-2007 09:57 AM
HP Photosmart C5280 Scanning issues! Calum Linux - Hardware 3 11-22-2007 02:37 PM
hp photosmart 2610 network printer adssse Linux - Hardware 1 12-10-2005 08:36 PM
HP Photosmart 7550 printer on network mewgle Linux - Hardware 1 12-07-2005 03:57 AM
printing over network to a winXP box w/ HP photosmart 7150 Sm0k3 Slackware 1 09-12-2003 04:31 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:22 AM.

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