카드 리더기를 USB 포트에 연결하면 시스템이 이를 인식하지 못하고 빨간색 LED가 계속해서 빛납니다(LED가 잠시 동안 빛나고 깜박인 다음 사라지는 일반 작동과 반대).
독자가 Linux(OpenSuse)에서 작동하도록 하는 방법을 모르겠습니다. lsusb
명령줄을 실행 하면 위 장치를 연결한 후 새 항목이 표시됩니다.
버스 003 장치 002: ID 067b:2303 Prolific Technology, Inc. PL2303 직렬 포트
dmesg
장치를 연결한 후 출력되는 새 항목은 다음과 같습니다.
[ 475.196212] usb 1-4: new full-speed USB device number 2 using xhci_hcd
[ 475.345247] usb 1-4: New USB device found, idVendor=067b, idProduct=2303
[ 475.345254] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 475.345259] usb 1-4: Product: USB-Serial Controller
[ 475.345263] usb 1-4: Manufacturer: Prolific Technology Inc.
[ 475.889794] usbcore: registered new interface driver usbserial
[ 475.889807] usbcore: registered new interface driver usbserial_generic
[ 475.889817] usbserial: USB Serial support registered for generic
[ 475.890487] usbcore: registered new interface driver pl2303
[ 475.890507] usbserial: USB Serial support registered for pl2303
[ 475.890533] pl2303 1-4:1.0: pl2303 converter detected
[ 475.891894] usb 1-4: pl2303 converter now attached to ttyUSB0
출력은 modinfo pl2303
다음과 같습니다
filename: /lib/modules/user/kernel/drivers/usb/serial/pl2303.ko
license: GPL
description: Prolific PL2303 USB to serial adaptor driver
suserelease: openSUSE Leap 15.0
srcversion: F4D092C5854E6E51A3C7F32
alias: usb:v0B8Cp2303d*dc*dsc*dp*ic*isc*ip*in*
[ many lines follwoing the same pattern ]
alias: usb:v067Bp2303d*dc*dsc*dp*ic*isc*ip*in*
depends: usbserial,usbcore
retpoline: Y
intree: Y
vermagic: user SMP mod_unload modversions retpoline
"로딩 모드가 USB 정보와 일치하는지" 확인하는 방법은 무엇입니까?
Windows 버전의 드라이버만 있는 경우 Linux용 드라이버를 어떻게 구할 수 있나요?
다른 응용 프로그램에서 장치를 사용할 수 없는 다른 이유는 무엇입니까?