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

How do you make the mac be able to connect to a wifi network? #860

Open
Luthss opened this issue Feb 7, 2025 · 0 comments
Open

How do you make the mac be able to connect to a wifi network? #860

Luthss opened this issue Feb 7, 2025 · 0 comments

Comments

@Luthss
Copy link

Luthss commented Feb 7, 2025

Issue

I need to connnect my mac to a wifi network It already works but since the mac doesn't know that it is connected to a wifi, I can't do things like pairing an apple device wirelessly (using Xcode, see apple tv 4k pairing in xcode). The devices never show up. (web browsing and app downloading work) (control center says wifi not turned on)

Specs and Version

MacOS14 Sonoma
Code used to launch

docker run -it \
    --device /dev/kvm \
    -p 50922:10022 \
    -v /tmp/.X11-unix:/tmp/.X11-unix \
    -e "DISPLAY=${DISPLAY:-:0.0}" \
    -e GENERATE_UNIQUE=true \
    -e CPU='Haswell-noTSX' \
    -e CPUID_FLAGS='kvm=on,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on' \
    -e MASTER_PLIST_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom-sonoma.plist' \
    -e SHORTNAME=sonoma \
    sickcodes/docker-osx:latest
# docker build -t docker-osx .
)

First time launch. Fresh installtion.

I couldnt find my logs :(

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

1 participant