[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: No Sound Card found on Testing Install



On Sunday, July 1, 2012 11:50:01 PM UTC-4, Andrei Popescu wrote:
> On Du, 01 iul 12, 16:51:28, ss11223 wrote:
> > I installed testing on an older machine with an Intel ICH9 controller on the
> > mother board. Alsa reports that there is no audio card found.
> 
> Show us :)
> Please also include outputs of the following commands:
> 
>     aplay -l
>     aplay -L
>     cat /proc/asound/cards
>     lsmod | grep snd
>     lspci -nn | grep -i audio
> 
> Kind regards,
> Andrei
> -- 

Ah, today /etc/init.d/alsa-utils start no longer complains of no sound card, but
the sound still only comes out of the motherboard speaker.

I get:

ajms@escort:~$ sudo /etc/init.d/alsa-utils stop
[ ok ] Shutting down ALSA...done.
ajms@escort:~$ sudo /etc/init.d/alsa-utils start
[ ok ] Setting up ALSA...done.
ajms@escort:~$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: STAC92xx Digital [STAC92xx Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
ajms@escort:~$ aplay -L
default
    Playback/recording through the PulseAudio sound server
sysdefault:CARD=Intel
    HDA Intel, STAC92xx Analog
    Default Audio Device
front:CARD=Intel,DEV=0
    HDA Intel, STAC92xx Analog
    Front speakers
surround40:CARD=Intel,DEV=0
    HDA Intel, STAC92xx Analog
    4.0 Surround output to Front and Rear speakers
surround41:CARD=Intel,DEV=0
    HDA Intel, STAC92xx Analog
    4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=Intel,DEV=0
    HDA Intel, STAC92xx Analog
    5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=Intel,DEV=0
    HDA Intel, STAC92xx Analog
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=Intel,DEV=0
    HDA Intel, STAC92xx Analog
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=Intel,DEV=0
    HDA Intel, STAC92xx Digital
    IEC958 (S/PDIF) Digital Audio Output
ajms@escort:~$ cat /proc/asound/cards
 0 [Intel          ]: HDA-Intel - HDA Intel
                      HDA Intel at 0x93220000 irq 47
ajms@escort:~$ lsmod | grep snd
snd_hda_codec_idt      44792  1 
snd_hda_intel          21856  2 
snd_hda_codec          63477  2 snd_hda_intel,snd_hda_codec_idt
snd_hwdep              12943  1 snd_hda_codec
snd_pcm                53390  2 snd_hda_codec,snd_hda_intel
snd_page_alloc         12867  2 snd_pcm,snd_hda_intel
snd_seq                39487  0 
snd_seq_device         13016  1 snd_seq
snd_timer              22356  2 snd_seq,snd_pcm
snd                    42691  12 snd_timer,snd_seq_device,snd_seq,snd_pcm,snd_hwdep,snd_hda_codec,snd_hda_intel,snd_hda_codec_idt
soundcore              12921  1 snd
ajms@escort:~$ lspci -nn | grep -i audio
00:1b.0 Audio device [0403]: Intel Corporation 82801I (ICH9 Family) HD Audio Controller [8086:293e] (rev 02)


Reply to: