You are not logged in.

#1 2011-08-20 02:24:42

andey
Member
From: toronto
Registered: 2011-07-23
Posts: 6
Website

Yet Another nVidia HDMI Audio Thread

uname -ar

Linux Pavilion 3.0-ARCH #1 SMP PREEMPT Wed Aug 17 20:24:07 UTC 2011 i686 Intel(R) Core(TM)2 Duo CPU P8400 @ 2.26GHz GenuineIntel GNU/Linux

lspci

01:00.0 VGA compatible controller: nVidia Corporation G98 [GeForce 9200M GS] (rev a1)

aplay -l

**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: STAC92xx Digital [STAC92xx Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

aplay -D plughw:0,3 rickjames.wav

Playing WAVE 'rickjames.wav' : Unsigned 8 bit, Rate 22050 Hz, Mono

NO SOUND!, however executes command no errors

aplay -D plughw:0,1 rickjames.wav

Playing WAVE 'rickjames.wav' : Unsigned 8 bit, Rate 22050 Hz, Mono

However NO SOUND!, I'm aware this IS not my HDMI output, however I believe it's relavent to diagnosing the issue.
I have sound normally, say playing a movie from VLC thought laptop speakers.

alsamixer

┌──────────────────────────── AlsaMixer v1.0.24.2 ─────────────────────────────┐
│ Card: HDA Intel                                      F1:  Help               │
│ Chip: Nvidia MCP77/78 HDMI                           F2:  System information │
│ View: F3:[Playback] F4: Capture  F5: All             F6:  Select sound card  │
│ Item: Master [dB gain: 0.00]                         Esc: Exit               │
│                                                                              │
│     ┌──┐     ┌──┐     ┌──┐              ┌──┐                                 │
│     │▒▒│     │▒▒│     │▒▒│              │▒▒│                                 │
│     │▒▒│     │▒▒│     │▒▒│              │▒▒│                                 │
│     │▒▒│     │▒▒│     │▒▒│              │▒▒│                                 >
│     │▒▒│     │▒▒│     │▒▒│              │▒▒│                                 >
│     │▒▒│     │▒▒│     │▒▒│              │▒▒│                                 >
│     │▒▒│     │▒▒│     │▒▒│              │▒▒│                                 >
│     │▒▒│     │▒▒│     │▒▒│              │▒▒│                                 >
│     │▒▒│     │▒▒│     │▒▒│              │▒▒│                                 >
│     │▒▒│     │▒▒│     │▒▒│              │▒▒│                                 >
│     │▒▒│     │▒▒│     │▒▒│              │▒▒│                                 │
│     │▒▒│     │▒▒│     │▒▒│              │▒▒│                                 │
│     ├──┤     ├──┤     ├──┤     ┌──┐     └──┘    Mic In    ┌──┐     ┌──┐      │
│     │OO│     │OO│     │OO│     │OO│                       │OO│     │OO│      │
│     └──┘     └──┘     └──┘     └──┘                       └──┘     └──┘      │
│     100    100<>100 100<>100          100<>100                               │
│  < Master >Headphon Speaker  Bass Spe   PCM    Front Mi  S/PDIF  S/PDIF D    │
└──────────────────────────────────────────────────────────────────────────────┘

alsamixer Part #2 (scroll right)

┌──────────────────────────── AlsaMixer v1.0.24.2 ─────────────────────────────┐
│ Card: HDA Intel                                      F1:  Help               │
│ Chip: Nvidia MCP77/78 HDMI                           F2:  System information │
│ View: F3:[Playback] F4: Capture  F5: All             F6:  Select sound card  │
│ Item: Dock Mic Jack Mode [Mic In]                    Esc: Exit               │
│                                                                              │
│     ┌──┐                                                  ┌──┐               │
│     │▒▒│                                                  │  │               │
│     │▒▒│                                                  │  │               │
<     │▒▒│                                                  │  │               │
<     │▒▒│                                                  │  │               │
<     │▒▒│                                                  │  │               │
<     │▒▒│                                                  │  │               │
<     │▒▒│                                                  │  │               │
<     │▒▒│                                                  │  │               │
<     │▒▒│                                                  │  │               │
│     │▒▒│                                                  │  │               │
│     │▒▒│                                                  │  │               │
│     └──┘    Mic In    ┌──┐     ┌──┐   Digital    ┌──┐     ├──┤    Mic In     │
│                       │OO│     │OO│              │OO│     │OO│               │
│                       └──┘     └──┘              └──┘     └──┘               │
│   100<>100                                                 0                 │
│     PCM    Front Mi  S/PDIF  S/PDIF D S/PDIF P S/PDIF 1   Beep  <Dock Mic>   │
└──────────────────────────────────────────────────────────────────────────────┘

This is to show that alsamixer is not mute


Turn on and Off

https://wiki.archlinux.org/index.php/Advanced_Linux_Sound_Architecture#HDMI_Output_Does_Not_Work wrote:

If aplay does not output any errors, but still no sound is heared, "reboot" the receiver, monitor or tv set. Since the HDMI interface executes a handshake on connection, it might have noticed before that there was no audio stream embedded, and disabled audio decoding.

yup did that, and i made sure the volume is on

Restart Alsa

https://wiki.archlinux.org/index.php/Advanced_Linux_Sound_Architecture#HDMI_Output_Does_Not_Work wrote:

You can restart alsa with the example below or you may reboot, and audio should now work.

Nope unfortunately it didn't

Can someone help PLEASE.

One of the underlaying problems is that i do not understand what Pulseaudio / OSS are and what they do.
I've installed both, and i have pulseaudio server running.

Other side notes
- dbus is in rc.conf
- nVidia Driver: 280.13

Last edited by andey (2011-08-21 19:49:44)

Offline

Board footer

Powered by FluxBB