Hello!
I am using an Apple M1 Chip 2020 Macbook Pro running Mac OS Monterey 12.1 and I'm having trouble connecting to my Bela Mini.
I believe I successfully installed HoRNDIS. I followed the directions here: https://github.com/jwise/HoRNDIS/issues/146
This is a breakdown of the steps I followed in the link above:
Switched to "Reduced Security" mode
Disabled SIP
Installed Xcode
Typed the following commands in terminal:
git clone --recursive https://github.com/jwise/HoRNDIS.git
cd Development/HoRNDIS/ *
- This folder wasn't found so I manually downloaded HoRNDIS for Mac OSX from GitHub and copied the filepath of the HoRNDIS-master directory and cd'd into that via terminal...
cd /Users/kyleluntz/Downloads/HoRNDIS-master
xcodebuild -sdk macosx -configuration Release
sudo cp -rv build/Release/HoRNDIS.kext /Library/Extensions/
It said successfully built HoRNDIS! yay
I went to to System Preferences → Security & Privacy and approved the HoRNDIS kernel extension
Rebooted and....
Still not connecting!
Based on the fact that I got to the final step (approving the extension in Security & Privacy) I'm hoping that HoRNDIS is good to go, though I do not know how to test this.
I still cannot connect to my Bela Mini via https://bela.local or http://192.168.7.2/
Any idea where I'm going wrong here?
Thank you *1,000,000!