Results 1 to 9 of 9
Ok,I have a printer HP 610C Deskjet.
How do I install my printer...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-09-2005 #1Just Joined!
- Join Date
- Feb 2005
- Location
- Romania
- Posts
- 38
printer
Ok,I have a printer HP 610C Deskjet.
How do I install my printer
- 02-09-2005 #2
This is a complex process. Here is a brief explanation I hope it helps. For some reason in slackware. It loads to print standards. It loads cups and lpgr. It turns out that they don't play well together. Here is what I did. in a term as root
Then I go to the print manager in KDE and start the wizard for the printer. Now her is the tricky part. It is defaulted to lprng. There is a drop down menu on the bottom right that you need to change to cups. Then the wizard is pretty much straight forward after that.Code:cd /etc/rc.d chmod -x rc.lprng chmod +x rc.cups ./rc.cups
I know that is a lot let me know if something needs to be more clear.
MikeSome people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen a angry penguin charging at them in excess of 100mph. They'd be a lot more careful about what they say if they had.
-- Linus Torvalds
- 02-11-2005 #3Just Joined!
- Join Date
- Feb 2005
- Posts
- 1
Answer
You must install HPIJS
download at http://hpinkjet.sourceforge.net
restart cupsd daemon
and go to:
http://localhost:631
And enter your username(root) and password
After that you can configure your printer ...
Details instruction at http://hpinkjet.sourceforge.net
- 02-12-2005 #4Just Joined!
- Join Date
- Feb 2005
- Posts
- 22
HELP!
Hi everyone,
Recently I dumped Winbloze XP and installed Slackware 10.1 and I love it.
However, I'm having a_very_hard_time installing my HP DeskJet 960C printer.
This is my second day on Slackware (install went O.K.), so please bear with this Linux n00b.
As far as I've read, I need the hplip v.0.8.8 driver. So I downloaded it, followed the instructions and completed step 5 (http://hpinkjet.sourceforge.net/install.php). But at step 6, I get a nasty error. 
WTH does that mean?Code:## ----------- ## ## Core tests. ## ## ----------- ## configure:1538: checking for a BSD-compatible install configure:1593: result: /usr/bin/ginstall -c configure:1604: checking whether build environment is sane configure:1647: result: yes configure:1712: checking for gawk configure:1728: found /usr/bin/gawk configure:1738: result: gawk configure:1748: checking whether make sets $(MAKE) configure:1772: result: no configure:2015: checking build system type configure:2033: result: i686-pc-linux-gnuoldld configure:2041: checking host system type configure:2055: result: i686-pc-linux-gnuoldld configure:2075: checking for style of include used by make configure:2103: result: none configure:2174: checking for gcc configure:2203: result: no configure:2254: checking for cc configure:2283: result: no configure:2296: checking for cc configure:2342: result: no configure:2395: checking for cl configure:2424: result: no configure:2438: error: no acceptable C compiler found in $PATH See `config.log' for more details.
I'm at a total loss in what I should do. Any help is certainly appreciated.
- 02-13-2005 #5Just Joined!
- Join Date
- Feb 2005
- Posts
- 22
Never mind the above, I made it to step 9.
But at step 10 of Point 2 of the Readme:
It says "No such file or directory".Code:Enter this command: # /etc/init.d/hplip restart
What should I do now?
- 02-14-2005 #6
In slackware the file hplip is installed into /usr/share/hplip/hplip so you must run /usr/share/hplip/hplip.sh restart
read http://article.gmane.org/gmane.linux...jet.devel/2113 for more info
- 02-14-2005 #7Just Joined!
- Join Date
- Feb 2005
- Posts
- 22
Thanks for the info zba78.
But after I put in that command, I get:
Looks like something isn't right.Code:Stopping hpiod: [ OK ] Stopping hpssd: [ OK ] Starting hpiod: [FAILED] Starting hpssd: [FAILED]
- 02-15-2005 #8Just Joined!
- Join Date
- Feb 2005
- Posts
- 22
O.K., I ignored that message and went ahead and installed my printer by following Step 3. And it worked!
This O.S. is kick-ass!!! I still have a few problems, like my lack of scroll wheel, no sound and no CD-RW, but there's no way I'm going to stop now. Small question: When I click on Utilities > HP Device Manager, it won't open.
The target is "/usr/share/hplip/toolbox", and I can even see the Python file in Konqueror, but I can't open it. Is this perhaps because of the "bad" install?
And is it fixable?
- 05-08-2006 #9Banned
- Join Date
- May 2006
- Posts
- 8
hpiod and hpssd fix on slackware 10.2
We managed to solve the problem the above by modifying the hplip.sh script.
There are two script variables that are null by default, that need to point to the directories containing hpiod and hpssd.
We changed this:
to this:Code:HPIODDIR= HPSSDDIR=
Hope it helps.Code:HPIODDIR=/usr/sbin HPSSDDIR=/usr/share/hplip


Reply With Quote
