LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 12-13-2021, 03:51 PM   #1
msalem
LQ Newbie
 
Registered: Dec 2021
Posts: 13

Rep: Reputation: Disabled
Unhappy connecting hp printer to zorin 16


1st time user. trying to connect my printer to my laptop upstairs the downstairs printer. i have printed out the pages of the printer IE> network summary and device configuration. i have no idea how to get the upstairs laptop to connect to the printer downstairs. I have the T mobile wireless internet up stairs and i do not want to have to run a network cable downstairs. way to long. i do not understand all the configuration modes in new printer setup on linux. i have installed the hp software. The printer is an HP Laserjet professional M1212nf MFP.
 
Old 12-13-2021, 08:02 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,317
Blog Entries: 28

Rep: Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140
I gather this printer does not have wireless capabilities.

Please provide more information. How is the printer connected, to a computer or directly to the network?

You may find this article from the Arch wiki useful in considering your options.
 
Old 12-13-2021, 08:38 PM   #3
msalem
LQ Newbie
 
Registered: Dec 2021
Posts: 13

Original Poster
Rep: Reputation: Disabled
Yes. The printer has no wireless capabilities. It is connect via Ethernet cable to the downstairs laptop. The internet is thru t mobile wireless internet router located up stairs next to the laptop I am trying to get to print to the down stairs
 
Old 12-13-2021, 08:52 PM   #4
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,317
Blog Entries: 28

Rep: Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140
If it's a network printer (that is, one connected directly to your network via ethernet), you should be able to connect to it over the wireless connection from the upstairs computer. That's how I connect to my HP printer from my laptop.

I would suggest that you give the printer a static ip address, if you have not done so already; it makes working with ethernet-connected printers much easier. (If you do, you may have to reconnect to it from the downstairs computer.) Then install HPLIP on the upstairs machine (note that HPLIP often comes with a two packages--the base package, then the GUI (hp-toolbox); it should be in the repos.

Then you should be able to connect to it easily with the following command:

Code:
hp-setup -i [printer ip address]
I've found that, when I specify the printer ip address, hp-setup works much more reliably than when I just let it search for the printer.

Here's more about hp-setup.
 
Old 12-13-2021, 09:15 PM   #5
msalem
LQ Newbie
 
Registered: Dec 2021
Posts: 13

Original Poster
Rep: Reputation: Disabled
Thanks a lot, I will try it tomorrow
 
Old 12-13-2021, 09:16 PM   #6
msalem
LQ Newbie
 
Registered: Dec 2021
Posts: 13

Original Poster
Rep: Reputation: Disabled
Wink

Thank you I will try it tomorrow. I really like zorin, finally took the plunge into a different os
 
Old 12-13-2021, 09:18 PM   #7
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,317
Blog Entries: 28

Rep: Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140
Good luck! and let us know how it goes.
 
Old 12-14-2021, 08:12 AM   #8
lleb
Senior Member
 
Registered: Dec 2005
Location: Florida
Distribution: CentOS/Fedora/Pop!_OS
Posts: 2,983

Rep: Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551
Quote:
Originally Posted by msalem View Post
1st time user. trying to connect my printer to my laptop upstairs the downstairs printer. i have printed out the pages of the printer IE> network summary and device configuration. i have no idea how to get the upstairs laptop to connect to the printer downstairs. I have the T mobile wireless internet up stairs and i do not want to have to run a network cable downstairs. way to long. i do not understand all the configuration modes in new printer setup on linux. i have installed the hp software. The printer is an HP Laserjet professional M1212nf MFP.
https://www.amazon.com/HP-LaserJet-M.../dp/B0036TGGJQ

is that your printer? If so, you will be running a cable as it does not support wifi connection.

https://www.hp.com/hpinfo/newsroom/p...nf_3.31.10.pdf

That is the spec sheet direct from HP, it is 100% confirmed you do not have wifi support for this device. Sorry msalem but you will be either buying a new printer, or connecting this printer to a switch and get it on your network.

You do not need to connect the laptop directly to the printer, but you do need the printer hard wired into the network at home somehow.

I have a wired HP Printer in the house. It connects to a switch with a static IP. All of my laptops (both MS Windows, OSx, and Linux) are able to see the printer without issue.
 
Old 12-14-2021, 11:12 AM   #9
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,345

Rep: Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484
Since you are trying to access the printer downstairs from wifi upstairs have you considered adding another wifi router as a repeater then connecting the printer to the ethernet on the repeater. It seems it should work from what I know of networks.

If that works it would avoid running a cable from upstairs to downstairs.

You also said that the laptop downstairs could use the printer. It is possible to configure the downstairs laptop to share the printer and thus when it was connected the upstairs could connect and use the printer. The router/repeater approach would make it 24/7 instead of depending upon the downstairs laptop being available.
 
Old 12-14-2021, 11:24 AM   #10
msalem
LQ Newbie
 
Registered: Dec 2021
Posts: 13

Original Poster
Rep: Reputation: Disabled
I tried it with no luck. It says it cannot find printer. The IP address starts with 169 on the print. Instead of the usual 192.
 
Old 12-14-2021, 11:32 AM   #11
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,345

Rep: Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484
You would need to configure the printer with the proper IP when it is setup in cups so that the upstairs machine would find it downstairs. You also would need to make sure the firewall on the downstairs machine would allow connecting. I know port 631 needs to be open, but think there is another and I don't remember which.
 
Old 12-14-2021, 11:48 AM   #12
msalem
LQ Newbie
 
Registered: Dec 2021
Posts: 13

Original Poster
Rep: Reputation: Disabled
It is getting a little more complicated this seems beyond my knowledge of computers. It did give me an option for a usb, I will probably try that first. Also, my wife cannot connect to her work computer before I started messing with it. Thank anyway for your help. I will try other things you suggested.
 
Old 12-15-2021, 10:29 AM   #13
msalem
LQ Newbie
 
Registered: Dec 2021
Posts: 13

Original Poster
Rep: Reputation: Disabled
I have given up on connecting my printer. This is way more complicated then I expected. Will prop baby go out after christmas and by a wireless laser jet. Again thanks for trying.
 
Old 12-15-2021, 03:48 PM   #14
msalem
LQ Newbie
 
Registered: Dec 2021
Posts: 13

Original Poster
Rep: Reputation: Disabled
Omg. I just did it . Used iogear gui 637 adaptor Ethernet to wireless to the downstairs computer. Plugged up stairs computer to router and installed printer. When installing it asked for root password, was able to figure it out. Thanks again could not have done this with our you. Merry Christmas. I can now just relax.
 
1 members found this post helpful.
  


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
I have troubles. Blinks: Zorin OS12 zorin tty1 zorin login:_ FRANCISCO JAHN Linux - Newbie 1 09-23-2020 07:02 PM
LXer: Interview with Zorin OS creator, Artyom Zorin LXer Syndicated Linux News 0 04-01-2013 01:30 PM
LXer: Artyom Zorin on Zorin OS, the gateway to Linux for Windows users LXer Syndicated Linux News 0 04-23-2012 02:10 AM
installed zorin os my i phone tethering wireless does not connect to zorin walt8 Linux - Newbie 2 06-18-2010 05:54 AM
installed zorin os my i phone tethering wireless does not connect to zorin walt8 Linux - Newbie 1 06-18-2010 03:38 AM

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

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