|
|
#1 | |
|
Registered User
Join Date: Jul 2006
Posts: 9
|
Many people on the forum have been having problems getting the NForce audio modules to load under kernels 2.6.16 and later. According to Nvidia, the reason is that the 2.6.16 kernels support the NForce audio devices with ALSA, although your kernel may not have ALSA support or chipset support built-in. To enable NForce sound in the kernel, load menuconfig and add the following options:
Code:
Device Drivers --->
Sound --->
<*> Sound card support
Advanced Linux Sound Architecture ---->
<*> Advanced Linux Sound Architecture
PCI Devices --->
<*>Intel/SiS/nVidia/AMD/ALi AC97 Controller
Please post if you have any problems with your audio. Regards, Bradley Williams Owner, BW Services |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: May 2004
Posts: 4
|
Audio out works perfectly, but when I try to use the mic (for skype etc) I only get the sound on my own speakers, and nothing is picked up in the system. I've tried Krec and Ardour to check the input, and neither recieve any sound at all.
I'm running Kubuntu Edgy on an Abit NF7 mobo with the built-in Realtek ALC650F sound card. |
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Dec 2006
Posts: 3
|
Hello
Hope it's fine to post here. I can't get my mobo-soundcard to work. Linux: 2.6.18 Mobo: AM2NF6G-VSTA Audio (integrated): Realtek ALC888 7.1 channel audio CODEC with High Definition audio Module: snd-hda-intel Audio just does not work. See details in the attachment. alsaconf finds no cards. As soon as I try and use some audio application (or even: most /dev/sndstat) many modules are loaded, but alsa does not work. As you can see in the attachement, also snd-sb16 modules are loaded. (I previously had a sound blaster card) What's wrong? Thank you p.s.: alsa-base 1.0.8-7 alsa-oss 1.0.12-1 alsa-utils 1.0.9a-2 |
|
|
|
|
|
#4 | |
|
Registered User
Join Date: Dec 2006
Posts: 3
|
help...
I got rid of the snd_sb* modules via /etc/modprobe.d/blacklist, but still the sound card does not work. |
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: Dec 2006
Posts: 3
|
Solved!
Thanks to a friend of mine who guided me to the right howto. I just had to compile the latest alsa driver with the option: --with-card=hda-intel bye ![]() |
|
|
|
|
|
#6 | |
|
R.I.P. Babe Thread
Join Date: Jun 2004
Posts: 12,387
|
Glad you got it working.
|
|
|
|
|
|
|
#7 | |
|
Registered User
Join Date: Jan 2007
Posts: 1
|
Quote:
Distribution ubuntu 6.10 Thansk Gary Last edited by gary@web.ca; 01-20-07 at 02:48 PM. |
|
|
|
|
|
|
#8 | |
|
Registered User
Join Date: Mar 2007
Posts: 1
|
Here's how I got my Asrock K8NF6G-VSTA netcard working with Kubuntu 6.06 (may apply to other models of motherboard):
NIC : Realtek RTL8201CL SOUND : Realtek ALC883 (7.1 ch/HD) VGA : Nvidia GeForce 6100 nForce 405 vbios ver. 05.61.32.14.03 The network card issue appears to be a forcedeth driver version thing; updating the driver to v.0.60 apperently solves the problem. The audio issue is solved (at least playback works) installing ALSA drivers stand-alone from http://www.alsa-project.org ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.13.tar.bz2 The video driver I'm using right now is oficial http://us.download.nvidia.com/XFree86/Linux-x86/1.0-9755/NVIDIA-Linux-x86-1.0-9755-pkg1.run and worked out of the box. Install kernel 2.6.15-28-386 and headers Code:
sudo apt-get update sudo apt-get install linux-image-2.6.15-28-386 sudo apt-get install linux-headers-2.6.15-28-386 Code:
sudo apt-get install build-essential Download this http://librarian.launchpad.net/56203...th_0.60.tar.bz Quote:
Code:
./configure --with-cards=hda-intel --with-sequencer=yes; make; make install |
|
|
|
|
![]() |
| Thread Tools | |
|
|