09-03-2022 03:20 AM
10-07-2022 01:22 AM
10-13-2022 02:38 PM
BlueskullThank you so much. Your guideline is short and useful. Speakers and microphone and web camera are working fantastic after patching the kernel with "ArchLinux AUR repo um5302ta-linux" patch.
- Google "Linux Kernel", download 6.0 tarball
- Extract the tarball to ~/linux/linux-6.0
- cd to ~/linux/linux-6.0
- Apply said patches (I recommend manually patching them as the AUR patch files are for RC7, so line numbers might be different)
- Copy /boot/config-5.19-xxx to ~/linux/linux-6.0/config (cp /boot/config-5.19-xxx .config), if there are multiple of them, use any should be fine
- make deb-pkg LOCALVERSION=-custom -j14 (do not use 16 threads, 14 is fast enough, use 16 and your system will lag badly)
- If everything works, cd ..
- sudo dpkg -i linux-headers-6.0.0-custom_6.0.0-custom-1_amd64.deb linux-image-6.0.0-custom_6.0.0-custom-1_amd64.deb
- You do not need to install the dbg and dev packages. Compiling the kernel dbg package is the last thing "make" command will do and it takes a ridiculously amount of time, so you can ctrl+c once you see the current compiling package is the dbg package
- Reboot
When you use 5.19 kernel config to compile 6.0, you will be asked a lot of questions whether you compile a certain module, you can press enter for all questions to apply the default settings.
View post
10-16-2022 09:42 PM
11-02-2022 04:10 PM
11-02-2022 07:40 PM
rykellimUbuntu 22.04 LTS has the option to install Linux 6.0 (sudo apt install linux-oem-22.04b). Within 2 months or so, this command will be upgraded to install Linux 6.1, which I believe will solve all compatibility issues.I bought this Ryzen 7 6800U laptop thinking that Ubuntu 22.04 LTS will work "out of the box" since it is 2022, and Ubuntu works quite well with many of the systems I threw at it. Alas, how wrong I was! When I saw that the keyboard does NOT work, I knew that this is not going to be a smooth sailing ride. I appreciate the workaround, and shall look out for the day when it will play nice with Ubuntu.
View post