LinuxQuestions.org
Help answer threads with 0 replies.
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
 
LinkBack Search this Thread
Old 02-23-2007, 06:15 AM   #1
cwizardone
Senior Member
 
Registered: Feb 2007
Distribution: Slackware64 'current' + "True Multilib."
Posts: 1,325

Rep: Reputation: 86
hplip-1.7.1 won't install.


Has anyone has any success installing hplip-1.7.1 on Slackware 11.
I've tried it with kernels 2.4.33.3 and 2.6.18, but no joy.
Thanks.
 
Old 02-23-2007, 07:12 AM   #2
weibullguy
ReliaFree Maintainer
 
Registered: Aug 2004
Location: Kalamazoo, Michigan
Distribution: Slackware, Cross Linux from Scratch, Gentoo
Posts: 2,544
Blog Entries: 1

Rep: Reputation: 144Reputation: 144
Are you just taking a poll or looking for help installing the package?

How are you trying to install the package, from source or *.tgz? Where in the process does it fail? What, if any, error messages do you receive?
 
Old 02-23-2007, 08:02 AM   #3
titopoquito
Senior Member
 
Registered: Jul 2004
Location: Ruhr Area, Germany
Distribution: Slackware 13.1
Posts: 1,440

Rep: Reputation: 74
It seems to compile without problems here. I have net-snmp installed additionally but don't think it's needed. Using the Slackbuild script from /testing it looks as hplip compiled as expected.
 
Old 02-23-2007, 08:51 AM   #4
simcox1
Member
 
Registered: Mar 2005
Location: UK
Distribution: Slackware
Posts: 794
Blog Entries: 2

Rep: Reputation: 30
The slackbuild script is built '--without-network-build', because slackware doesn't include netsnmp. You'd need to modify the slackbuild script to include network support.
 
Old 02-23-2007, 08:53 AM   #5
titopoquito
Senior Member
 
Registered: Jul 2004
Location: Ruhr Area, Germany
Distribution: Slackware 13.1
Posts: 1,440

Rep: Reputation: 74
Of course you're absolutely right. I changed it when recompiling 1.6.9 but didn't see it now. So even without net-snmp activated in the Slackbuild script it compiled well
 
Old 02-23-2007, 09:52 AM   #6
simcox1
Member
 
Registered: Mar 2005
Location: UK
Distribution: Slackware
Posts: 794
Blog Entries: 2

Rep: Reputation: 30
I've just had a look at the script and I'm slightly wrong. There is a $SNMP variable in the script which is set to 'no'. So if you've already installed net-snmp, you just need to change it to $SNMP=yes.
 
Old 02-25-2007, 01:34 AM   #7
cwizardone
Senior Member
 
Registered: Feb 2007
Distribution: Slackware64 'current' + "True Multilib."
Posts: 1,325

Original Poster
Rep: Reputation: 86
Quote:
Originally Posted by Arow
Are you just taking a poll or looking for help installing the package?

How are you trying to install the package, from source or *.tgz? Where in the process does it fail? What, if any, error messages do you receive?
Looking for help, Thank You.
Everything goes well, including re-starting cups and hplip, but when I run hp-setup I get the following error message,

"unable to connect to to hplod.
unable to connect to hplip I/O. Please (re) start HPLIP and try again."

I'm running Slackware 11 with kernel 2.6.18.
Any help would be greatly appreciated.
Thank you.
 
Old 02-25-2007, 01:47 AM   #8
H_TeXMeX_H
Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 10,998
Blog Entries: 2

Rep: Reputation: 748Reputation: 748Reputation: 748Reputation: 748Reputation: 748Reputation: 748Reputation: 748
you still got net-snmp installed ?
 
Old 02-25-2007, 05:31 AM   #9
cwizardone
Senior Member
 
Registered: Feb 2007
Distribution: Slackware64 'current' + "True Multilib."
Posts: 1,325

Original Poster
Rep: Reputation: 86
Quote:
Originally Posted by H_TeXMeX_H
you still got net-snmp installed ?
You guys are way beyond me.
I'm not sure I even know what that is, but I've looked around the system doesn't show anything installed by that name or anything close to it.
Why would I want or not want to have that installed.
Thx.

BTW, I don't need and have no interest in, installing network support.
 
Old 02-25-2007, 05:39 AM   #10
simcox1
Member
 
Registered: Mar 2005
Location: UK
Distribution: Slackware
Posts: 794
Blog Entries: 2

Rep: Reputation: 30
Which order are you restarting cups and hplip? It has to be hplip first, then cups. Have you tried installing it via the cups web interface? http://localhost:631 .
 
Old 02-25-2007, 06:26 AM   #11
cwizardone
Senior Member
 
Registered: Feb 2007
Distribution: Slackware64 'current' + "True Multilib."
Posts: 1,325

Original Poster
Rep: Reputation: 86
Quote:
Originally Posted by simcox1
Which order are you restarting cups and hplip? It has to be hplip first, then cups. Have you tried installing it via the cups web interface? http://localhost:631 .
Interesting as that is the reverse of what HP says in their instructions, below, but trying it your way I did get a step further.
Now I get the message,
"no devices found. Please make sure your printer is properly connected and powered up."

Well, of course I'm connected and the power is on. The system sees the printer on boot up and IDs it by model number.

Now what?
Many thanks.

"Note: Some distros use 'cups' while others use 'cupsys' if you get an error running '/etc/init.d/cupsys' restart try running '/etc/init.d/cups restart' or check your distro documentation and/or other resources for specific information.

If your distro uses 'su' follow these steps:

su /etc/init.d/cupsys restart /etc/init.d/hplip restart

If your distro uses 'sudo' follow these steps:

sudo /etc/init.d/cupsys restart sudo /etc/init.d/hplip restart

If you don't know which su/sudo to use or what the difference is--please refer to your distro documentation.
Next..."
 
Old 02-25-2007, 06:28 AM   #12
titopoquito
Senior Member
 
Registered: Jul 2004
Location: Ruhr Area, Germany
Distribution: Slackware 13.1
Posts: 1,440

Rep: Reputation: 74
You need net-snmp only if your HP printer is connected by network.
 
Old 02-25-2007, 06:37 AM   #13
simcox1
Member
 
Registered: Mar 2005
Location: UK
Distribution: Slackware
Posts: 794
Blog Entries: 2

Rep: Reputation: 30
OK. First of all, which printer are you trying to install ie model name?
Second, which version of hplip have you got installed, and is it a slackware package or built from source?
 
Old 02-25-2007, 01:13 PM   #14
H_TeXMeX_H
Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 10,998
Blog Entries: 2

Rep: Reputation: 748Reputation: 748Reputation: 748Reputation: 748Reputation: 748Reputation: 748Reputation: 748
Quote:
Originally Posted by cwizardone
You guys are way beyond me.
I'm not sure I even know what that is, but I've looked around the system doesn't show anything installed by that name or anything close to it.
Why would I want or not want to have that installed.
Thx.

BTW, I don't need and have no interest in, installing network support.
Depends on how you installed hplip. I usually use the pre-compiled package. If so, then you do need net-snmp.

When I didn't have net-snmp installed, it gave me the error you got:
Quote:
"unable to connect to to hplod.
unable to connect to hplip I/O. Please (re) start HPLIP and try again."
So, I recommend installing it, maybe from Alien Bob. Technically it would work without net-snmp if you disabled it when you compiled hplip, if you did.
 
Old 02-25-2007, 02:23 PM   #15
simcox1
Member
 
Registered: Mar 2005
Location: UK
Distribution: Slackware
Posts: 794
Blog Entries: 2

Rep: Reputation: 30
That's why I asked which package the OP had installed. If it's the one from linuxpackages.net, then netsnmp is required. If it's the official package from testing, it's not. If building it from source, you need to specify './configure --without-network-build'. The one from testing works great for me.
 
  


Reply

Tags
fax, hplip, printing


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
apt-get install dependency problems with hplip software and kde install for Agnula maybi7 Linux - Software 1 02-03-2007 06:16 PM
Hplip Intallation noorudin Suse/Novell 16 03-03-2006 04:48 AM
Hplip thoyyib Linux - Hardware 1 12-01-2005 01:35 PM
unable to install hplip-0.9.6 on my OpenSuse adityavpratap Suse/Novell 5 11-24-2005 12:05 AM
HP 7310 All-in-One & HPLIP install problem. nadaclue Linux - Hardware 0 03-06-2005 11:23 AM


All times are GMT -5. The time now is 07:05 AM.

Main Menu
 
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration