LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-27-2006, 02:56 AM   #1
MathewT
LQ Newbie
 
Registered: May 2004
Location: Russell Island Q.L.D
Distribution: Slackware 12
Posts: 28

Rep: Reputation: 15
Smile Installing HP PSC 1610 All-in-One in Slackware 11


Kernel 2.6.17.13

First download HPLIP current version for Slackware hplip-1.6.9-i486-1 from here

http://packages.slackware.it/package...p-1.6.9-i486-1

Download to /home/username

Now to get this to work hpijs has to be removed to do this open a terminal and su to root

at the prompt Type

# removepkg hpijs

Once this is complete and you have the prompt type

# installpkg /home/username/hplip-1.6.9-i486-1.tgz

Next you have to start hplip before cups to do this at the prompt type

# /etc/rc.d/rc.cups stop

# /etc/rc.d/rc.hplip restart

# /etc/rc.d/rc.cups start

Install your printer using localhost:631 in your web browser or if you use Kde you can use the printer install wizard, you will need to use the PSC 1600 foomatic/hpijs driver (part of the HPLIP package and reinstalled with that package, if the hpijs drivers are not removed prior to install of HPLIP the scanner will not work.).

After installing and testing the printer, use kmenu run and open xsane, the HP PSC 1600 Hundred should be in the title bar, test your scanner using either the preview or scan button, either should work.

If you wish you can also add xsane to kmenu. To do this right click on the kfor kmenu and select Menu Editor, in here right click on Graphics, or Menu Heading of your choice, select new item, name 'xsane', in the right panel click on the icon button and select the xsane icon. Next in the command box type /usr/bin/xsane then save.

In Kmenu Utilities you will find HP Device Manager, you will be able to configure scanner and printer, view ink usage and access photo cards.

Have fun :-D

Last edited by MathewT; 10-27-2006 at 04:19 AM.
 
Old 11-05-2006, 01:30 AM   #2
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
Buggy KDE apps.

I followed your instructions and installed my HP Deskjet 920C,
then printed an email message to test it.

Then I opened that HP Device Manager and it says "No Installed
HP Devices Found."

This is my usual experience with KDE; which is why I usually mess
with this buggy software for a few days, then go back to Fluxbox.

KDE reminds me so much of Windoze.

Last edited by Bruce Hill; 11-05-2006 at 01:31 AM.
 
Old 11-19-2006, 08:13 AM   #3
last_survivor
LQ Newbie
 
Registered: Sep 2006
Posts: 12

Rep: Reputation: 0
Thnak you, for your post...it works great.
 
Old 11-19-2006, 08:25 AM   #4
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
update on HP Device Manager

I contacted the HPLIP Help mailing list, and the reply
from HP said to upgrade to HPLIP 1.6.10. I did that, and
used "hp-setup" and now HP Device Manager works.
 
Old 11-20-2006, 03:59 AM   #5
last_survivor
LQ Newbie
 
Registered: Sep 2006
Posts: 12

Rep: Reputation: 0
How did you make him work, because hplip 1.6.10 doesn't work to me...it sais that hpiod or something like that cannot start...when I type the commands
#/etc/rc.d/rc.hplip restart it fails on hpiod...how can I make him work...or should I compile him from sources...I've tried...but I use slackware...and it seems to work only with hplip-1.6.9

Thank You.
 
Old 11-20-2006, 07:03 AM   #6
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
Previously I installed hplip-1.6.9-i486-1 from the /testing
directory of Slackware 11.0.

To upgrade I used the hplip.SlackBuild script from Slackware-11.0
and made the following changes from the old SlackBuild script
to build 1.6.10.
Code:
mingdao@silas:~/build/hplip$ diff -r hplip.SlackBuild~ hplip.SlackBuild
34c34
< VERSION=1.6.9
---
> VERSION=1.6.10
36c36
< BUILD=1
---
> BUILD=2
61c61
< tar xjvf $CWD/$PRGNAM-$VERSION.tar.bz2 || exit 1
---
> tar zxvf $CWD/$PRGNAM-$VERSION.tar.gz || exit 1
I got the hplip-1.6.10 source from SourceForge.

If you don't understand, post back and I'll help you more.

Then I upgraded packages with the command:
"upgradepkg hplip-1.6.10-i486-2.tgz"
and It Just Works (TM).

Last edited by Bruce Hill; 11-20-2006 at 07:21 PM.
 
Old 11-20-2006, 12:50 PM   #7
last_survivor
LQ Newbie
 
Registered: Sep 2006
Posts: 12

Rep: Reputation: 0
Thank you...it works...I just make as u said...upgrade from hplip-1.6.9 to 1.6.10...

Thank you very much.
 
Old 11-20-2006, 03:06 PM   #8
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
You're welcome. It's nice to see the ink levels while running
a Linux distro. And it would be even nicer if HP would include
Resolution Enhancement Technology (closed source imaging code).
With it in Windoze mine prints 4800 dpi, but in Linux it
only does 1200 dpi; and that's running it from CLI. Printing
through apps, such as GIMP, is still only 600x600 dpi.

Last edited by Bruce Hill; 01-12-2007 at 06:03 PM.
 
Old 11-20-2006, 07:03 PM   #9
MathewT
LQ Newbie
 
Registered: May 2004
Location: Russell Island Q.L.D
Distribution: Slackware 12
Posts: 28

Original Poster
Rep: Reputation: 15
You are both welcome am happy to have been of some assistance
 
Old 12-11-2006, 03:31 PM   #10
BlackHawk1966
LQ Newbie
 
Registered: Jan 2006
Posts: 18

Rep: Reputation: 0
You, sir have removed one of the last stumbling blocks from my getting my wife using Slackware 11.0 on her computer. The pclos has served its purpose, but it's time for it to go.

Thank you!
 
Old 12-12-2006, 11:21 PM   #11
MathewT
LQ Newbie
 
Registered: May 2004
Location: Russell Island Q.L.D
Distribution: Slackware 12
Posts: 28

Original Poster
Rep: Reputation: 15
Smile

Blackhawk you are and your lady wife are most welcome
enjoy Slackware and all things Linux.

Linux Not just an Operating system, a way of Life.
 
Old 12-13-2006, 02:32 AM   #12
simcox1
Member
 
Registered: Mar 2005
Location: UK
Distribution: Slackware
Posts: 794
Blog Entries: 2

Rep: Reputation: 30
All of the info available via the hp-toolbox is also available from the command line, just in case the toolbox won't launch. If you type 'hp-levels' for example it will give you the ink level. They're listed under /usr/share/hplip.

I'm not clear why I need to remove hpijs as hplip should sit happily with it.
 
Old 12-13-2006, 07:22 AM   #13
MathewT
LQ Newbie
 
Registered: May 2004
Location: Russell Island Q.L.D
Distribution: Slackware 12
Posts: 28

Original Poster
Rep: Reputation: 15
Simcox1, I can only guess the reason behind it, however I know from experience that if you do not remove the installed hpijs first, the scanner will not work at all.

So removing hpijs first will save you a lot of trouble. It is possable that the version of hpijs that comes with HPLIP may differ enough to cause a conflict with the installed version. How this affects the scanner side of things is beyond me.
 
Old 12-27-2006, 02:21 PM   #14
ryerke
Member
 
Registered: Dec 2006
Location: Fresno CA
Distribution: Slackware 13 Slackware 13.37 ARMEDSlack 13.37
Posts: 89

Rep: Reputation: 21
Quote:
Originally Posted by Bruce Hill
Previously I installed hplip-1.6.9-i486-1 from the /testing
directory of Slackware 11.0.

To upgrade I used the hplip.SlackBuild script from Slackware-11.0
and made the following changes from the old SlackBuild script
to build 1.6.10.
Code:
mingdao@silas:~/build/hplip$ diff -r hplip.SlackBuild~ hplip.SlackBuild
34c34
< VERSION=1.6.9
---
> VERSION=1.6.10
36c36
< BUILD=1
---
> BUILD=2
61c61
< tar xjvf $CWD/$PRGNAM-$VERSION.tar.bz2 || exit 1
---
> tar zxvf $CWD/$PRGNAM-$VERSION.tar.gz || exit 1
I got the hplip-1.6.10 source from SourceForge.

If you don't understand, post back and I'll help you more.

Then I upgraded packages with the command:
"upgradepkg hplip-1.6.10-i486-2.tgz"
and It Just Works (TM).

I understand running the command to upgrade, but the changing and running the Slackbuild script is just a bit over my head. Could you go through the steps for that part and explain a little what that does?
Thanks so much for your help.
Bert (newbie)
 
Old 12-27-2006, 03:14 PM   #15
simcox1
Member
 
Registered: Mar 2005
Location: UK
Distribution: Slackware
Posts: 794
Blog Entries: 2

Rep: Reputation: 30
Slackware packages are built using s Slackbuild script. If you look in the sources directory of a Slackware mirror, every package has a build directory, in which are all the necessary files to build the package. These files will include the *.tar.gz (or *.tar.bz) and the SlackBuild script. Once you have all the required files in a single place, you make the SlackBuild script executeable and run it. The post above is showing the differences between the old script and the new one. So the version number has been changed from 1.6.9 to 1.6.10 etc. So to upgrade the hplip package from 1.6.9 to 1.6.10, you need to go to a slackware mirror and and copy everything contained in the /testing/source/hplip directory, replace the hplip-1.6.9.tar.gz with the new one (1.6.10), and then edit the SlackBuild script accordingly. Then run the script with ./hplip.SlackBuild
 
  


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
Getting HP PSC 1610 to work with Kubuntu kbrown3074 Linux - Hardware 1 05-23-2006 05:28 PM
hp psc 1350 scanner on slackware xrado Slackware 1 03-12-2005 06:05 AM
HP Printing (Specifically PSC) on Slackware fader Slackware 8 12-24-2004 10:31 AM
Installing Linux on a Compaq Presario 1610 laptop PC EB_Girl Linux - Newbie 9 11-08-2004 09:37 PM
HP psc 1315 freezes in Slackware fader Slackware 0 10-15-2004 11:43 AM

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

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