Re: HPLIP and SNMP
Reply #2 –
it is not showing even when I point its nose right at the damn IP address.
Evidently, it is too stupid to understand basic IP networking without Ahavi
And this thing is clusterf*
https://wiki.archlinux.org/title/Avahi#Hostname_resolution
Using Avahi
Hostname resolution
Avahi provides local hostname resolution using a "hostname.local" naming scheme. To enable it, install the nss-mdns package and start/enable avahi-daemon.service.
Then, edit the file /etc/nsswitch.conf and change the hosts line to include mdns_minimal [NOTFOUND=return] before resolve and dns:
hosts: mymachines mdns_minimal [NOTFOUND=return] resolve [!UNAVAIL=return] files myhostname dns
Note:
If you experience slowdowns in resolving .local hosts (or you do not want to use IPv6) try to use mdns4_minimal and mdns4 instead of mdns_minimal and mdns respectively.
The line above makes nss-mdns authoritative for the .local domain, unless your unicast DNS server responds to SOA queries for the top level local name, or if the request has more than two labels. See nss-mdns activation notes.
systemd-resolved responds to these queries even if its mDNS support is disabled. See #systemd-resolved prevents nss-mdns from working.
More info about nss configuration can be found on nss-mymachines(8) and in Avahi docs.
I don't even know what this means and I only has an MS in Comp Sci with lots of Networking credits.
What can possibly stop it from finding an IP address that I explicitly give it.