USB device access problem

Questions about Wine on Linux
Locked
Sergio_apf
Level 2
Level 2
Posts: 15
Joined: Wed Sep 20, 2017 5:18 pm

USB device access problem

Post by Sergio_apf »

Dears,

I am trying to get access to USB device through /dev/ttyusb* or /dev/usb, but I wasn't able to find that path. I need to map the correctly USB port or Its physical path like "/dev/tty0" for Wine find It and map to Windows app I have. This software I intend to use do jobs like data upload and download, GPS configurations, etc... through this USB device.

Below I Put some outputs to help understand the problem and to identify this device:

$> lsusb
Bus 003 Device 003: ID 0403:e48e Future Technology Devices International, Ltd

$> dmesg -w
[13396.628024] usb 3-2: new full-speed USB device number 3 using uhci_hcd
[13396.836538] usb 3-2: New USB device found, idVendor=0403, idProduct=e48e
[13396.836544] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[13396.836547] usb 3-2: Product: Download Link 4
[13396.836550] usb 3-2: Manufacturer: Lotek Wireless Inc
[13396.836553] usb 3-2: SerialNumber: 00000003


$> tail -f /var/messages

Sep 28 20:06:47 workstation kernel: [11796.764093] usb 3-2: USB disconnect, device number 5
Sep 28 20:06:53 workstation kernel: [11802.428023] usb 3-1: new full-speed USB device number 6 using uhci_hcd
Sep 28 20:06:53 workstation kernel: [11802.636052] usb 3-1: New USB device found, idVendor=0403, idProduct=e48e
Sep 28 20:06:53 workstation kernel: [11802.636057] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Sep 28 20:06:53 workstation kernel: [11802.636061] usb 3-1: Product: Download Link 4
Sep 28 20:06:53 workstation kernel: [11802.636064] usb 3-1: Manufacturer: Lotek Wireless Inc
Sep 28 20:06:53 workstation kernel: [11802.636067] usb 3-1: SerialNumber: 00000003
Sep 28 20:06:53 workstation mtp-probe: checking bus 3, device 6: "/sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1"
Sep 28 20:06:53 workstation mtp-probe: bus: 3, device: 6 was not an MTP device

Any help will be welcome.

Thanks,

Sergio
Locked