![]() |
Manjaro pinebookpro images with kernel 5.7.19 - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111) +--- Forum: General Discussion on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=112) +--- Thread: Manjaro pinebookpro images with kernel 5.7.19 (/showthread.php?tid=17391) Pages:
1
2
|
RE: Manjaro pinebookpro images with kernel 5.7.19 - rfm83 - 10-11-2022 (10-10-2022, 10:00 PM)wdt Wrote: >BTW, in 5.8.14 panel-simple is builtin, not a module No luck with your kernel 5.8 image. The usb-c to HDMI functionality is broken. Although I don't see the black screen problem. And you're right about panel being built in. I'm starting to wonder if there is a kernel module for HDMI missing on these "Linux" images. The "linux-pinebookpro" which is the 5.7.19 has no usb-c to HDMI issues but the display issue is there. Did Manjaro change a lot of stuff in their linux-pinebookpro image? RE: Manjaro pinebookpro images with kernel 5.7.19 - rfm83 - 01-22-2023 I can confirm that the usb-c to HDMI functionality is working on Manjaro with the kernel image linux-lts-5.15. This image is available in the repo currently. In order to make the mkinitcpio script not fail when downgrading to kernel linux-lts, due to the missing panel_edp module just edit the file /etc/mkinitcpio.conf and add a "?" In front of the line "MODULES= panel_edp?", and that way the script is successful creating the initramfs file. |