You are not logged in.
Hi there, I reinstalled arch on my Lenovo Thinkpad X1 Yoga Gen 4 today, for reasons I wont get into. I used to use KDE Plasma, but, on this install, I decided to switch to openbox as I had been playing around with it at the time and quite liked it. I didn't have any problems with the installation, but I noticed that pulseaudio wasn't detecting the inbuilt mic or speakers. I've never had this problem with this laptop before. Last install they worked out of the box. Did I forget something? Am I just being dumb? I need this laptop for online class so I need my audio to work.
Last edited by AirsoftHamster (2021-05-03 05:44:28)
Offline
How are you starting openbox/xorg? if via .xinitrc make sure you follow the template from: https://wiki.archlinux.org/title/Xinit#xinitrc
What *does* pulseaudio see? post
sudo fuser -v /dev/snd/*
aplay -l
pacmd list-cards
pacmd list-sinksFWIW if there's just not any card at all chances are you lack the sof-firmware and alsa-ucm-conf packages.
Offline
I installed sof-firmware and it fixed the issue. alsa-ucm-conf was already installed.
Thanks for your help!
Offline