LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 09-24-2016, 07:40 AM   #1
Novatian
Senior Member
 
Registered: Feb 2008
Location: Australia
Distribution: Mint 20.3 MATE, Android, Windows 10, MX Linux and Mint 21.1 MATE
Posts: 1,052

Rep: Reputation: 38
HP DeskJet 3630 wireless configuration difficulty


Currently I am configuring an HP DeskJet 3630 in Fedora 24 and Mint. Configuring the printer by USB was easy, but the wireless part is tricky.

It seems to want to use the router name. I thought it would be picked up on the computer and I just choose the printer name and print. Or have a password. The printer generates a five minute PIN. And has a URI address.

The printer came with a CD for Windows and Mac.

If anyone else has configured a wireless HP I'd like to know how?
 
Old 09-24-2016, 08:27 AM   #2
tronayne
Senior Member
 
Registered: Oct 2003
Location: Northeastern Michigan, where Carhartt is a Designer Label
Distribution: Slackware 32- & 64-bit Stable
Posts: 3,541

Rep: Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065
Are you configuring with HPLIP?

If not, simply execute (as "you," not root)
Code:
hp-setup
Makes life easier.

Hope this helps some.
 
Old 09-24-2016, 09:30 AM   #3
Novatian
Senior Member
 
Registered: Feb 2008
Location: Australia
Distribution: Mint 20.3 MATE, Android, Windows 10, MX Linux and Mint 21.1 MATE
Posts: 1,052

Original Poster
Rep: Reputation: 38
error: Install the hplip-gui package for graphical support.
warning: GUI Modules PyQt4 and PyQt5 are not installed
error: hp-setup requires GUI support (try running with --qt3). Also, try using interactive (-i) mode.

I got the above reading
 
Old 09-24-2016, 09:50 AM   #4
tronayne
Senior Member
 
Registered: Oct 2003
Location: Northeastern Michigan, where Carhartt is a Designer Label
Distribution: Slackware 32- & 64-bit Stable
Posts: 3,541

Rep: Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065
You should have X running, open a terminal window and execute hp-setup.

You may want to install Python (it's handy for a lot of things).

Did you try the interactive mode?
Code:
hp-setup -i
Or did you try
Code:
hp-setup -qt3
Hope this helps some.
 
Old 09-24-2016, 09:59 AM   #5
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,574
Blog Entries: 19

Rep: Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452
Yes, hp-setup is part of hplip, which is HP's own driver collection for its printers and scanners. Fortunately, hplip is free software so most distros have it available for installation. You have two choices. You can either install the named packages using yum or apt as appropriate, and then use hp-setup (which is certainly what HP themselves would recommend) or you can try to do it through cups. You might find this link helpful for doing the latter, especially for the Mint installation.
 
Old 09-24-2016, 10:52 AM   #6
tronayne
Senior Member
 
Registered: Oct 2003
Location: Northeastern Michigan, where Carhartt is a Designer Label
Distribution: Slackware 32- & 64-bit Stable
Posts: 3,541

Rep: Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065
You may want to look at the Minimum System Requirements:
Quote:
HP Linux imaging and printing
Print, scan and fax drivers for Linux

What are the minimum system requirements?
Answer:

Linux kernel 2.4.19 and above (2.6.x recommended).
GNU software tools are required to build from source code. This includes the ANSI C compiler, ANSI C++ compiler and POSIX compliant environment.
libusb 0.1.8 or higher.
GPL Ghostscript 7.05 or higher.
Foomatic 3.0.2 or higher.
Qt 3.x or higher for UI toolkit.
PyQt 3.14 or higher for Qt wrapper for Python.
Python 2.2 or higher and python-devel (Python 2.3+ for fax support)
Reportlab (optional-provides fax cover page support)
CUPS 1.1.15 or higher and cups-devel.
libjpeg 6b or higher and libjpeg-devel.
net-snmp 5.0.9 or higher and net-snmp-devel for network support.
CUPS DDK 1.2 or higher for dynamic PPD support.

HPLIP has been tested on most major Linux distributions.
‹ Is HPLIP Licensed? up Scan resolution at 4800dpi ›
This is found at the HPLIP web page http://hplipopensource.com/hplip-web/index.html

Hope this helps some.

Last edited by tronayne; 09-24-2016 at 10:58 AM.
 
Old 09-28-2016, 11:38 AM   #7
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,297

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
I've a hp wireless P1102 and it was a pain. I managed to get everything not to work, but I gave it a fixed IP in my router (= Always assign <this-MAC-address> to <this-IP>). Then I was able to get cups top pick it up. I always found a turd like quality about hplip. Mind you, install the python stuff and ignore the errors which are often not as fatal as they seem. HPLIP when last ran here gave half a dozen fatal looking errors but soldiered on and completed successfully.
 
Old 09-28-2016, 11:51 AM   #8
tronayne
Senior Member
 
Registered: Oct 2003
Location: Northeastern Michigan, where Carhartt is a Designer Label
Distribution: Slackware 32- & 64-bit Stable
Posts: 3,541

Rep: Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065
If you did a full install of Slackware everything you need to run hp-setup and, consequently, HPLIP -- completely integrated with CUPS (hp-setup does the CUPS entries for you). Probably a whole bunch of other stuff too.

The only thing you need to do is open CUPS and set the printer as the system default if that's what you want.

I have never had any problems with HPLIP through a series of printers (and printer, scanner, copier, fax and who knows what-all). It just works.
 
Old 09-29-2016, 01:42 AM   #9
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,297

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
I did a full install of slackwares but I use XFCE over KDE. Hplip invariably complains about the distro not being listed as supported. Silly stuff.
 
Old 09-29-2016, 02:53 AM   #10
c0wb0y
Member
 
Registered: Jan 2012
Location: Inside the oven
Distribution: Windows
Posts: 421

Rep: Reputation: 74
I would say do it the manual way. Grab the PPD from openprinting or from hplip if it's possible. Then configure printer via Cups web interface. When asked for URI, put something like this:

ipp://<IP-ADDRESS>:631/ipp/port1

By the way, you can also do an nmap scan to check which port/s the printer is listening on.

You did not mention if SELinux is enabled, that can get in the way. But that's easy to fix.
 
  


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
Sudoers configuration difficulty level bluesclues227 Linux - Newbie 17 04-21-2016 04:46 AM
samba configuration's difficulty danhhieu Linux - Networking 1 01-19-2007 04:45 AM
difficulty with wireless - sometimes 105659 Linux - Wireless Networking 0 01-22-2006 08:36 PM
FC 4 Parallel Printer (hp DeskJet) Configuration Troubles glaucon829 Linux - Hardware 0 07-07-2005 05:29 PM
difficulty sustaining configuration of printer using KDE 273chris Linux - Newbie 6 10-25-2004 07:03 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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