You are not logged in.
Pages: 1
Fresh install of arch, audio worked until reboot, but after I rebooted I am unable to turn the sound on. Windows (I have dual-boot) can use speakers just fine.
lspci -k -nn -d ::0403
0000:00:1f.3 Audio device [0403]: Intel Corporation Meteor Lake-P HD Audio Controller [8086:7e28] (rev 20)
Subsystem: Dell Device [1028:0c63]
Kernel driver in use: sof-audio-pci-intel-mtl
Kernel modules: snd_hda_intel, snd_sof_pci_intel_mtl
Output of cat
cat /proc/asound/cards
--- no soundcards ---
alsa-firmware, sof-firmware are installed
Last edited by visk (2025-06-23 19:28:57)
Offline
Please use [code][/code] tags, not random markup. Edit your post in this regard.
Windows (I have dual-boot)
3rd link below. Mandatory.
Disable it (it's NOT the BIOS setting!) and reboot windows and linux twice for voodo reasons.
Please post your complete system journal for the boot:
sudo journalctl -b | curl -F 'file=@-' 0x0.st
Edit: x-ref, https://bbs.archlinux.org/viewtopic.php?id=306456
Last edited by seth (2025-06-23 07:20:31)
Offline
I had it fast boot disabled, but went back to double check.
Here is the journal:
https://0x0.st/8lsG.txt
This is probably mostly redundant, but here is the output of the alsa-info script:
https://alsa-project.org/db/?f=d0ec3774 … e227f386d1
Offline
Jun 23 10:54:38 vimes kernel: cs42l43 sdw:0:0:01fa:4243:01: Direct firmware load for cs42l43.bin failed with error -2
Jun 23 10:54:38 vimes kernel: cs42l43 sdw:0:0:01fa:4243:01: Failed to load firmware
You need linux-firmware-cirrus
Offline
That worked! Thank you so much!
Offline
that's it! I meet the same problem! highly appreciate!
Offline
Pages: 1