In case you have encountered something like this:
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.ruleswith following text in it:
# 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"