[RESOLVED] Installing on Windows 8 Professional 64-bit

Post here to get support
Post Reply
x6tus
Beginner
Posts: 5
Joined: Thu Jul 18, 2013 9:55 am

[RESOLVED] Installing on Windows 8 Professional 64-bit

Post by x6tus »

I've literally just received my Crazyflie and am following the instructions to the letter. I've not assembled it yet and have plugged the radio into the computer (iMac). I've connected the device via Parallels Desktop 8 to my Windows 8 Professional 64-bit OS. With no problems. As per the instructions the device appears but the driver is not found.
I've downloaded the latest drivers, hit update driver software in device manager, set the correct path to the drivers and I get this...

Crazyradio USB Dongle

Windows encountered a problem installing the driver software for your device.

The third-party INF does not contain digital signature information.

...and it fails to install?

Anyone else had this and got around this issue?

Thanks.
Last edited by x6tus on Thu Jul 18, 2013 11:22 am, edited 1 time in total.
Surrender
Expert
Posts: 100
Joined: Tue May 14, 2013 8:31 pm
Location: Austria

Re: [HELP] Installing on Windows 8 Professional 64-bit

Post by Surrender »

Hello x6tus,

you have to disable the signature check on windows 8.
Use these commands in the command promt with "Run as Administrator" :

Code: Select all

bcdedit -set loadoptions DDISABLE_INTEGRITY_CHECKS
bcdedit -set TESTSIGNING ON
Then you have to reboot. Now you can install the drivers.

To disable the testmode do this:

Code: Select all

bcdedit -set loadoptions ENABLE_INTEGRITY_CHECKS
bcdedit -set TESTSIGNING OFF
Link to page: Disable & Bypass Driver Signature Win 8
x6tus
Beginner
Posts: 5
Joined: Thu Jul 18, 2013 9:55 am

Re: [HELP] Installing on Windows 8 Professional 64-bit

Post by x6tus »

Thanks but that still isn't working for me. I get the same error after rebooting, even though the TEST MODE overlay has appeared at the bottom of the screen.
x6tus
Beginner
Posts: 5
Joined: Thu Jul 18, 2013 9:55 am

Re: [RESOLVED] Installing on Windows 8 Professional 64-bit

Post by x6tus »

Ok, I've read the rest of that article you posted and followed the first set of instructions about going through Windows settings, Advanced Start-up etc and that has now allowed me to install the drivers ok.

Thanks for the link.
Surrender
Expert
Posts: 100
Joined: Tue May 14, 2013 8:31 pm
Location: Austria

Re: [RESOLVED] Installing on Windows 8 Professional 64-bit

Post by Surrender »

Great that this link helped you.

:D
Post Reply