[Kernel-packages] [Bug 2060868] Re: Lenovo X13s fails to boot on 6.8.0-20-generic and 6.8.0-22-generic

2024-04-24 Thread Jens Glathe
Hmm I see two issues here. qcom_q6v5_pas should be in /etc/initramfs-tools/modules (it is in mine), or loading of adsp and cdsp firmware will be deferred until rootfs is mounted, with the odd VBUS interruption on type-c connectors at a moment where this will result in an inaccessible rootfs aft

[Kernel-packages] [Bug 2060868] Re: Lenovo X13s fails to boot on 6.8.0-20-generic and 6.8.0-22-generic

2024-04-24 Thread Jens Glathe
Hi @xypron, my /etc/initramfs-tools/modules is this: --- pwm_bl phy_qcom_qmp_pcie pcie_qcom phy_qcom qmp_pcie phy_qcom_qmp_combo qrtr drm-dp-aux-bus phy_qcom_edp gpio_sbu_mux i2c_hid_of i2c_qcom_geni pmic_glink_altmode leds_qcom_lpg qcom_q6v5_pas panel-edp

[Kernel-packages] [Bug 2060868] Re: Lenovo X13s fails to boot on 6.8.0-20-generic and 6.8.0-22-generic

2024-04-29 Thread Jens Glathe
Hmm an additional data point: I accidentally updated the Windows Dev Kit instead of the X13s to 24.04 (yes, really) and it installed the 6.8.0-31-generic kernel, however no dtb - but that's to be expected when flash-kernel is not installed, and being an unsupported device. After symlinking my dtb,

[Kernel-packages] [Bug 2060868] Re: Lenovo X13s fails to boot on 6.8.0-20-generic and 6.8.0-22-generic

2024-04-30 Thread Jens Glathe
May I ask how you you modify the installer ISO with the missing package? I'm a bit at a loss here. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/2060868 Title: Lenovo X13s fails to boot

[Kernel-packages] [Bug 2060868] Re: Lenovo X13s fails to boot on 6.8.0-20-generic and 6.8.0-22-generic

2024-04-30 Thread Jens Glathe
Hmmm I looked into the ubuntu-x13s-settings, updated my X13s to 24.04, chose to *not install the settings yet*, and it doesn't boot with 6.8.0-31 (hard reset eventually). Will investigate further, but probably sorta moot - need to untangle what I do with modules/hooks/bootmac that it doesn't interf

[Kernel-packages] [Bug 1926938] Re: Recent mainline packages are built with Hirsuite 21.04, not Focal 20.04 LTS

2021-12-11 Thread Jens Glathe
@k3dar7 interesting, had no error yesterday on building 5.15.7 Need to investigate. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1926938 Title: Recent mainline packages are built with

[Kernel-packages] [Bug 1926938] Re: Recent mainline packages are built with Hirsuite 21.04, not Focal 20.04 LTS

2021-12-11 Thread Jens Glathe
@k3dar7 now... I did some search on what installs libssl3. $ ldconfig -p | grep ssl3 libssl3.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libssl3.so $ apt-file search libssl3.so firefox: /usr/lib/firefox/libssl3.so libnss3: /usr/lib/x86_64-linux-gnu/libssl3.so thunderbird: /usr/li

[Kernel-packages] [Bug 1926938] Re: Recent mainline packages are built with Hirsuite 21.04, not Focal 20.04 LTS

2021-08-24 Thread Jens Glathe
Since HWE in focal changed today (?) to 5.13.0-14, trying to get it to run I tried #66 DanglingPointer's approach (was on the same path trying to build from the hirsute repo on Mint 20.2 - success with 5.11.0-25 after building dwarves locally :)). libbpf was missing, installed from debian. zstd was

[Kernel-packages] [Bug 1926938] Re: Recent mainline packages are built with Hirsuite 21.04, not Focal 20.04 LTS

2021-08-25 Thread Jens Glathe
Was an interesing day, I was able to build and run mainline 5.13.12 on Mint 20.2. Was the first time I used the mainline package from kernel.org, and it was a bit fiddly, however copying over debian/ and debian.master/ is a great start, thanks for the tip. Only thing that doesn't work (yet) is nVid

[Kernel-packages] [Bug 1942260] Re: compress firmware in /lib/firmware

2023-11-10 Thread Jens Glathe
That kernel option was not easy to find, but it's working now. FW_LOADER_COMPRESS=y FW_LOADER_COMPRESS_ZSTD=y -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmware in Ubuntu. https://bugs.launchpad.net/bugs/1942260 Title: comp

[Kernel-packages] [Bug 1926938] Re: Recent mainline packages are built with Hirsuite 21.04, not Focal 20.04 LTS

2021-10-03 Thread Jens Glathe
Hmm. Got 5.14.9 running directly from the https://kernel.ubuntu.com/~kernel-ppa/mainline/ repository. Works with nvidia driver 4.70 on Mint 20.2 :) build sequence: - checkout cod/mainline/v5.14.9 from git://git.launchpad.net/~ubuntu-kernel-test/ubuntu/+source/linux/+git/mainline-crack - install