Air sane for hp scanner
hp-info -i
sudo apt install hplip
hp-plugin
scanimage -L
Sudo mount -o remount,exec /home
sudo apt purge snapd
sudo rm -rf ~/snap
sudo apt remove --purge hplip hplip-gui
sudo apt autoremove
sudo rm -rf /usr/share/hplip
sudo systemctl stop ipp-usb
sudo systemctl disable ipp-usb
dpkg -l | grep ipp-usb
sudo systemctl unmask ipp-usb
sudo systemctl enable ipp-usb
sudo systemctl start ipp-usb
lpstat -t
scanimage -L
sudo apt install sane-airscan
sudo systemctl unmask ipp-usb
sudo systemctl enable ipp-usb
sudo systemctl start ipp-usb
systemctl status ipp-usb
sudo snap list
sudo snap remove cups
sudo apt purge hplip hplip-gui printer-driver-hpcups
sudo apt autoremove
sudo systemctl stop ipp-usb
sudo systemctl disable ipp-usb
sudo systemctl unmask ipp-usb
sudo apt install cups
which cupsd
Output
/usr/sbin/cupsd
sudo add-apt-repository universe
sudo apt update
sudo apt install ipp-usb
sudo apt install ipp-usb sane-airscan
sudo apt -f install
apt policy ipp-usb
sudo systemctl enable ipp-usb
sudo systemctl start ipp-usb
sudo apt install sane-airscan
sudo journalctl -u ipp-usb -f
lsb_release -a
sudo apt install cups sane sane-utils sane-airscan ipp-usb
sudo apt --fix-broken install
sudo apt update --allow-releaseinfo-change
apt search ipp-usb PKG available or not
For printer
sudo lpadmin -p HP_IPP \
-v ipp://localhost:60000/ipp/print \
-m everywhere \
-E
sudo lpoptions -d HP_IPP
grep -E 'airscan|escl' /etc/sane.d/dll.conf
Comments
Post a Comment