this post was submitted on 20 May 2026
16 points (94.4% liked)

Linux

65398 readers
744 users here now

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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 7 years ago
MODERATORS
 

Hello,

I'm having a hard time running Fedora KDE Plasma on a Macbook pro from 2019,. Even after following online guides, I'm loosing the WiFi again and again with no understanding of what's going on. And the touchbar is getting buggy every time I put the computer to sleep mode and come back on it. Nor to mention the sleep mode not able to awake...making it necessary to reboot.

Any people experiencing the same situation ? And most important, solutions ?

Thank you 🙏🏼

top 6 comments
sorted by: hot top controversial new old
[–] eugenia@lemmy.ml 1 points 11 hours ago (1 children)

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

[–] xela@lemmy.ml 1 points 10 hours ago* (last edited 10 hours ago)

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.

[–] yuman@programming.dev 1 points 12 hours ago

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.

[–] 0x0f@lemmy.blahaj.zone 4 points 23 hours ago (1 children)

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.

[–] harfang@slrpnk.net 1 points 15 hours ago

Indeed t2. I'll try again but already followed their guide 🥸

[–] Dariusmiles2123@sh.itjust.works 4 points 1 day ago* (last edited 1 day ago)

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.