Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
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.
|
 |
10-22-2002, 03:13 AM
|
#1
|
Member
Registered: Apr 2002
Distribution: Mandrake - Red Hat - SuSE
Posts: 57
Rep:
|
No sound on Red Hat 8.0 with SBLive!
Hi there,
Iīve installed Red Hat 8.0 from scratch, without errors.
When I try to start the sound server, I get a message saying that it canīt start the sound i/o.
Iīve read about some similar problems here, but Iīve tried all the suggestions (changed PCI slot, modprobe emu10k1, etc.) without success. The card works properly under Mandrake 9.0 and Windows.
Any ideas?
Thanks.
|
|
|
10-23-2002, 12:40 PM
|
#2
|
Senior Member
Registered: Feb 2002
Location: Shanghai, CHINA
Distribution: RH 5.0,5.1 6.0,6.1 7.0,7.1,7.2,7.3.,8.0,9.0, RH Enterprise, Fedora C1, C2
Posts: 1,216
Rep:
|
hmmm, during install did it ask you to verify the driver of your sound card?
This is odd. I have SB Live and 7.2, 7.3 support it prefectly.
maybe you just need to make sure RH is choosing the correct driver.
|
|
|
10-23-2002, 12:56 PM
|
#3
|
Member
Registered: Apr 2002
Distribution: Mandrake - Red Hat - SuSE
Posts: 57
Original Poster
Rep:
|
How can I verify this?
Hi there,
How can I verify the sound driver of the card? I donīt remember Red Hat asking me to verify this. The sound module is the emu10k1, but I think that it isnīt loading at startup. How can I correct this?
|
|
|
10-23-2002, 01:09 PM
|
#4
|
Senior Member
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368
Rep:
|
To ensure that that module is loaded at startup, you'll need to edit the file (as root) /etc/modules and simply add emu10k1 to it. Or, if you want the module to be dynamically loaded when you play sounds, you could add alias sound emu10k1 to the file /etc/modules.conf... again, as root.
|
|
|
10-24-2002, 02:45 AM
|
#5
|
Member
Registered: Apr 2002
Distribution: Mandrake - Red Hat - SuSE
Posts: 57
Original Poster
Rep:
|
I just verified the files. They already have the lines you mention.
I forgot to mention that I tried playing a CD and it works perfectly. It doesnīt with MP3, though.
Any more suggestions?
Last edited by ferrantepunto; 10-24-2002 at 02:49 AM.
|
|
|
10-24-2002, 03:15 AM
|
#6
|
LQ Newbie
Registered: Oct 2002
Posts: 1
Rep:
|
I have exactly the same problem with SB Live and Redhat 8.0.
The only difference is that in my case it plays audio CDs, but there is no sound output either...
Eagerly awaiting more advice in this thread...
Jan F.
|
|
|
10-24-2002, 06:28 AM
|
#7
|
Senior Member
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368
Rep:
|
Are you running RH 8? They took out MP3 support because there may have been a licencing problem. Go and get XMMS from the XMMS site.
|
|
|
10-24-2002, 08:34 AM
|
#8
|
Senior Member
Registered: Feb 2002
Location: Shanghai, CHINA
Distribution: RH 5.0,5.1 6.0,6.1 7.0,7.1,7.2,7.3.,8.0,9.0, RH Enterprise, Fedora C1, C2
Posts: 1,216
Rep:
|
yes, it's a feature in RH8.0, there is no mp3 support, just like Thymox said. So, don't be surprised if you double click on an mp3 and you don't hear anything, it's not playing!
|
|
|
10-24-2002, 10:26 AM
|
#9
|
Member
Registered: Apr 2002
Distribution: Mandrake - Red Hat - SuSE
Posts: 57
Original Poster
Rep:
|
Hello there,
Iīve downloaded the missing plugin for xmms, to be able to play MP3s in RH 8.0.
Is there any way to download an updated emu10k1 module for RH?
Where can I get it? I want to try every step, just to be sure...
BTW, how can I install the new module, in case that I can put my hands on it?
Seems strange, that the card is able to play audio CDs but no other sounds... In some way, it IS communicating with the hardware
Thanks.
|
|
|
10-24-2002, 10:29 AM
|
#10
|
Senior Member
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368
Rep:
|
http://sourceforge.net/projects/emu10k1/
What do you mean by 'but no other sounds' when you've just said that you're able to play MP3s?
|
|
|
10-25-2002, 02:46 AM
|
#11
|
Member
Registered: Apr 2002
Distribution: Mandrake - Red Hat - SuSE
Posts: 57
Original Poster
Rep:
|
I said "no other sounds" referring to the system or theme sounds in KDE or Gnome.
and I said that Iīve downloaded the plug in for XMMS, but I havenīt tested it yet.
BTW, the sound card continues not to work...
Cheers.
|
|
|
10-25-2002, 01:59 PM
|
#12
|
Member
Registered: Apr 2002
Distribution: Mandrake - Red Hat - SuSE
Posts: 57
Original Poster
Rep:
|
I've found a solution!
If I issue the command:
rmmod audio
the card works! I don't know what is this command doing exacly, but now I'm able to hear sounds and play mp3 files (I had to download a plugin for xmms for this to work).
Does anybody know what are the effects of this command?
Cheers.
|
|
|
10-25-2002, 11:19 PM
|
#13
|
LQ Newbie
Registered: Oct 2002
Posts: 2
Rep:
|
how do you enter commands?
|
|
|
10-25-2002, 11:27 PM
|
#14
|
Member
Registered: Jul 2002
Distribution: Redhat, Gentoo, Solaris, HP-UX, etc...
Posts: 391
Rep:
|
Troubleshooting 101
This is why during troubleshooting, you only take one step at a time and reverse the previous step if it doesn't provide the solution.
The fact that you downloaded the xmms plugin and ran the command "rmmod audio" have caused tainted results. If possible, revert to your old settings, then do one step at a time and post results so that others experiencing the same problem can utilize your solution.
You could also post the output from "lsmod" before and after the rmmod to see what may have actually been removed.
Last edited by jdc2048; 10-25-2002 at 11:31 PM.
|
|
|
10-26-2002, 07:49 PM
|
#15
|
LQ Newbie
Registered: Oct 2002
Posts: 13
Rep:
|
okay this is pissing me off beyond belief, when i go to the detect soundcard settings in redhat 8 i get that the module is disabled.
I have to be able to enable it.
I was thinking maybe because I am using the sblive 5.1+mp3 that redhat 8 doesn't want me using it (the whole mp3 thing)
but I just want some frigging sound.
my friends sblive oem installed fine with the install, what the hell is so different with mine, and how do i get the card to output all four channels when I am done?
|
|
|
All times are GMT -5. The time now is 02:32 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
|
|