Linux kernel 在新linux(内核4.12.14)中,USB串行接口立即断开连接

Linux kernel 在新linux(内核4.12.14)中,USB串行接口立即断开连接,linux-kernel,usb,tty,usbserial,disconnect,Linux Kernel,Usb,Tty,Usbserial,Disconnect,我升级了Linux(Opensuse从42.3升级到15),但遇到了新的bug。 当我连接我的USBserial加密狗时,它会在dev文件夹中显示ttyUSB0,并立即断开连接并从dev列表中删除 这一切似乎都来自于“brlty”,但我不知道这是怎么回事 我的dmesg输出是: [ 960.719371] usb 1-4: new full-speed USB device number 5 using xhci_hcd [ 960.898481] usb 1-4: New USB devi

我升级了Linux(Opensuse从42.3升级到15),但遇到了新的bug。 当我连接我的USBserial加密狗时,它会在dev文件夹中显示ttyUSB0,并立即断开连接并从dev列表中删除

这一切似乎都来自于“brlty”,但我不知道这是怎么回事

我的dmesg输出是:

[  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

我在连接M5Stack核心设备时遇到了类似的问题。在某一点上,UIFlow和其他针对它的provisionig工具不再能够看到它

在经历了几天的挫折之后,我在谷歌上搜索了dmesg输出中提到“brltty”的那一行。显然是LinuxMint论坛上的一个人。
我删除了synaptic中的“brltty”,它从未给我任何其他依赖性的迹象,因此删除它似乎是安全的。从那以后,一切都在走下坡路。

删除“brltty”似乎可以解决问题,但不知道这是正确的解决方案,删除该软件包对我的linux有害吗?你是瞎子吗?
brlty
过程适用于盲文显示硬件。这就是为什么它需要串口。感谢上帝,我还没有失明。我只是安装了linux的默认软件包。看来linux的默认软件包应该是更改的,或者某种配置文件应该是brltty软件包。用于将一个或某些端口专用于盲文显示硬件且不自动连接到所有USB串行端口的配置文件。