GNU/Linux Ubuntu Adding T2 Kernel Repo Guide
Hi! The Tutorial shows you Step-by-Step How to Add Mac T2 Chip Support Kernel Repository in Ubuntu-Based GNU/Linux OSes.
And T2 Kernel for Ubuntu is including the needed Apple T2 Patches.
And this Repo includes the following Packages/Scripts:
- apple-bce: Exposes Keyboard, Camera, Touchbar, etc as USB devices. Also does audio.
- apple-ibridge: Touchbar driver, keyboard backlight on mbp16,X (ones where touchbar does not have esc key in it).
- apple-t2-audio-config: Audio config files for the audio device apple-bce has.
- apple-gmux-t2: Driver for hybrid graphics on Macs with both AMD and Intel GPU.
- linux-apfs: Debian package for the linux-apfs-rw driver.
- t2-kernel-script: The kernel update script for Ubuntu Mainline T2 kernels.
- t2-kernel-script-lts: The kernel update script for Ubuntu LTS T2 kernels.
- t2-kernel-script-debian: The kernel update script for Debian Mainline T2 kernels.
In case for further insight see: GitHup Page
Finally, this Repo Setup is Valid for All the Ubuntu-based Distros like:
- Linux Mint
- Lubuntu
- Kubuntu
- Xubuntu
- Zorin OS
- Pop_OS!
- Elementary OS
- Kde Neon
- Linux Lite
- Bodhi Linux
- Q4OS
- Trisquel
- LXLE
- feren OS
- Peppermint
- Voyager Ubuntu
- Linux Ultimate Edition
1. Launching Terminal
How to QuickStart with Command Line on Ubuntu:
2. Adding T2 Kernel GPG Key
Again to Add T2 Kernel GPG Signature Key
Do:curl -s --compressed "https://adityagarg8.github.io/t2-ubuntu-repo/KEY.gpg" | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/t2-ubuntu-repo.gpg >/dev/null
3. Adding T2 Kernel Repo
Then to Add T2 Kernel Repository for Ubuntu
Execute:sudo curl -s --compressed -o /etc/apt/sources.list.d/t2.list "https://adityagarg8.github.io/t2-ubuntu-repo/t2.list" sudo apt update
Authenticate with the User’s Admin Pass.
If Got “User is Not in Sudoers file” then see: How to Enable sudo.4. Refreshing Ubuntu Repo Sources
Next to Refresh Ubuntu Apt Repository Sources
Needed for most Ubuntu derivatives:sudo apt update
5. Installing T2 Kernel
Finally, to Install T2 Kernel for Ubuntu