HP DesignJet 500 and FreeBSD 8.0 - print is impossible
Сергей.Тула
printer at klax.tula.ru
Fri Dec 11 08:22:44 UTC 2009
Hello, All!
After installing FreeBSD 8.0 I unable print at USB-connected HP DesignJet 500.
I never printing at this hardware via USB before using FreeBSD 8.0.
But if this printer is connected to another machine then is works under
Windows and FreeBSD 7.
For debugging I do:
sudo sysctl hw.usb.ulpt.debug=1
Attach printer
sudo cp test.prn /dev/ulpt0
And dmesg -a |grep ulpt give me:
ulpt0: <Hewlett-Packard DesignJet 500, class 0/0, rev 1.10/1.00, addr 2> on usbus6
ulpt_attach:565: setting alternate config number: 0
ulpt0: using bi-directional mode
ulpt_write_callback:220: state=0x0 actlen=0
And nothing was doing. The printer is Ready (it not give work)
After some time I press Ctrl+C twice (interrupt sudo cp) and get:
ulpt_write_callback:220: state=0x2 actlen=0
ulpt_status_callback:352: error=USB_ERR_STALLED
ulpt_status_callback:352: error=USB_ERR_STALLED
ulpt_status_callback:352: error=USB_ERR_STALLED
ulpt_status_callback:352: error=USB_ERR_STALLED
ulpt_status_callback:352: error=USB_ERR_STALLED
ulpt_status_callback:352: error=USB_ERR_STALLED
ulpt_status_callback:352: error=USB_ERR_STALLED
Last line is repeated continuously, until device is detached.
After attaching printer this lines is not appeared.
sudo usbconfig
ugen0.1: <UHCI root HUB Intel> at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON
ugen1.1: <UHCI root HUB Intel> at usbus1, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON
ugen2.1: <UHCI root HUB Intel> at usbus2, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON
ugen3.1: <EHCI root HUB Intel> at usbus3, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON
ugen4.1: <UHCI root HUB Intel> at usbus4, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON
ugen5.1: <UHCI root HUB Intel> at usbus5, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON
ugen6.1: <UHCI root HUB Intel> at usbus6, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON
ugen7.1: <EHCI root HUB Intel> at usbus7, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON
ugen7.2: <MF4100 Canon Inc.> at usbus7, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON
ugen4.2: <HP LaserJet 1200 HewLett Packard> at usbus4, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON
ugen6.2: <DesignJet 500 Hewlett-Packard> at usbus6, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON
--
Serg
More information about the freebsd-usb
mailing list