Scanning in linux?

Status
Not open for further replies.

praka123

left this forum longback
there are applications like sane, xsane which will help u do that.
*www.gnome.org/projects/gnome-scan/index
 

mediator

Technomancer
There is kooka and xsane. I use xsane.
On my FC5 its in Applications>Graphics>Scanner Tool!
Launch it after powering ur printer!
 
OP
nileshgr

nileshgr

Wise Old Owl
i have tried xsane. but when i click on Agree, a small window appears and dissappears. Then nuthin happens.
 

eddie

El mooooo
Switch your printer on, start a terminal window, login as root and then execute "hp-setup" (without quotes) command from here. You will get HP's official utility for managing HP Devices. This utility will detect your scanner and make the necessary changes to your config files.
 
OP
nileshgr

nileshgr

Wise Old Owl
eddie said:
Switch your printer on, start a terminal window, login as root and then execute "hp-setup" (without quotes) command from here. You will get HP's official utility for managing HP Devices. This utility will detect your scanner and make the necessary changes to your config files.
See this screenshot--

*www.theitkgroup.net/Screenshot.png
 
Last edited:

mehulved

18 Till I Die............
I think you need to start hplip, try
Code:
su
services hplip start
And it seems you aren't the only one. Check Fedora's Forums. Maybe it could also be a bug.
And if you want to show big images upload them somewhere and just paste the url of it's thumbnail here.
 
OP
nileshgr

nileshgr

Wise Old Owl
tech_your_future said:
I think you need to start hplip, try
Code:
su
services hplip start
And it seems you aren't the only one. Check Fedora's Forums. Maybe it could also be a bug.
And if you want to show big images upload them somewhere and just paste the url of it's thumbnail here.
hplip already running.
 

mediator

Technomancer
Check this out!
*www.nixser.com/2006/11/24/debian-and-hp-psc-1400-all-in-one-series-how-to/
*www.linuxprinting.org/show_printer.cgi?recnum=HP-PSC_1400
*forums.suselinuxsupport.de/lofiversion/index.php/t22424.html
 
OP
nileshgr

nileshgr

Wise Old Owl
mediator said:
Check this out!
*www.nixser.com/2006/11/24/debian-and-hp-psc-1400-all-in-one-series-how-to/
*www.linuxprinting.org/show_printer.cgi?recnum=HP-PSC_1400
*forums.suselinuxsupport.de/lofiversion/index.php/t22424.html
THX for the lnk(s). I will try them later coz i dont have time now. btw anyone if has some other sol, please post it.
 

freebird

Debian Rocks!
*www.linuxprinting.org/show_printer.cgi?recnum=HP-PSC_1400
^ above link explains ur printer is very well supported in Linux.
a small q?do u have switched on while u hv tried all these?most ppl fail to do this:).HP's printers most are very well supported in Linux.
 
OP
nileshgr

nileshgr

Wise Old Owl
eddie said:
Post the contents of your /etc/hosts file.
Code:
# Do not remove the following line, or various programs
# that require network functionality will fail.
::1	nilesh.linux	localhost

freebird said:
*www.linuxprinting.org/show_printer.cgi?recnum=HP-PSC_1400
^ above link explains ur printer is very well supported in Linux.
a small q?do u have switched on while u hv tried all these?most ppl fail to do this:).HP's printers most are very well supported in Linux.
I am not that dumbo! I do switch on my PSC during trying those soln(s).
 
Last edited:

eddie

El mooooo
Edit your /etc/hosts file to look like the following
Code:
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 	nilesh.linux	localhost
::1	nilesh.linux	localhost
Then restart your system and try hp-setup again.
 

praka123

left this forum longback
do make sure ur loopback device "lo" is up.u can check it using "ifconfig" command in a terminal.for sane to work
 
OP
nileshgr

nileshgr

Wise Old Owl
eddie said:
Edit your /etc/hosts file to look like the following
Code:
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 	nilesh.linux	localhost
::1	nilesh.linux	localhost
Then restart your system and try hp-setup again.
Thank you (very*i) where i=infinity. My problem solved. I am able to scan now. :) :) :) peace. :)
 
Status
Not open for further replies.
Top Bottom