truckerDave
Well-Known Member
I have an HP Envy 6455e residing at 192.168.254.25 (connected via WiFi to my ISP router). I installed HPLIP as per the instructions on HP's website. I, also, installed CUPS.
When I run the command
, it returns with an error Device not found.
I can nmap the address
and it returns
Starting Nmap 7.80 ( https://nmap.org ) at 2024-03-16 22:45 UTC
Nmap scan report for 192.168.254.25
Host is up (0.28s latency).
PORT STATE SERVICE
631/TCP filtered ipp
Nmap done: 1 IP address (1 host up) scanned in 1.96 seconds
Any ideas on how to get this thing printing? I'm probably overlooking something obvious. I normally do. I don't think it would be a firewall issue. Otherwise, I wouldn't be getting info back from Nmap. Correct?
When I run the command
Code:
hp-makeuri 192.168.254.25
I can nmap the address
Code:
nmap -p 631 192.168.254.25
Starting Nmap 7.80 ( https://nmap.org ) at 2024-03-16 22:45 UTC
Nmap scan report for 192.168.254.25
Host is up (0.28s latency).
PORT STATE SERVICE
631/TCP filtered ipp
Nmap done: 1 IP address (1 host up) scanned in 1.96 seconds
Any ideas on how to get this thing printing? I'm probably overlooking something obvious. I normally do. I don't think it would be a firewall issue. Otherwise, I wouldn't be getting info back from Nmap. Correct?
Last edited: