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

Unable to install on MacBook M1 or M2 #10

Open
csnakk opened this issue Sep 13, 2022 · 5 comments
Open

Unable to install on MacBook M1 or M2 #10

csnakk opened this issue Sep 13, 2022 · 5 comments

Comments

@csnakk
Copy link

csnakk commented Sep 13, 2022

Executing: /usr/bin/kmutil load -p /Library/Extensions/CH34xVCPDriver.kext Error Domain=KMErrorDomain Code=71 "Incompatible architecture: Binary is for x86_64, but needed arch arm64e Unsupported Error: one or more extensions are unsupported to load Kext cn.wch.driver.CH34xVCPDriver v1 in executable kext bundle cn.wch.driver.CH34xVCPDriver at /Library/Extensions/CH34xVCPDriver.kext

An arm build would be very helpful... Any possibility of getting a new build or source?

@anthonybudd
Copy link

Seems to work for me.

https://imgur.com/a/pysUtuj

@windbender
Copy link

@anthonybudd, were you able to get this to work with "Ventura" Mac OS 13.0.X ?

@kikolobo
Copy link

I am trying but unable to. Needs an update for sure to work with the new security restrictions on MacOS

@eric-pfi
Copy link

eric-pfi commented Apr 1, 2024

Also not able to get this to work. Installation completed successfully, but kernel extension doesn't appear to be loaded:

elw@Erics-MacBook-Pro-2 Contents % pwd
/Applications/CH34xVCPDriver.app/Contents
elw@Erics-MacBook-Pro-2 Contents % /usr/bin/kmutil showloaded | grep CH34
No variant specified, falling back to release

from info.plist,

        <key>CFBundleName</key>
        <string>CH34xVCPDriver</string>
        <key>CFBundlePackageType</key>
        <string>APPL</string>
        <key>CFBundleShortVersionString</key>
        <string>1.8</string>

That should be latest from the site as I post this.

@moyun-yinyun
Copy link

Also not able to get this to work. Installation completed successfully, but kernel extension doesn't appear to be loaded:

elw@Erics-MacBook-Pro-2 Contents % pwd
/Applications/CH34xVCPDriver.app/Contents
elw@Erics-MacBook-Pro-2 Contents % /usr/bin/kmutil showloaded | grep CH34
No variant specified, falling back to release

from info.plist,

        <key>CFBundleName</key>
        <string>CH34xVCPDriver</string>
        <key>CFBundlePackageType</key>
        <string>APPL</string>
        <key>CFBundleShortVersionString</key>
        <string>1.8</string>

That should be latest from the site as I post this.

Follow the instructions in this document to authorize the dext system extension

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

6 participants