Hello,

  I've been trying to get alsa in linux 2.6.0-test* working on an Intel
E7505 system(Dell Precision 450).  The modules load, I maxed out
everything in the mixer, and aplay -l lists a device, but I can't get
actual sound to play.  I'm new to alsa, so I was hoping somebody could
point out any sore thumbs in my info, since I don't know what is sore and
what isn't.

Also, should I be trying CVS instead of what's in the kernel?  Does
anybody here have alsa working on a similar chipset?

Thanks for any info/links/flame,

  Michael

lspci shows:
00:1f.5 Multimedia audio controller: Intel Corp. 82801DB AC'97 Audio
Controller (rev 01)

lsmod shows:
snd_seq_oss            34304  0 
snd_seq_midi_event      7296  1 snd_seq_oss
snd_seq                59664  4 snd_seq_oss,snd_seq_midi_event
snd_pcm_oss            55716  0 
snd_mixer_oss          19456  1 snd_pcm_oss
snd_intel8x0           30212  0 
snd_ac97_codec         52484  1 snd_intel8x0
snd_pcm                97568  2 snd_pcm_oss,snd_intel8x0
snd_timer              24964  2 snd_seq,snd_pcm
snd_page_alloc         10756  2 snd_intel8x0,snd_pcm
snd_mpu401_uart         7552  1 snd_intel8x0
snd_rawmidi            22944  1 snd_mpu401_uart
snd_seq_device          7944  3 snd_seq_oss,snd_seq,snd_rawmidi
snd                    50148  12
snd_seq_oss,snd_seq_midi_event,snd_seq,snd_pcm_oss,snd_mixer_oss,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device

aplay -l:
**** List of PLAYBACK Hardware Devices ****
card 0: I82801DBICH4 [Intel 82801DB-ICH4], device 0: Intel ICH [Intel
82801DB-ICH4]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

modules.conf:
### update-modules: start processing /etc/modutils/alsa
# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-intel8x0
# module options should go here

# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0

# card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss



-- 




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to