You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you want to use the controller on Linux, you have to add a custom udev rule in order to give the browser permission to use the USB device.
@lezsakdomi can you please post the udev rules you added in the workshop?
During the workshop we tried the stuff that was written in webusb/arduino#29, but I'm not sure anymore which steps exactly we took and what helped in the end.
# Create a file for the Arduino-access rights
sudo nano /etc/udev/rules.d/50-arduino.rules
# With this content
SUBSYSTEM=="usb", ATTR{idVendor}=="2341", MODE="0664", GROUP="plugdev"# Check if your user is part of the plugdev group
groups <username>
When you want to use the controller on Linux, you have to add a custom udev rule in order to give the browser permission to use the USB device.
@lezsakdomi can you please post the udev rules you added in the workshop?
During the workshop we tried the stuff that was written in webusb/arduino#29, but I'm not sure anymore which steps exactly we took and what helped in the end.
Also take a look at https://web.dev/usb/#tips
The text was updated successfully, but these errors were encountered: