Linux Driver forHP Laser mfp 135ag

Asked by Janni

Hi,

Is there a Linux driver for my HP Laser 135ag available?

Best greetings...

Janni....

Question information

Language:
English Edit question
Status:
Solved
For:
HPLIP Edit question
Assignee:
No assignee Edit question
Solved by:
Janni
Solved:
Last query:
Last reply:
Revision history for this message
brian_p (claremont102) said :
#1

What is your operating system?

Revision history for this message
Janni (janni61) said :
#2

Oh, my OS is Linux, Debian 11…

Revision history for this message
brian_p (claremont102) said :
#3

> Oh, my OS is Linux, Debian 11…

Thanks.

The HP Laser 135ag is USB-only and Debian 11 is capable of setting it up
automatically if it understand the IPP-over-USB protocol. Can we first
test if it does?

Please give

  lsusb -v | grep -A 3 bInterfaceClass.*7

Revision history for this message
Janni (janni61) said :
#4

Hi, thanks for answer.

 lsusb -v | grep -A 3 bInterfaceClass.*7 says...:

jannid@janni-aspirea51551g:~$ lsusb -v | grep -A 3 bInterfaceClass.*7
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
      bInterfaceClass 7 Printer
      bInterfaceSubClass 1 Printer
      bInterfaceProtocol 4
      iInterface 0
--
      bInterfaceClass 7 Printer
      bInterfaceSubClass 1 Printer
      bInterfaceProtocol 2 Bidirectional
      iInterface 0
can't get debug descriptor: Resource temporarily unavailable
Couldn't open device, some information will be missing
--
      bInterfaceClass 7 Printer
      bInterfaceSubClass 1 Printer
      bInterfaceProtocol 4
      iInterface 0
--
      bInterfaceClass 7 Printer
      bInterfaceSubClass 1 Printer
      bInterfaceProtocol 4
      iInterface 0
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing

Revision history for this message
brian_p (claremont102) said :
#5

 > bInterfaceClass 7 Printer
 > bInterfaceSubClass 1 Printer
 > bInterfaceProtocol 4
 > iInterface 0

This indicates that the Laser 135ag understands the IPP-over-USB protocol.
'systemctl show ipp-usb' should show the uni as active. See sections 14,
15 and 16 at

  https://wiki.debian.org/CUPSDriverlessPrinting

Give what you get for the command

  driverless

Revision history for this message
brian_p (claremont102) said :
#6

'systemctl show ipp-usb' should be 'systemctl status ipp-usb'.

Revision history for this message
Janni (janni61) said :
#7

Hi,

driverless say...:
ERROR: ippfind (PID 21661) stopped with status 1!

jannid@janni-aspirea51551g:~$ systemctl list-units "ipp-usb*" | grep service
  ipp-usb.service loaded active running Daemon for IPP over USB printer support

jannid@janni-aspirea51551g:~$ systemctl status ipp-usb
● ipp-usb.service - Daemon for IPP over USB printer support

I hope, that is correct so, my english is not so good....

Revision history for this message
brian_p (claremont102) said :
#8

ipp-usb.service is active when the printer is connected to USB.
That is good.

Give the output of

  avahi-browse -rt _ipp._tcp

avahi-browse is in the avahi-utils package. Install it with

  apt install avahi-utils

Revision history for this message
Janni (janni61) said (last edit ):
#9

Hi Brian_P,

The device works, namely the printer, as well as the scanner! I discovered on the net, that the printer MFC 135ag is not an HP, it's a Samsung. HPlip is therefore completely useless for this device. You need to persuade this devive to run, the so-called Samsung ULD drivers. Name of the driver is: HP Laserjet 1300 pcl3.
Have a look here...:
https://www.bchemnet.com/suldr/suld.html
and here...:
https://axebase.net/blog/2016/10/08/installation-samsung-unified-linux-driver/

Many, many thanks for your efforts.
I hope my English is understandable so far...;-)
Best greetings from Braunschweig....
Janni....

Revision history for this message
Janni (janni61) said :
#10