Skip to content

Commit

Permalink
docs/unified/clevo/post-install.md: update kernel step for MTL
Browse files Browse the repository at this point in the history
Also remove step for ADL, it's no longer needed.

Signed-off-by: Michał Kopeć <[email protected]>
  • Loading branch information
mkopec authored and macpijan committed Jun 25, 2024
1 parent f108f5d commit 2f9523d
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions docs/unified/clevo/post-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,19 @@ sudo update-initramfs -u

### Updated kernel

On Gen 12 (Alder Lake), it's recommended to install the ubuntu-oem kernel which
is a newer version than the default Ubuntu kernel. This version contains
On Gen 14 (Meteor Lake), it's recommended to install the Ubuntu mainline kernel,
which is a newer version than the default Ubuntu kernel. This version contains
additional fixes for newer hardware which helps with power management and
suspend on Gen 12 laptops. To install the ubuntu-oem kernel, run the following
command:
suspend on Gen 14 laptops. To install the mainline kernel, run the following
commands:

```bash
sudo apt install linux-oem-22.04a
wget https://kernel.ubuntu.com/mainline/v6.9/amd64/linux-headers-6.9.0-060900_6.9.0-060900.202405122134_all.deb \
https://kernel.ubuntu.com/mainline/v6.9/amd64/linux-image-unsigned-6.9.0-060900-generic_6.9.0-060900.202405122134_amd64.deb \
https://kernel.ubuntu.com/mainline/v6.9/amd64/linux-modules-6.9.0-060900-generic_6.9.0-060900.202405122134_amd64.deb
sudo apt install ./linux-headers-6.9.0-060900_6.9.0-060900.202405122134_all.deb \
./linux-image-unsigned-6.9.0-060900-generic_6.9.0-060900.202405122134_amd64.deb \
./linux-modules-6.9.0-060900-generic_6.9.0-060900.202405122134_amd64.deb
```

and reboot to use the new kernel.
Expand Down

0 comments on commit 2f9523d

Please sign in to comment.