[ 88.323166] usb 2-2: New USB device found, idVendor=abba, idProduct=a011, bcdDevice= 1.00
[ 88.323181] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 88.323188] usb 2-2: Product: RADEX ONE
[ 88.323192] usb 2-2: Manufacturer: Silicon Labs
[ 88.323197] usb 2-2: SerialNumber: 0001
its not detecting uart
I'm not an expert in the field, but it seems to me that the manufacturer changed the product id and the driver is not loaded on it
FIX (Run as Root!):
[ 245.033067] usbcore: registered new interface driver cp210x
[ 245.033076] usbserial: USB Serial support registered for cp210x
[ 273.084575] cp210x 2-2:1.0: cp210x converter detected
[ 273.116442] usb 2-2: cp210x converter now attached to ttyUSB0
dmesg before fix:
its not detecting uart I'm not an expert in the field, but it seems to me that the manufacturer changed the product id and the driver is not loaded on it FIX (Run as Root!):
for example:
after fix:
and reader works:
source
maybe it relates to #14 #7