View previous topic :: View next topic |
Author |
Message |
orangeman12 Apprentice
Joined: 19 Dec 2004 Posts: 283 Location: Chair
|
Posted: Tue Feb 15, 2005 3:02 pm Post subject: NFORCE DRIVER ISSUES |
|
|
I have the NFORCE 3 and the sound doesn't work after installed the nforce drivers from nvidia website. in the consonsle when I type nvmixer is opens the nvidia sound mixer but i don't know why is doesn't work plz help
thanks
orangeman |
|
Back to top |
|
|
ninjabadger Apprentice
Joined: 23 Apr 2003 Posts: 270 Location: Scotland
|
Posted: Tue Feb 15, 2005 5:15 pm Post subject: |
|
|
I use an NForce2 board and it has the AC97 onboard sound which i think (after a quick google) is the same on the NForce3.
I simply added support in the kernel under sound drivers for the
Code: | <*> Intel/SiS/nVidia/AMD/ALi AC97 Controller |
and it works fine. I have a vague recolection of using nvidia drivers for boards before (may have been network tho) and changing to others.
Maybe give this a try in your kernel and just use alsamixer |
|
Back to top |
|
|
orangeman12 Apprentice
Joined: 19 Dec 2004 Posts: 283 Location: Chair
|
Posted: Wed Feb 16, 2005 2:06 am Post subject: |
|
|
I looked in the kernel and that was all ready there |
|
Back to top |
|
|
Gogiel Guru
Joined: 11 Nov 2004 Posts: 347
|
Posted: Wed Feb 16, 2005 11:08 am Post subject: |
|
|
orangeman12 wrote: | I looked in the kernel and that was all ready there |
You mean already? Well is it compile as a module? If yes, just load it (modprobe).[/code] |
|
Back to top |
|
|
chunderbunny Veteran
Joined: 31 May 2004 Posts: 1281 Location: 51°24'27" N, 0°57'15" W
|
Posted: Wed Feb 16, 2005 2:47 pm Post subject: |
|
|
Basically there are two ways of getting sound on Nforce boards. There is ther ALSA way, and the OSS way. The ALSA way does not involve downloading anything from the nvidia website, you just have to set up ALSA as you would normally using the Gentoo ALSA guide. Note that doing it this way means that you don't get to use nvmixer, you have to use alsamixer instead.
If you want to do it the OSS way then you have to make sure you disable all the ALSA components in your kernel, no ALSA support whatsoever. Then you emerge nforce-audio, which downloads the driver from the nvidia website and sets it up for you. You will have to modprobe nvsound and set up coldplug before it will work (or put nvsound in /etc/modules.autoload.d/kernel-2.x and set up coldplug) |
|
Back to top |
|
|
orangeman12 Apprentice
Joined: 19 Dec 2004 Posts: 283 Location: Chair
|
Posted: Wed Feb 16, 2005 3:41 pm Post subject: |
|
|
I have alsa install but that doesn't work thats why I am trying to use nforce
I used and in USE had alsa into how do i set up alsa for the nforce driver? |
|
Back to top |
|
|
ninjabadger Apprentice
Joined: 23 Apr 2003 Posts: 270 Location: Scotland
|
Posted: Wed Feb 16, 2005 8:22 pm Post subject: |
|
|
As chunderbunny youl need to either remove the nvidia drivers or remove alsa, they both do the same thing and clash.
I dont use genkernel so i dont know how to change that.
find whatever you need to remove alsa from genkernel and just use the nvidia drivers if you want to use those. |
|
Back to top |
|
|
orangeman12 Apprentice
Joined: 19 Dec 2004 Posts: 283 Location: Chair
|
Posted: Wed Feb 16, 2005 9:42 pm Post subject: |
|
|
I followed the gentoo alsa install guide and install alsa so that the alsa mixer works on my desktop but on start there is no sound still and i did have alsa start on boot the only problem that i had with the install guide was when i did
It said that it was already installed
I don't know how to uninstall the nvidia sound drivers or if that even matters
and when i do this
Code: | aoss mpg123 music.mp3 |
it says
Code: | /usr/bin/aoss: line 9: exec: mpg123: not found |
Thank you,
Orangeman |
|
Back to top |
|
|
placeholder Advocate
Joined: 07 Feb 2004 Posts: 2500
|
Posted: Wed Feb 16, 2005 9:57 pm Post subject: |
|
|
orangeman12: emerge mpg123 |
|
Back to top |
|
|
orangeman12 Apprentice
Joined: 19 Dec 2004 Posts: 283 Location: Chair
|
Posted: Wed Feb 16, 2005 10:04 pm Post subject: |
|
|
I emerge it and its says that it can not find the file music.mp3 would this be why the sound is not working? |
|
Back to top |
|
|
|