• ×
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
  • ×
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
Guidelines
We have new content about printers, Click here to check it out!
Check some of the most frequent questions about Instant Ink: HP INSTANT INK, HP+ PLANS: INK AND TONER.


Check out our WINDOWS 11 Support Center info about: OPTIMIZATION, KNOWN ISSUES, FAQs AND MORE.
HP Recommended
Linux

Dear all

I need the pdd file for the 105a laser printer 

To run it on the linux system

1 REPLY 1
HP Recommended

@qiaoyigao, Welcome to HP Support Community. 

 

Thank you for posting your query, I will be glad to help you. 

The HP Laser 105a is a host-based (GDI) printer, meaning it does not use traditional PCL or PostScript languages that work with standard PPD (PostScript Printer Description) files. Instead, it relies on proprietary protocols and usually requires HP's plugin drivers, particularly on Linux.

Check HP's Official Website: You can visit the HP support page and search for the 105a laser printer drivers for Linux. HP Laser 105a Printer Software and Driver Details

Use HPLIP (HP Linux Imaging and Printing): HP provides a package called HPLIP which supports a wide range of HP printers on Linux. You can install HPLIP and use it to set up your printer. Here’s how you can do it:

  • Open a terminal.
  • Install HPLIP using your package manager. For example, on Ubuntu, you can use:

sudo apt-get install hplip

  • Run the HPLIP setup tool:

hp-setup

  • Follow the on-screen instructions to configure your printer.

CUPS (Common Unix Printing System): CUPS often has built-in support for many printers. You can try adding your printer through the CUPS web interface:

  • Open a web browser and go to http://localhost:631.
  • Go to the "Administration" tab and click "Add Printer".
  • Follow the prompts to add your printer. CUPS might automatically find the correct PPD file for your printer.

Manual PPD File Installation: If you have a PPD file, you can manually install it using the lpadmin command. For example:

sudo lpadmin -p  -P /path/to/your/ppd/file.ppd -E

 

I hope this helps. 

 

Take care and have a good day. 

 

Please click “Accepted Solution” if you feel my post solved your issue, it will help others find the solution. Select "Yes" on the bottom left to say “Thanks” for helping! 

 

Max3Aj

HP Support 

† The opinions expressed above are the personal opinions of the authors, not of HP. By using this site, you accept the <a href="https://www8.hp.com/us/en/terms-of-use.html" class="udrlinesmall">Terms of Use</a> and <a href="/t5/custom/page/page-id/hp.rulespage" class="udrlinesmall"> Rules of Participation</a>.