Pages: [1]
  Print  
Author Topic: Ubuntu 64-bit "operation not permitted" solution  (Read 298 times)
admin
Administrator
Newbie
*****
Posts: 8


« on: October 16, 2009, 05:56:54 AM »

In case you have encountered something like this:

Code:
usb_os_find_devices: couldn't get connect info
usb_os_find_devices: Found 001 on 0025
error obtaining child information: Operation not permitted
usb_os_find_devices: couldn't get connect info
usb_os_find_devices: Found 002 on 008
skipped 1 class/vendor specific interface descriptors
usb_os_find_devices: couldn't get connect info
usb_os_find_devices: Found 001 on 008
error obtaining child information: Operation not permitted
error obtaining child information: Operation not permitted

You may need to manually create file /etc/udev/rules.d/75-novorado.rules
with following text in it:
Code:
# This file maintains persistent names for Novorado interfaces.
# See udev(7) for syntax.
#
# USB device 0x4d8:0xf00 (Novorado Microchip-based parktronic)
SYSFS{idVendor}=="04d8", SYSFS{idProduct}=="0f00", GROUP="plugdev", MODE="0660"
Logged
Pages: [1]
  Print  
 
Jump to: