linux-on-macbook-pro
#tech#personal#computers#linux#mac
#tech #personal #computers #linux #mac
Notes on setting up T2 Linux on my 2019 Intel Macbook Pro 16ā 
Installation Notes
Ubuntu
I donāt normally run Ubuntu as a desktop, but itās what Iām most familiar (vs Fedora & Arch) out of the options with T2 builds .
Initial Setup
- Install OS Ubuntu documentation
- Drivers offline script
get-apple-firmware get_from_macosworked - no issues with BT/WiFi - Fan runs at 100% until
sudo apt install t2fanrd && systemctl enable --now t2fanrd - Video Install non-free packages & codecs once online:
sudo apt install ubuntu-restricted-extras vlc ffmpeg - Audio the 16ā MBP can use this experimental profile - greatly improved audio quality!
- Touch Bar - works out of the box, install
tiny-dfrto customize - Samba Sharing followed docs
- Fix Sleep?
sudo bash;echo "s2idle" > /sys/power/mem_sleep - Disable gnome-tracker indexing this is thrashing my CPU and causing a lot of problems, hard to disable tho so:
sudo chmod -x /usr/libexec/tracker-*
Unresolved Issues
- Wiki switching to iGPU instructions didnāt work - itās defaulting to AMD. Thereās a github issue for this.
[!SEE ALSOā¦] Linux Desktop Setup