From 5e19048abab1f7e9de14761368e360602e9168c5 Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Fri, 29 Mar 2024 21:51:43 +0530 Subject: [PATCH 1/2] Update installation.md --- docs/distributions/ubuntu/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/distributions/ubuntu/installation.md b/docs/distributions/ubuntu/installation.md index c9fb4bd76..f07c8760e 100644 --- a/docs/distributions/ubuntu/installation.md +++ b/docs/distributions/ubuntu/installation.md @@ -28,7 +28,7 @@ # Receiving kernel updates -In order to continue receiving the kernel updates for T2 kernels, it's recommended to set up the kernel update script as described [here](https://github.com/t2linux/T2-Ubuntu-Kernel#using-the-kernel-upgrade-script). +In order to continue receiving the kernel updates for T2 kernels, it's recommended to set up the apt repo as described [here](https://github.com/t2linux/T2-Ubuntu-Kernel?tab=readme-ov-file#using-the-apt-repo). # Configuring the Touch Bar From 0b67f1d526bbd70c69eab969bea815a6c39b2b71 Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Fri, 29 Mar 2024 21:58:48 +0530 Subject: [PATCH 2/2] Update installation.md --- docs/distributions/debian/installation.md | 26 +++++++++++++---------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/docs/distributions/debian/installation.md b/docs/distributions/debian/installation.md index 40b1e0ff0..d4fcfd30e 100644 --- a/docs/distributions/debian/installation.md +++ b/docs/distributions/debian/installation.md @@ -57,27 +57,31 @@ After installation, we need to install a kernel having patches to support the T2 sudo apt update ``` -4. Now install the kernel upgrade script. +4. Now install the T2 kernel. - * If your distro is Ubuntu based, run: + * If your distro is Ubuntu based: + + You need to additionally add the **release specific** apt repo for kernels. Follow the steps given [here](https://github.com/AdityaGarg8/t2-ubuntu-repo?tab=readme-ov-file#adding-the-release-specific-apt-repo). After adding the repo, install the `linux-t2` package: ```bash - sudo apt install t2-kernel-script + sudo apt install linux-t2 ``` - * If your distro is Debian based, run: + * If your distro is Debian based: + + In this case, you need to install the kernel upgrade script: ```bash sudo apt install t2-kernel-script-debian ``` -5. Then upgrade your kernel to a T2 kernel by running: + Then upgrade your kernel to a T2 kernel by running: - ```bash - update_t2_kernel - ``` + ```bash + update_t2_kernel + ``` -6. Install the audio configuration files by running: +5. Install the audio configuration files by running: ```bash sudo apt install apple-t2-audio-config @@ -85,9 +89,9 @@ After installation, we need to install a kernel having patches to support the T2 **Note:** If your distro is using PulseAudio by default, consider switching to PipeWire as mentioned in the [audio guide](https://wiki.t2linux.org/guides/audio-config/#audio-configuration-files). -7. Follow the [Wi-Fi guide](https://wiki.t2linux.org/guides/wifi-bluetooth/) to get internal Wi-Fi working. +6. Follow the [Wi-Fi guide](https://wiki.t2linux.org/guides/wifi-bluetooth/) to get internal Wi-Fi working. -8. If your Mac has a Touch Bar, install `tiny-dfr` by running: +7. If your Mac has a Touch Bar, install `tiny-dfr` by running: ```bash sudo apt install tiny-dfr