qmk / qmk_toolbox

A Toolbox companion for QMK Firmware
https://qmk.fm/toolbox
MIT License
2.61k stars 507 forks source link

"Install Drivers..." Not Working On Windows 11 #322

Open oxmhpark opened 2 years ago

oxmhpark commented 2 years ago
  1. Installed QMK_MSYS.exe
  2. Installed qmk_toolbox_install.exe
  3. Run QMK Toolbox as administrator
  4. Run QMK Toolbox > Tools > Install Drivers...
  5. Every installation steps start with "Extracting driver files... Success" but end with "Installing driver... This can take a while, please, don't close this window! Other error" line
  6. Connect DZ60 keyboard with DFU mode
  7. QMK Toolbox shows message: "*** Atmel DFU device connected (NO DRIVER): ATm32U4DFU (03EB:2FF4:0000)"
  8. Tried some .hex flashing; dz60_default.hex, dz60_test.hex, ...
  9. Flashing is not successful.
paul-omalley commented 2 years ago

Yes, this has been an issue ever since the initial Insider release of Windows 11. Basically, the issue is that the Driver Installer can't make the changes it needs to install the drivers.

I sure hope the team can fix this soon, especially with a lot of people moving to Windows 11 and expecting their software to work.

zerodividesbyyou commented 2 years ago

Hey guys, just ran into this issue. The fix for me was to disable driver integrity checks after also disabling Secure Boot in my UEFI/BIOS. In an elevated command prompt (once secure boot is disabled) run "bcdedit.exe /set nointegritychecks on" and driver signing will be disabled and all the drivers should yield success in the QMK Installer. Afterwards, run the same command with "off" at the end instead of on. Voila! Fixed

mautrok commented 12 months ago

@zerodividesbyyou, tried your solution this way:

but i still have same issue the keyboard is not recognized yet, same keyboard on other OS works.

Anyone has any updates about this issue?