You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to run the qmk flash command, I get an error "NoBackendFound":
$ qmk flash $HOME/Downloads/v4_us_v1.4.bin
Flashing binary firmware...
Please reset your keyboard into bootloader mode now!
Press Ctrl-C to exit.
<class 'usb.core.NoBackendError'>
☒ No backend available
Traceback (most recent call last):
File "/home/quinn/.local/lib/python3.10/site-packages/milc/milc.py", line 528, in __call__
return self.__call__()
File "/home/quinn/.local/lib/python3.10/site-packages/milc/milc.py", line 533, in __call__
return self._subcommand(self)
File "/home/quinn/qmk_firmware/lib/python/qmk/decorators.py", line 27, in wrapper
return func(*args, **kwargs)
File "/home/quinn/qmk_firmware/lib/python/qmk/decorators.py", line 47, in wrapper
return func(*args, **kwargs)
File "/home/quinn/qmk_firmware/lib/python/qmk/cli/flash.py", line 93, in flash
return _flash_binary(cli.args.filename, cli.args.mcu)
File "/home/quinn/qmk_firmware/lib/python/qmk/cli/flash.py", line 59, in _flash_binary
err, msg = flasher(mcu, filename)
File "/home/quinn/qmk_firmware/lib/python/qmk/flashers.py", line 200, in flasher
bl, details = _find_bootloader()
File "/home/quinn/qmk_firmware/lib/python/qmk/flashers.py", line 88, in _find_bootloader
dev = _find_usb_device(vid_hex, pid_hex)
File "/home/quinn/qmk_firmware/lib/python/qmk/flashers.py", line 71, in _find_usb_device
return usb.core.find(idVendor=vid_hex, idProduct=pid_hex)
File "/home/quinn/.local/lib/python3.10/site-packages/usb/core.py", line 1309, in find
raise NoBackendError('No backend available')
usb.core.NoBackendError: No backend available
Describe the Bug
When I try to run the qmk flash command, I get an error "NoBackendFound":
Keyboard Used
passing binary file directly
Link to product page (if applicable)
https://www.keychron.com/products/keychron-v4-qmk-custom-mechanical-keyboard
Operating System
Ubuntu 22.04
qmk doctor Output
Is AutoHotKey / Karabiner installed
Other keyboard-related software installed
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: