아두이노 드라이버 설치 에러
Arduino Driver install error windows 7 64 bit

드라이버 설치 에러 "지정된 파일을 찾을 수 없습니다"
usbser.sys 파일 없음

윈도우 버전  6.1.7601

090714 6.1.7600.16385 - mdmcpq.inf_amd64_neutral_774523d133de6343
101121 6.1.7601.17514 - mdmcpq.inf_amd64_neutral_fbc4a14a6a13d0c8



mdmcpq.inf_amd64_neutral_fbc4a14a6a13d0c8.rar


mdmcpq.inf_x86_neutral_1b9e317b2982c778.rar

C:\Windows\System32\DriverStore\FileRepository 에 복사

드라이버 설치 다시 시도


arduino-1.0.5-windows.exe 설치
드라이버 설치가 안되면 아두이노 driver 폴더에서 dpinst-amd64.exe 실행후 시도

//자동 설치가 안되면 수동 설치(Arduino Leonardo보드의 경우)
장치관리자 -> 알수없는 장치 -> 우클릭 : 드라이버 소프트웨어 업데이트
-> 장치 직접 선택 -> 포트 -> 드라이버 경로 -> Old_Arduino_Drivers 폴더에서 Arduino Leonardo.inf 선택
위 방법으로 안되면 Arduino Leonardo.inf를 C:\windows\inf폴더에 복사 후 다시 시도


USB를 다시 연결후 드라이버를 못잡으면 아두이노의 Reset버튼을 누르면 된다.


라이트 버전 윈도우 때문에 개고생, 4일 갔네 ㅠ.ㅠ

// 참고


//드라이버 설치 에러 로그 보기
http://forums.adafruit.com/viewtopic.php?f=21&p=103624
installation log file:
C:\Windows\inf\setupapi.dev.log.

http://translate.googleusercontent.com/translate_c?depth=1&hl=ko&rurl=translate.google.co.kr&sl=zh-CN&tl=en&u=http://www.douban.com/group/topic/29961393/%3Fstart%3D0%26post%3Dok&usg=ALkJrhjembAmIPgBd9rlbq75Arqx4CbX7w#last
mdmcpq.inf_amd64_neutral_774523d133de6343
http://forum.arduino.cc/index.php?topic=50610.0


//

Arduino Leonardo bsod 0x000000c2 windows 7 64
usb3 포트에 연결한 경우 발생할수 있다.(XHCI기능 때문인것도 같은데..)
USB2 포트에 연결(안되면 USB2중에 다른 포트도 연결해 본다)


//

Arduino Leonardo bootloader 로 잡히면

10초정도 기다려 보다가 다른 포트로 연결해 본다



//============================================================================================
//  아래는 그냥 참고만

//
http://forum.arduino.cc/index.php?topic=104698.0
 Windows 7 Unknown Device FIXED
« on: May 06, 2012, 12:59:54 pm »

If your computer doesn't recognize your Arduino and won't install the proper drivers, this fix may work. I used it for my Arduino UNO with Windows 7 64-bit, so steps may vary for other devices and operating systems. I'm writing this from memory so sorry if there are some gaps.

1) Go to the "Unknown device" which is the Arduino.
2) Click around in the "Hardware" tab to open a window with the "Update Driver" button on it. Click it.
3) Choose the option to find the driver from a list on your computer. Then choose "Let me pick from a list of device drivers on my computer".
4) Scroll down and choose "Ports".
5) Choose "Arduino LLC" and then "Arduino UNO". If there is no "Arduino LLC" option, follow the steps below:
  a) Click the "Have Disk" button.
  b) Point to the Arduino folder, then to the "drivers" folder, then select the .inf file for your particular device (In my case it was Arduino UNO.inf).
6) Install the driver. Ignore any warning messages about verification of publication.
7) The Arduino should now be listed as a COM port instead of an unknown device. In the IDE click Tools > Serial Port and select the new COM port. In my case it was COM5.


---
September 15, 2012, 08:24:14 am »
I tried this and many other win 7 fixes, i have win 7 x64 and nothing worked. It showed up as a unknown device and when i try to point to the driver it starts to install but says a driver could not be found. I did about a hundered things and then i did this:

My solution was to move the driver for arduino uno rev 3 to the C:\Windows\inf\  folder. Then uninstall the unknown device unplug it plug it back in adn it took like 5 seconds to intall i was so happy. I only post this because it wasnt on most of the threads like this one it didnt work for me.



//
드라이버 설치 에러 지정한 파일을 찾을수 없습니다

http://answers.microsoft.com/ko-kr/windows/forum/windows_7-hardware/%EB%93%9C%EB%9D%BC%EC%9D%B4%EB%B2%84%EC%9D%B8/6a24ce76-412c-48c8-9244-54f0b48c7518

 
5. 보안 정책 및 레지스트리 초기화 방법 진행
 

1)  아래 사이트 주소를 클릭하여 Subinacl.msi파일을 다운로드 받아 설치합니다.

http://www.microsoft.com/downloads/details.aspx?FamilyID=e8ba3e56-d8fe-4a91-93cf-ed6985e3927b&displaylang=en

(아래 명령을 자동 실행하기 위해 설치경로를 C:\Windows폴더로 설치하시거나 설치된 경로에서 subinacl.exe 파일을 C:\Windows경로로 복사합니다.)

 

2)    아래파란 색의 Text를 복사한 후 메모장을 실행하여 붙여 넣기 합니다.

subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f

subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f

subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f

subinacl /subdirectories %SystemDrive% /grant=administrators=f

subinacl /subdirectories  C:\Users\Default User /grant=administrators=f

icacls "d:\z\t" /GRANT Everyone:F /T


subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=system=f

subinacl /subkeyreg HKEY_CURRENT_USER /grant=system=f

subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=system=f

subinacl /subdirectories %SystemDrive% /grant=system=f

3)    바탕 화면에 1.cmd라는 이름으로 저장합니다.

4)   설치 완료 후 2번에서 저장한1.cmd 파일을 실행합니다.

(시간이 다소 오래 소요될 수 있으며,작업이 완료되면 창은 자동으로 종료됩니다.)

5)    시작 – 모든 프로그램 – 보조 프로그램 –명령 프롬프트 메뉴를 마우스 우측 버튼 클릭 후[관리자 권한으로 실행]을 클릭합니다.

6)    실행된 Dos창에 아래 명령어를 입력한 후 Enter 키를 누릅니다.

secedit /configure /cfg %windir%\inf\defltbase.inf /db defltbase.sdb /verbose

7)    작업이 완료되었다는 메시지가 발생되면 시스템을 재 부팅합니다.

반응형
Posted by codens