Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.user > #238591
| From | Brian <ad44@cityscape.co.uk> |
|---|---|
| Newsgroups | linux.debian.user |
| Subject | Re: All-in-One printer: HP OfficeJet 8012 |
| Date | 2021-08-13 15:20 +0200 |
| Message-ID | <CLFgm-6Gf-5@gated-at.bofh.it> (permalink) |
| References | <CKALL-5zX-1@gated-at.bofh.it> <CLDod-5sb-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri 13 Aug 2021 at 13:10:46 +0200, Nicolas George wrote: > Hi. > > We finally found an HP DeskJet 2723e at a closer vendor; in terms of > price and bulk it was much closer to to or needs the one we had and the > cat broke. > > I first set it up on wifi only. I used the proprietary HP application on > my phone, it used bluetooth to give the wifi password to the printer. I > confirmed with the router it was connected and set up a static DHCP > lease. Did you read the Release Notes for Bullseye? (No advice on cat controls, though :) ). > After that, I could connect to the printer using > <https://10.0.1.17:631/>. > > Setting up printing was as easy as: > > sudo lpadmin -p DeskJet_2723e -v http://10.0.1.17:631/ -E -m everywhere > > (by the way, "driverless" is a nice advertisement gimmick, but really it > is a misnomer for an unified driver) and printing a test page worked > right away. The developers of our printing system would be more likely to view driverless printing to be as outlined at https://lists.debian.org/debian-user/2021/08/msg00548.html Also, the printing system does not have a unified driver. The drivers used depend on the job, but they will always produce an outcome that is suitable to be sent to the printer, irrespective of the make or model of printer. Contrast that with the pre-buster situation. The need for non-free vendor drivers has been eliminated. > I could also scan using the web interface. SANE offered a little more > resistance tough. > > But first I had to re-configure it for another wifi network. This time I > tried doing it with USB. > > Installing ipp-usb and plugging the printer starts a ipp-usb.service and I am surprised you had to install ipp-usb. It is a Recommends: of cups-daemon. > a web server on <http://localhost:60000/> where I could change the wifi > settings. The web-server seems extremenly bogus, I had to reload the > page numerous times before getting something workable. > > Once the printer connected to its final network, I tried SANE seriously. > > To let SANE auto-detect the device, I had to: > > sudo hp-setup -i 10.0.1.17 > > to let it create a second queue > "hp:/net/DeskJet_2700_series?ip=10.0.1.17". But it still refused to > work. > > For some reason, scanimage sends its useful messages to syslog instead > of stderr. > > I had: > > unable to load library libm.so: /lib/x86_64-linux-gnu/libm.so: invalid ELF header > > (/lib/x86_64-linux-gnu/libm.so is a ld script, not meant for dynamic > loading), which seems to be just random incompetence with no actual > consequence, and: > > unable to open /var/lib/hp/hplip.state: No such file or directory > > and, if I tried to populate this file based on examples found on the > web: > > unable to load library /usr/share/hplip/scan/plugins/bb_escl.so: /usr/share/hplip/scan/plugins/bb_escl.so: cannot open shared object file: No such file or directory > > As it happens, it means the libsane-hpaio requires a binary non-Libre > plugin for this printer. It can be downloaded with: > > sudo hp-plugin -g > > It installs files in /usr/share/hplip/scan/plugins/. > > After that: > > scanimage -h -d 'hpaio:/net/DeskJet_2700_series?ip=10.0.1.17' > > worked, as did actual scanning and Gimp's GUI. > > I am not very satisfied with the use of a binary plugin, but at least it > works. Did I not recommend sane-airscan earlier in this thread? If not apt install sane-airscan Non-free plugins dispensed with at a stroke. Uninstall HPLIP while you are at it. It is completely unneeded. -- Brian.
Back to linux.debian.user | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
All-in-One printer: HP OfficeJet 8012 Nicolas George <george@nsup.org> - 2021-08-10 16:20 +0200
Re: All-in-One printer: HP OfficeJet 8012 Peter Ehlert <pb21a@sdi-baja.com> - 2021-08-10 16:40 +0200
Re: All-in-One printer: HP OfficeJet 8012 Brad Rogers <brad@fineby.me.uk> - 2021-08-10 16:50 +0200
Re: All-in-One printer: HP OfficeJet 8012 Brian <ad44@cityscape.co.uk> - 2021-08-10 18:20 +0200
Re: All-in-One printer: HP OfficeJet 8012 Brad Rogers <brad@fineby.me.uk> - 2021-08-10 19:10 +0200
Re: All-in-One printer: HP OfficeJet 8012 Brian <ad44@cityscape.co.uk> - 2021-08-10 19:50 +0200
Re: All-in-One printer: HP OfficeJet 8012 Brad Rogers <brad@fineby.me.uk> - 2021-08-10 20:20 +0200
Re: All-in-One printer: HP OfficeJet 8012 Erwan David <erwan@rail.eu.org> - 2021-08-10 21:00 +0200
Re: All-in-One printer: HP OfficeJet 8012 Brian <ad44@cityscape.co.uk> - 2021-08-10 21:50 +0200
Re: All-in-One printer: HP OfficeJet 8012 Erwan David <erwan@rail.eu.org> - 2021-08-11 08:10 +0200
Re: All-in-One printer: HP OfficeJet 8012 Brian <ad44@cityscape.co.uk> - 2021-08-11 12:20 +0200
Re: All-in-One printer: HP OfficeJet 8012 Reco <recoverym4n@enotuniq.net> - 2021-08-11 12:50 +0200
Re: All-in-One printer: HP OfficeJet 8012 Brian <ad44@cityscape.co.uk> - 2021-08-11 14:10 +0200
Re: All-in-One printer: HP OfficeJet 8012 Brian <ad44@cityscape.co.uk> - 2021-08-10 21:00 +0200
Re: All-in-One printer: HP OfficeJet 8012 Brad Rogers <brad@fineby.me.uk> - 2021-08-11 09:30 +0200
Re: All-in-One printer: HP OfficeJet 8012 Brian <ad44@cityscape.co.uk> - 2021-08-11 12:40 +0200
Re: All-in-One printer: HP OfficeJet 8012 Curt <curty@free.fr> - 2021-08-11 14:10 +0200
Re: All-in-One printer: HP OfficeJet 8012 Gene Heskett <gheskett@shentel.net> - 2021-08-11 14:20 +0200
Re: All-in-One printer: HP OfficeJet 8012 Brad Rogers <brad@fineby.me.uk> - 2021-08-11 14:30 +0200
Re: All-in-One printer: HP OfficeJet 8012 Brian <ad44@cityscape.co.uk> - 2021-08-11 15:00 +0200
Re: All-in-One printer: HP OfficeJet 8012 Brian <ad44@cityscape.co.uk> - 2021-08-11 14:40 +0200
Re: All-in-One printer: HP OfficeJet 8012 Erwan David <erwan@rail.eu.org> - 2021-08-11 14:20 +0200
Re: All-in-One printer: HP OfficeJet 8012 Brian <ad44@cityscape.co.uk> - 2021-08-11 16:10 +0200
Re: All-in-One printer: HP OfficeJet 8012 Erwan David <erwan@rail.eu.org> - 2021-08-11 16:30 +0200
Re: All-in-One printer: HP OfficeJet 8012 Brian <ad44@cityscape.co.uk> - 2021-08-11 17:00 +0200
Re: All-in-One printer: HP OfficeJet 8012 Brad Rogers <brad@fineby.me.uk> - 2021-08-11 14:20 +0200
Re: All-in-One printer: HP OfficeJet 8012 Brian <ad44@cityscape.co.uk> - 2021-08-11 14:50 +0200
Re: All-in-One printer: HP OfficeJet 8012 Brian <ad44@cityscape.co.uk> - 2021-08-10 17:10 +0200
Re: All-in-One printer: HP OfficeJet 8012 Nicolas George <george@nsup.org> - 2021-08-10 17:20 +0200
Re: All-in-One printer: HP OfficeJet 8012 Erwan David <erwan@rail.eu.org> - 2021-08-10 20:00 +0200
Re: All-in-One printer: HP OfficeJet 8012 Brian <ad44@cityscape.co.uk> - 2021-08-10 21:00 +0200
Re: All-in-One printer: HP OfficeJet 8012 Polyna-Maude Racicot-Summerside <debian@polynamaude.com> - 2021-08-11 10:30 +0200
Re: All-in-One printer: HP OfficeJet 8012 Brian <ad44@cityscape.co.uk> - 2021-08-11 13:40 +0200
Re: All-in-One printer: HP OfficeJet 8012 Polyna-Maude Racicot-Summerside <debian@polynamaude.com> - 2021-08-11 00:30 +0200
Re: All-in-One printer: HP OfficeJet 8012 Nicolas George <george@nsup.org> - 2021-08-11 09:20 +0200
Re: All-in-One printer: HP OfficeJet 8012 Polyna-Maude Racicot-Summerside <debian@polynamaude.com> - 2021-08-11 09:40 +0200
Reply configuration (was: All-in-One printer: HP OfficeJet 8012) Nicolas George <george@nsup.org> - 2021-08-11 09:50 +0200
Re: Reply configuration (was: All-in-One printer: HP OfficeJet 8012) Cindy Sue Causey <butterflybytes@gmail.com> - 2021-08-11 09:50 +0200
Re: Reply configuration (was: All-in-One printer: HP OfficeJet 8012) Polyna-Maude Racicot-Summerside <debian@polynamaude.com> - 2021-08-11 10:10 +0200
Re: Reply configuration (was: All-in-One printer: HP OfficeJet 8012) Jonathan Dowland <jon+debian-user@dow.land> - 2021-08-11 12:30 +0200
Re: Reply configuration (was: All-in-One printer: HP OfficeJet 8012) Curt <curty@free.fr> - 2021-08-11 14:40 +0200
Re: Reply configuration (was: All-in-One printer: HP OfficeJet 8012) Jonathan Dowland <jon+debian-user@dow.land> - 2021-08-12 17:50 +0200
Re: Reply configuration (was: All-in-One printer: HP OfficeJet 8012) Curt <curty@free.fr> - 2021-08-12 18:50 +0200
Re: Reply configuration (was: All-in-One printer: HP OfficeJet 8012) Nicolas George <george@nsup.org> - 2021-08-12 19:20 +0200
Re: Reply configuration (was: All-in-One printer: HP OfficeJet 8012) Brian <ad44@cityscape.co.uk> - 2021-08-12 19:50 +0200
Re: Reply configuration (was: All-in-One printer: HP OfficeJet 8012) Polyna-Maude Racicot-Summerside <debian@polynamaude.com> - 2021-08-12 21:50 +0200
Re: Reply configuration (was: All-in-One printer: HP OfficeJet 8012) <tomas@tuxteam.de> - 2021-08-11 13:30 +0200
Re: Reply configuration (was: All-in-One printer: HP OfficeJet 8012) Curt <curty@free.fr> - 2021-08-11 14:30 +0200
Re: Reply configuration (was: All-in-One printer: HP OfficeJet 8012) <tomas@tuxteam.de> - 2021-08-11 15:40 +0200
Re: Reply configuration (was: All-in-One printer: HP OfficeJet 8012) Gene Heskett <gheskett@shentel.net> - 2021-08-11 13:30 +0200
Re: Reply configuration (was: All-in-One printer: HP OfficeJet 8012) Tony van der Hoff <lists@vanderhoff.org> - 2021-08-11 14:30 +0200
Re: Reply configuration (was: All-in-One printer: HP OfficeJet 8012) Peter Ehlert <peter@sdi-baja.com> - 2021-08-11 15:30 +0200
Re: Reply configuration (was: All-in-One printer: HP OfficeJet 8012) <tomas@tuxteam.de> - 2021-08-11 15:50 +0200
Re: Reply configuration (was: All-in-One printer: HP OfficeJet 8012) Dan Ritter <dsr@randomstring.org> - 2021-08-11 15:40 +0200
Re: Reply configuration (was: All-in-One printer: HP OfficeJet 8012) Charles Curley <charlescurley@charlescurley.com> - 2021-08-11 17:50 +0200
Re: Reply configuration (was: All-in-One printer: HP OfficeJet 8012) Bob Bernstein <poobah@ruptured-duck.com> - 2021-08-11 21:00 +0200
End of the line [ was Re: Reply configuration (was: All-in-One printer: HP OfficeJet 8012)] Polyna-Maude Racicot-Summerside <debian@polynamaude.com> - 2021-08-11 10:00 +0200
Re: End of the line [ was Re: Reply configuration (was: All-in-One printer: HP OfficeJet 8012)] Nicolas George <george@nsup.org> - 2021-08-11 10:10 +0200
Re: End of the line [ was Re: Reply configuration (was: All-in-One printer: HP OfficeJet 8012)] Polyna-Maude Racicot-Summerside <debian@polynamaude.com> - 2021-08-11 10:20 +0200
Re: All-in-One printer: HP OfficeJet 8012 Brian <ad44@cityscape.co.uk> - 2021-08-11 20:10 +0200
Re: All-in-One printer: HP OfficeJet 8012 Brian <ad44@cityscape.co.uk> - 2021-08-12 21:30 +0200
Re: All-in-One printer: HP OfficeJet 8012 Polyna-Maude Racicot-Summerside <debian@polynamaude.com> - 2021-08-12 21:40 +0200
Re: All-in-One printer: HP OfficeJet 8012 Brian <ad44@cityscape.co.uk> - 2021-08-13 00:30 +0200
Re: All-in-One printer: HP OfficeJet 8012 Polyna-Maude Racicot-Summerside <debian@polynamaude.com> - 2021-08-13 01:00 +0200
Re: All-in-One printer: HP OfficeJet 8012 Brian <ad44@cityscape.co.uk> - 2021-08-13 12:20 +0200
Re: All-in-One printer: HP OfficeJet 8012 Polyna-Maude Racicot-Summerside <debian@polynamaude.com> - 2021-08-13 12:40 +0200
Re: All-in-One printer: HP OfficeJet 8012 Brian <ad44@cityscape.co.uk> - 2021-08-13 13:10 +0200
Re: All-in-One printer: HP OfficeJet 8012 Polyna-Maude Racicot-Summerside <debian@polynamaude.com> - 2021-08-13 01:10 +0200
Re: All-in-One printer: HP OfficeJet 8012 Brian <ad44@cityscape.co.uk> - 2021-08-14 20:50 +0200
Re: All-in-One printer: HP OfficeJet 8012 Polyna-Maude Racicot-Summerside <debian@polynamaude.com> - 2021-08-14 21:40 +0200
Re: All-in-One printer: HP OfficeJet 8012 Brian <ad44@cityscape.co.uk> - 2021-08-14 23:50 +0200
Re: All-in-One printer: HP OfficeJet 8012 deloptes <emanoil.kotsev@deloptes.org> - 2021-08-13 07:10 +0200
Re: All-in-One printer: HP OfficeJet 8012 Weaver <weaver@riseup.net> - 2021-08-13 07:30 +0200
Re: All-in-One printer: HP OfficeJet 8012 <tomas@tuxteam.de> - 2021-08-13 08:20 +0200
OFFTOPIC Re: All-in-One printer: HP OfficeJet 8012 deloptes <emanoil.kotsev@deloptes.org> - 2021-08-13 08:50 +0200
Re: OFFTOPIC Re: All-in-One printer: HP OfficeJet 8012 <tomas@tuxteam.de> - 2021-08-13 09:00 +0200
Re: OFFTOPIC Re: All-in-One printer: HP OfficeJet 8012 deloptes <emanoil.kotsev@deloptes.org> - 2021-08-13 09:00 +0200
Re: OFFTOPIC Re: All-in-One printer: HP OfficeJet 8012 rhkramer@gmail.com - 2021-08-13 13:50 +0200
Re: OFFTOPIC Re: All-in-One printer: HP OfficeJet 8012 deloptes <emanoil.kotsev@deloptes.org> - 2021-08-13 13:50 +0200
Re: OFFTOPIC Re: All-in-One printer: HP OfficeJet 8012 ellanios82 <ellanios82@gmail.com> - 2021-08-13 14:10 +0200
Re: OFFTOPIC Re: All-in-One printer: HP OfficeJet 8012 <tomas@tuxteam.de> - 2021-08-13 14:00 +0200
Re: Re: All-in-One printer: HP OfficeJet 8012 "Thomas Schmitt" <scdbackup@gmx.net> - 2021-08-13 09:10 +0200
Re: Re: All-in-One printer: HP OfficeJet 8012 <tomas@tuxteam.de> - 2021-08-13 10:00 +0200
Re: All-in-One printer: HP OfficeJet 8012 Polyna-Maude Racicot-Summerside <debian@polynamaude.com> - 2021-08-13 18:20 +0200
Meta: behavior on list Dan Ritter <dsr@randomstring.org> - 2021-08-13 18:50 +0200
Re: Meta: behavior on list Greg Wooledge <greg@wooledge.org> - 2021-08-13 19:00 +0200
Re: Meta: behavior on list John Hasler <john@sugarbit.com> - 2021-08-13 19:40 +0200
Re: Meta: behavior on list Polyna-Maude Racicot-Summerside <debian@polynamaude.com> - 2021-08-13 21:20 +0200
Re: Meta: behavior on list The Wanderer <wanderer@fastmail.fm> - 2021-08-13 19:00 +0200
Re: Meta: behavior on list Polyna-Maude Racicot-Summerside <debian@polynamaude.com> - 2021-08-13 19:00 +0200
Re: Meta: behavior on list <tomas@tuxteam.de> - 2021-08-13 19:20 +0200
[OFFTOPIC] Plonk (wss: Meta: behavior on list) Stefan Monnier <monnier@iro.umontreal.ca> - 2021-08-13 22:20 +0200
Re: [OFFTOPIC] Plonk (wss: Meta: behavior on list) John Hasler <john@sugarbit.com> - 2021-08-13 23:10 +0200
Re: [OFFTOPIC] Plonk (wss: Meta: behavior on list) Polyna-Maude Racicot-Summerside <debian@polynamaude.com> - 2021-08-13 23:20 +0200
Re: [OFFTOPIC] Plonk (wss: Meta: behavior on list) Weaver <weaver@riseup.net> - 2021-08-13 23:40 +0200
Re: [OFFTOPIC] Plonk (wss: Meta: behavior on list) Polyna-Maude Racicot-Summerside <debian@polynamaude.com> - 2021-08-13 23:40 +0200
Re: [OFFTOPIC] Plonk (wss: Meta: behavior on list) Weaver <weaver@riseup.net> - 2021-08-14 00:00 +0200
Re: [OFFTOPIC] Plonk (wss: Meta: behavior on list) ellanios82 <ellanios82@gmail.com> - 2021-08-14 00:00 +0200
Re: [OFFTOPIC] Plonk (wss: Meta: behavior on list) Dan Ritter <dsr@randomstring.org> - 2021-08-13 23:40 +0200
Re: [OFFTOPIC] Punked was [Plonk (wss: Meta: behavior on list)] Polyna-Maude Racicot-Summerside <debian@polynamaude.com> - 2021-08-13 23:40 +0200
Re: [OFFTOPIC] Plonk (wss: Meta: behavior on list) songbird <songbird@anthive.com> - 2021-08-14 01:20 +0200
Re: [OFFTOPIC] Plonk (wss: Meta: behavior on list) John Hasler <john@sugarbit.com> - 2021-08-14 01:50 +0200
Re: [OFFTOPIC] Plonk (wss: Meta: behavior on list) Polyna-Maude Racicot-Summerside <debian@polynamaude.com> - 2021-08-14 02:30 +0200
Re: [OFFTOPIC] Plonk (wss: Meta: behavior on list) David Wright <deblis@lionunicorn.co.uk> - 2021-08-14 07:10 +0200
Re: [OFFTOPIC] Plonk (wss: Meta: behavior on list) <tomas@tuxteam.de> - 2021-08-14 08:30 +0200
Re: [OFFTOPIC] Plonk (wss: Meta: behavior on list) John Hasler <john@sugarbit.com> - 2021-08-14 14:40 +0200
Re: [OFFTOPIC] 1149 (was: lonk (wss: Meta: behavior on list)) <tomas@tuxteam.de> - 2021-08-14 14:50 +0200
Re: [OFFTOPIC] 1149 (was: lonk (wss: Meta: behavior on list)) Gene Heskett <gheskett@shentel.net> - 2021-08-14 15:20 +0200
Re: [OFFTOPIC] CoCo and oldies (was : 1149 (was: lonk / was: Meta: behavior on list)) Polyna-Maude Racicot-Summerside <debian@polynamaude.com> - 2021-08-14 15:30 +0200
Re: [OFFTOPIC] Plonk (wss: Meta: behavior on list) Erwan David <erwan@rail.eu.org> - 2021-08-14 15:00 +0200
Re: [OFFTOPIC] Plonk (wss: Meta: behavior on list) Charles Curley <charlescurley@charlescurley.com> - 2021-08-14 17:10 +0200
Re: [OFFTOPIC] Plonk (wss: Meta: behavior on list) Michael Howard <mike@dewberryfields.co.uk> - 2021-08-14 21:10 +0200
Re: [OFFTOPIC] Plonk (wss: Meta: behavior on list) Polyna-Maude Racicot-Summerside <debian@polynamaude.com> - 2021-08-14 21:30 +0200
Re: [OFFTOPIC] Plonk (wss: Meta: behavior on list) Michael Howard <mike@dewberryfields.co.uk> - 2021-08-14 21:40 +0200
Re: [OFFTOPIC] Plonk (wss: Meta: behavior on list) Marco Möller <talby@debianlists.mobilxpress.net> - 2021-08-14 21:40 +0200
Re: [OFFTOPIC] Plonk (wss: Meta: behavior on list) Curt <curty@free.fr> - 2021-08-14 22:00 +0200
Re: [OFFTOPIC] Plonk (wss: Meta: behavior on list) Michael Howard <mike@dewberryfields.co.uk> - 2021-08-14 22:00 +0200
Re: [OFFTOPIC] Plonk (wss: Meta: behavior on list) Polyna-Maude Racicot-Summerside <debian@polynamaude.com> - 2021-08-14 23:30 +0200
Re: Meta: behavior on list deloptes <emanoil.kotsev@deloptes.org> - 2021-08-13 22:40 +0200
Re: Meta: behavior on list "Andrew M.A. Cater" <amacater@einval.com> - 2021-08-14 13:00 +0200
Re: Meta: behavior on list <tomas@tuxteam.de> - 2021-08-14 14:10 +0200
Re: All-in-One printer: HP OfficeJet 8012 Curt <curty@free.fr> - 2021-08-13 11:20 +0200
Re: All-in-One printer: HP OfficeJet 8012 Brian <ad44@cityscape.co.uk> - 2021-08-13 12:20 +0200
Re: All-in-One printer: HP OfficeJet 8012 Brian <ad44@cityscape.co.uk> - 2021-08-14 14:20 +0200
Re: All-in-One printer: HP OfficeJet 8012 Polyna-Maude Racicot-Summerside <debian@polynamaude.com> - 2021-08-11 00:40 +0200
Re: All-in-One printer: HP OfficeJet 8012 Brian <ad44@cityscape.co.uk> - 2021-08-11 20:30 +0200
Re: All-in-One printer: HP OfficeJet 8012 Nicolas George <george@nsup.org> - 2021-08-13 13:20 +0200
Re: All-in-One printer: HP OfficeJet 8012 Brian <ad44@cityscape.co.uk> - 2021-08-13 15:20 +0200
Re: All-in-One printer: HP OfficeJet 8012 Nicolas George <george@nsup.org> - 2021-08-13 15:30 +0200
Re: All-in-One printer: HP OfficeJet 8012 Brian <ad44@cityscape.co.uk> - 2021-08-13 15:50 +0200
Re: All-in-One printer: HP OfficeJet 8012 Nicolas George <george@nsup.org> - 2021-08-13 16:00 +0200
Re: All-in-One printer: HP OfficeJet 8012 Curt <curty@free.fr> - 2021-08-13 18:10 +0200
Re: All-in-One printer: HP OfficeJet 8012 Brian <ad44@cityscape.co.uk> - 2021-08-13 19:40 +0200
HP plat fair with drivers? Keith Bainbridge <ke1thrboz@gmx.com> - 2021-08-14 11:20 +0200
Re: HP plat fair with drivers? Kushal Kumaran <kushal@locationd.net> - 2021-08-14 18:20 +0200
csiph-web