LaurentRueil
Posts: 5
Joined: Sun Jan 07, 2018 3:51 pm
Location: France

CUPS : missing driver for HP Laser MFP 135a

Sat Apr 18, 2020 6:12 pm

Hello,

I installed CUPS on my Raspberry with Raspbian.
It works well with my HP Deskjet F2480 on USB port.
All my computers Mac/PC/Android/iPhone could print on it.

But my new HP LASER MFP 135a on USB port doesn't work because there is no driver for it.
I tried these drivers
- HP laserjet 500 MFP M525 Postscript
- HP LaserJet 1000, hpcups 3.16.11, requires proprietary plugin
- HP LaserJet 1010 - CUPS+Gutenprint v5.2.11 (grayscale, 2-sided printing)

For the last driver, it works when I print from Win10 a txt file or a simple word file, but when images are inside the doc file, it fails (printed page like an old TV without antena).

On http://www.openprinting.org/drivers , there is no driver for my printer yet.

On HP website https://support.hp.com/us-en/drivers/se ... l/24494379 , I can find Linux drivers for this printer (Debian, Fedora, Linux, Redhat, Suse, Ubuntu).
With Debian driver, I tried to run install.sh but installer fails after a few lines displayed.
And I not sure this driver could be used by CUPS.

Who could help me?

Best regards
TinyWhoops, Arduino, Raspberry, Basic4Android, Visual Studio (C#, VB), MiniZ, BZ, 3D Printer, FlashForge Creator Pro

fruitoftheloom
Posts: 23337
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: CUPS : missing driver for HP Laser MFP 135a

Sat Apr 18, 2020 7:02 pm

LaurentRueil wrote:
Sat Apr 18, 2020 6:12 pm
Hello,

I installed CUPS on my Raspberry with Raspbian.
It works well with my HP Deskjet F2480 on USB port.
All my computers Mac/PC/Android/iPhone could print on it.

But my new HP LASER MFP 135a on USB port doesn't work because there is no driver for it.
I tried these drivers
- HP laserjet 500 MFP M525 Postscript
- HP LaserJet 1000, hpcups 3.16.11, requires proprietary plugin
- HP LaserJet 1010 - CUPS+Gutenprint v5.2.11 (grayscale, 2-sided printing)

For the last driver, it works when I print from Win10 a txt file or a simple word file, but when images are inside the doc file, it fails (printed page like an old TV without antena).

On http://www.openprinting.org/drivers , there is no driver for my printer yet.

On HP website https://support.hp.com/us-en/drivers/se ... l/24494379 , I can find Linux drivers for this printer (Debian, Fedora, Linux, Redhat, Suse, Ubuntu).
With Debian driver, I tried to run install.sh but installer fails after a few lines displayed.
And I not sure this driver could be used by CUPS.

Who could help me?

Best regards

The Debian Driver is for x86 CPU Architecture machines running Linux..

...the RPi is ARM CPU Architecture.


Unfortunately it as yet not listed in hplip driver package:

https://developers.hp.com/hp-linux-imag ... ices/index
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

LaurentRueil
Posts: 5
Joined: Sun Jan 07, 2018 3:51 pm
Location: France

Re: CUPS : missing driver for HP Laser MFP 135a

Sat Apr 18, 2020 7:11 pm

Thanks for your response.

Why there is so many different drivers for the same manufacturer?
They don't developpe a new Print protocol every time, I suppose. They just adjust some settings, no?

Who knows if it's possible to modify one of them easily?
A tool exists for that?
Thanks
TinyWhoops, Arduino, Raspberry, Basic4Android, Visual Studio (C#, VB), MiniZ, BZ, 3D Printer, FlashForge Creator Pro

LaurentRueil
Posts: 5
Joined: Sun Jan 07, 2018 3:51 pm
Location: France

Re: CUPS : missing driver for HP Laser MFP 135a

Sat Apr 18, 2020 7:33 pm

I also tried to select the PPD file from the Debian distribution (for HP web site) but it doesn't work.

Who know if it will be better to use CUPS on UBUNTU for Raspberry?

Regards
Laurent
TinyWhoops, Arduino, Raspberry, Basic4Android, Visual Studio (C#, VB), MiniZ, BZ, 3D Printer, FlashForge Creator Pro

User avatar
scruss
Posts: 3212
Joined: Sat Jun 09, 2012 12:25 pm
Location: Toronto, ON
Contact: Website

Re: CUPS : missing driver for HP Laser MFP 135a

Sat Apr 18, 2020 8:42 pm

LaurentRueil wrote:
Sat Apr 18, 2020 7:11 pm
Why there is so many different drivers for the same manufacturer?
They don't developpe a new Print protocol every time, I suppose. They just adjust some settings, no?
Quite often they do - they'll just put the company name on whichever printer mechanism they can get. It's been that way forever: the original LaserJets and Apple LaserWriters used the Canon CX engine.

Looking on the spec page, the lack of any "Compatibility" entry makes me think this is a WinPrinter - all the rendering is done inside Windows and spit out over USB. It may never work with a Raspberry Pi, sorry.
‘Remember the Golden Rule of Selling: “Do not resort to violence.”’ — McGlashan.
Pronouns: he/him

fruitoftheloom
Posts: 23337
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: CUPS : missing driver for HP Laser MFP 135a

Sun Apr 19, 2020 5:41 am

scruss wrote:
Sat Apr 18, 2020 8:42 pm
LaurentRueil wrote:
Sat Apr 18, 2020 7:11 pm
Why there is so many different drivers for the same manufacturer?
They don't developpe a new Print protocol every time, I suppose. They just adjust some settings, no?
Quite often they do - they'll just put the company name on whichever printer mechanism they can get. It's been that way forever: the original LaserJets and Apple LaserWriters used the Canon CX engine.

Looking on the spec page, the lack of any "Compatibility" entry makes me think this is a WinPrinter - all the rendering is done inside Windows and spit out over USB. It may never work with a Raspberry Pi, sorry.


caveat emptor :shock:
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

LaurentRueil
Posts: 5
Joined: Sun Jan 07, 2018 3:51 pm
Location: France

Re: CUPS : missing driver for HP Laser MFP 135a

Sun Apr 19, 2020 8:10 am

Thank you for your message.
I use this raspberry for my Deskjet, and I will use a PC to share the Laser for the moment.
TinyWhoops, Arduino, Raspberry, Basic4Android, Visual Studio (C#, VB), MiniZ, BZ, 3D Printer, FlashForge Creator Pro

Return to “Troubleshooting”