Closed cg-cri-gl closed 1 year ago
I believe this issue was resolved in https://github.com/damentz/liquorix-package/issues/142, closing.
EDIT: And sorry for the late response, the headline of this issue looked more like a tech support request, which I de-prioritize. The person in #142 asked for the specific change you wanted here (that I missed), and was very easy for me to make.
Thanks for working on the other (=same) issue
Though one question : any chance for me to compile the older kernel version 6.2-19? The compilation fails now, with dpkg-source
complaining dpkg-source: info: you can integrate the local changes with dpkg-source --commit" ( (see previous logs)
The reason i'd need that is due to some nvidia kernel modules , hacked around to work for the 6.2.x source
Thanks
ping @damentz please can you jump in and help me out when hitting this error message when compiling an older kernel version ? Thanks !
I don't provide support for unsupported versions of Liquorix. However, I believe this commit is pertinent to you: https://github.com/damentz/liquorix-package/commit/5eae49c0737cee9d68369c6c1725a07befb0dea8
To keep the post short:
The issue i'm facing with your version of the kernel (which i'm very happy about otherwise) is that the on-board sound-card isn't working. Though working fine, when running stock debian kernel 6.x (running MX Linux here in case it matters).
The solution (which i can also confirm by doing a diff on the _config.gz_s between the stock kernel and your version) implies kernel recompilation, as per solution proposed here and here (not sure if this last quirk is applicable / needed...).
The flag(s) are : _CONFIG_SND_SOC_INTEL_USER_FRIENDLY_LONGNAMES=y” since _'CONFIG_SND_SOC_INTEL_SOUNDWIRE_SOFMACH=m' is enabled already it seems.
The kind request for help from you is how to compile the kernel with those flags enabled , as the kernel config is automatically generated , as per documentation ?
Thank you
LE: kernel compilation (inside docker containre) fails with "dpkg-source: info: you can integrate the local changes with dpkg-source --commit" ; how to do such in a ephemeral container ?
Thanks