LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-05-2018, 04:54 PM   #1
beefman
Member
 
Registered: Mar 2018
Posts: 34

Rep: Reputation: Disabled
Installing an HP laserjet p1102w printer in Linux Mint


I have a WI-fi HP laserjet p1102w printer .
I have downloaded the HPLP driver software for Linux mint.
I have updated Linux Mint (18.3).
The Printer app sees the 1102w, but I can not seem to get it to connect to my computer.
There are about 20 ways to connect the wireless printer. I used it IP address, its URL address, and direct connect. No print.
My Windows 10 (I'm dual boot) saw it and installed it instantly.
The network is operating and functional.

Any help would be appreciated.

Thanks;
CH
 
Old 04-05-2018, 05:11 PM   #2
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,818

Rep: Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144
Use the 'hp-setup' utility to configure CUPS...
Code:
hp-setup
https://developers.hp.com/hp-linux-i...p/installation
 
Old 04-05-2018, 05:23 PM   #3
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,818

Rep: Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144
The other thing that you should know is that this model requires proprietary firmware to be installed

https://developers.hp.com/hp-linux-i...ssional_p1102w

The 'hp-setup' utility should be able to take care of that for you though.
 
1 members found this post helpful.
Old 04-06-2018, 07:04 AM   #4
beefman
Member
 
Registered: Mar 2018
Posts: 34

Original Poster
Rep: Reputation: Disabled
The hp-setup didn't work. I connected using hp-setup -i, but it wouldn't let me use the wireless connection. I downloaded the HPLIP file already - it hasn't helped.
Thanks for the effort.
CH
 
Old 04-06-2018, 11:13 AM   #5
beefman
Member
 
Registered: Mar 2018
Posts: 34

Original Poster
Rep: Reputation: Disabled
I finally got it!

I used

hp-setup -i (IP address of the printer).

You then have to follow the yellow brick road on the terminal, being careful to answer correctly.

Thanks for the help!

CH
 
Old 04-06-2018, 04:12 PM   #6
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,818

Rep: Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144
Various options and examples are available via the built-in help for this utility.
Code:
hp-setup --help
Along with interactive mode, a graphical user interface can be used if desired.

Last edited by ferrari; 04-06-2018 at 04:13 PM.
 
Old 04-06-2018, 04:32 PM   #7
beefman
Member
 
Registered: Mar 2018
Posts: 34

Original Poster
Rep: Reputation: Disabled
Thanks!! I now have two printers on the Linux side.
CH
 
Old 04-06-2018, 05:08 PM   #8
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,818

Rep: Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144
Glad to have been of guidance.
 
Old 04-06-2018, 06:44 PM   #9
beefman
Member
 
Registered: Mar 2018
Posts: 34

Original Poster
Rep: Reputation: Disabled
Me too. I am just learning Linux, but am an old (really old) Fortran IV and DOS man, so I know that switches REALLY make the difference. I guess Linux is mostly C++ which I never learned. Anyway, I'm having fun with Linux Mint, taking command line lessons, and enjoying it all.

Thanks for the input;

CH
 
Old 02-28-2019, 07:18 PM   #10
slowcooked
LQ Newbie
 
Registered: Feb 2019
Posts: 1

Rep: Reputation: Disabled
Thumbs up Solved my issue with M148 and Mint 19.1

Quote:
Originally Posted by beefman View Post
I finally got it!

I used

hp-setup -i (IP address of the printer).

You then have to follow the yellow brick road on the terminal, being careful to answer correctly.

Thanks for the help!

CH

thanks for that. I tried everything twice but that. Solved my issue with mint 19.1.
 
Old 07-17-2019, 06:12 PM   #11
taverners
LQ Newbie
 
Registered: Jan 2016
Posts: 4

Rep: Reputation: Disabled
HP-Setup HP Toolbox failures

I tried hp-setup and this is what I got. LM18.3

david@david-desktop ~ $ hp-setup -i 192.168.1.108
Traceback (most recent call last):
File "/usr/bin/hp-setup", line 45, in <module>
from base import device, utils, tui, models, module, services, os_utils
File "/usr/share/hplip/base/device.py", line 41, in <module>
from . import status
File "/usr/share/hplip/base/status.py", line 49, in <module>
import hpmudext
ImportError: /usr/lib/python3/dist-packages/hpmudext.cpython-35m-x86_64-linux-gnu.so: undefined symbol: hpmud_make_par_uri
Error in sys.excepthook:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 145, in apport_excepthook
os.O_WRONLY | os.O_CREAT | os.O_EXCL, 0o640), 'wb') as f:
PermissionError: [Errno 13] Permission denied: '/var/crash/_usr_share_hplip_setup.py.1000.crash'

Original exception was:
Traceback (most recent call last):
File "/usr/bin/hp-setup", line 45, in <module>
from base import device, utils, tui, models, module, services, os_utils
File "/usr/share/hplip/base/device.py", line 41, in <module>
from . import status
File "/usr/share/hplip/base/status.py", line 49, in <module>
import hpmudext
ImportError: /usr/lib/python3/dist-packages/hpmudext.cpython-35m-x86_64-linux-gnu.so: undefined symbol: hpmud_make_par_uri
david@david-desktop ~ $

My Hp-Toolbox wont start either.

This all started when I tried to update HPLIP to the latest version using the instructions on the HPLIP website. I have since uninstalled HPLIP and gone back to the LM 18.3 version. Interestingly, my USB Deskjet 3070A still works.
 
Old 03-27-2022, 08:46 AM   #12
Gabylish420
LQ Newbie
 
Registered: Mar 2022
Posts: 1

Rep: Reputation: 0
HP Laserjet P1102w

This is so awesome!! I used hp-setup and it worked!! after 2 days of trying. Thank you so much
 
Old 04-30-2022, 08:30 PM   #13
scipio88
LQ Newbie
 
Registered: Apr 2022
Posts: 1

Rep: Reputation: 0
OMG, the "hp-setup -i (IP address of the printer)." worked. It's a life saver.

I my HP Colorlaserjet mfp m281 could not be seen by the setup until I ran the command.
 
  


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
Install HP P1102W Printer on Ubuntu k6jav Linux - Software 3 02-18-2018 12:42 AM
How do I setup HP p1102w printer on Ubuntu 14.04 murphyc1 Linux - Newbie 5 01-22-2015 02:20 PM
Down load a driver for hp laserjet printer P1102W lmbaca Linux - Newbie 2 04-03-2013 08:42 PM
HP LaserJet P1102w jfmarg2011 Linux - Newbie 3 08-06-2011 01:52 AM
hp p1102w laserjet does not print through suse 11.2 jimonlinux Linux - Hardware 3 07-04-2010 04:35 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:19 AM.

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