LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Can't use HP P1006 printer with Mint 13 (https://www.linuxquestions.org/questions/linux-newbie-8/cant-use-hp-p1006-printer-with-mint-13-a-4175445600/)

xpucto 01-14-2013 04:33 PM

Can't use HP P1006 printer with Mint 13
 
Hi!

I use Mint 13 and I have just connected a printer HP Laserjet P1006. Mint recognizes the printer immediatly but when I try to print something nothing happens. Not error message, no reaction.

Code:

lpq
HP-LaserJet-P1006 is ready
no entries

Code:

lpstat -t
scheduler is running
system default destination: HP-LaserJet-P1006
device for HP-LaserJet-P1006: hp:/usb/HP_LaserJet_P1006?serial=AB09AJB
HP-LaserJet-P1006 accepting requests since Mon 14 Jän 2013 23:31:47 CET
printer HP-LaserJet-P1006 is idle.  enabled since Mon 14 Jän 2013 23:31:47 CET
        ready to print

Any suggestion?

business_kid 01-14-2013 05:15 PM

I have a P1005. I use foo2zjs. It's a bit rough on the edges on the install, but you will get working. Read the instructions (README & INSTALL) and use it from source. Don't try a package. It grabs the firmware for you. You need to remove the system-config-printer package and this affects the cups web interface.

DavidMcCann 01-15-2013 11:17 AM

How did you install it? When I had an HP, I found that using hp-setup was more reliable than using CUPS or a distro's configuration tool.

business_kid 01-16-2013 03:51 AM

You basically have no choice in installing it
tar -xzvf foozjs.tar.gz
cd foozjs
make
./getweb P1006 # grabs firmware
make install
make install-hotplug

and it's done. Don't try a package - it will only end in tears.


All times are GMT -5. The time now is 07:27 AM.