Veamos, he leido por ahi, que con los drivers de nvidia podria tener el sonido 5.1 que me ofrece mi placa (y mis altavoces) pues baje el paquete, y lo instale, con algunas complicaciones como es normal, pero instalado quedó.
El problema fue al reiniciar, mientras esta cargando todos los modudlos, hay en un sitio que se para, empieza a pitar desesperadamente, no consigo ver el error de lo rapido que va, y sigue cargando hasta pedirme el login y pass, y entra en ubuntu...
ME tengo q ir a consola y ejecutar nvmixer, para conf. los 5.1, pero cuando reinicio se pierde la configuracion y tengo q volver a ejecutar el nvmixer todo el rato...
He mirado la page de nvidia, y he encontrado esto, que me gustaria q alguien aburrido (o no) me ayudara a comprenderlo, ya que me dice que he de borrar algunas cosas que no se donde estan... y añadir unas lineas y no se que mas... poste de la web de nvidia:
Configuration
The installer does not update configuration files. After installing the drivers, configure the system to use the drivers by using the distribution's built-in configuration mechanisms for networking and sound, or edit the required files manually.
Module Configuration File Location
Module configuration files are different for 2.4 and 2.6 series kernels. The various Linux distributions also differ in how they handle module configuration.
* For distributions based on a 2.4 series kernel, the module configuration file is typically called /etc/modules.conf.
* For distributions based on a 2.6 series kernel, the module configuration file is typically called /etc/modprobe.conf. Some distributions use a subdirectory, /etc/modprobe.d/ , to hold individual configuration files for sound modules, etc.
Other distributions
If the distribution you are using provides a configuration mechanism for audio drivers, use it to select the nvsound driver module for use with the nForce audio device. Otherwise, manually edit the module configuration file.
If your configuration file already contains an entry for the i810_audio or snd-intel8x0 drivers (open-source audio drivers that supports the nForce audio controller), that entry needs to be commented out with a # or removed:
# alias sound-slot-0 i810_audio
Add the following lines to the configuration file:
alias sound-slot-0 nvsound
alias snd-intel8x0 off
alias i810_audio off
Donde tengo q poner los alias estos???
Bueno y tambien pone todo esto:
On some distributions, you may need to replace sound-slot-0 with snd-card-0.
If you wish to have nvmixer audio settings automatically restored each time the nvsound driver loads, add the following lines to the configuration file for 2.4 kernels:
post-install nvsound sleep 1; /usr/bin/nvmix-reg -f /etc/nvmixrc -L >/dev/null 2>&1 ||:
pre-remove nvsound /usr/bin/nvmix-reg -f /etc/nvmixrc -S >/dev/null 2>&1 ||:
For 2.6 kernels:
install nvsound /sbin/modprobe --ignore-install nvsound ; sleep 1; /usr/bin/nvmix-reg -f /etc/nvmixrc -L >/dev/null 2>&1 || :
remove nvsound { /usr/bin/nvmix-reg -f /etc/nvmixrc -S >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove nvsound
For both 2.4 and 2.6 kernels, you should add the following code to /etc/rc.d/init.d/halt, or /etc/init.d/halt.local on SuSE distributions. On Mandriva distributions, add the code at the end of function stop_mixer() in /etc/rc.d/init.d/sound.
if grep -q "\(nvsound\)" /proc/modules && [ -x /usr/bin/nvmix-reg ]; then
/usr/bin/nvmix-reg -f /etc/nvmixrc -S >/dev/null 2>&1
fi
(In /etc/rc.d/init.d/halt, this code is best located next to any existing code that saves ALSA mixer settings.)
For Red Hat Enterprise Linux 4, Fedora Core 3 and later, add the following line in /etc/rc.local:
/usr/bin/nvmix-reg -f /etc/nvmixrc -L >/dev/null 2>&1
El unico error "grave" q me da en la instlaacion, es que me dice q no tengo ningun kernel premontado (o algo asi) que lo hara él automaticamente... yo le digo q si... pero me hace esos pitidos que son preocupantes y molestos, y no me carga el 5.1 desde el principio..
Alguien me exa una mano?? plzi!
Thnks!!
(buah si no responde nadie este post lo comprendere! Vaya tocho!

)