제가 쓰는 USB 장치중 하나가 한번 꼬이면..
그다음 부터는 그냥 USB 장치 라고 잡히고 드라이버도 안 잡히고 아무것도 안되는 증상이 있습니다. 그런경우 장치 관리자에서 장치를 지워도...꼬여 버린 드라이버는 지워지지 않아서 다시 장치를 연결해도 꼬인 상태가 유지됩니다.
그런경우 장치 드라이버를 완전히 지워 주면 됩니다.
PNPUtil.exe 을 사용 하면 되는데...명령어 프롬프트를 관리자 권한으로 실행해서 작업 하면 됩니다.
Industrial Robot, 3D Vision, 3D Printer, Arduio, RaspberryPi, Reversing Engineering 등을 다루는 페이지 입니다.
제가 쓰는 USB 장치중 하나가 한번 꼬이면..
그다음 부터는 그냥 USB 장치 라고 잡히고 드라이버도 안 잡히고 아무것도 안되는 증상이 있습니다. 그런경우 장치 관리자에서 장치를 지워도...꼬여 버린 드라이버는 지워지지 않아서 다시 장치를 연결해도 꼬인 상태가 유지됩니다.
그런경우 장치 드라이버를 완전히 지워 주면 됩니다.
PNPUtil.exe 을 사용 하면 되는데...명령어 프롬프트를 관리자 권한으로 실행해서 작업 하면 됩니다.
LABEL ClonezillaLive MENU LABEL CloneZilla Live - Normal TEXT HELP clonezilla-live-20180329-artful-amd64 (Ramdisk) SAMBA -> 192.168.0.2 -> -> haesup -> /home/Drive ENDTEXT KERNEL images/clonezilla/vmlinuz #APPEND initrd=images/clonezilla/initrd.img boot=live username=user union=overlay config components quiet noswap edd=on nomodeset nodmraid locales= keyboard-layouts= ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_live_batch=no net.ifnames=0 nosplash noprompt fetch=tftp://192.168.0.2/images/clonezilla/filesystem.squashfs #===== 위에 tftp 주소로는 접속이 잘 안되서 HTTP 주소로 변경 ==== APPEND initrd=images/clonezilla/initrd.img boot=live username=user union=overlay config noprompt nosplash components quiet noswap edd=on nomodeset nodmraid keyboard-layouts=NONE ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_live_batch=no net.ifnames=0 fetch=http://192.168.0.2/PXE/images/clonezilla/filesystem.squashfs