Code Monkey home page Code Monkey logo

Comments (4)

wismna avatar wismna commented on May 27, 2024

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.

from hackpi.

skytremor avatar skytremor commented on May 27, 2024

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.

from hackpi.

wismna avatar wismna commented on May 27, 2024

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...

from hackpi.

Jake3231 avatar Jake3231 commented on May 27, 2024

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

from hackpi.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.