Proxmox/troubleshoot.md

13 lines
654 B
Markdown
Raw Normal View History

2021-08-12 18:30:57 +02:00
If no device is found after running `ls -l /dev/serial/by-id` reboot the zigbee2mqtt lxc and try again.
Make sure Proxmox sees the device by running `ls -l /dev/serial/by-id` from the Proxmox web shell.
If Proxmox sees your device, you can try setting autodev by running the below script from the Proxmox web shell.
```
bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/autodev.sh)" -s 100
```
2021-08-12 18:33:07 +02:00
:warning: change `100` to your LXC ID.
2021-08-12 18:30:57 +02:00
2021-08-13 03:12:08 +02:00
Note: The changes will apply after a reboot of the LXC
________________________________________________________________________________________________________________________________________