I recently upgraded to Dapper Flight 5. Under Breezy I was able to hook up my Creative Zen Nomad and transfer files to it just fine. Under Dapper, however, I can't. When I run it from the command line, I get this error message:
usb_set_configuration: Operation not permitted
Anyone got any ideas?
EDIT: I was able to resolve this issue by opening this file:
/etc/udev/rules.d/40-permissions.rules
And editing this line:
SUBSYSTEM=="usb_device", MODE="0664"
I changed MODE to "0666".
Now it works fine.
usb_set_configuration: Operation not permitted
Anyone got any ideas?
EDIT: I was able to resolve this issue by opening this file:
/etc/udev/rules.d/40-permissions.rules
And editing this line:
SUBSYSTEM=="usb_device", MODE="0664"
I changed MODE to "0666".
Now it works fine.
Comment