LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions
User Name
Password
Linux - Distributions This forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on... Note: An (*) indicates there is no official participation from that distribution here at LQ.

Notices


Reply
  Search this Thread
Old 04-05-2004, 03:08 PM   #1
nitchman2383
LQ Newbie
 
Registered: Apr 2004
Posts: 5

Rep: Reputation: 0
sound card detection for nforce2 board


I have recently installed Red Hat Fedora. Fedora auto detected my 3com networking port and USB interfaces. However, it did not detect my on board sound. I went to NVIDIA's site and downloaded the tar file with the drivers. I un-tared them and followed the directions on the sight. Afterwards Fedora detected my other networking port (nvnet) but it did not find the onboard sound. I tried to change the modules.conf file to to match what nvidia had in their html help page. But every time i reboot the computer the modules.conf changes it back to what it was when i first installed the OS. Can any one give me a hand, or a good place to look for an answer? Either post a reply or email me at mbn1@geneseo.edu

Thanks a lot
nitchman2383
 
Old 04-05-2004, 04:58 PM   #2
e1000
Member
 
Registered: Oct 2003
Location: California
Distribution: Ubuntu
Posts: 582

Rep: Reputation: 30
i have no idea why your modules.conf is changing, are you modifying it as root or a normal user?

anyways, forget the Nvidia audio drivers, they suck scrotum, download the latest version of alsa (alsa-driver, alsa-lib, alsa-utils, and alsa-oss) then
'./configure', 'make' and 'make install' (or checkinstall) on all of them.

then download 'alsaconf' (google it) and know that your board uses the intel8x0 alsa module (the name is misleading, but I have nforce2 and thats the correct driver)

also, use checkinstall so you can upgrade your kernel and not be stuck cleaning up your old alsa.

LAST but not least, dont forget 'alsamixer' and 'alsactl store' and then put alsactl restore in your startup.

im prety sure those instructions should have you on your way to having quality, highly configurable sound on your computer.

PS: visit http://www.nforcershq.com/forum/ for any more nforce related questions.

Last edited by e1000; 04-05-2004 at 08:19 PM.
 
Old 04-05-2004, 11:04 PM   #3
nitchman2383
LQ Newbie
 
Registered: Apr 2004
Posts: 5

Original Poster
Rep: Reputation: 0
Thanks for the help. i downloaded the alsa drivers version 1.0.4. Ran ./configure , make, make install for all of them. Now im having trouble with the alsaconfig tool. I downloaded one and i tried to install it but a warning dialogue popped up and said it needed alsa drivers and alsa util for it to be installed. But i installed them. Maybe im doing something wrong. Any advice, sorry for beign such a newbie in the linux world. However im an up and coming CS major so, i think this should broaden my horizons. Thanks for all of the help.
 
Old 04-06-2004, 12:57 AM   #4
e1000
Member
 
Registered: Oct 2003
Location: California
Distribution: Ubuntu
Posts: 582

Rep: Reputation: 30
first off, try asking this on the linux section of nforcershq

second, ill post my modules.conf, I havent used alsaconf, iv just heard about it, i got the sound part of my modules.conf from the maker of the Nforce 2's audio chipset website.

heres what I have, not all of it is relevant, try to guess at what you need, thats what I did.
--------------------------------------------------------------------------------
modules.conf
~~~~~~~~~
options snd major=116 cards_limit=1

alias snd-card-0 snd-intel8x0
options snd-intel8x0 index=0 id="ICH"

alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss

post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :

stuf below may not have to do with sound
alias /dev/ttySHSF* hsfserial
alias char-major-240 hsfserial
alias /dev/ttyCUA* hsfserial
alias char-major-241 hsfserial
alias /dev/modem hsfserial
options hsfserial serialmajor=240 calloutmajor=241
 
Old 04-09-2004, 03:53 PM   #5
nitchman2383
LQ Newbie
 
Registered: Apr 2004
Posts: 5

Original Poster
Rep: Reputation: 0
"Loading driver:
Starting sound driver: snd-card-intel8x0 modprobe: Can't locate module snd-card-intel8x0
done
Setting the PCM volume to 100% and the Master output volume to 50%
amixer: Mixer attach default error: No such file or directory
Could not initialize the mixer, the card was probably
not detected correctly."

THis is (above)what i got after i ran alsaconf after install the alsa driver, alsa oss-lib, alsa lib, alsa utils files. Does any one have any tips for me? Im trying to install onboard sound using alsa. I have the NVIDIA drivers installed already. I have no problems playing wave files but some programs with not play sound. Ex. Gaim while sending and recieving messsages. Xmms player. Can any one help. DO you need more info to help me. Oh this is my modules.conf file:

alias eth0 3c59x
alias usb-controller usb-ohci
alias usb-controller1 ehci-hcd
alias sound-slot-0 nvaudio
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :
alias eth1 nvnet

I am currently running redhat fedora core 1. A7N8X -deluxe rev 2
thanks a lot,
nitchman2383
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
on-board sound card problems... snip128 Linux - Newbie 3 07-06-2006 11:55 PM
If you have a PCI sound card, should you disable the on-board sound card? jtp51 Linux - Newbie 1 10-06-2004 10:42 AM
Sound problem on nForce2 board tijs Mandriva 0 03-15-2004 09:09 AM
No CD Sound on an NVIDIA Nforce2 Board W1pEout[64] Linux - Hardware 3 01-03-2004 06:41 AM
On board sound and PCI Sound Card certifiableone Linux - Hardware 4 06-28-2003 09:20 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions

All times are GMT -5. The time now is 07:55 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration