PINE64
Wireless printer epson wf2750 solution - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: General (https://forum.pine64.org/forumdisplay.php?fid=1)
+--- Forum: Getting Started (https://forum.pine64.org/forumdisplay.php?fid=21)
+--- Thread: Wireless printer epson wf2750 solution (/showthread.php?tid=16982)



Wireless printer epson wf2750 solution - clessard - 07-09-2022

If you have avahi running, then you can run


Code:
lpinfo -v

Code:
network ipp
network ipps
network socket
file cups-pdf:/
direct hp
network lpd
network http
network https
network smb
direct hpfax
network dnssd://Brother%20DCP-L2540DW%20series._ipp._tcp.local/?uuid=e3248000-80ce-11db-xxxx-xxxxxxxxx
network lpd://BRW1008B19C71E2/BINARY_P1

pacman -S nss-mdns
Edit the file

/etc/nsswitch.conf
Add the folowing line in the nsswitch.conf:
Code:
hosts: files mdns_minimal dns mdns

Enjoy !