Hello to all,
Here is the feedback I can five.
Fresh MD image rebuild and apt-get upgrade to the lastest and I get nothing at aplay -l. Follow the hdmi wiki and download backport drivers and my hda nvidia is detected as card0
aplay -l gives this:
oot@moon50:~# aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: NVidia [HDA NVidia], device 3: NVIDIA HDMI [NVIDIA HDMI]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: NVidia [HDA NVidia], device 7: NVIDIA HDMI [NVIDIA HDMI]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: NVidia [HDA NVidia], device 8: NVIDIA HDMI [NVIDIA HDMI]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: NVidia [HDA NVidia], device 9: NVIDIA HDMI [NVIDIA HDMI]
Subdevices: 1/1
Subdevice #0: subdevice #0
alsamixer, all the outputs are muted, unmute all and do
speaker-test -c 2 -l 1 -t sine -D hw:0,7
with success output.
Modify asound.conf @ pluto/template so it sticks and my asound @ etc is like this every time I reboot
pcm_slave.convert {
@args [ RATE CARD DEV ]
@args.RATE {
type integer
}
@args.CARD {
type string
}
@args.DEV {
type integer
default 0
}
pcm {
@func concat
strings [ $CARD "," $DEV ]
}
rate $RATE
}
pcm.spdif_playback {
type plug
slave {
@func concat
strings [ "convert:RATE=48000,CARD=spdif:0" ]
}
}
pcm.hdmi_playback {
type plug
slave {
@func concat
strings [ "convert:RATE=48000,CARD=hdmi:0" ]
}
}
pcm.asym_spdif {
type asym
playback.pcm "spdif_playback"
capture.pcm "plughw:0"
}
pcm.asym_hdmi {
type asym
playback.pcm "hdmi_playback"
capture.pcm "plughw:0,7"
}
pcm.asym_analog {
type asym
playback.pcm "plug:dmix:0"
capture.pcm "plughw:0"
}
pcm.!default asym_hdmi
The problem is when I reboot, there is no sound UNLESS I execute the speakertest at the console. After speaker-test is run, I have sound but there is NO AC3/DTS pass-through working. Only 2ch is sent to the receiver, regardless of the configuration at the webadmin
If I try:
speaker-test -c 8 -l 1 -t sine -D hw:0,7
speaker-test 1.0.22
Playback device is hw:0,7
Stream parameters are 48000Hz, S16_LE, 8 channels
Sine wave rate is 440.0000Hz
Rate set to 48000Hz (requested 48000Hz)
Buffer size range from 16 to 4096
Period size range from 8 to 2048
Using max buffer size 4096
Periods = 4
was set period_size = 1024
was set buffer_size = 4096
0 - Front Left
4 - Center
1 - Front Right
7 - Side Right
3 - Rear Right
2 - Rear Left
6 - Side Left
5 - LFE
The result is successful on all speakers. Any hints?
Cheers,
T
No... a thousand times no. It does not help me AT ALL if you are modifying things. Yes I know I can make noise manually configuring all of this. This is not helpful. What I am doing is very different in order to try and auto configure this for every chipset on the planet.
Here is how it works, and ardirtbiker this goes for you as well.
There are 3 areas you need to concern yourself with ONLY 3... and they are all in the same file. nvidia-install.sh
DRIVER_295_SUPPORTED=
DRIVER_260_SUPPORTED=
Backports_Required=
These contain pciids. This returns yours
lspci -nn | grep -w 'VGA' | sed 's/.*://;s/\].*//'
ardirtbiker, if you had taken yours out of 295 and put it in 260 before it rebooted the first time... it is IMPOSSIBLE for you to have the 304 driver. IMPOSSIBLE. However now that it does, it also has alsa .24... which is not going to revert without a lot of fight. Please crush it and start over. Do NOT let it boot after Diskless_Setup. Change this file from the /usr/pluto/diskless/XX* directory.
Modifying the AVWizard_Run.sh script makes sure that it checks whether or not it needs alsa-backports whether or not the correct video driver is already installed.
tompin2... all that seems to be wrong with yours is that your pciid wasn't in Backports_Required. Add it to there. You also appear to have disabled your onboard soundcard from the bios. Please undo that for now.
I do not have this hardware guys. I take complete guesses looking at the architecture. I need your help putting these things in the right places... then I can make more educated guesses. Please delete these MDs and try again... if you are so inclined.
I really do appreciate your help.