sudo openrgb. This did not fix the detection issue and produced errors like [i2c_smbus_linux] Failed to read i2c device PCI device ID in the terminal.lsmod | grep i2c_dev shows i2c_dev is loaded correctly.i2c_amd_mp2 is typically the required module for SMBus access on B550 chipsets.sudo modprobe i2c_amd_mp2.modprobe command failed with the following error:modprobe: FATAL: Module i2c_amd_mp2 not found in directory /lib/modules/6.13.7-108.bazzite.fc41.x86_64i2c_amd_mp2 kernel module is missing from this specific Bazzite kernel build (6.13.7-108.bazzite.fc41). This prevents OpenRGB (and likely other hardware monitoring tools) from accessing the necessary SMBus/I2C bus to communicate with RAM and GPU RGB controllers on my B550 system.i2c_amd_mp2 module from this kernel build intentional, or could it be a packaging oversight?rpm-ostree or other means) to enable or add this kernel module for users with affected AMD hardware like the B550 chipset?