You are not logged in.
So i got my hands on a thinkpad T430s, installed arch and everything is working except audio. I followed arch-wiki and installed alsa-firmware, sof-firmware and tried fixes from all around the web but it's still not working. Audio output now shows as Dummy Output. I'm sorry if this is completely my fault or I did something wrong. If output of those 2 commands is not enough to troubleshoot this issue feel free to ask a command output that you need.
aplay -l output:
aplay: device_list:279: no soundcards found...lspci -v | grep -A7 -i "audio" output:
lspci: Unable to load libkmod resources: error -2
00:1b.0 Audio device: Intel Corporation 7 Series/C216 Chipset Family High Definition Audio Controller (rev 04)
Subsystem: Lenovo Device 21fb
Flags: bus master, fast devsel, latency 0, IRQ 10
Memory at f2530000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
00:1c.0 PCI bridge: Intel Corporation 7 Series/C216 Chipset Family PCI Express Root Port 1 (rev c4) (prog-if 00 [Normal decode])
Subsystem: Lenovo Device 21fbamixer sset Master unmute output:
amixer: Unable to find simple control 'Master',0Last edited by cumcat0 (2024-08-19 11:01:07)
womp womp
Offline
"now shows as dummy" -- did it ever not show as dummy? "fixes around the web" -- which fixes? Post exact files and adjustments done.
Post
sudo journalctl -b
grep -ER 'snd|intel' /etc/modprobe.d /etc/modules-load.d Offline