07-07-2020, 10:20 PM
(06-29-2020, 02:45 PM)shawnanastasio Wrote:(06-29-2020, 02:35 PM)bchenlee609 Wrote: Hello,
I used your new patch, so hopefully have done the APPEND modification properly.
Output of dmesg | grep command listed below:
Code:[0.000000] Kernel command line: initrd=/initramfs-linux.img console=tty1 console=ttyS2,1500000 root=LABEL=ROOT_MNJRO rw rootwait video=eDP-1:1920x1080@60 video=HDMI-A-1:1920x1080@60 bootsplash.bootfile=bootsplash-themes/manjaro/bootsplash analogix_dp.enable_psr=0
Any advice would be appreciated. If not, seems like this change will roll out on a wider scale eventually too, can wait until then. Was just trying to use this as a learning experience too
Thanks!
-B
Your kernel command line is correct, so the issue must be that you either didn't apply the patch correctly or didn't install/boot the new kernel correctly. I personally just used the kernel's own build system to build and install the kernel, so I'm not super familiar with Manjaro's makepkg method. According to mtnygard's post it seems the patch needs to be applied after `makepkg -o` and before `makepkg -e`, then you use `pacman -U` to install the newly built kernel.
If possible, could you try modifying the kernel's LOCALVERSION string to contain something unique? You should be able to edit the .config file after the `makepkg -o` step with a text editor to do this. This will allow you to see if the you're successfully booting the patched kernel by running `uname -r` and seeing if the new LOCALVERSION appears.
Thanks for your last reply! Life gets in the way tinkering with this laptop unfortunately.
May I ask for some clarification? Which .config file am i editing after the 'makepkg -o' step?
And once in there, how do I modify the LOCALVERSION string?
Sorry if these are silly questions, this is all new for me.
I wish there were a way to check at this point whether or not I applied your patch correctly (without modifying the kernel localversion string)
I'm assuming this is not possible?
Thanks again!
-B