qmk / qmk_toolbox

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

Install drivers for dfu-programmer and dfu-util devices #33

Closed 333fred closed 5 years ago

333fred commented 6 years ago

Not sure if here is the right place, or if it would be better in the ergodox infinity readme, but it would be good to mention that boards that need to be flashed with DFU will likely need the WinUSB driver for flashing to be successful, otherwise you'll see this message:

dfu-util: No DFU capable USB device available.

I used Zadig (http://zadig.akeo.ie/) to install the driver after I remembered I needed it, but I lost a good 30 minutes to attempting to troubleshoot the issue then finding the driver.

skullydazed commented 6 years ago

Funny enough I opened #35 just now before noticing this issue. We have qmk_driver_installer which our custom fork of Zadig for installing those drivers automatically. For the moment users can use that to install drivers: https://github.com/qmk/qmk_driver_installer/releases

Longer term QMK Toolbox should handle this automatically. Leaving this issue open to track that.

gwerbin commented 5 years ago

Just dropping in to note that this is was issue for me on the Pro Micro as well, so it's probably affecting more people than might be immediately apparent.

drashna commented 5 years ago

I believe that #122 should resolve this.