HP Printer issue
HP Printer issue
I'm trying to print documents through my HP LaserJet P1108 printer. The printer hardware is getting detected, but printing is not being successful. The exact Printer name is not available in the CUPS/Printer settings. I've tried the generic option and various other options provided through CUPS for HP printers, but to no avail. The HPLIP installation through terminal is also not getting successful. I'm also unable to get the PPD file from any source. Kindly guide how can I use my printer successfully.
- FreewheelinFrank
- Global Moderator
- Posts: 2402
- Joined: 2010-06-07 16:59
- Has thanked: 45 times
- Been thanked: 264 times
Re: HP Printer issue
Where are you installing HPLIP from? Download from HP or the Debian repository?
Hopefully you did
If not, uninstall the download package and install as above.
This printer seems to use a USB connection and isn't driverless/Airprint enabled, so you should add it using Device > Setup Device > Device Discovery > USB (See link for screenshot).
viewtopic.php?p=764766#p764766
Hopefully you did
Code: Select all
# apt install hplip-gui
This printer seems to use a USB connection and isn't driverless/Airprint enabled, so you should add it using Device > Setup Device > Device Discovery > USB (See link for screenshot).
viewtopic.php?p=764766#p764766
Re: HP Printer issue
FreewheelinFrank wrote: 2024-03-17 20:07 Where are you installing HPLIP from? Download from HP or the Debian repository?
Hopefully you did
If not, uninstall the download package and install as above.Code: Select all
# apt install hplip-gui
This printer seems to use a USB connection and isn't driverless/Airprint enabled, so you should add it using Device > Setup Device > Device Discovery > USB (See link for screenshot).
viewtopic.php?p=764766#p764766
Thank you so much. "sudo apt install hplip-gui" process worked.