M5Paper on macos Big Sur
-
USBmodem is the wifiadapter on the Mac
That does not seem to be the case
Before connecting the M5paper
❯ ls -l /dev/tty.*
crw-rw-rw- 1 root wheel 20, 0 23 Sep 20:16 /dev/tty.Bluetooth-Incoming-Port
crw-rw-rw- 1 root wheel 20, 2 23 Sep 20:16 /dev/tty.WI-C200-serialportAfter connecting the m5
❯ ls -l /dev/tty.*
crw-rw-rw- 1 root wheel 20, 0 23 Sep 20:16 /dev/tty.Bluetooth-Incoming-Port
crw-rw-rw- 1 root wheel 20, 2 23 Sep 20:16 /dev/tty.WI-C200-serialport
crw-rw-rw- 1 root wheel 20, 4 24 Sep 19:24 /dev/tty.usbmodem52D40004421 -
To answer you other question, yes, I have restarted the laptop.
I did a power off, then power on with the physical button. (not just a reboot) -
This is the screenshot of the error from the IDE
-
@nigel this message is a nightmare as it often means that there is a server issue but it could mean other things
-
Are you using safari because safari on OSX is seriously broken at the moment.
-
@ajb2k3
That's the desktop application installed locally.
I can't use the web UI Flow. I need to update the firmware to get the API key.
I can't update, because I can't connect with m5burner. -
https://docs.m5stack.com/en/quick_start/m5core/m5stack_core_get_started_uiflow
make the software install is correct.
-
I have followed the instructions. As I can see the driver is installed :
❯ ls -ld /Library/Extensions/Si*
drwxr-xr-x 3 root wheel 96 3 Nov 2016 /Library/Extensions/SiLabsUSBDriver.kextThe application is in the applications folder as well :
Factory test on the device looks good
I have also tried uninstalling the driver. Reinstalling and rebooting.
Any other suggestions ?
-
@m5stack
I suppose the drive isn't loading, so I tried to load it on the cli :sudo kextload /Library/Extensions/SiLabsUSBDriver.kext
Password:
Executing: /usr/bin/kmutil load -p /Library/Extensions/SiLabsUSBDriver.kext
Error Domain=KMErrorDomain Code=71 "Unsupported Error: one or more extensions are unsupported to load Kext com.silabs.driver.CP210xVCPDriver v4.10.14 in executable kext bundle com.silabs.driver.CP210xVCPDriver at /Library/StagedExtensions/Library/Extensions/SiLabsUSBDriver.kext" UserInfo={NSLocalizedDescription=Unsupported Error: one or more extensions are unsupported to load Kext com.silabs.driver.CP210xVCPDriver v4.10.14 in executable kext bundle com.silabs.driver.CP210xVCPDriver at /Library/StagedExtensions/Library/Extensions/SiLabsUSBDriver.kext}Does the driver support Big Sur 11.4
-
Ok, I have found that there is currently an issue in OSX in that the driver is randomly not being loaded for the adapters.
As typical Apple have broke something. -
@ajb2k3 said in M5Paper on macos Big Sur:
Ok, I have found that there is currently an issue in OSX in that the driver is randomly not being loaded for the adapters.
It consistently fails to load, not randomly. At least that's the case for me.
What's your source?@m5stack Can you confirm is this was tested on Big Sur 11.4 ?
Unless someone can confirm they have has it working on that specific version it's more than likely the driver was not built for this OS.There are over 550 kernel extensions on my mac and they all work perfectly. It seems the interface Apple exposes for loading extensions works for everyone else.
-
@m5stack
For general information Silicon Labs has a newer version of the driver which I can load.
But that does not work either :(https://www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers
-
Was working on 10.14 but 10.15 fails.
-
-
@nigel Im on Catalina (just upgraded from Mojave) and now have the issues :(
-
hello I got the exact same issue with my mac book pro, I will add some more details, I am using the default apple mac https://www.apple.com/shop/product/MUF82AM/A/usb-c-digital-av-multiport-adapter and then the Burner app, it does display the same option ttyusbmodem something. It would be great to find a workaround to be able to updgrade the firmware and start innovating ;)
-
I found an issue with the driver and had to select the kext file and now the driver works and usb serial is now working again!
-
@ajb2k3 said in M5Paper on macos Big Sur:
I found an issue with the driver and had to select the kext file and now the driver works and usb serial is now working again!
Hi @ajb2k3 what do you mean by selecting the ktext file, something like
sudo kextload SiLabsUSBDriver.kext
me it does not change anything, I am on OS Catalina
-
@darul75 said in M5Paper on macos Big Sur:
@ajb2k3 said in M5Paper on macos Big Sur:
I found an issue with the driver and had to select the kext file and now the driver works and usb serial is now working again!
Hi @ajb2k3 what do you mean by selecting the ktext file, something like
sudo kextload SiLabsUSBDriver.kext
me it does not change anything, I am on OS Catalina
Select? wow autocorrect!
Nope, It should read delete.
OSX has another driver that is conflicting with the slabs driver. -
I will try to do so deleting it