I googled: 03f0:032a HP LaserJet Professional "P1102w" usb modeswitch
It looks like your printer emulates a CD drive, which has windows drivers on it -- and probably needs a
USB mode switch to turn it into a printer.
Please try the following, which is a single line command:
Code:
sudo pkg install usb_modeswitch
usb_modeswitch -m 2 -r 2 -v 0x03f0 -p 0x032a -M 505554202F6465762F666561747572655374617475732E786D6C20485454502F312E310D0A434F4E54454E542D4C454E4754483A203232320D0A555345522D4147454E543A68702050726F78792F332E300D0A484F53543A6C6F63616C686F73743A333931300D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D38223F3E0D0A3C6665617475726553746174757320786D6C6E733A7873693D22687474703A2F2F7777772E77332E6F72672F323030312F584D4C536368656D612D696E7374616E636522207873693A6E6F4E616D657370616365536368656D614C6F636174696F6E3D22666561747572655374617475732E787364223E0D0A20203C736D617274496E7374616C6C3E64697361626C65643C2F736D617274496E7374616C6C3E0D0A3C2F666561747572655374617475733E0D0A0D0A -n -2 474554202F6465762F666561747572655374617475732E786D6C20485454502F312E310D0A434F4E54454E542D4C454E4754483A20300D0A555345522D4147454E543A68702050726F78792F332E300D0A484F53543A6C6F63616C686F73743A333931300D0A0D0A -n -R
See if the printer works. Then power cycle everything, and see if it works, again.
[I'm suspecting that a full installation of
print/hplip may also address the issue, but try the above and see what happens.]
when running the following commands you posted:
root@christian:/home/christian # pkg install usb_modeswitch
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking integrity... done (0 conflicting)
The most recent versions of packages are already installed
root@christian:/home/christian # usb_modeswitch -m 2 -r 2 -v 0x03f0 -p 0x032a -M 505554202F6465762F6665617475
72655374617475732E786D6C20485454502F312E310D0A434F4E54454E542D4C454E4754483A203232320D0A555345522D4147454E543
A68702050726F78792F332E300D0A484F53543A6C6F63616C686F73743A333931300D0A0D0A3C3F786D6C2076657273696F6E3D22312E
302220656E636F64696E673D225554462D38223F3E0D0A3C6665617475726553746174757320786D6C6E733A7873693D22687474703A2
F2F7777772E77332E6F72672F323030312F584D4C536368656D612D696E7374616E636522207873693A6E6F4E616D6573706163655363
68656D614C6F636174696F6E3D22666561747572655374617475732E787364223E0D0A20203C736D617274496E7374616C6C3E6469736
1626C65643C2F736D617274496E7374616C6C3E0D0A3C2F666561747572655374617475733E0D0A0D0A -n -2 474554202F6465762F6
66561747572655374617475732E786D6C20485454502F312E310D0A434F4E54454E542D4C454E4754483A20300D0A555345522D414745
4E543A68702050726F78792F332E300D0A484F53543A6C6F63616C686F73743A333931300D0A0D0A -n -R
Look for default devices ...
Found devices in default mode (1)
Access device 003 on bus 000
Get the current device configuration ...
Current configuration number is 1
Use interface number 0
with class 8
Use endpoints 0x02 (out) and 0x02 (in)
Looking for active drivers ...
OK, driver detached
Set up interface 0
Use endpoint 0x02 for message sending ...
Trying to send message 1 to endpoint 0x02 ...
Sending the message returned error -99. Try to continue
Trying to send message 2 to endpoint 0x02 ...
Sending the message returned error -99. Try to continue
Reset response endpoint 0x02
Could not reset endpoint (probably harmless): -99
Reset message endpoint 0x02
Could not reset endpoint (probably harmless): -99
Reset USB device .
Device was reset
-> Run lsusb to note any changes. Bye!
root@christian:/home/christian # lsusb
Bus /dev/usb Device /dev/ugen0.5: ID 04ca:7058 Lite-On Technology Corp.
Bus /dev/usb Device /dev/ugen0.4: ID 8087:0a2b Intel Corp. Bluetooth wireless interface
Bus /dev/usb Device /dev/ugen0.3: ID 03f0:032a HP, Inc
Bus /dev/usb Device /dev/ugen0.2: ID 1199:9079 Sierra Wireless, Inc. EM7455
Bus /dev/usb Device /dev/ugen0.1: ID 0000:0000
root@christian:/home/christian #