I came across this forum (coincidentally the same printer and recent message), unfortunately the “sane-airprint” package does not seem to exist in the arch repos (but sane-airscan is there...).
However, I searched the internet and cups looks like it should support airprint.
Continuing the search, I found this command
Code: Select all
avahi-daemon
avahi-browse -rt _ipp._tcp > discovered
Code: Select all
+ eth0 IPv6 Brother MFC-L2710DW series Internet Printer local
+ eth0 IPv4 Brother MFC-L2710DW series Internet Printer local
= eth0 IPv6 Brother MFC-L2710DW series Internet Printer local
hostname = [BRWD88083FC14A1.local]
address = [192.168.8.111]
port = [631]
txt = ["mopria-certified=2.1" "print_wfds=T" "UUID=e3248000-80ce-11db-8000-b42200a249ba" "PaperMax=legal-A4" "kind=document,envelope,label,postcard" "URF=W8,CP1,IS4-1,MT1-3-4-5-8,OB10,PQ3-4-5,RS300-600-1200,V1.4,DM1" "rfo=ipp/faxout" "TBCP=F" "Transparent=T" "Binary=T" "PaperCustom=T" "Scan=T" "Fax=T" "Duplex=T" "Copies=T" "Color=F" "usb_CMD=PJL,HBP,URF" "usb_MDL=MFC-L2710DW series" "usb_MFG=Brother" "priority=25" "adminurl=http://BRWD88083FC14A1.local./net/net/airprint.html" "product=(Brother MFC-L2710DW series)" "ty=Brother MFC-L2710DW series" "note=" "rp=ipp/print" "pdl=application/octet-stream,image/urf,image/pwg-raster" "qtotal=1" "txtvers=1"]
= eth0 IPv4 Brother MFC-L2710DW series Internet Printer local
hostname = [BRWD88083FC14A1.local]
address = [192.168.8.111]
port = [631]
txt = ["mopria-certified=2.1" "print_wfds=T" "UUID=e3248000-80ce-11db-8000-b42200a249ba" "PaperMax=legal-A4" "kind=document,envelope,label,postcard" "URF=W8,CP1,IS4-1,MT1-3-4-5-8,OB10,PQ3-4-5,RS300-600-1200,V1.4,DM1" "rfo=ipp/faxout" "TBCP=F" "Transparent=T" "Binary=T" "PaperCustom=T" "Scan=T" "Fax=T" "Duplex=T" "Copies=T" "Color=F" "usb_CMD=PJL,HBP,URF" "usb_MDL=MFC-L2710DW series" "usb_MFG=Brother" "priority=25" "adminurl=http://BRWD88083FC14A1.local./net/net/airprint.html" "product=(Brother MFC-L2710DW series)" "ty=Brother MFC-L2710DW series" "note=" "rp=ipp/print" "pdl=application/octet-stream,image/urf,image/pwg-raster" "qtotal=1" "txtvers=1"]
I have tried everything, add a password to the user, add root to the lp group, add a new group in /etc/cups/cupds.conf and run it with 'cupsd -c /etc/cups/cupsd.conf' each time restarting cupsd. I also tried launching the browser from root.
In one forum I found the advice to use “system-config-printer”, it opens and also sees the printer but when I try to add my networkprinter: "CUPS server error (fetching PPDs) there was an error during the CUPS operation: 'Internal Server Error'. "
The only thing I can think of is that I have some problem with cups and try to install from aur “cups-git”.
Edit: No, not possible, cups-git in aur is made to work with systemd. I hate systemd.