Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
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.
|
 |
03-07-2004, 02:29 PM
|
#1
|
LQ Newbie
Registered: Jan 2004
Posts: 15
Rep:
|
No sound on RH9 with SB Audigy 6
Hi,
I have installed RH9. Everythings works O.K, except I have no sound.
I have a Sound Blaster Audigy 6 audio card. Can anyone direct me to the correct
drivers?
Thanks.
|
|
|
03-07-2004, 02:40 PM
|
#2
|
LQ Guru
Registered: Mar 2003
Location: New Jersey
Distribution: Arch Linux
Posts: 1,445
Rep:
|
Emu10k1 is the correct driver. Im sure its built into your kernel, its very common.
Simply do this as root:
This is the OSS driver. If you want to use ALSA (which redhat may or may not come with), you'll need to load a different module (snd-emu10k1).
|
|
|
03-07-2004, 02:48 PM
|
#3
|
LQ Newbie
Registered: Jan 2004
Posts: 15
Original Poster
Rep:
|
modprobe emu10k1 failed
I tried your suggestion
It did not work. I am kind of new, so I am not able to locate what the exact problem is.
Below the response I got after executing the modprobe command.
[root@kbl-gs8226 root]# modprobe emu10k1
/lib/modules/2.4.20-30.9/kernel/drivers/sound/emu10k1/emu10k1.o: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
/lib/modules/2.4.20-30.9/kernel/drivers/sound/emu10k1/emu10k1.o: insmod /lib/modules/2.4.20-30.9/kernel/drivers/sound/emu10k1/emu10k1.o failed
/lib/modules/2.4.20-30.9/kernel/drivers/sound/emu10k1/emu10k1.o: insmod emu10k1 failed
[root@kbl-gs8226 root]#
|
|
|
03-07-2004, 04:44 PM
|
#4
|
LQ Guru
Registered: Aug 2003
Location: Sydney, Australia
Distribution: Gentoo
Posts: 1,796
Rep:
|
the OSS emu10k1 module in kernel 2.4.20 doesnt work properly with Audigy, only SB live,
you can either try this updated one:
http://aleron.dl.sourceforge.net/sou...v0.20a.tar.bz2
or install ALSA drivers
http://alsa-project.org/
Both require you to have kernel sources installed in /usr/src/linux, you can find the RPM on one of the CDs but you will need to update it to 2.4.20-30.9, or just grab the updated RPM from any Redhat mirrors. Remember to read the docs for the installation procedure.
|
|
|
03-07-2004, 05:53 PM
|
#5
|
Member
Registered: Jul 2003
Location: Arlington, Texas
Distribution: Red Hat 9, Fedora Core 2-test1
Posts: 55
Rep:
|
Try going to the Gnome menu>System Settings>Soundcard Detection.
For some odd reason, with my SB live, it would only work if I ran that.
|
|
|
03-14-2004, 07:41 AM
|
#6
|
LQ Newbie
Registered: Jan 2004
Posts: 15
Original Poster
Rep:
|
alsamixer: function snd_ctl_open failed for default: No such file or
I downloaded the following Alsa-packages:
alsa-driver-1.0.3rc2.tar
alsa-lib-1.0.3rc2.tar
alsa-utils-1.0.3rc2.tar
I followed the Alsa instructions below:
Unzip and install the alsa-driver package
bunzip2 alsa-driver-xxx
tar -xf alsa-driver-xxx
cd alsa-driver-xxx
./configure --with-cards=emu10k1 --with-sequencer=yes;make;make install
The snddevices script sets the permissions for the devices it creates to root. You should
chmod a+rw /dev/dsp /dev/mixer /dev/sequencer /dev/midi
Now unzip and install the alsa-lib package
cd ..
bunzip2 alsa-lib-xxx
tar -xf alsa-lib-xxx
cd alsa-lib-xxx
./configure;make;make install
Now unzip and install the alsa-utils package
cd ..
bunzip2 alsa-utils-xxx
tar -xf alsa-utils-xxx
cd alsa-utils-xxx
./configure;make;make install
Now insert the modules into the kernel.
modprobe snd-emu10k1;modprobe snd-pcm-oss;modprobe snd-mixer-oss;modprobe snd-seq-oss
When I run alsamixer I get the following error:
alsamixer: function snd_ctl_open failed for default: No such file or directory
Does anyone have a clue.
|
|
|
All times are GMT -5. The time now is 07:51 AM.
|
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
|
|