All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Henderson <dhenderson@digital-pipe.com>
To: Takashi Iwai <tiwai@suse.de>
Cc: alsa-devel@alsa-project.org
Subject: Re: additional problem
Date: Wed, 13 Jul 2011 10:25:31 -0400	[thread overview]
Message-ID: <4E1DAADB.202@digital-pipe.com> (raw)
In-Reply-To: <s5h39ianuh1.wl%tiwai@suse.de>

On 07/13/2011 10:08 AM, Takashi Iwai wrote:
> At Wed, 13 Jul 2011 09:14:55 -0400,
> David Henderson wrote:
>>> Thanks again for the help Takashi.  Ok, I've created the
>>> /etc/asound.conf file with the appropriate group and now I'm trying to
>>> run the aplay binary and I'm not getting any error messages, but I'm
>>> also not hearing any sounds from the speakers.
>>>
>>> # aplay freq10-30000-10s.wav
>>> Playing WAVE 'freq10-30000-10s.wav' : Signed 16 bit Little Endian,
>>> Rate 44100 Hz, Mono
>>>
>>> # speaker-test -w ./freq10-30000-10s.wav
>>>
>>> speaker-test 1.0.23
>>>
>>> Playback device is default
>>> Stream parameters are 48000Hz, S16_LE, 1 channels
>>> Using 16 octaves of pink noise
>>> Rate set to 48000Hz (requested 48000Hz)
>>> Buffer size range from 2048 to 8192
>>> Period size range from 1024 to 1024
>>> Using max buffer size 8192
>>> Periods = 4
>>> was set period_size = 1024
>>> was set buffer_size = 8192
>>>   0 - Front Left
>>> Time per period = 2.835792
>>>   0 - Front Left
>>> Time per period = 2.986653
>>>   0 - Front Left
>>> Time per period = 2.986654
>>>   0 - Front Left
>>> ...snip...
>>>
>>> I've made sure nothing is muted with the audio hardware by using
>>> alsamixer and changed the permissions on the files within the /etc/snd
>>> directory.  Any other thoughts?
>>>
>>> Dave
>> bump for help
> You didn't give any useful information about the hardware itself, so
> no one can answer.  Did it ever sound correctly with any other distro
> at all?
>
> Please don't mix up the custom-build problem and the driver problem.
> The problem with silent output is more likely a driver issue (or a
> configuration issue).
>
>
> Takashi

The hardware is an integrated HDA Intel audio sound card.  The 
/proc/asound/pcm file has this listed:

00-00: STAC92xx Analog : STAC92xx Analog : playback 1 : capture 2
00-01: STAC92xx Digital : STAC92xx Digital : playback 1
00-03: INTEL HDMI 0 : INTEL HDMI 0 : playback 1

Yes, this audio works just fine within Kubuntu.  Here is the output from 
the 'lsmod' binary:

# lsmod
Module                  Size  Used by    Not tainted
snd_hda_codec_intelhdmi    11040  1
snd_hda_codec_idt      30668  1
snd_hda_intel          14480  0
snd_hda_codec          33296  3 
snd_hda_codec_intelhdmi,snd_hda_codec_idt,snd_hda_intel
snd_pcm                37628  2 snd_hda_intel,snd_hda_codec
snd_page_alloc          4016  2 snd_hda_intel,snd_pcm
snd_timer              10564  1 snd_pcm
snd                    26200  6 
snd_hda_codec_intelhdmi,snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_pcm,snd_timer
soundcore               2640  1 snd
e1000e                 82016  0
video                  12712  0
output                   724  1 video
backlight               1632  1 video
hid_logitech            2872  0
serio_raw               2380  0

Seems to be getting the drivers loaded correctly, I just have no idea 
why it's not playing.  Also, if I'm missing information to help with a 
question, please don't just ignore it, but ask me for whatever 
information you need to help resolve the problem.  Sometimes I forget to 
include certain information or don't know what to post so any of the 
people here can help fix the issue. :)  You guys have waaaaaay more 
knowledge about this than I do after all. :)

Thanks,
Dave

  reply	other threads:[~2011-07-13 14:27 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-29 13:57 additional problem David Henderson
2011-06-30 12:15 ` David Henderson
2011-06-30 15:43   ` David Henderson
2011-06-30 17:01     ` Lu Guanqun
2011-07-01  6:41   ` Takashi Iwai
2011-07-11 14:26     ` David Henderson
2011-07-11 14:43       ` Takashi Iwai
2011-07-11 15:05         ` David Henderson
2011-07-11 15:12           ` Takashi Iwai
2011-07-11 15:13             ` David Henderson
2011-07-11 15:17               ` Takashi Iwai
2011-07-11 15:25                 ` David Henderson
2011-07-11 15:52                   ` Takashi Iwai
2011-07-12 13:05                     ` David Henderson
2011-07-12 13:13                       ` Takashi Iwai
2011-07-12 13:30                         ` David Henderson
2011-07-13 13:14                           ` David Henderson
2011-07-13 14:08                             ` Takashi Iwai
2011-07-13 14:25                               ` David Henderson [this message]
2011-07-13 14:31                                 ` Takashi Iwai
2011-07-22 18:23                                   ` David Henderson
2011-07-22 19:24                                     ` Takashi Iwai
2011-06-30 17:34 ` alex dot baldacchino dot alsasub at gmail dot com
2011-06-30 19:02   ` David Henderson
2011-07-01  0:48     ` alex dot baldacchino dot alsasub at gmail dot com
2011-07-11 14:32       ` David Henderson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E1DAADB.202@digital-pipe.com \
    --to=dhenderson@digital-pipe.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=tiwai@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.