I have an M1 Mini and it doess not play nice with airplay to Homepods. The Mini is on an ethernet connection and about 50% of the time it is not able to talk to 2 different homepods unless the connection is reset; either by manually removing the cable and plugging back in or using the terminal command "sudo ifconfig". Once reset it's able to connect to the homepods immediately. It's only airplay that's the issue, all other network functions like browsing, printing to wireless printer, connecting to a Timecapsule is 100% uptime. I've done a clean install of Ventura and Sonoma and the problem presist so I'm incline to think it's just an M1 issue.
Is it possible to make a script that sits on the desktop that I can just double click to disable and then enable the ethernet interface? I looked through the new Shortcut app but didn't see suited for the purpose. The script is very simple, something like this:
sudo ifconfig en0 down
(password)
sudo ifconfig en0 up
Thanks in advance for any help!
Is it possible to make a script that sits on the desktop that I can just double click to disable and then enable the ethernet interface? I looked through the new Shortcut app but didn't see suited for the purpose. The script is very simple, something like this:
sudo ifconfig en0 down
(password)
sudo ifconfig en0 up
Thanks in advance for any help!