[DEVICE] UZB takes too much time to initialize on Linux

Tips, Tricks and Scripts to enhance your home automation and workaround known device bugs, limitations and incompatibilities
Post Reply
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

[DEVICE] UZB takes too much time to initialize on Linux

Post by PoltoS »

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:

Code: Select all

# Sigma Designs
SUBSYSTEM=="usb", ATTRS{idVendor}=="0658", ENV{ID_MM_DEVICE_IGNORE}="1"
Then do

Code: Select all

 sudo udevadm control --reload
Post Reply