Skip to main content

02.02 – USB Serial Passthrough

Purpose

Expose the Meshtastic radio (USB) to the container so it can be controlled by MeshMonitor.

Verify Device on Proxmox Host

lsusb
ls -l /dev/ttyACM*

Example output:

/dev/ttyACM0

Verify Inside Container

ls -l /dev/ttyACM*

If the device appears in the container, USB passthrough is complete. No additional drivers are required for supported Meshtastic hardware.