Unable to communicate with found ChipWhisperer

So, just to confirm, the following works with the Lite:

  1. Unplugging the Lite
  2. Rebooting the VM
  3. Logging in
  4. 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