HP PSC 1210 aio and D-LINK DIR-120 scanning problem

Asked by nilsgn

ubuntu 7.10
router: D-LINK DIR-120 (with USB PrintServer)
printer: HP PSC 1210 aio

I can print to: socket://192.168.0.1:9100 (the driver is the 'standard'.)

The IP: 192.168.0.1 is an D-LINK DIR-120

In this admin page i can read out the following, for 'printer':
 'Queue Name': lp1
 'Printer Name': Hewlett-Packard psc 1200 series MY3BIF13RN5H
 'Printer Server Status': Idle

The console command 'nmap result 192.168.0.1' report:
 Stats: 0:00:55 elapsed; 0 hosts completed (1 up), 1 undergoing Connect() Scan
 Connect() Scan Timing: About 100.00% done; ETC: 11:34 (0:00:00 remaining)
 Interesting ports on 192.168.0.1:
 Not shown: 1694 filtered ports
 PORT STATE SERVICE
 80/tcp open http
 515/tcp open printer
 9100/tcp open jetdirect
 Nmap finished: 1 IP address (1 host up) scanned in 55.028 seconds

My goal is to get the scanning to work...

In the console:
hp-makeuri socket://192.168.0.1:9100
hp-makeuri socket://192.168.0.1
hp-makeuri 192.168.0.1:9100
hp-makeuri 192.168.0.1
hp-makeuri socket://192.168.0.1:9100/tcp

They all I get is: 'error: Device not found'

I try to install the specific PPD-file driver. No luck.

I download and install the hplip-2.8.4.tar.gz. The hp-setup still not discover any device and the hp-makeuri still not make any IP for the Xsane

Why can't the 'ubuntu / HP (hp-makeuri)' tools find the device?

The 'print' is well function.

Regards

N-G Nordlund

PS
I try all the 'tricks' on: https://help.ubuntu.com/community/HpAllInOne
I get 'stuck' with the 'hp-makeuri'
DS

Question information

Language:
English Edit question
Status:
Solved
For:
HPLIP Edit question
Assignee:
No assignee Edit question
Solved by:
Andrew Malcolmson
Solved:
Last query:
Last reply:
Revision history for this message
Aaron Albright (albrigha-deactivatedaccount) said :
#1

DS,

Because of how third party print servers/sharing devices work they do not allow the printer to correctly identify itself to HPLIP, therefore HPLIP does not support non JetDirect devices.

To verify run:

snmpwalk -Os -c public -v 1 192.168.0.1 1.3.6.1.4.1.11.2.3.9.1.1.7.0

and post the output.

A

Revision history for this message
Best Andrew Malcolmson (andmalc22) said :
#2

You can't scan from a device that is USB connected to a router. This is a hardware limitation, not a Linux issue.

Consider an HP AIO with built in ethernet or wireless networking - there are lots of these models starting around $150 US.

Revision history for this message
nilsgn (nisse-ngn) said :
#3

Thanks andmalc, that solved my question.