Skip to content

Instantly share code, notes, and snippets.

@warmans
Created May 16, 2015 07:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save warmans/8247a71d06ee33e6fc20 to your computer and use it in GitHub Desktop.
Save warmans/8247a71d06ee33e6fc20 to your computer and use it in GitHub Desktop.
Ubuntu 15.04 Macbook Pro 2015 Fixes

Fonts missing after suspend

Create a new file in /usr/share/X11/xorg.conf.d called 52-suspend-fix.conf

Section "Device"
        Identifier "intel"
        Driver "intel"
        Option "AccelMethod" "none"
EndSection

Wireless not working

Determine the hardware version:

lspci | grep Network

Install the .bin file to /lib/firmware/brcm manually:

https://wireless.wiki.kernel.org/en/users/drivers/brcm80211a

Should be something like brcmfmac43602-pcie.bin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment