Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MacOS Big Sur "No devices found" #44

Open
dutzi opened this issue Nov 18, 2020 · 4 comments
Open

MacOS Big Sur "No devices found" #44

dutzi opened this issue Nov 18, 2020 · 4 comments

Comments

@dutzi
Copy link

dutzi commented Nov 18, 2020

Hey, I just got the Drop CTRL and tried loading the firmware on a MacOS Big Sur, but I get this message:

❯ ./mdloader_mac -l
Massdrop Loader 1.05

Massdrop Loader  Copyright (C) 2018-2020 Massdrop Inc.
This program is Free Software and has ABSOLUTELY NO WARRANTY

Bootloader port listing
-----------------------------
No devices found!
@dutzi
Copy link
Author

dutzi commented Nov 18, 2020

Seems like an issue with the keyboard itself (changed the chip?), as it also happens on Ubuntu (Focal)

@dutzi
Copy link
Author

dutzi commented Nov 19, 2020

For anyone experiencing this, Karabiner for Mac is a pretty solid alternative.

@luckman212
Copy link

keyboard has to be in programming mode to read it

try

sleep 5; ./mdloader_mac -l

hit ENTER and then press + hold Fn + b for 3s and then release. All LEDs will go off, and after 5s your kbd should be printed to the terminal.

$ sleep 5; ./mdloader_mac -l
Massdrop Loader 1.05

Massdrop Loader  Copyright (C) 2018-2020 Massdrop Inc.
This program is Free Software and has ABSOLUTELY NO WARRANTY

Bootloader port listing
-----------------------------
Device port: /dev/cu.usbmodem1433201 (SAMD51J18A)

Unplug/replug to reboot it

@tinptb
Copy link

tinptb commented Sep 10, 2021

keyboard has to be in programming mode to read it

try

sleep 5; ./mdloader_mac -l

hit ENTER and then press + hold Fn + b for 3s and then release. All LEDs will go off, and after 5s your kbd should be printed to the terminal.

$ sleep 5; ./mdloader_mac -l
Massdrop Loader 1.05

Massdrop Loader  Copyright (C) 2018-2020 Massdrop Inc.
This program is Free Software and has ABSOLUTELY NO WARRANTY

Bootloader port listing
-----------------------------
Device port: /dev/cu.usbmodem1433201 (SAMD51J18A)

Unplug/replug to reboot it

WORKED FOR ME. THANKS, @luckman212.
Just write step by step here:

  1. sleep 5; ./mdloader_mac -l
  2. Hold Fn + b for three seconds.
  3. The Drop Keyboard led will be turned off
  4. Now, You cannot use the Drop keyboard, please use the internal keyboard instead
  5. Use the internal keyboard to type ./mdloader_mac -l
  6. The keyboard list will be shown here.
  7. Use the internal keyboard to load a new configuration if you want.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants