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

Serial interface OSX High Sierra don't work #16

Open
KingViesel opened this issue Oct 19, 2017 · 4 comments
Open

Serial interface OSX High Sierra don't work #16

KingViesel opened this issue Oct 19, 2017 · 4 comments

Comments

@KingViesel
Copy link

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:

  1. After i plugged it in the first time (usb <--> computer) i can't ssh via Wifi to the Pi. Why?
  2. I wanted to see the output of sudo screen /dev/ttyACM0 115200 but i get the response Cannot exec '/dev/ttyACM0 ': no such file or directory. Whats the problem?
@wismna
Copy link
Owner

wismna commented Nov 7, 2017

Hi!

Sorry for late answer.

  1. I never tested on a Pi W, so I can’t be certain, but it’s probably a wifi configuration issue. How did you configure it? HackPi will not configure it all.
  2. I’ll test it on my Mac to see if something is broken, I’ll let you know.

@skytremor
Copy link

skytremor commented Jan 19, 2018

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.

@wismna
Copy link
Owner

wismna commented Jan 22, 2018

Thanks for your input!
Well, enabling Wifi should not break anything. However, you should've been able to SSH in without it, so maybe there's still another issue somewhere...

@Jake3231
Copy link

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

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

4 participants