[DEVICE] UZB takes too much time to initialize on Linux
Posted: 04 Feb 2015 03:41
If you see Device or resource busy message right after inserting UZB, but after 10-15 seconds it starts working, you need to do the following:
Create a new file /etc/udev/rules.d/UZB.rules with the following content:
Then do
Create a new file /etc/udev/rules.d/UZB.rules with the following content:
Code: Select all
# Sigma Designs
SUBSYSTEM=="usb", ATTRS{idVendor}=="0658", ENV{ID_MM_DEVICE_IGNORE}="1"
Code: Select all
sudo udevadm control --reload