diff --git a/docs/hardware/devices/linux-native-hardware/linux-native-hardware.mdx b/docs/hardware/devices/linux-native-hardware/linux-native-hardware.mdx index 65afb600..8ab9b3db 100644 --- a/docs/hardware/devices/linux-native-hardware/linux-native-hardware.mdx +++ b/docs/hardware/devices/linux-native-hardware/linux-native-hardware.mdx @@ -232,6 +232,29 @@ sudo insmod spi-ch341.ko - Devices with kernels older than 5.16 may need to blacklist ch341, while kernels 6.0 and newer are observed to work more reliably. +#### Avahi setup +This will allow the Android client to auto-discover your Linux Native device. + +- Install avahi-daemon (debian/ubuntu) + +```shell +sudo apt install avahi-daemon +``` + +- Configure Avahi to advertise the node + +```shell +echo ' + + + Meshtastic + + _http._tcp + 80 + +' | sudo tee /etc/avahi/services/meshtastic.service +``` + ## CLI Configuration Interaction with Meshtastic can be conducted via the command line: