SlackwareThis Forum is for the discussion of Slackware Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
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.
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.
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
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.
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.
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 .
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
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?
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.
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.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.