Ubuntu 22.04 USB 직렬 (/dev/tty USB 0) 의 문제를 인식할 수 없습니다.

3317 단어 LinuxUbuntutech

문제의 내용


USB 직렬 인식에도 Ubuntu 22.04에 기본적으로 설치된brltty 액세스 가능성 관련 소프트웨어의 영향으로 즉시 비연결됩니다.
[126632.035148] usb 2-2.3: Manufacturer: Silicon Labs
[126632.035149] usb 2-2.3: SerialNumber: 0001
[126632.055028] usbcore: registered new interface driver cp210x
[126632.055362] usbserial: USB Serial support registered for cp210x
[126632.055928] cp210x 2-2.3:1.0: cp210x converter detected
[126632.061009] usb 2-2.3: cp210x converter now attached to ttyUSB0
[126632.583272] input: BRLTTY 6.4 Linux Screen Driver Keyboard as /devices/virtual/input/input31
[126632.597493] usb 2-2.3: usbfs: interface 0 claimed by cp210x while 'brltty' sets config #1
[126632.600207] cp210x ttyUSB0: cp210x converter now disconnected from ttyUSB0
[126632.600227] cp210x 2-2.3:1.0: device disconnected

대책


필요하지 않으면 제거합니다.
$ sudo apt autoremove brltty
제거하지 않으려는 사용자 의견 아래 설정.
/usr/lib/udev/rules.d/85-brltty.rules 편집
ENV{PRODUCT}=="1a86/7523/*", ENV{BRLTTY_BRAILLE_DRIVER}="bm", GOTO="brltty_usb_run"

참고 문헌


https://bugs.launchpad.net/ubuntu/+source/brltty/+bug/1970408
https://askubuntu.com/questions/1403705/dev-ttyusb0-not-present-in-ubuntu-22-04

좋은 웹페이지 즐겨찾기