Re: [Alsa-user] Problem with Nvidia HDMI

2010-08-08 Thread VDR User
Here's mine: ion:~$ cat /etc/asound.conf pcm.!default { type hw card 0 device 3 } ctl.!default { type hw card 0 } ion:~$ aplay -l List of PLAYBACK Hardware Devices card 0: NVidia [HDA NVidia], device 0: HDA Generic [HDA Generic] Subdevices: 1/1 Subdevice #0: subd

Re: [Alsa-user] Problem with Nvidia HDMI

2010-08-08 Thread José Luis Segura Lucas
Here is the info: $ cat /etc/asound.conf pcm.!default { type hw card 1 device 3 } ctl.!default { type hw card 0 } $ aplay -l List of PLAYBACK Hardware Devices card 0: Intel [HDA Intel], device 0: HDA Generic [HDA Generic] Subdevices: 1/1 Subdevice #0: subdevice #0 card 1:

Re: [Alsa-user] Problem with Nvidia HDMI

2010-08-08 Thread VDR User
2010/8/8 José Luis Segura Lucas : > El 8 de agosto de 2010 04:20, VDR User escribió: >> >> Make sure it's unmuted in alsamixer and that your /etc/asound.conf >> matches the numbers from aplay -l. > > I will check if the numbers in /etc/asound.conf match the ones from aplay > -l. > In alsamixer, if

Re: [Alsa-user] Problem with Nvidia HDMI

2010-08-08 Thread José Luis Segura Lucas
El 8 de agosto de 2010 04:20, VDR User escribió: > Make sure it's unmuted in alsamixer and that your /etc/asound.conf > matches the numbers from aplay -l. > I will check if the numbers in /etc/asound.conf match the ones from aplay -l. In alsamixer, if I select the Nvidia card, I only have 4 swi

Re: [Alsa-user] Problem with Nvidia HDMI

2010-08-07 Thread VDR User
2010/8/7 José Luis Segura Lucas : > I followed all the steps (compiling alsa-driver, writing the files > /etc/asound.conf and /etc/modprobe.d/alsa-base.conf) and I still don't have > audio over the HDMI output :( > Any idea? Would it be a bad configuration on the /etc/asound.conf or with > the alsa

Re: [Alsa-user] Problem with Nvidia HDMI

2010-08-07 Thread José Luis Segura Lucas
I followed all the steps (compiling alsa-driver, writing the files /etc/asound.conf and /etc/modprobe.d/alsa-base.conf) and I still don't have audio over the HDMI output :( Any idea? Would it be a bad configuration on the /etc/asound.conf or with the alsamixer controls? El 31 de julio de 2010 23:

Re: [Alsa-user] Problem with Nvidia HDMI

2010-07-31 Thread VDR User
2010/7/31 José Luis Segura Lucas : > 2010/7/29 VDR User >> >> Jose, I actually pasted the /etc/asound.conf from the wrong box in my >> earlier post (though I think it would work).  Here's the one from my >> ION box: >> >> pcm.!default { >>    type hw >>    card 0 >>    device 3 >> } >> ctl.!defaul

Re: [Alsa-user] Problem with Nvidia HDMI

2010-07-31 Thread José Luis Segura Lucas
2010/7/29 VDR User > Jose, I actually pasted the /etc/asound.conf from the wrong box in my > earlier post (though I think it would work). Here's the one from my > ION box: > > pcm.!default { >type hw >card 0 >device 3 > } > ctl.!default { >type hw >card 0 > } > I tried with

Re: [Alsa-user] Problem with Nvidia HDMI

2010-07-31 Thread VDR User
On Sat, Jul 31, 2010 at 3:32 AM, Duffy DaC wrote: > Hi all, I'm joining this thread because I also have an ION based system. > I wish to thank VDR for your suggestions, my Debian system (squeeze) > has now working audio (analog&hdmi). > > But I think some little fix is required... > The problem is

Re: [Alsa-user] Problem with Nvidia HDMI

2010-07-31 Thread Duffy DaC
2010/7/28 VDR User > 4. Configure, build, install > cd alsa-driver > ./configure --with-isapnp=no --with-sequencer=no --with-oss=no > --with-pcm-oss-plugins=no --with-cards=hda-intel > --with-card-options=hda-hwdep,hda-reconfig,hda-codec-nvhdmi,hda-generic > make > make install (needs superuser p

Re: [Alsa-user] Problem with Nvidia HDMI

2010-07-29 Thread VDR User
On Thu, Jul 29, 2010 at 1:43 PM, Igor Gueths wrote: > Mi apologies, I'm late to this thread, although I think I understand now; the > goal being to get HDMI audio output working, and nothing else for the moment. > Searching around doesn't seem to indicate that anyone has HDMI audio working > with

Re: [Alsa-user] Problem with Nvidia HDMI

2010-07-29 Thread Igor Gueths
Hi. On Thu, Jul 29, 2010 at 12:30:17PM -0700, VDR User wrote: > 2010/7/29 Igor Gueths : > > In previously posted output (most likely before you rebuilt your ALsa > > drivers > > from a snapshot), your aplay -l output included reference to an ALC888 chip > > present on your card. However, your late

Re: [Alsa-user] Problem with Nvidia HDMI

2010-07-29 Thread VDR User
2010/7/29 Igor Gueths : > In previously posted output (most likely before you rebuilt your ALsa drivers > from a snapshot), your aplay -l output included reference to an ALC888 chip > present on your card. However, your latest aplay output references > "hda-generic"; this is the first sign of an en

Re: [Alsa-user] Problem with Nvidia HDMI

2010-07-29 Thread Igor Gueths
Hello. On Thu, Jul 29, 2010 at 12:25:36AM +0200, José Luis Segura Lucas wrote: > El 28 de julio de 2010 23:26, VDR User escribió: > > > Ok, glad it's working now. I had to create an /etc/asound.conf on my > > system but maybe you don't need one. Please report back after you > > tried playing so

Re: [Alsa-user] Problem with Nvidia HDMI

2010-07-28 Thread José Luis Segura Lucas
El 28 de julio de 2010 23:26, VDR User escribió: > Ok, glad it's working now. I had to create an /etc/asound.conf on my > system but maybe you don't need one. Please report back after you > tried playing some medias. > Well, I think you are right (again!) :D I tried to play something on that c

Re: [Alsa-user] Problem with Nvidia HDMI

2010-07-28 Thread VDR User
2010/7/28 José Luis Segura Lucas : > El 28 de julio de 2010 23:26, VDR User escribió: >> >> Ok, glad it's working now.  I had to create an /etc/asound.conf on my >> system but maybe you don't need one.  Please report back after you >> tried playing some medias. > > Well, I think you are right (aga

Re: [Alsa-user] Problem with Nvidia HDMI

2010-07-28 Thread VDR User
2010/7/28 José Luis Segura Lucas : > Nice! It worked! > I have to test with some film or music, but remotely I see good evidences... > $ aplay -l > $ aplay -l > List of PLAYBACK Hardware Devices > card 0: Intel [HDA Intel], device 0: HDA Generic [HDA Generic] >   Subdevices: 1/1 >   Subde

Re: [Alsa-user] Problem with Nvidia HDMI

2010-07-28 Thread José Luis Segura Lucas
Nice! It worked! I have to test with some film or music, but remotely I see good evidences... $ aplay -l $ aplay -l List of PLAYBACK Hardware Devices card 0: Intel [HDA Intel], device 0: HDA Generic [HDA Generic] Subdevices: 1/1 Subdevice #0: subdevice #0 card 1: NVidia [HDA NVidia]

Re: [Alsa-user] Problem with Nvidia HDMI

2010-07-28 Thread José Luis Segura Lucas
El 28 de julio de 2010 18:55, VDR User escribió: > I have no clue about that since I don't use the pre-compiled kernels. > But you can check by typing "lsmod". If they're compiled as modules > you'll see something like this: > > snd_hda_codec_nvhdmi 9750 1 > snd_hda_intel 14764 2

Re: [Alsa-user] Problem with Nvidia HDMI

2010-07-28 Thread VDR User
2010/7/28 José Luis Segura Lucas : > Ok, nice instructions! I will follow it immediately, but I have only two > questions: > 1.- The Debian pre-compiled kernels (2.6.32-5) have Alsa compiled as > modules? How can I check it? I have no clue about that since I don't use the pre-compiled kernels. But

Re: [Alsa-user] Problem with Nvidia HDMI

2010-07-28 Thread José Luis Segura Lucas
Ok, nice instructions! I will follow it immediately, but I have only two questions: 1.- The Debian pre-compiled kernels (2.6.32-5) have Alsa compiled as modules? How can I check it? 2.- Have I to uninstall some Debian package? I have several Alsa-related packages installed (alsa-base, alsa-utils..

Re: [Alsa-user] Problem with Nvidia HDMI

2010-07-28 Thread VDR User
2010/7/28 José Luis Segura Lucas : > VDR: have I to compile the linux kernel too??? I'm reading the how-to of the > unofficial wiki: http://alsa.opensrc.org/index.php/CompilingTips There is > some way to do that without recompiling the kernel? 1. Make sure alsa is compiled as modules in the kernel

[Alsa-user] Problem with Nvidia HDMI

2010-07-28 Thread José Luis Segura Lucas
VDR: have I to compile the linux kernel too??? I'm reading the how-to of the unofficial wiki: http://alsa.opensrc.org/index.php/CompilingTips There is some way to do that without recompiling the kernel? Igor: Thanks, but I tested it already and it doesn't work for me :( ---

Re: [Alsa-user] Problem with Nvidia HDMI

2010-07-27 Thread Igor Gueths
Hello. On Tue, Jul 27, 2010 at 12:13:31PM -0700, VDR User wrote: > 2010/7/27 José Luis Segura Lucas : > > I'm using Alsa 1.0.23 (the Debian packages version) and I have a problem > > trying to use the Nvidia HDMI audio output of a computer. > > The computer has a Nvidia ION graphics card, but the N

Re: [Alsa-user] Problem with Nvidia HDMI

2010-07-27 Thread VDR User
2010/7/27 José Luis Segura Lucas : > I'm using Alsa 1.0.23 (the Debian packages version) and I have a problem > trying to use the Nvidia HDMI audio output of a computer. > The computer has a Nvidia ION graphics card, but the Nvidia card provides > audio to the TV too. > Searching and reading on goo

[Alsa-user] Problem with Nvidia HDMI

2010-07-27 Thread José Luis Segura Lucas
Hello! I'm using Alsa 1.0.23 (the Debian packages version) and I have a problem trying to use the Nvidia HDMI audio output of a computer. The computer has a Nvidia ION graphics card, but the Nvidia card provides audio to the TV too. Searching and reading on google, I found something about my pro