질문
최근 운영 체제가 USB 스틱을 인식하지 못합니다. 그래서 가능한 한 빨리 내 하드 드라이브에 완전히 복사하고 싶습니다. 그러나 Windows나 Linux에서는 USB 플래시 드라이브가 나타나지 않습니다.설명하다
- Windows에서는 새로운 USB 소재 연결 소리만 들립니다.
- Linux에서는 (저는 debian 10을 사용하고 있습니다)정보(비슷하다로그 제어명령) 나에게 줘
$ sudo dmesg | tail [ 1680.983731] usb usb1-port11: attempt power cycle [ 1681.399621] usb 1-11: new full-speed USB device number 9 using xhci_hcd [ 1681.399827] usb 1-11: Device not responding to setup address. [ 1681.607797] usb 1-11: Device not responding to setup address. [ 1681.815602] usb 1-11: device not accepting address 9, error -71 [ 1681.943616] usb 1-11: new full-speed USB device number 10 using xhci_hcd [ 1681.943796] usb 1-11: Device not responding to setup address. [ 1682.151791] usb 1-11: Device not responding to setup address. [ 1682.359635] usb 1-11: device not accepting address 10, error -71 [ 1682.359742] usb usb1-port11: unable to enumerate USB device
하지만 둘 다LSSB...도 아니다LSBLK...도 아니다디스크 드라이브USB 스틱을 보겠습니다. 그래서 해당 자료가 /dev/sda 목록에 나타나지 않기 때문에 사용할 수 없습니다.DD,테스트 디스크또는 데이터를 저장하는 모든 것.
노력하다
여러 가지 해결책을 시도했습니다.-
old_scheme [https://askubuntu.com/questions/117524/usb-device-not-accepting-address]을 허용하도록 grub을 변경하세요.
-
다른 USB 자료를 분리하거나 다시 삽입하세요. [ https://paulphilippov.com/articles/how-to-fix-device-not-accepting-address-error ]
-
old_scheme(또는 two_scheme)을 사용해 보고 다음을 사용하여 자동 일시 중단을 취소하세요.
echo -1 > /sys/module/usbcore/parameters/autosuspend echo Y > /sys/module/usbcore/parameters/use_both_schemes
[ https://ubuntuforums.org/showthread.php?t=797789&page=2 ] 및 [ https://askubuntu.com/questions/262141/usb-error-71-eproto-with-a-gamepad ]에서 언급한 대로 도착했다.
마침내
USB 스틱이 /sys/bus/usb/devices/에 표시되지 않기 때문에(적어도 볼 수는 없음) [ https://unix.stackexchange.com/questions/493607 / USB 장치가 응답하지 않는 설정 주소].
또한 USB 스틱은 언급되지 않았기 때문에LSSB, 이 솔루션[https://unix.stackexchange.com/questions/712346/accessing-files-in-usb-device-thats-listed-on-lsusb-command?rq=1]을 테스트할 수 없습니다.
스틱을 나열하는 방법에 대한 아이디어가 있습니까?LSSB또는디스크 드라이브, 아니면 문제를 더 잘 해결하시겠습니까?
매우 감사합니다