-
Configuring LinuxCNC
-
HAL
-
XHC-WHB04B-6 Help needed
XHC-WHB04B-6 Help needed
Less
More
-
Posts: 525
-
Thank you received: 16
-
-
09 Feb 2024 12:06 - 09 Feb 2024 13:40 #292930
by vre
Hello.
I have debian 12 / linuxcnc 2.10pre master and XHC-WHB04B-6 doesn't work
I had copied udev rules but seems that doesn't work because if i run this command as root
xhc-whb04b-6 -ue works fine but doesn't work if i run it as user.
My udev rules file
cat /etc/udev/rules.d/99-xhc-whb04b-6.rules# xhc-whb04b-6 mpg pendant
SUBSYSTEM=="usb", ATTR{idProduct}=="eb93", ATTR{idVendor}=="10ce", MODE="600", TAG+="uaccess"
update ---
solved by adding to udev rules
ATTRS{idVendor}=="10ce", ATTRS{idProduct}=="eb93", MODE="666", OWNER="root", GROUP="users"
Last edit: 09 Feb 2024 13:40 by
vre.
Please Log in or Create an account to join the conversation.
-
Configuring LinuxCNC
-
HAL
-
XHC-WHB04B-6 Help needed
Time to create page: 0.127 seconds