-
Notifications
You must be signed in to change notification settings - Fork 0
Open USB port
Igor Usenko edited this page Jun 8, 2022
·
1 revision
https://www.xmodulo.com/change-usb-device-permission-linux.html
-
connect the watch to USB
-
run
lsusb -vvv`
- find smth like
idVendor 0x10c4 Silicon Labs
idProduct 0xea60 CP210x UART Bridge
- prepare string rule with values and copy it
SUBSYSTEMS=="usb", ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="ea60", GROUP="users", MODE="0666"
- run
sudo vi /etc/udev/rules.d/50-myusb.rules
-
paste copied string and
:wq
vim -
disconnect the watch from USB
-
run
sudo udevadm control --reload
- connect the watch to USB and verify