Brett T. Warden
Brett T. Warden
Maybe my notes in https://github.com/raman325/lock_code_manager/issues/139#issuecomment-2195456943 are more relevant here.
It looks like there are a few issues at play, but I've backported https://github.com/hughsie/colord/commit/08a32b2379fb5582f4312e59bf51a2823df56276 as a start.
I've also backported these to deal with the sqlite3 error logging issues: https://github.com/hughsie/colord/commit/7435d9c23a1d3bc138dcae0e05ea06fb244568fe https://github.com/hughsie/colord/commit/d8076a16ea1f4437cca3799d414faf40cddae955 https://github.com/hughsie/colord/commit/f4fdb66d0399e3223c068c663e7621ea19b71a7b https://github.com/hughsie/colord/commit/125677111dfbbfc714cd99c0e6984a650a1f95a2
These are the only relevant options I see, and we've already enabled them: ``` CONFIG_SND_AMD_ASOC_REMBRANDT=m CONFIG_SND_SOC_SOF_AMD_REMBRANDT=m CONFIG_SND_SOC_AMD_ACP3x=m CONFIG_SND_SOC_AMD_ACP6x=m CONFIG_SND_SOC_AMD_RPL_ACP6x=m ``` Unfortunately, we don't have any of that hardware to test...
OK, maybe it's this one: `CONFIG_DRM_AMD_ACP` I'll enable it; give it a try in a new release and see if it works. This issue will be tagged when the new...
> I ran ` i2cdetect -l` but the output is empty. That means no i2c bus is detected at all (or at least there's no driver loaded for the controller)....
Found https://github.com/alsa-project/alsa-utils/issues/280 and https://github.com/alsa-project/alsa-utils/issues/281. I'll backport the fixes.
When that happens, can you try replicating the failing mount command to see if you get a more detailed message? e.g. `mount -t ext4 /dev/nvme0n1p2 /tmp/install-974208835` Everything looks like /dev/nvme0n1p2...
This might be an esoteric hardware issue with the eMMC controller. Our best idea is to try playing around with the `rootwait` kernel boot parameter to see if it just...
We found an issue introduced in the 6.12 kernel that is most likely the problem here. [See discussion in our forum](https://community.clearlinux.org/t/cannot-boot-with-kernel-6-12-or-higher/10314/15) The fix should be released in a few days.