Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
(solved) Alsa: No Sound
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
<3
Veteran
Veteran


Joined: 21 Oct 2004
Posts: 1081

PostPosted: Sat May 12, 2012 4:57 pm    Post subject: (solved) Alsa: No Sound Reply with quote

I don't know why I have so many problems with ALSA. ALSA is really frustrating me. Anyways ALSA used to work using this setup. I am not sure what exactly happened but now it does not seem to work anymore.

My setup is a Intel P55 based motherboard with a Via VT1828S Audio chip. The speakers are connected through S/PDIF optical. I am using in kernel ALSA drivers with everything compiled as modules. One thing that stands out to me is that the aplay -l output no long shows the 2nd S/PDIF connection, instead it shows "VT1828S HP" what ever that is.

Code:
#uname -a
Linux RAMB00000000000 3.3.0-gentoo #3 SMP PREEMPT Wed May 9 19:47:52 PDT 2012 x86_64 Intel(R) Core(TM) i5 CPU 750 @ 2.67GHz GenuineIntel GNU/Linux


Note that I am not using the SB Audigy card since it doesn't have S/PDIF optical.
Code:
lspci | grep -i audio
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)
01:00.1 Audio device: Advanced Micro Devices [AMD] nee ATI RV710/730 HDMI Audio [Radeon HD 4000 series]
0b:02.0 Multimedia audio controller: Creative Labs SB Audigy (rev 04)


Code:
#dmesg | grep -i hda
[   10.193553] snd_hda_intel 0000:00:1b.0: irq 60 for MSI/MSI-X
[   10.383893] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[   10.384029] input: HDA Intel Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[   10.384198] input: HDA Intel Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[   10.384450] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[   10.384693] input: HDA Intel Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[   10.384867] input: HDA Intel Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[   10.385036] input: HDA Intel Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[   10.385210] input: HDA Intel Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[   10.386420] snd_hda_intel 0000:01:00.1: irq 61 for MSI/MSI-X
[   10.426308] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/0000:01:00.1/sound/card1/input16


Code:
#aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: VT1828S Analog [VT1828S Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: VT1828S Digital [VT1828S Digital]
  Subdevices: 0/1
  Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 2: VT1828S HP [VT1828S HP]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: HDMI [HDA ATI HDMI], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0


Code:
#aplay -L
null
    Discard all samples (playback) or generate zero samples (capture)
sysdefault:CARD=Intel
    HDA Intel, VT1828S Analog
    Default Audio Device
front:CARD=Intel,DEV=0
    HDA Intel, VT1828S Analog
    Front speakers
surround40:CARD=Intel,DEV=0
    HDA Intel, VT1828S Analog
    4.0 Surround output to Front and Rear speakers
surround41:CARD=Intel,DEV=0
    HDA Intel, VT1828S Analog
    4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=Intel,DEV=0
    HDA Intel, VT1828S Analog
    5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=Intel,DEV=0
    HDA Intel, VT1828S Analog
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=Intel,DEV=0
    HDA Intel, VT1828S Analog
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=Intel,DEV=0
    HDA Intel, VT1828S Digital
    IEC958 (S/PDIF) Digital Audio Output
hdmi:CARD=HDMI,DEV=0
    HDA ATI HDMI, HDMI 0
    HDMI Audio Output


Code:
cat /proc/asound/card0/codec#0 | grep Codec
Codec: VIA VT1828S


Last edited by <3 on Wed Aug 08, 2012 8:46 am; edited 4 times in total
Back to top
View user's profile Send private message
PaulBredbury
Watchman
Watchman


Joined: 14 Jul 2005
Posts: 7310

PostPosted: Sat May 12, 2012 5:47 pm    Post subject: Re: Alsa: Reply with quote

<3 wrote:
it does not seem to work anymore.

That's hardly sufficient information.

Useful debugging info:
Code:
wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh
bash alsa-info.sh --upload

Then show us the URL that the script shows at the end.
_________________
Improve your font rendering and ALSA sound
Back to top
View user's profile Send private message
<3
Veteran
Veteran


Joined: 21 Oct 2004
Posts: 1081

PostPosted: Sat May 12, 2012 8:13 pm    Post subject: Reply with quote

Your ALSA information is located at http://www.alsa-project.org/db/?f=cd0947347a53b66f3fc96e9b6cf3b96931cd29d0
Back to top
View user's profile Send private message
<3
Veteran
Veteran


Joined: 21 Oct 2004
Posts: 1081

PostPosted: Sat May 12, 2012 8:20 pm    Post subject: Re: Alsa: Reply with quote

PaulBredbury wrote:

That's hardly sufficient information.
Sorry, I seem to not be able to get sound working properly. The weird thing is that when I load KDE I can hear the KDE start-up chime. Everything else doesn't seem to work.

Using audacious I get this error
Quote:
snd_pcm_open failed: Device or resource busy.


Adobe flash and VLC no longer produces any sound either. I don't get any error messages from those 2 programs.
Back to top
View user's profile Send private message
<3
Veteran
Veteran


Joined: 21 Oct 2004
Posts: 1081

PostPosted: Sat May 12, 2012 8:47 pm    Post subject: Reply with quote

Re-opened this forum post because I am still having this problem. It seems as if I only get this problem when I am using KDE.
Back to top
View user's profile Send private message
<3
Veteran
Veteran


Joined: 21 Oct 2004
Posts: 1081

PostPosted: Tue Jul 31, 2012 6:12 pm    Post subject: Reply with quote

I switched the phonon backend from gstreamer to vlc and so far I have not seen any problems.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum