I downloaded the patched stoney kernel but I don’t know how to install it.
I am using Ubuntu 23.10
I am trying to install the kernel to get audio working.
- I started form this script https://github.com/WeirdTreeThing/chromebook-linux-audio
git clone https://github.com/WeirdTreeThing/chromebook-linux-audio
cd chromebook-linux-audio
sudo ./setup-audio
- Download and extract stoney-patched-kernel.tar.xz
wget https://ethanthesleepy.one/public/chrultrabook/stoney-patched-kernel.tar.xz
tar -xf stoney-patched-kernel.tar.xz
cd stoney
- Move and rename file to /boot
sudo mv config /boot/config-6.5.6-stoney
sudo mv system.map-6.5.6-stoney /boot/system.map-6.5.6-stoney
sudo mv vmlinuz-6.5.6-stoney /boot/vmlinuz-6.5.6-stoney
-
Copy catalog “6.5.6-stoney” from modules/lib/modules to /lib/modules
-
Creat initramfs
sudo update-initramfs -c -k 6.5.6-stoney
They may be some “amdgpu” errors, dont worry
- Update grub
sudo update-grub
- Restart and select at startup kernel “6.5.6-stoney”
For me audio works on HP “BARLA” with Debian 12
Sorry for my english
1 Like
Thank you. Audio works now.