So, just to confirm, the following works with the Lite:
- Unplugging the Lite
- Rebooting the VM
- Logging in
- Plugging the Lite in
I’m wondering if this might be related to updates to 50-newae.rules. Can you try logging into the VM and running the following commands and seeing if this fixes the issue for you:
sudo mv /etc/udev/rules.d/50-newae.rules ~/50-newae.rules.bak
echo "SUBSYSTEMS==\"usb\", ATTRS{idVendor}==\"2b3e\", ATTRS{idProduct}==\"*\", MODE=\"0664\", GROUP=\"plugdev\"" > 50-newae.rules
sudo mv 50-newae.rules /etc/udev/rules.d
sudo usermod -a -G plugdev $USER
sudo udevadm control --reload-rules
sudo reboot
Alex