11-10-2022, 05:03 PM
(This post was last modified: 11-10-2022, 05:05 PM bydunderMethods.)
Hi, I have installed Ubuntu 20.04 on a machine and plugged in the dongle but RoboDK is not detecting the dongle. When I run lsusb on the dongle's device ID
it says
Any thoughts on how to resolve this? Other USB devices connected to this machine are working, and I know the dongle works in my Windows machine.
Code:
lsusb -s 21 -v
it says
Code:
Bus 001 Device 021: ID 1bc0:8101
Couldn't open device, some information will be missing
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x1bc0
idProduct 0x8101
bcdDevice 1.00
iManufacturer 0
iProduct 0
iSerial 3
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 0x0022
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0x80
(Bus Powered)
MaxPower 100mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 3 Human Interface Device
bInterfaceSubClass 0
bInterfaceProtocol 0
iInterface 0
HID Device Descriptor:
bLength 9
bDescriptorType 33
bcdHID 1.11
bCountryCode 0 Not supported
bNumDescriptors 1
bDescriptorType 34 Report
wDescriptorLength 52
Report Descriptors:
** UNAVAILABLE **
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0008 1x 8 bytes
bInterval 10
Any thoughts on how to resolve this? Other USB devices connected to this machine are working, and I know the dongle works in my Windows machine.