- Edited
Only the inbuilt Microphones didn't work for me anymore.
I TEMP fixed mine by reverting the Kernel version until a permanent fix is found.
I will hide the details due to the valid concerns posted by @Harvey below.
sudo clr-boot-manager list-kernels
This returned the following two Kernels with the latest default kernel marked with an asterisk *
*com.solus-project.current.6.9.12-297
com.solus-project.current.6.9.10-295
To change to the previous kernel I used the below cmd.
sudo clr-boot-manager set-kernel com.solus-project.current.6.9.10-295
Now reboot and you should be back on the previous Kernel to check.
sudo clr-boot-manager list-kernels
com.solus-project.current.6.9.12-297
*com.solus-project.current.6.9.10-295
To revert
sudo clr-boot-manager set-kernel com.solus-project.current.6.9.12-297
WARNING:PLEASE USE YOUR OWN RETURNED KERNEL VERSIONS.