
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

- 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
Code: Select all
hp-probe
- Install the printer
Code: Select all
hp-setup -i --device=<the full hp:/ device uri given by hp-probe>
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
