New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

HP printers

A collection of tips on howto tweak your Bubba.
Post Reply
kjellberg
Posts: 38
Joined: 03 Dec 2010, 07:18

HP printers

Post by kjellberg »

Since im not that familiar with wiki's I simply writes this here and lets someone else put it on the wiki if they want to. :roll:

I wanted to add a HP DeskJet 970Cxi to my B3, but after adding it using the web administration tool (everything seemed to work ok) I could not print using the printer.
The sollution was to add the printer using the terminal instead 8)

- To start, login using SSH (your normal username and pass) and su to superuser (default pass: excito)
- Install HPLIP (HP Linux Image and Printer)

Code: Select all

apt-get install hplip
- Check for printers

Code: Select all

hp-probe
This gives you the Device URI that will be needed in the next step.
- Install the printer

Code: Select all

hp-setup -i --device=<the full hp:/ device uri given by hp-probe>
-i tells the hp-setup that we don't want to use the graphical tool (we have no X11 you know...).
After a couple of seconds some questions are asked about your printer (name, location and description).
Finally you are asked if you want to print a testpage, but that wont do any good because the hplip toolkit requires X11 in order to start the testpage tool, so it will cry some on you and quit.

If you want to make a testpage anyway use the -i flag again. It's recommended to not run hp-testpage and other "user" applications as a super user, so do an exit before you continue. Then write

Code: Select all

hp-testpage -i
Hopefully a testpage will be printed.You should also have a new printer available in the Web administration tool, just like if you added it the regular way, but this one will actually work! :D
Cheeseboy
Posts: 789
Joined: 08 Apr 2007, 12:16

Re: HP printers

Post by Cheeseboy »

Hi,

I added it to the wiki for you.
You might want to have a look and tidy it up if needed.

Cheers,

Cheeseboy
kjellberg
Posts: 38
Joined: 03 Dec 2010, 07:18

Re: HP printers

Post by kjellberg »

Thankyou!
Post Reply