Collectives™ on Stack Overflow
Find centralized, trusted content and collaborate around the technologies you use most.
Learn more about Collectives
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about Teams
This question does not appear to be about
a specific programming problem, a software algorithm, or software tools primarily used by programmers
. If you believe the question would be on-topic on
another Stack Exchange site
, you can leave a comment to explain where the question may be able to be answered.
Closed
last year
.
I upgraded my Linux(Opensuse from 42.3 to 15) but encountered new bug.
When I connect my USBserial dongle it shows ttyUSB0 in dev folder and immediately disconnected and goes from dev list.
It seems all from
'brltty'
but I don't know what is this doing.
My dmesg output is:
[ 960.719371] usb 1-4: new full-speed USB device number 5 using xhci_hcd
[ 960.898481] usb 1-4: New USB device found, idVendor=10c4, idProduct=ea60
[ 960.898483] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 960.898484] usb 1-4: Product: CP2102 USB to UART Bridge Controller
[ 960.898485] usb 1-4: Manufacturer: Silicon Labs
[ 960.898486] usb 1-4: SerialNumber: 0001
[ 961.424298] usbcore: registered new interface driver usbserial
[ 961.424309] usbcore: registered new interface driver usbserial_generic
[ 961.424318] usbserial: USB Serial support registered for generic
[ 961.425223] usbcore: registered new interface driver cp210x
[ 961.425235] usbserial: USB Serial support registered for cp210x
[ 961.425254] cp210x 1-4:1.0: cp210x converter detected
[ 961.426718] usb 1-4: cp210x converter now attached to ttyUSB0
[ 961.679984] usb 1-4: usbfs: interface 0 claimed by cp210x while 'brltty' sets config #1
[ 961.680703] cp210x ttyUSB0: cp210x converter now disconnected from ttyUSB0
[ 961.680716] cp210x 1-4:1.0: device disconnected
ThanX
–
–
–
I had a similar issue with connecting an M5Stack Core device. At a point it stopped being visible to UIFlow and other provisionig tools for it.
After several days of mostly frustration, I googled that line from the dmesg output that mentions the 'brltty'. So a guy on the Linux Mint forum obviously figured it out.
I removed 'brltty' in synaptic and it never gave me any indications of any other dependencies, hence it seemed safe for removal. Everything was downhill from there.
–
–
–
–
–