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

Open
opened 2025-12-29 01:24:05 +01:00 by adam · 0 comments
Owner

Originally created by @Luthss on GitHub (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 :(

Originally created by @Luthss on GitHub (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](https://www.youtube.com/watch?v=nQf4WBtS4dk)). 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 in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Docker-OSX#637