-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
- HP Community
- Printers
- Printer Setup, Software & Drivers
- How to install HP DeskJet Ink Advantage 2675 on Ubuntu

Create an account on the HP Community to personalize your profile and ask a question
04-20-2024 02:59 PM
H, I've been trying for a couple of days already to install my HP DeskJet Ink Advantage 2675 on Ubuntu to print wirelessly but I have searched and tried everything it shows online to no avail. can anybody help me. Thanks in advance
Solved! Go to Solution.
Accepted Solutions
04-21-2024 05:47 PM
Yea, that was one of the items I mentioned!
Thank you for using HP products and posting to the community.
I am a community volunteer and do not work for HP. If you find
this post useful click the Yes button. If I helped solve your
problem please mark this as a solution so others can find it
04-21-2024 08:14 AM - edited 04-21-2024 08:17 AM
This is all I can find for Linux on your printer
https://developers.hp.com/hp-linux-imaging-and-printing/
For additional help with Linux visit the ask Ubuntu forum;
Another place to ask questions is ChatGPT
Note that the 2675 works only on the 2.4ghz band. If you try WiFi direct be sure your Linux is at 2.4ghz and not 5ghz.
Thank you for using HP products and posting to the community.
I am a community volunteer and do not work for HP. If you find
this post useful click the Yes button. If I helped solve your
problem please mark this as a solution so others can find it
04-21-2024 03:59 PM
What error message are you seeing?
Is the printer connected to the modem?
What does the network report show?
Get a printer network report. The PINs and Passwords should show up. Here is the important stuff from a typical printer report. The password shown in WiFi can be the printers PIN or the modem's password depending on how you connected to the modem. The printer can have two bands but the only one that is connected will show up.
LAN | STATUS | IP address | SSID | Password |
WiFi | enabled | 192.168.1.15 | ATT-ARRIS-2 .4 | GuessAgain |
WiFi-direct | enabled | 192.168.123.1 | DIRECT-WHATEVER | BadGuess |
Wired | disabled | |||
USB | disabled |
From your system running Linux try to ping the printer
jstateson@dual-linux:~$ ping 192.168.1.15 PING 192.168.1.15 (192.168.1.15) 56(84) bytes of data. 64 bytes from 192.168.1.15: icmp_seq=1 ttl=64 time=8.56 ms 64 bytes from 192.168.1.15: icmp_seq=2 ttl=64 time=3.66 ms 64 bytes from 192.168.1.15: icmp_seq=3 ttl=64 time=3.82 ms 64 bytes from 192.168.1.15: icmp_seq=4 ttl=64 time=4.87 ms 64 bytes from 192.168.1.15: icmp_seq=5 ttl=64 time=5.06 ms ^C --- 192.168.1.15 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4006ms rtt min/avg/max/mdev = 3.656/5.193/8.562/1.773 ms jstateson@dual-linux:~$ |
In your linux system do not use the ip address unless you make the IP address fixed in the modem.
Use the hostname of the printer. Get the hostname from the network report. For example the hostname might be
npi40cb07.attlocal.net where attlocal.net is the name given by the ISP to your modem's network.
Thank you for using HP products and posting to the community.
I am a community volunteer and do not work for HP. If you find
this post useful click the Yes button. If I helped solve your
problem please mark this as a solution so others can find it
04-21-2024 05:47 PM
Yea, that was one of the items I mentioned!
Thank you for using HP products and posting to the community.
I am a community volunteer and do not work for HP. If you find
this post useful click the Yes button. If I helped solve your
problem please mark this as a solution so others can find it