IPP never worked here for wireless brother printer, i have used socket and cups driver on 3 different models wifi connected as the only working setup …
Talking about network issue it could be also a very common arch issue with hostname resolution:
Avahi provides local hostname resolution using a “hostname.local” naming scheme. To enable it, install the nss-mdns package and start
avahi-daemon.service.Then, edit the file
/etc/nsswitch.confand change thehostsline to includemdns_minimal [NOTFOUND=return]beforeresolveanddns:
hosts: ... mdns_minimal [NOTFOUND=return] resolve [!UNAVAIL=return] dns ...


