printserver and HP 2010
Posted: 18 Sep 2011, 10:43
Hi,
New weekend project. Installing a HP Laserjet 2010 to the B3 so we can use it from all machines.
First I read that it could work 'out of the box' since the new 2.3 release.
It apppears on the admin web-interface so it's hooked on.
But no printing. Apparantly not 'out of the box' for this model (I know, it's a windows printer so I was not very surprised)
A little Google-ing gave some tips.
- add a proper driver (foo2zjs is recomended)
But looking in the cups-admin page seems that it's already loaded.
>>> Driver: HP LaserJet 1020 Foomatic/foo2zjs (recommended) (grayscale, 2-sided printing)
>>> Connection: hp:/usb/HP_LaserJet_1020?serial=FN1MRH0
- Read about installing hplip and using hp-setup
Installing hplip worked but with using hp-setup the program replied with 'error: Unsupportd printer model'
- Tried even the old way from the Bubba forum
http://forum.excito.net/viewtopic.php?f ... 1020#p2789
After the line I got an error about not finding /dev/usb/lp0
Changing it to ended without errors but still no printing.
Arre there any more options available?
New weekend project. Installing a HP Laserjet 2010 to the B3 so we can use it from all machines.
First I read that it could work 'out of the box' since the new 2.3 release.
It apppears on the admin web-interface so it's hooked on.
But no printing. Apparantly not 'out of the box' for this model (I know, it's a windows printer so I was not very surprised)
A little Google-ing gave some tips.
- add a proper driver (foo2zjs is recomended)
But looking in the cups-admin page seems that it's already loaded.
>>> Driver: HP LaserJet 1020 Foomatic/foo2zjs (recommended) (grayscale, 2-sided printing)
>>> Connection: hp:/usb/HP_LaserJet_1020?serial=FN1MRH0
- Read about installing hplip and using hp-setup
Installing hplip worked but with using hp-setup the program replied with 'error: Unsupportd printer model'
- Tried even the old way from the Bubba forum
http://forum.excito.net/viewtopic.php?f ... 1020#p2789
After the line
Code: Select all
cat sihp1020.dl > /dev/usb/lp0
Changing it to
Code: Select all
cat sihp1020.dl > /dev/usb/usblp
Arre there any more options available?