Re: Not able to get the HP AIO scanner working

2022-06-15 Thread Salil Wadnerkar
Hi Maurice, For some reason, I was missing `/usr/local/share/hplip/data/models/models.dat`, and removing and adding back hplip-common restored it. Thanks a lot for the script. I can get rid of scan frontends now. Best, Salil On Wed, Jun 15, 2022 at 12:38 PM Maurice McCarthy wrote: > I use

Re: Not able to get the HP AIO scanner working

2022-06-15 Thread Maurice McCarthy
BTW scanimage -L cannot work exactly because the all-in-one is only connected via the network. There is no config in /etc/sane.d/

Re: Not able to get the HP AIO scanner working

2022-06-15 Thread Maurice McCarthy
I use scanimage rather than simple-scan but there the hpaio phrase must be in quotes. In ~/.kshrc I have a function which works fine scan() { if [[ "$1" = "" ]] ; \ then echo "Please enter a file number" ; return 1; \ fi ; \ /usr/local/bin/scanimage -v -p \ --device='

Not able to get the HP AIO scanner working

2022-06-15 Thread Salil Wadnerkar
I am trying to get my all-in-one HP scanner working. I don't like mdns and avahi and all that kitchen sink. I prefer printing and scanning using the printer IP address. So, I just installed sane-bakends and hpaio packages. I created the hpaio URI using hp-makeuri -s , and tried to scan using simp