mdns does not seem to work
Now we just need to find out under which version it broke because the avahi-daemon won't start under any of my v3.10 boxes.
(However, it is flawless under all v3.14 devices.)
Found user 'avahi' (UID 495) and group 'avahi' (GID 495).
Successfully dropped root privileges.
avahi-daemon 0.7 starting up.
Loading service file /etc/avahi/services/sftp-ssh.service.
socket() failed: Permission denied
socket() failed: Permission denied
Failed to create server: No suitable network protocol available
avahi-daemon 0.7 exiting.
But if I start the daemon with the --no-drop-root argument, it works fine.
avahi-daemon 0.7 starting up.
Loading service file /etc/avahi/services/sftp-ssh.service.
Joining mDNS multicast group on interface eth0.IPv6 with address fe80::c62a:feff:fe05:7078.
New relevant interface eth0.IPv6 for mDNS.
Joining mDNS multicast group on interface eth0.IPv4 with address 10.60.0.73.
New relevant interface eth0.IPv4 for mDNS.
Network interface enumeration completed.
Registering new address record for fe80::c62a:feff:fe05:7078 on eth0.*.
Registering new address record for 10.60.0.73 on eth0.IPv4.
Server startup complete. Host name is MXQ.local. Local service cookie is 271343740.
Service "MXQ" (/etc/avahi/services/sftp-ssh.service) successfully established.
Display More
One question, how do I disable HDMI audio output as I use the analog output?
Try this:
echo "echo \"audio_off\" > /sys/class/amhdmitx/amhdmitx0/config" >> ~/.config/autostart.sh
^ This disables the HDMI audio output immediately after each startup. I know it's not as convenient as setting it from the menu, but the end result is the same. 