I would like to use me USB prommer but it does not create a serial device. There is neither a /dev/ttyU* nor /dev/ttyA*
kernel: usb 1-14: new high-speed USB device number 54 using xhci_hcd
kernel: usb 1-14: New USB device found, idVendor=a466, idProduct=0a53, bcdDevice= 1.00
kernel: usb 1-14: New USB device strings: Mfr=1, Product=2, SerialNumber=0
kernel: usb 1-14: Product: XGecu T48
kernel: usb 1-14: Manufacturer: XGecu.com
mtp-probe[240564]: checking bus 1, device 54: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-14"
mtp-probe[240564]: bus: 1, device: 54 was not an MTP device
plasmashell[240281]: 007c:fixme:wineusb:query_id Unhandled ID query type 0x5.
mtp-probe[240566]: checking bus 1, device 54: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-14"
mtp-probe[240566]: bus: 1, device: 54 was not an MTP device
On my old system I once added /etc/udev/rules.d/50-xgpro.rules
but first: I do not understand what it does and I do not find any device it created.
on my old system there is no ttyUSB0 either. And the log is equal, too. but it works?!
cave:
I know nothing about that device or about the windows software that is run through wine.
They do mention a linux software in one of your links, though.
Perhaps first verify what the system sees when you connect the device?
in a terminal, have the system log running so that you can see what the system is seeing:
journalctl -f
when I connect my phone, for example, this is what I see:
Jun 09 22:29:09 mint kernel: usb 3-1: new high-speed USB device number 3 using xhci_hcd
Jun 09 22:29:09 mint kernel: usb 3-1: New USB device found, idVendor=04e8, idProduct=6860, bcdDevice= 4.00
Jun 09 22:29:09 mint kernel: usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jun 09 22:29:09 mint kernel: usb 3-1: Product: SAMSUNG_Android
check that idVendor and idProduct actually match your device in your udev rule
will not find what is wanted
since this device is probably of type c (a character device)
it’s pretty certain that it isn’t a type f (a regular file)
Opps. Overlooked it.
wow. works out of the box.
thank you
I mark your answer as the solution, to mark the thread as solved.
but I will still try to make the other software work. just less priority.