=== ./disable_ucsi_acpi.conf ===
# This is probably a firmware bug from Framework
# This is related to Power Delivery handling
blacklist ucsi_acpi
=== ./disable-dmic.conf ===
# This disable the digital mic array feature, it is not well supported yet
# It gets recognized but not well routed (?) and totally silent, works perfectly under windows, fails here so this reverts back to old ALSA mono mic
blacklist snd_soc_dmic
blacklist snd_acp_legacy_mach
blacklist snd_acp_mac
=== ./disable-uas.conf ===
# if you let the v1 framework branded storage module with uas, you'll have a bad day with your entire USB chain crashing
options usb-storage quirks=13fe:6500:u
=== ./blacklist-cros_ec.conf ===
# it has been broken for a long time but the default fn handling more or less works.
blacklist cros_ec_lpcs
==============
Kernel command line:
root=LABEL=root resume=PARTLABEL=swap amdgpu.dcdebugmask=0x10 quiet splash loglevel=3 audit=0 rd.systemd.show_status=auto rd.udev.log_level=3 vt.global_cursor_default=0 initrd=amd-ucode.img
initrd=initramfs-linux-cachyos.img
But still: forget about hibernation, a lot of usb issues (USB 2 devices loop crashing, PD not getting the right way ie a battery charging instead of powering) and all the ports are not equal like on the intel version so move stuff around to be maybe lucky.