I have a Vostro 220 from Dell, E7300. Realtek ALC662 integrated 5.1 audio. I could not get the sound working but eventually found
ALSA Upgrade Script which got my sound working.
Now, I am trying to hook up my 5.1 but am only getting 2 channels. I have tried
Code:
gdot@gdot-ubuntu:/etc/modprobe.d$ uname -a
Linux gdot-ubuntu 2.6.27-11-generic #1 SMP Thu Jan 29 19:28:32 UTC 2009 x86_64 GNU/Linux
Code:
gdot@gdot-ubuntu:/etc/modprobe.d$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC662 Analog [ALC662 Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: ALC662 Digital [ALC662 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
Code:
gdot@gdot-ubuntu:/etc/modprobe.d$ tail /etc/modprobe.d/alsa-base
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2
options snd-usb-audio index=-2
options snd-usb-usx2y index=-2
options snd-usb-caiaq index=-2
# Ubuntu #62691, enable MPU for snd-cmipci
options snd-cmipci mpu_port=0x330 fm_port=0x388
# Keep snd-pcsp from beeing loaded as first soundcard
options snd-pcsp index=-2
options snd-hda-intel model=3stack-6ch
Note: I have also tried
options snd-hda-intel model=3stack-dig
options snd-hda-intel model=3stack-6ch
options snd-hda-intel model=3stack-6ch-dig
options snd-hda-intel model=stack-dig
options snd-hda-intel model=auto
Code:
gdot@gdot-ubuntu:/etc/modprobe.d$ lsmod | grep -i snd
snd_hda_codec_realtek 267396 1
snd_hda_intel 38024 4
snd_hda_codec 87680 2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 17160 1 snd_hda_codec
snd_pcm_oss 52256 0
snd_mixer_oss 25088 1 snd_pcm_oss
snd_pcm 98824 4 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_seq_dummy 11652 0
snd_seq_oss 43648 0
snd_seq_midi 15808 0
snd_rawmidi 34080 1 snd_seq_midi
snd_seq_midi_event 16768 2 snd_seq_oss,snd_seq_midi
snd_seq 67744 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer 33424 2 snd_pcm,snd_seq
snd_seq_device 16788 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd 83400 20 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_dummy,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore 16800 1 snd
snd_page_alloc 18576 2 snd_hda_intel,snd_pcm
Any help would be appreciated!
Oh yeah: Ubuntu 8.10 64 bit version
Bookmarks