I'm having trouble with wifi with two macbook airs from 2011 and 2013. Those broadcomm chipsets are simply not maintained anymore well on the linux kernel. The solution: a $5 usb wifi adapter. Works wonders (blacklist first the internal wifi).
Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
I am running linux mint on a 2014 macbook air (works great btw) do you have any recommendations for a wifi adapter? I am aware of the following: https://www.amazon.com/gp/product/B07PB1X4CN/ This one isn't $5 however.
buncha folks are running linux on macbooks, but their experience will be of little use to you as T2 macbooks are hella complicated in that regard.
the wifi going away, unless it's the published fix on t2linux (restart NetworkManager on resume via systemd), is something you need to describe in more detail.
never had/heard issues wrt trackpad, I'd have to look into that.
not waking after sleep promptly is due to softlocks on the CPU; it will wake eventually. if you're not happy with that, there's a short script that shuts all cores off prior to standby and reactivates them on wake; that puts the wake time to a coupla seconds.
t2 mac, correct? see https://wiki.t2linux.org/guides/hybrid-graphics/#suspend-workaround for suspend. as for wifi, are you using brcmfmac? you can check with lspci -kk | grep -A 3 Network. you may also have to disable bluetooth, i've heard of it causing wifi issues.
Indeed t2. I'll try again but already followed their guide 🥸
I run Fedora Workstation on a 2012 MacBook Pro and enabling rpm fusion to get the Broadcom drivers was enough.
I had to repeat the operation once or twice in 3-4 years but otherwise it’s been smooth sailing.
I haven’t tried sleep mode though as I always turn off the computer.