Use Intel NCS2 on Ubuntu:
Create a file and edit: gedit 97-usbboot.rules
add the following content
SUBSYSTEM“usb”, ATTRS{idProduct}“2150”, ATTRS{idVendor}“03e7″, GROUP=”users”, MODE=”0666″, ENV{ID_MM_DEVICE_IGNORE}=”1″
SUBSYSTEM“usb”, ATTRS{idProduct}“2485”, ATTRS{idVendor}“03e7″, GROUP=”users”, MODE=”0666″, ENV{ID_MM_DEVICE_IGNORE}=”1″
SUBSYSTEM“usb”, ATTRS{idProduct}“f63b”, ATTRS{idVendor}==”03e7″, GROUP=”users”, MODE=”0666″, ENV{ID_MM_DEVICE_IGNORE}=”1″
Then execute the following command:
sudo cp 97-usbboot.rules /etc/udev/rules.d/
sudo udevadm control –reload-rules
sudo udevadm trigger
sudo ldconfig
rm 97-usbboot.rules
Similar Posts:
- Ubuntu adb :no permissions (user in plugdev group; are your udev rules wrong?);
- [Solved] Device eth0 does not seem to be present,delaying initialization
- [How to Solve] Device eth0 does not seem to be present
- [Solved] dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
- El Form Verification Error: [XXX] is not a string [How to Solve]
- The method of eliminating “more than one device and emulator” in ADB
- How to Solve Error Sudo: sorry, you must have a tty to run sudo
- [Solved] ESLint: ‘React’ was used before it was defined.(no-use-before-define)
- [Solved] configuration.module has an unknown property ‘loader’
- Error-Do not use “//@ts-ignore“ because it alters compilation errors [How to Solve]