You are not logged in.
I am trying arch for the first time. I just set up my laptop (Dell Inspiron 15 5000) with Arch + KDE plasma. Everything is working really well except for sound.
When I click on the muted speaker icon, it shows "No output or input devices found"
$lspci -v gives me
0000:00:1f.3 Multimedia audio controller: Intel Corporation Tiger Lake-LP Smart Sound Technology Audio Controller (rev 20)
Subsystem: Dell Device 0a02
Flags: bus master, fast devsel, latency 64, IRQ 16
Memory at 6035298000 (64-bit, non-prefetchable) [size=16K]
Memory at 6035000000 (64-bit, non-prefetchable) [size=1M]
Capabilities: <access denied>
Kernel driver in use: sof-audio-pci-intel-tgl
Kernel modules: snd_hda_intel, snd_sof_pci_intel_tgl
sudo fuser -v /dev/snd/* has no output
pacmd xxx commands output as follows
[teshan@mylap ~]$ pacmd list-cards
0 card(s) available.
[teshan@mylap ~]$ pacmd list-sinks
1 sink(s) available.
* index: 0
name: <auto_null>
driver: <module-null-sink.c>
flags: DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
state: SUSPENDED
suspend cause: IDLE
priority: 1000
volume: front-left: 47051 / 72% / -8.63 dB, front-right: 47051 / 72% / -8.63 dB
balance 0.00
base volume: 65536 / 100% / 0.00 dB
volume steps: 65537
muted: no
current latency: 0.00 ms
max request: 344 KiB
max rewind: 344 KiB
monitor source: 0
sample spec: s16le 2ch 44100Hz
channel map: front-left,front-right
Stereo
used by: 0
linked by: 0
configured latency: 0.00 ms; range is 0.50 .. 2000.00 ms
module: 11
properties:
device.description = "Dummy Output"
device.class = "abstract"
device.icon_name = "audio-card"
[teshan@mylap ~]$ pacmd list-sink-inputs
0 sink input(s) available.
I can see that there have been multiple discussions related to the same problem. But none of them had a solution for my problem. Can someone please help me get this resolved? I don't have a clue to where to begin
Last edited by teshansj (2021-11-18 07:32:21)
Offline
You need to install sof-firmware as a basic requirement, ideally that should be all and it should just work after a reboot.
If you found that in "multiple discussions around the issue", it would be nice to mention what you tried already so we don't have to needlessly repeat ourselves. The last info I have on this is that this was pending on a kernel patch that should be part of the 5.15 kernels we are currently on
Last edited by V1del (2021-11-17 15:00:38)
Offline
That worked! Thanks. Is this something I have missed from the setup process?
About the other discussions I found, I did not bother to post what I tried because every other post was mentioning losing sound after a while. And they all had their sound devices listed in fuser -v /dev/snd or pacmd list-devices
Offline
That worked! Thanks. Is this something I have missed from the setup process?
https://wiki.archlinux.org/title/Instal … l_packages
3rd bullet point, but it's very hardware dependent.
Offline