[Alsa-user] HDMI-audio on MSI-K9NGM3

2008-05-29 Thread blake
en this working? ===Blake=== - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120

Re: [Alsa-user] HDMI-audio on MSI-K9NGM3

2008-05-30 Thread blake
On Fri, 30 May 2008 04:22:37 -0700, phil lemelin <[EMAIL PROTECTED]> wrote: > cat /proc/asound/cards 0 [NVidia ]: HDA-Intel - HDA NVidia HDA Nvidia at 0xfeaf8000 irq 20 > cat /proc/asound/card0/codec#* | grep Codec ( repeat this line for > card0, card1, etc ). Cod

Re: [Alsa-user] HDMI-audio on MSI-K9NGM3

2008-05-30 Thread blake
On Fri, 30 May 2008 16:07:20 -0700, phil lemelin <[EMAIL PROTECTED]> wrote: > Those drivers are pretty new from realtek ( > http://www.realtek.com.tw/Downloads/downloadsCheck.aspx?Langid=1&PNid=14&PFid=24&Level=4&Conn=3&DownTypeID=3&GetDown=false) > I suggest you read the readme and do the manua

Re: [Alsa-user] HDMI-audio on MSI-K9NGM3

2008-05-30 Thread blake
Update: While messing with the models, I found that I now have two devices reported by aplay -l: card 0: NVidia [HDA NVidia], device 0: ALC883 Analog [ALC883 Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 card 0: NVidia [HDA NVidia] device 1: ALC883 Digital [ALC883 D

Re: [Alsa-user] HDMI-audio on MSI-K9NGM3

2008-05-30 Thread blake
On Fri, 30 May 2008 18:58:08 -0700, Lee Revell <[EMAIL PROTECTED]> wrote: > Please search the nvidia forums for this issue. HDMI is not > supported on Linux. The behavior seems to be by design. It reeks of > DRM... I thought I had seen reports from others that they had it working. What abo

Re: [Alsa-user] HDMI-audio on MSI-K9NGM3

2008-05-30 Thread blake
On Fri, 30 May 2008 18:58:08 -0700, Lee Revell <[EMAIL PROTECTED]> wrote: > Please search the nvidia forums for this issue. HDMI is not > supported on Linux. The behavior seems to be by design. It reeks of > DRM... So, I go to the Nvidia forum, register, search on HDMI, get some results,

Re: [Alsa-user] HDMI-audio on MSI-K9NGM3

2008-05-30 Thread blake
On Fri, 30 May 2008 18:58:08 -0700, Lee Revell <[EMAIL PROTECTED]> wrote: > Please search the nvidia forums for this issue. HDMI is not > supported on Linux. The behavior seems to be by design. It reeks of > DRM... Just FYI, the NVidia forums have very little on Linux at all. Less than 30

[Alsa-user] Audigy2 NX

2004-03-19 Thread Darrell Blake
I've got my Audigy2 NX working in Linux using the USB Audio ALSA module but for some reason the sound crackles and seems to be off tone. Originally I just thought this was a problem with the module but my friends says it happend to him too and he's just using a normal SB Live! card with the emu

[Alsa-user] ALSA Plugin for XMMS

2004-03-24 Thread Darrell Blake
I'm having trouble getting ALSA to work with XMMS and am hoping someone can shed some light on it for me. This is my .asoundrc file... pcm.48000Hz { type plug slave { pcm "hw:0,0" rate 48000 } route_policy default } That's it. There's nothing else in there. When I run XM

[Alsa-user] You can all ignore the one I sent before about not being able to get the ALSA plugin for XMMS working. I've got it working but now I have another problem. I noticed that in the alsamixer there were two things showing up. PCM and Speaker. So all I did was change the mixer device to Speaker in Xmms. Now though when I try and use the 48000Hz device I defined in .asoundrc thus... pcm.48000Hz { type plug slave { pcm "hw:0,0"

2004-03-24 Thread Darrell Blake
rate 48000 } route_policy default } ...XMMS crashes. I've also tried creating speaker.48000Hz and I've also tried putting them both in but XMMS always crashes with this message... Broken Pipe Content-Type: text/plain; charset

[Alsa-user] Broken Pipe

2004-03-24 Thread Darrell Blake
I'll try again. I think my last email screwed up. You can all ignore the one I sent before about not being able to get the ALSA plugin for XMMS working. I've got it working but now I have another problem. I noticed that in the alsamixer there were two things showing up. PCM and Speaker. So all

[Alsa-user] Custom 48000Hz Problem

2004-03-25 Thread Darrell Blake
I'm having trouble getting my Audigy2 NX card working under Linux. I may have sent this email once already and apologies if I have but I havn't received it back from myself so I'm not too sure. I noticed that in the alsamixer there were two things showing up. PCM and Speaker. So all I did was c

[Alsa-user] Re: Custom 48000Hz Problem

2004-03-26 Thread Darrell Blake
Would you believe that it was the version of XMMS that I was using! I can't believe it. I might download the CVS version of ALSA anyway though. What do you think? I have another question though. I have OSS emulation enabled because some things only use this (UT2004 for one). But, obviously, the

[Alsa-user] Make Custom Device the Default

2004-03-26 Thread Darrell Blake
Is there any way to make a device that you made yourself in .asoundrc the default playing device? I have a lot of games I want to play that only use OSS so I'm having to use OSS emulation which only uses the default device. I have a device called 48000Hz which I defined in .asoundrc thus... pc

[Alsa-user] SDL ALSA

2004-03-30 Thread Darrell Blake
Is is possible to make SDL use ALSA? Also, if so, is it possible to make SDL use a device you specified yourself in .asoundrc? Cheers, Darrell --- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel

Re: [Alsa-user] SDL ALSA

2004-03-31 Thread Darrell Blake
Thanks. Although I will mention that using plug:48000Hz didn't work. But I tried AUDIODEV=48000Hz and it works fine. The only problem is it seems to slow UT2004 down loads when I use SDL as my audio driver. It's barely playable =o) Darrell Yes. export SDL_AUDIODRIVER=alsa export AUDIODEV=plug

[Alsa-user] Set Default ALSA Device

2004-05-31 Thread Darrell Blake
Is it possible to set the default ALSA device? I have an Audigy2 NX card and have to create a device (called 48000) to upmix 44000hz sample rates to 48000hz so they sound right. My ~/.asoundrc file looks like this at the moment... pcm.48000Hz { type plug slave { pcm "hw:0,0" rate 48000 } route_pol

Re: [Alsa-user] Set Default ALSA Device

2004-05-31 Thread Darrell Blake
Is that a no then? > You would be far ahead if you got a soundcard which was capable of 44100 > rate from the word go. Time interpolating will always make your good > soundcard sound like a cheap soundcard-- increase noise and all types of > distortion. And if you are going to do it well (ie not i

Re: [Alsa-user] Set Default ALSA Device

2004-05-31 Thread Darrell Blake
Isn't it just a case of the Linux driver not supporting the NXs version of 44000 rather than the device not supporting 44000 at all? My guess, as a software engineer, is that Creative decided not to follow the USB audio standards and therefore the USB audio drivers don't work correctly. P.S. You m

Re: [Alsa-user] Set Default ALSA Device

2004-06-01 Thread Darrell Blake
Yeah I like the resampling in mplayer. I tend to use the mplayer one instead of pointing mplayer to my new device. > of course you would still be ebtter off with a card that does native 44.1... I presume you mean native to the Linux kernel? The card definately supports 44.1 but for some strang