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.