You are not logged in.

#1 2007-06-22 01:16:41

jeremyrainman
Member
Registered: 2007-06-15
Posts: 34

Sound card detected, everything checks out... but no sound.

I've been trying to get my intel digital audio working, and I'm baffled, the wikis don't have an answer for this.

Everything the wiki says checks out, but nothing will play.

[root@harpo jeremy]# lsmod | grep '^snd'
snd_seq_oss            32768  0 
snd_seq_midi_event      7680  1 snd_seq_oss
snd_seq                55296  4 snd_seq_oss,snd_seq_midi_event
snd_seq_device          7956  2 snd_seq_oss,snd_seq
snd_pcm_oss            43936  0 
snd_mixer_oss          16640  1 snd_pcm_oss
snd_hda_intel         332196  0 
snd_pcm                81544  2 snd_pcm_oss,snd_hda_intel
snd_timer              22280  2 snd_seq,snd_pcm
snd                    56808  8 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_pcm,snd_timer
snd_page_alloc          8720  2 snd_hda_intel,snd_pcm
[root@harpo jeremy]# ls -l /dev/snd
total 0
crw-rw---- 1 root audio 116,  0 2007-06-21 09:40 controlC0
crw-rw---- 1 root audio 116, 24 2007-06-21 09:40 pcmC0D0c
crw-rw---- 1 root audio 116, 16 2007-06-21 09:40 pcmC0D0p
crw-rw---- 1 root audio 116, 25 2007-06-21 09:40 pcmC0D1c
crw-rw---- 1 root audio 116, 17 2007-06-21 09:40 pcmC0D1p
crw-rw---- 1 root audio 116,  1 2007-06-21 09:40 seq
crw-rw---- 1 root audio 116, 33 2007-06-21 09:40 timer
[root@..]# aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: AD198x Digital [AD198x Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
[root@..]#

As far as I can tell, all that says that it should be working, but it's not.
When I try and assign a device (I seem to have a choice between oss and alsa) and test the sound in Xorg, I get this:

audiotestsrc wave=sine freq=512 ! audioconvert ! audioresample ! gconfaudiosink: Could not open resource for writing.

aplay seems to run, but no sound comes out.
Any suggestions?

Offline

#2 2007-06-29 23:49:26

efleming969
Member
Registered: 2007-03-14
Posts: 39

Re: Sound card detected, everything checks out... but no sound.

I'm having the same problem with an AD198x intel sound card in a Thinkpad T61.  Many people are having similar problems with ubuntu, but the possible solutions don't apply to arch.  I'm curious what machine you have and why your are showing two devices.

Have you found a solution?

Offline

#3 2007-06-30 11:02:26

Mikko777
Member
From: Suomi, Finland
Registered: 2006-10-30
Posts: 837

Re: Sound card detected, everything checks out... but no sound.

Does analog work?

You need to configure arch to use device1 (digital) by default. maybe put it for pcm 48000Hz too.

Check asound.conf in wiki and alsa site.

Maybe try to play sounds with mplayer and change sound hardware from 0,0 ... 0,1 ... and so on.

Offline

#4 2007-07-02 21:33:54

ctrler
Member
From: Vila do Conde, Portugal
Registered: 2006-09-07
Posts: 15
Website

Re: Sound card detected, everything checks out... but no sound.

Hi.

I got mine to work. Its sort of a hack.

I followed the instructions in  http://alsa.opensrc.org/index.php/AlsaCVS and got the driver to compile but not the alsa-utils, So I installed the alsa-utils from testing with pacman -S -d alsa-utils and it now works. Don't forget to unmute the mixer with alsamixer.

Offline

#5 2007-07-03 20:37:23

Magician21
Member
Registered: 2007-03-23
Posts: 45

Re: Sound card detected, everything checks out... but no sound.

You should also make sure to add alsa to rc.conf.

If you don't do that, no matter what you mute / unmute - it may default to muted when you reboot.  Unless you use alsactl to load / store your settings manually...but then that's what adding alsa to rc.conf will do for you smile

Hope this helps.

Offline

#6 2007-07-04 04:40:16

efleming969
Member
Registered: 2007-03-14
Posts: 39

Re: Sound card detected, everything checks out... but no sound.

got mine to work as well. 

I installed the standard package from arch's repos, then

* hg clone http://hg-mirror.alsa-project.org/alsa-driver alsa-driver
* build driver according to readme
* added alsa to modules in rc.conf
* unmuted
* restarted (didn't really need to do this, but it felt good)

Offline

#7 2007-07-08 15:36:16

ctrler
Member
From: Vila do Conde, Portugal
Registered: 2006-09-07
Posts: 15
Website

Re: Sound card detected, everything checks out... but no sound.

efleming969 wrote:

* hg clone http://hg-mirror.alsa-project.org/alsa-driver alsa-driver

What's hg? I can't find it in the repositories.

Thanks

Offline

#8 2007-07-08 21:26:35

magnum_opus
Member
Registered: 2005-01-26
Posts: 132

Re: Sound card detected, everything checks out... but no sound.

hg is 'mercurial'
it's like cvs or svn

Offline

#9 2007-07-09 02:37:25

ctrler
Member
From: Vila do Conde, Portugal
Registered: 2006-09-07
Posts: 15
Website

Re: Sound card detected, everything checks out... but no sound.

Thanks!

Installing the cvs drivers over the repository drivers works great!

Offline

Board footer

Powered by FluxBB