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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
04-05-2004, 04:08 PM
|
#1
|
LQ Newbie
Registered: Apr 2004
Posts: 5
Rep:
|
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
|
|
|
04-05-2004, 05:58 PM
|
#2
|
Member
Registered: Oct 2003
Location: California
Distribution: Ubuntu
Posts: 582
Rep:
|
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 09:19 PM.
|
|
|
04-06-2004, 12:04 AM
|
#3
|
LQ Newbie
Registered: Apr 2004
Posts: 5
Original Poster
Rep:
|
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.
|
|
|
04-06-2004, 01:57 AM
|
#4
|
Member
Registered: Oct 2003
Location: California
Distribution: Ubuntu
Posts: 582
Rep:
|
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
|
|
|
04-09-2004, 04:53 PM
|
#5
|
LQ Newbie
Registered: Apr 2004
Posts: 5
Original Poster
Rep:
|
"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
|
|
|
All times are GMT -5. The time now is 02:25 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|