Why am I getting a "cannot set USB configuration" error when I connect to my target interface on Linux?
You typically get this error message when you do not have sufficient USB access permission.
Regular users generally do not by default have USB access permission on Linux. Depending on which Linux distribution you use, there are a number of different ways of granting regular users USB access permission, so please refer to the article below.
Comments
2 comments
How do i get this working for Ububtu 14.04 ?
The howto for 12.04 worked perfectly. COuld you update it for 14.04 ?
This is my etc/udev/rules.d/60-crossconnect.rules
SUBSYSTEMS=="usb", ATTRS{idVendor}=="131b", ATTRS{idProduct}=="0003", MODE="0666"
SUBSYSTEMS=="usb", ATTRS{idVendor}=="131b", ATTRS{idProduct}=="0004", MODE="0666"
I've just tried this on 14.04 and it works with no problem, as far as I'm aware the rules files are exactly the same on Ubuntu 14.04 as they are on Ubuntu 12.04.
Make sure you disconnect and reconnect the USB device after you change the rules files as the script is run when the device is connected.
Regards,
Jon
Please sign in to leave a comment.