Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I'm using 12.10 Quantal with Openbox and a .xinitrc script at login instead of a display manager.

It's a relatively fresh install and I noticed when I opened pavucontrol the only output was a dummy one. I checked around and it appears that my sound card is physically installed but Pulseaudio isn't detecting it. I'm really unsure of what I should do but any help getting my audio back would be appreciated.

Edit: further info if its at all useful:

dante@dante-ubuntu:~$ uname -a && aplay -l && cat /proc/asound/version && head -n 1 /proc/asound/card*/codec#*
Linux dante-ubuntu 3.5.0-17-generic #28-Ubuntu SMP Tue Oct 9 19:31:23 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
aplay: device_list:252: no soundcards found...
Advanced Linux Sound Architecture Driver Version 1.0.25.
==> /proc/asound/card0/codec#0 <==
Codec: ATI R6xx HDMI

==> /proc/asound/card1/codec#0 <==
Codec: IDT 92HD81B1X5
share|improve this question
1  
Seems like ALSA does not recognize your soundcard. You may get additional information on drivers loaded/needed with hwinfo --sound . – Takkat Oct 18 '12 at 19:37
Possible duplicate? - see my answer here - askubuntu.com/questions/264272/… – FedaykinWolf Mar 28 at 9:41

closed as too localized by fossfreedom Mar 28 at 10:04

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

2 Answers

Possibly something is monopolising the sound devices. Try

sudo fuser -v /dev/snd/*

on command line to see what takes the sound devices and stop it. Then try again.

share|improve this answer

Had same problem. GDM was the 'user' controlling audio. Sollution here: http://www.debuntu.org/how-disable-pulseaudio-and-sound-gdm

share|improve this answer
1  
Welcome to Ask Ubuntu! Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference. – fossfreedom Nov 10 '12 at 11:55

Not the answer you're looking for? Browse other questions tagged or ask your own question.