Hello,
When I try to launch UDK3BoardMan in the terminal, I get the following error:
I get the same error when I try writing my own API. Any idea where this could come from?
I'm running on a virtual machine with Ubuntu 16.04 64bit. I followed the procedures of all the readme I could find...
Thanks for your Help,
Armand Lamouille
----------------------------------------------------------
Alles anzeigen
and
Alles anzeigen
When I run the
Alles anzeigen
When I try to launch UDK3BoardMan in the terminal, I get the following error:
and them when I try to open a device,ERR: No UDK3 bus modules found, check installation.
.ERR: API not initialized, call Init() first.
I get the same error when I try writing my own API. Any idea where this could come from?
I'm running on a virtual machine with Ubuntu 16.04 64bit. I followed the procedures of all the readme I could find...
Thanks for your Help,
Armand Lamouille
----------------------------------------------------------
lsusb
gives me: Quellcode
- Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
- Bus 003 Device 000: ID 10f8:c407
- Bus 003 Device 005: ID 0e0f:0002 VMware, Inc. Virtual USB Hub
- Bus 003 Device 004: ID 0e0f:0002 VMware, Inc. Virtual USB Hub
- Bus 003 Device 009: ID 0e0f:0008 VMware, Inc.
- Bus 003 Device 002: ID 0e0f:0003 VMware, Inc. Virtual Mouse
- Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
- Bus 001 Device 002: ID 1bcf:2c83 Sunplus Innovation Technology Inc.
- Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
- Bus 002 Device 002: ID 0e0f:0002 VMware, Inc. Virtual USB Hub
- Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
and
lsusb -v
gives me : Quellcode
- Bus 003 Device 000: ID 10f8:c487
- Couldn't open device, some information will be missing
- Device Descriptor:
- bLength 18
- bDescriptorType 1
- bcdUSB 2.00
- bDeviceClass 0 (Defined at Interface level)
- bDeviceSubClass 0
- bDeviceProtocol 0
- bMaxPacketSize0 0
- idVendor 0x10f8
- idProduct 0xc487
- bcdDevice 0.00
- iManufacturer 1
- iProduct 2
- iSerial 0
- bNumConfigurations 1
- Configuration Descriptor:
- bLength 9
- bDescriptorType 2
- wTotalLength 32
- bNumInterfaces 1
- bConfigurationValue 1
- iConfiguration 0
- bmAttributes 0xe0
- Self Powered
- Remote Wakeup
- MaxPower 500mA
- Interface Descriptor:
- bLength 9
- bDescriptorType 4
- bInterfaceNumber 0
- bAlternateSetting 0
- bNumEndpoints 2
- bInterfaceClass 255 Vendor Specific Class
- bInterfaceSubClass 0
- bInterfaceProtocol 0
- iInterface 2
- Endpoint Descriptor:
- bLength 7
- bDescriptorType 5
- bEndpointAddress 0x02 EP 2 OUT
- bmAttributes 2
- Transfer Type Bulk
- Synch Type None
- Usage Type Data
- wMaxPacketSize 0x0200 1x 512 bytes
- bInterval 0
- Endpoint Descriptor:
- bLength 7
- bDescriptorType 5
- bEndpointAddress 0x86 EP 6 IN
- bmAttributes 2
- Transfer Type Bulk
- Synch Type None
- Usage Type Data
- wMaxPacketSize 0x0200 1x 512 bytes
- bInterval 0
When I run the
instal-usb.sh
, I get the following output: Quellcode
-
- Default udev-rules directory is: /etc/udev/rules.d
- Please press [ENTER] to confirm the path or enter the correct one:
- Create USB permissions file
- SUBSYSTEM=="usb", ATTRS{idVendor}=="10f8", ATTRS{idProduct}=="c4??", MODE="666", ACTION=="add", RUN+="/home/gwt/Desktop/core/udk3-service-linux-1.5.1-x86_64/usb-init.sh"
- SUBSYSTEM=="usb", ATTRS{idVendor}=="10f8", ATTRS{idProduct}=="c5??", MODE="666", ACTION=="add", RUN+="/home/gwt/Desktop/core/udk3-service-linux-1.5.1-x86_64/usb-init.sh"
- Create uninstall script: /home/gwt/Desktop/core/udk3-service-linux-1.5.1-x86_64/uninstall.sh
- Run USB init script
- WRN: Device with V:P 1d6b:0003 already in use.
- WRN: Device with V:P 0e0f:0002 already in use.
- WRN: Device with V:P 0e0f:0002 already in use.
- WRN: Device with V:P 0e0f:0008 already in use.
- WRN: Device with V:P 0e0f:0003 already in use.
- WRN: Device with V:P 1d6b:0002 already in use.
- WRN: Device with V:P 1bcf:2c83 already in use.
- WRN: Device with V:P 1d6b:0002 already in use.
- WRN: Device with V:P 0e0f:0002 already in use.
- WRN: Device with V:P 1d6b:0001 already in use.