You are not logged in.

#1 2018-04-11 04:45:03

Dmcinkeit
Member
Registered: 2018-04-11
Posts: 8

PulseAudio doesn't detect devices

I been trying to get sound to work for a while now. I have alsa mixer and pulse audio and pavucontrol. When I open alsamixer it has all the sound cards that I want but when I open pavucontrol the only thing under output Devices is Dummy Output.
Earlier today it had all the devices in pacucontrol I never actually tested to see if sound was coming through though. Then after a reboot only the Dummy Output was showing up.

Offline

#2 2018-04-11 06:43:22

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,658

Re: PulseAudio doesn't detect devices

If pulse only shows you a dummy output, this usually means that something is already accessing and blocking access to the sound card, which is why pulse is unable to enumerate it. Use

sudo fuser -v /dev/snd/*

to find out what that is.

Online

#3 2018-04-11 22:23:11

Dmcinkeit
Member
Registered: 2018-04-11
Posts: 8

Re: PulseAudio doesn't detect devices

"sudo fuser -v /dev/snd/*" returned nothing.
Also I accedentally reported your reply my screen was cut off and I saw re and assumed the button was reply.

Offline

#4 2018-04-11 22:29:48

Dmcinkeit
Member
Registered: 2018-04-11
Posts: 8

Re: PulseAudio doesn't detect devices

sudo fuser -v /dev/snd/*
                       USER               PID   ACCESS   COMMAND
/dev/snd/controlC0:    username          3939   F . . . .    pulseaudio
/dev/snd/controlC1:    username          3939   F . . . .    pulseaudio
/dev/snd/controlC2:    username          3939   F . . . .    pulseaudio

except with username replaced with my actual username

Last edited by Dmcinkeit (2018-04-12 00:05:44)

Offline

#5 2018-04-11 23:25:35

Xyne
Administrator/PM
Registered: 2008-08-03
Posts: 6,963
Website

Re: PulseAudio doesn't detect devices

Hi Dmcinkeit, welcome to the forum.

Please use the edit button to append information to your previous post when it is the last one in the thread. Also please use code tags when posting command output or file contents,

like so

.


edit
@Dmcinkeit
Thanks!


My Arch Linux StuffForum EtiquetteCommunity Ethos - Arch is not for everyone

Offline

#6 2018-04-12 16:04:04

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,658

Re: PulseAudio doesn't detect devices

Hmm, can you post

aplay -lL
amixer -c0
systemctl --user status pulseaudio

Is this a tablet/netbook/chromebook with a SOC card? Any /etc/asound.conf or .asoundrc or similar?

Last edited by V1del (2018-04-13 07:23:08)

Online

#7 2018-04-12 23:29:44

nixIT
Member
Registered: 2010-01-13
Posts: 528

Re: PulseAudio doesn't detect devices

I had a similar issue today, after I ran an update and rebooted, though the only devices listed was HD Audio (onboard). lspci and lsusb both showed the devices. I ended up downgrading to alsa-*-1.1.5-1 and after a reboot everything worked.

I know downgrading isn't the best way, but I needed to get some recording done, and it worked for me.

wanted to share, YMMV

--nixIT


ASRock X570 PG VELOCITA AM4 AMD X570  | AMD Ryzen 5900x | 128GB G.SKILL RipjawsV  | ASRock Radeon RX 6700 XT Challenger D

Offline

Board footer

Powered by FluxBB