-
Notifications
You must be signed in to change notification settings - Fork 26
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
Device not recognized on MacOS Sequoia 15.0.1 #27
Comments
same |
Does not work for me either :( |
+1. |
Same... |
I'm having issues with installing drivers at MacOS 15.1.1 (24B91). After pressing on "Install" button, kext are note visible in /Library/Extension. I've tried also with brew reinstall --cask wch-ch34x-usb-serial-driver but the same result. In /dev i see only: /dev/tty.usbmodem54340237681 |
Same issue here. I followed instructions with no luck |
A little update here: I finally managed to get it working. I had to find and add permissions to the app, after which the app installed the drivers. Something has changed in the newer releases of macOS, and the permissions are far more complex than the documentation describes. In the screenshot, you can see /dev/tty.usbmodem54340237681, which is visible every time the device is plugged in. After the device is installed, /dev/tty.wchusbserial54340237681 becomes visible, and RTS/DTR can be managed from my software. |
Can you describe what you mean by find and add permissions? |
Try looking under Settings -> Security & Privacy. If I recall correctly, it was something with "CH34x" or "WCH" in the name. I tried to find the exact name again, but... I couldn’t find it 😄. Maybe it’s no longer needed after an update? I’m not sure. Below, you can find a screenshot of the installation app—it works every time for me now. What do you see when you press "Install"? Can you post a screenshot? |
I believe that the required permission is for the KEXT (Kernel Extension), not for disk access. I did not manually add any other permissions. |
Ok, try something different. Remove everything, restart your Mac, then try: brew reinstall --cask wch-ch34x-usb-serial-driver When you press install, you should see messages in the app. Then, try to check for permissions. Maybe this way... |
Try looking for permission in security & privacy. If not found, try reboot and then again. |
I remember that I also installed another driver for FTDI chips at the same time—they have a similar mechanism. That’s when I also saw this setting. If you don’t find it, give it a try—maybe it’ll work. |
I also am having no luck installing the driver on 15.1.1 Unfortunately none of the suggestions here have worked for me. |
Can't help you without any feedback with details from you. |
This worked for me too, thanks!! |
I can also confirm this works! |
Third one here to confirm it works too! |
I can confirm that none of these suggestions worked for me. |
Hi, I migrated to new macOS Sequoia and then connection with my ESP32-S3-Wroom1 stoped working. Now when I install your CH32X driver I still can see it installed. I have only /dev/tty.usbmodem578E0051031 as before installation. When I trying to upload code from Arduino IDE to ESP32 this error occurred "A fatal error occurred: Failed to write to target RAM (result was 01070000: Operation timed out)".
Can you please help me?
Thank you!
The text was updated successfully, but these errors were encountered: