🤖Have you ever tried Chat.M5Stack.com before asking??😎
    M5Stack Community
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    M5Paper on macos Big Sur

    General
    5
    25
    49.5k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • N
      nigel @m5stack
      last edited by

      @m5stack

      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.kext

      The application is in the applications folder as well :
      0_1632670382430_Screenshot 2021-09-26 at 16.30.25.png

      Factory test on the device looks good
      0_1632670563909_WhatsApp Image 2021-09-26 at 16.34.57.jpeg

      I have also tried uninstalling the driver. Reinstalling and rebooting.

      Any other suggestions ?

      1 Reply Last reply Reply Quote 0
      • N
        nigel
        last edited by

        @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

        1 Reply Last reply Reply Quote 0
        • ajb2k3A
          ajb2k3
          last edited by

          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.

          UIFlow, so easy an adult can learn it!
          If I don't know it, be patient!
          I've ether not learned it or am too drunk to remember it!
          Author of the WIP UIFlow Handbook!
          M5Black, Go, Stick, Core2, and so much more it cant be fit in here!

          N 1 Reply Last reply Reply Quote 0
          • N
            nigel @ajb2k3
            last edited by nigel

            @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.

            N 1 Reply Last reply Reply Quote 0
            • N
              nigel @nigel
              last edited by

              @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

              1 Reply Last reply Reply Quote 0
              • ajb2k3A
                ajb2k3
                last edited by

                Was working on 10.14 but 10.15 fails.

                UIFlow, so easy an adult can learn it!
                If I don't know it, be patient!
                I've ether not learned it or am too drunk to remember it!
                Author of the WIP UIFlow Handbook!
                M5Black, Go, Stick, Core2, and so much more it cant be fit in here!

                N 1 Reply Last reply Reply Quote 0
                • N
                  nigel @ajb2k3
                  last edited by

                  @ajb2k3

                  I'm on 11.14 Big Sur

                  10.14 would be Mojave released in 2018

                  @m5stack
                  At this point I can only assume recent macos is not supported and I'll and get my hands on a windows computer :-(

                  ajb2k3A 1 Reply Last reply Reply Quote 0
                  • ajb2k3A
                    ajb2k3 @nigel
                    last edited by

                    @nigel Im on Catalina (just upgraded from Mojave) and now have the issues :(

                    UIFlow, so easy an adult can learn it!
                    If I don't know it, be patient!
                    I've ether not learned it or am too drunk to remember it!
                    Author of the WIP UIFlow Handbook!
                    M5Black, Go, Stick, Core2, and so much more it cant be fit in here!

                    1 Reply Last reply Reply Quote 0
                    • D
                      darul75
                      last edited by

                      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 ;)

                      1 Reply Last reply Reply Quote 0
                      • ajb2k3A
                        ajb2k3
                        last edited by

                        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!

                        UIFlow, so easy an adult can learn it!
                        If I don't know it, be patient!
                        I've ether not learned it or am too drunk to remember it!
                        Author of the WIP UIFlow Handbook!
                        M5Black, Go, Stick, Core2, and so much more it cant be fit in here!

                        D 1 Reply Last reply Reply Quote 0
                        • D
                          darul75 @ajb2k3
                          last edited by

                          @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

                          ajb2k3A 1 Reply Last reply Reply Quote 0
                          • ajb2k3A
                            ajb2k3 @darul75
                            last edited by

                            @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.

                            UIFlow, so easy an adult can learn it!
                            If I don't know it, be patient!
                            I've ether not learned it or am too drunk to remember it!
                            Author of the WIP UIFlow Handbook!
                            M5Black, Go, Stick, Core2, and so much more it cant be fit in here!

                            J 1 Reply Last reply Reply Quote 0
                            • D
                              darul75
                              last edited by

                              I will try to do so deleting it

                              1 Reply Last reply Reply Quote 0
                              • J
                                joelsutz @ajb2k3
                                last edited by

                                @ajb2k3, what .kext did you delete? I can see that there is a conflicting driver but I can't figure out which one.

                                1 Reply Last reply Reply Quote 0
                                • First post
                                  Last post