NickLee
28th October 2009, 09:27 PM
I have matherboard Zotac 9300 with internal audio 5.1
Vdpau work's fine, but I can't adjust analog sound 5.1
uname -r
2.6.31.5-96.fc12.x86_64
lspci -v
0:08.0 Audio device: nVidia Corporation MCP79 High Definition Audio (rev b1)
Subsystem: PC Partner Limited Device 437b
Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 23
Memory at fe020000 (32-bit, non-prefetchable) [size=16K]
Capabilities: [44] Power Management version 2
Kernel driver in use: HDA Intel
Kernel modules: snd-hda-intel
cat /proc/asound/card0/codec#* | grep Codec
Codec: Realtek ALC662 rev1
Codec: Nvidia MCP7A HDMI
cat /proc/asound/card0/pcm0c/info
card: 0
device: 0
subdevice: 0
stream: CAPTURE
id: ALC662 rev1 Analog
name: ALC662 rev1 Analog
subname: subdevice #0
class: 0
subclass: 0
subdevices_count: 1
lsmod | grep snd
snd_hda_codec_nvhdmi 5568 1
snd_hda_codec_realtek 281380 1
snd_hda_intel 30344 4
snd_hda_codec 72832 3 snd_hda_codec_nvhdmi,snd_hda_codec_realtek,snd_hda _intel
snd_hwdep 9224 1 snd_hda_codec
snd_seq 58080 0
snd_seq_device 7620 1 snd_seq
snd_pcm 83144 3 snd_hda_intel,snd_hda_codec
snd_timer 22608 2 snd_seq,snd_pcm
snd 67592 15 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec, snd_hwdep,snd_seq,snd_seq_device,snd_pcm,snd_timer
soundcore 7328 1 snd
snd_page_alloc 9568 2 snd_hda_intel,snd_pcm
cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.20.
pulseaudio --version
pulseaudio 0.9.19
In the Fedora 11 I did the following, to get a sound 5.1:
echo ‘options snd-hda-intel model=3stack-6ch-dig’ >> /etc/modprobe.d/alsa-base.conf
echo ‘default-sample-channels = 6’ > ~/.pulse/daemon.conf
echo ‘default-channel-map = front-left,front-right,rear-right,rear-left,front-center,lfe’ > ~/.pulse/daemon.conf
reboot
After reboot in
alsamixer -c0
switch Channels from 2ch to 6ch
It's all. I got sound 5.1 and pavumeter shows all 6 channels
But in Fedora 12, it does not work.. :confused:
After each reboot channel in "alsamixer -c0" are switched to 2ch
"panam" shows only alsa_input.pci-0000_00_08.0.analog-stereo | s16le 2ch 44100Hz | front-left,front-right
What's wrong? How to adjust a sound 5.1 in Fedora 12?
P.S.
Sorry for my english :)
Vdpau work's fine, but I can't adjust analog sound 5.1
uname -r
2.6.31.5-96.fc12.x86_64
lspci -v
0:08.0 Audio device: nVidia Corporation MCP79 High Definition Audio (rev b1)
Subsystem: PC Partner Limited Device 437b
Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 23
Memory at fe020000 (32-bit, non-prefetchable) [size=16K]
Capabilities: [44] Power Management version 2
Kernel driver in use: HDA Intel
Kernel modules: snd-hda-intel
cat /proc/asound/card0/codec#* | grep Codec
Codec: Realtek ALC662 rev1
Codec: Nvidia MCP7A HDMI
cat /proc/asound/card0/pcm0c/info
card: 0
device: 0
subdevice: 0
stream: CAPTURE
id: ALC662 rev1 Analog
name: ALC662 rev1 Analog
subname: subdevice #0
class: 0
subclass: 0
subdevices_count: 1
lsmod | grep snd
snd_hda_codec_nvhdmi 5568 1
snd_hda_codec_realtek 281380 1
snd_hda_intel 30344 4
snd_hda_codec 72832 3 snd_hda_codec_nvhdmi,snd_hda_codec_realtek,snd_hda _intel
snd_hwdep 9224 1 snd_hda_codec
snd_seq 58080 0
snd_seq_device 7620 1 snd_seq
snd_pcm 83144 3 snd_hda_intel,snd_hda_codec
snd_timer 22608 2 snd_seq,snd_pcm
snd 67592 15 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec, snd_hwdep,snd_seq,snd_seq_device,snd_pcm,snd_timer
soundcore 7328 1 snd
snd_page_alloc 9568 2 snd_hda_intel,snd_pcm
cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.20.
pulseaudio --version
pulseaudio 0.9.19
In the Fedora 11 I did the following, to get a sound 5.1:
echo ‘options snd-hda-intel model=3stack-6ch-dig’ >> /etc/modprobe.d/alsa-base.conf
echo ‘default-sample-channels = 6’ > ~/.pulse/daemon.conf
echo ‘default-channel-map = front-left,front-right,rear-right,rear-left,front-center,lfe’ > ~/.pulse/daemon.conf
reboot
After reboot in
alsamixer -c0
switch Channels from 2ch to 6ch
It's all. I got sound 5.1 and pavumeter shows all 6 channels
But in Fedora 12, it does not work.. :confused:
After each reboot channel in "alsamixer -c0" are switched to 2ch
"panam" shows only alsa_input.pci-0000_00_08.0.analog-stereo | s16le 2ch 44100Hz | front-left,front-right
What's wrong? How to adjust a sound 5.1 in Fedora 12?
P.S.
Sorry for my english :)