[sane-devel] HP ScanJet Pro 2000 sudden failure
Ellis Cohen
ellis_cohen at pobox.com
Fri Mar 5 17:33:08 GMT 2021
Thanks for your help! IPP-over-USB *was* the culprit (although I have no idea exactly what latest-update from Fedora changed previous behavior).
I determined that for my configuration, it was least-invasive to simply execute
> ipp_usb_was_active=false
> sudo systemctl --quiet is-active ipp-usb
> if [ $? -eq 0 ] ; then
> ipp_usb_was_active=true
> sudo systemctl stop ipp-usb
> fi
before scanning, and
> ${ipp_usb_was_active} && sudo systemctl start ipp-usb
afterwards.
Again, thanks muchly!
Ellis
On Thu, Mar 4, 2021, at 9:43 PM, Zdenek Dohnal wrote:
>
> On 3/4/21 7:39 PM, Alexander Pevzner wrote:
> >
> > 2) Remove hplip and scan driverlessly:
> >
> > dnf erase hplip
> > dnf install sane-airscan
> >
> Btw, sane-airscan is installed by default if you have sane-backends
> installed :) . I changed that later...
>
> --
> Zdenek Dohnal
> Software Engineer
> Red Hat Czech - Brno TPB-C
>
>
>
>
> *Attachments:*
> * OpenPGP_signature
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/sane-devel/attachments/20210305/8a44920c/attachment.htm>
More information about the sane-devel
mailing list