LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   MEPIS (https://www.linuxquestions.org/questions/mepis-64/)
-   -   HP deskjet 2544 allinone printer on raspbian server not working; 03f0:c211 (https://www.linuxquestions.org/questions/mepis-64/hp-deskjet-2544-allinone-printer-on-raspbian-server-not-working%3B-03f0-c211-4175541344/)

floppy_stuttgart 05-01-2015 02:48 PM

HP deskjet 2544 allinone printer on raspbian server not working; 03f0:c211
 
hello,
the hplip page http://hplipopensource.com/hplip-web...40_series.html
inform the version Minimum HPLIP version 3.13.8 should be used for the printer hp deskjet 2544 allinone 03f0:c211

On the raspbian server, the version of hplip is
"dpkg -s hplip"
Package: hplip
Code:

Status: install ok installed
Priority: optional
Section: utils
Installed-Size: 383
Maintainer: Debian HPIJS and HPLIP maintainers <pkg-hpijs-devel@lists.alioth.debian.org>
Architecture: armhf
Version: 3.12.6-3.1+deb7u1 ....

For the reason I have issues in making that printer working (it printed one time and not again after making sane setups; it should print but there are no error and pages dont come out + scanimage -L dont work) I am thinking about installing that newest version on my raspberry PI. Can somebody recommend how to replace that raspbian hplip package 3.12.6 with the newest hplip package 3.15.4 ?
Any advice is welcome.
Thanks.


Update (I achieved to print the testpage):
Quote:

sudo passwd
(give a root pw)
Quote:

sudo apt-get remove hplip
Quote:

sudo apt-get autoremove
Quote:

sudo reboot
Quote:

sh hplip-3.15.4.run
(dont run with sudo; have look here http://hplipopensource.com/hplip-web...os/debian.html and here https://www.liberiangeek.net/2014/04...more-printers/)
Quote:

make
(perhaps that step and next step is not necessary: the install script ended with a "memory..." error; it why I made both steps manually again)
Quote:

su -c "make install"
Quote:

su -c "usermod -a -G lp,lpadmin $USER"
(now disconnect usb and reconnect)
Quote:

sudo reboot
Quote:

sudo hp-setup -i
(follow http://hplipopensource.com/hplip-web.../hp_setup.html)
I will now install sane and post any question if necessary.

Update: with advices from http://dev.shyd.de/2011/03/debian-pr...lip-cups-sane/ and http://wiki.ubuntuusers.de/SANE-Scanserver_im_Netzwerk and
on the server
Quote:

sudo chmod 666 /dev/bus/usb/001/003
Result on the server
Quote:

scanimage -L
gives
Quote:

device `hpaio:/usb/Deskjet_2540_series?serial=CN49Q4F4KH0604' is a Hewlett-Packard Deskjet_2540_series all-in-on
Result on the client
Quote:

scanimage -L
gives
Quote:

device `net:192.168.178.50:hpaio:/usb/Deskjet_2540_series?serial=CN49Q4F4KH0604' is a Hewlett-Packard Deskjet_2540_series all-in-on
It works: the application "simple-scan" works on my latop client (scanner/printer connecter to a raspberry pi server).


All times are GMT -5. The time now is 11:47 PM.