OK update -
Working Audio on Dell XPS 14" (9440)!
So, Ubuntu 24.04 got released in Beta a few days ago (
https://releases.ubuntu.com/noble/)
So...downloaded ubuntu-24.04-beta-desktop-amd64.iso to USB and installed it. This time i actually selected to install third party drivers, and it seems happy (Working GFX card) and is showing a 4050 GTX in System Details
This version of Ubuntu comes with 6.8.0-22-generic kernel
So i installed mainline
sudo add-apt-repository ppa:cappelikan/ppa
sudo apt update
sudo apt install mainline
And updated the kernel to 6.9-rc3 (latest but i suspect some earliers would work too)
Then downloaded latest available sof binaries from
https://github.com/thesofproject/sof-bin/releases (v2024.03)
Extracted tar and then ran install.sh as sudo (Had issues with some folder not extracting/removing properly so removed contents of /lib/firmware/intel/sof-ace-tplg first and re-ran installer again)
Then as per @Yellow Pasque comment, i "patched UCM" as per the thread in github issue (
https://github.com/thesofproject/lin...ent-2024076848)
curl -L -o alsa-ucm-conf.tar.gz https://github.com/alsa-project/alsa.../master.tar.gz
tar xvzf alsa-ucm-conf.tar.gz -C /usr/share/alsa --strip-components=1 --wildcards "*/ucm" "*/ucm2"
Rebooted and....Working audio!
If anyone needs any further info, let me know
Bookmarks