-
Notifications
You must be signed in to change notification settings - Fork 60
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
Serial interface OSX High Sierra don't work #16
Comments
Hi! Sorry for late answer.
|
To expand upon your first point, adding wlan0 to the isc-dhcp-server "interfaces" field enables, as expected, wireless and br0 at the same time and thus regaining remote ssh access. I am not sure what the implications of doing this are, since I haven't dwelled deep enough into the theory behind the project. # On what interfaces should the DHCP server (dhcpd) serve DHCP requests?
# Separate multiple interfaces with spaces, e.g. "eth0 eth1".
INTERFACES="br0 wlan0" and to /etc/network/interfaces add allow-hotplug wlan0
iface wlan0 inet manual
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf to allow automatic connection and specify the wpa_supplicant.conf file with the SSID information. |
Thanks for your input! |
@KingViesel I am going to test HackPi on macOS High Sierra to see if it works okay. Just to make sure I'm following the same procedure, how did you disable the backdoor that is installed to the device? |
Hey,
i installed HackPi on a Raspberry Pi Zero W without any errors and without the backdoor.
It seems to work fine but i have 2 problems:
sudo screen /dev/ttyACM0 115200
but i get the responseCannot exec '/dev/ttyACM0 ': no such file or directory
. Whats the problem?The text was updated successfully, but these errors were encountered: