Skip to content
/ fedora Public

Patched linux kernel and packages for running Fedora on T2 macs.

Notifications You must be signed in to change notification settings

t2linux/fedora

Repository files navigation

t2linux-fedora-kernel

Patched kernel and supporting packages for hardware enablement on t2 macs. Binary packages are available from copr. You can also download and install the copr-sharpenedblade-t2linux-release package.

The internal ssd, camera, mic, and the keyboard/trackpad work out of the box. WiFi and Bluetooth might work with some extra steps. Read the wiki for information about the latest hardware support.

This kernel is usually at the same version as the stable Fedora kernel. It is currently built for Fedora 39.

Instalation

Download the live ISO from here. Follow the installation guide.

WiFi/Bluetooth

Follow the firmware guide.

Building from source

Clone this repo locally:

git clone --depth 1 https://github.com/t2linux/fedora t2-fedora
cd t2-fedora

Then run the build container, which has dependencies already installed. The packages will be in builddir:

podman run --privileged -v "$PWD":/repo ghcr.io/t2linux/fedora-dev:latest /repo/build-packages.sh

Credits

This kernel was heavily inspired by mikeeq/mbp-fedora-kernel. The patches are from the t2linux project and created by everyone that contributed to to it.

Disclaimer

This project is not officially provided or supported by the Fedora Project. The official Fedora software is available at https://fedoraproject.org/. This project is not related to Fedora in any way.