LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
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


Reply
  Search this Thread
Old 04-10-2003, 08:15 AM   #1
poison5151
Member
 
Registered: Mar 2003
Distribution: Red Hat 8.0
Posts: 60

Rep: Reputation: 15
Angry PLEASE help with SB LIVE! and RH8


I have a SB Live! soundcard and red hat 8.0 I can't hear any sound at all. The things I tried to fix the problem so far:
1. insmod emu10k1 - error : module already exists
2. lsmod - has emu10k1 in it.
3. volume levels are all the way up
4. tried to use linux kernel configurator for kde, but creative sb live support is enabled as a module.
5. modprobe emu10k1 - nothing happens
6. sndconfig - everything goes fine except for play test sound.
7. chmod 777 for : dsp, dsp1, mixer, mixer1, and other sound related devices
8. /usr/src/linux-2.4/make symlinks dep - everything goes fine

That's everything I tried. Please if you have any idea how to fix this problem help me out
 
Old 04-10-2003, 10:19 PM   #2
jailbait
LQ Guru
 
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,337

Rep: Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548
try /etc/modules.conf

You probably need to make changes to /etc/modules.conf but what the changes are I don't know.
 
Old 04-10-2003, 10:50 PM   #3
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
Go to ALSA and compile it for your sound card. ALSA has a very long list of sound cards that it supports and it has setup instructions for each card. ALSA has full support for many sound programs.
 
Old 04-11-2003, 04:02 AM   #4
petter79se
LQ Newbie
 
Registered: Mar 2003
Distribution: Slackware 8.1
Posts: 2

Rep: Reputation: 0
about ALSA

What happend to ALSA, can't access the homepage!
 
Old 04-11-2003, 03:56 PM   #5
poison5151
Member
 
Registered: Mar 2003
Distribution: Red Hat 8.0
Posts: 60

Original Poster
Rep: Reputation: 15
Yea, the alsa server seems to be down. However, I fixed my problem! . All I needed to do is download the emu-tools and use it like this :
emu-config -d
That's it! If anyone else has the problem with a Gateway desktop and a sound blaster live I suggest you try this.
 
Old 04-11-2003, 04:15 PM   #6
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
The emu10k1.conf and emu-script contained in emu-tools are the key to getting your SB Live! working correctly in linux with OSS.
 
Old 04-11-2003, 06:52 PM   #7
jamesgf
Member
 
Registered: Apr 2003
Location: madison wi
Posts: 38

Rep: Reputation: 15
Hi all-

First id like to say thanks for the info in this thread. I finally have some sound ! My last problem is that the sound cracks badly through the speakers. How can i fix this? I installed emu-tools, ran emu-config -d sound started working. My system is a gateway p4 384mb ram sblive boston digital speakers.
Do i have to modify my modules.conf?

any help would be great
thanks
-jamie

oh yeah, im using mdk9.1
 
Old 04-12-2003, 10:13 AM   #8
poison5151
Member
 
Registered: Mar 2003
Distribution: Red Hat 8.0
Posts: 60

Original Poster
Rep: Reputation: 15
hmm, this is a tough one. I have exactly the same specs as you, jamesgf, but my sound works fine. Do the speakers sound normal in windows? If they do, the only solution I can suggest is:
1) Download the latest version of the driver if you don't have one already.
2) Reinstall the module.
3) Do a search of this forum for SB LIVE and you will perhaps get some useful info
 
Old 04-12-2003, 10:15 AM   #9
poison5151
Member
 
Registered: Mar 2003
Distribution: Red Hat 8.0
Posts: 60

Original Poster
Rep: Reputation: 15
p.s. read the install and readme files that come with emu-tools and emu10k1, they might help also
 
Old 04-14-2003, 08:45 AM   #10
jamesgf
Member
 
Registered: Apr 2003
Location: madison wi
Posts: 38

Rep: Reputation: 15
Talking

Just to follow up on this thread, i adjusted the volumes in aumix and the cracking sound went away. Having pcm too high must have been overdriving my sound card.

now on to my last issue, my sound doesnt start on boot, i have to run emu-config -d every time. I think it has to do with adding some lines to my modules.conf file. Time to search the forums.

thanks for all of your help!
-jamie
 
Old 04-14-2003, 04:08 PM   #11
poison5151
Member
 
Registered: Mar 2003
Distribution: Red Hat 8.0
Posts: 60

Original Poster
Rep: Reputation: 15
i have the same exact thing where i have to run emu-config every time. however, there is a script provided with emu tools that allows you to do this on startup, but im not sure if it works. good luck and if you manage to start up the sound when the system boots tell me how
 
Old 04-15-2003, 12:29 PM   #12
jamesgf
Member
 
Registered: Apr 2003
Location: madison wi
Posts: 38

Rep: Reputation: 15
After searching around the web, i found a couple of things to try. I havent had time to try them yet, i might get to it tonight.

1. Copy the command line (emu-config -d) into the start-up file /etc/rc.sysinit and save it.

or

2. Add the following lines to /etc/modules.conf

alias sound emu10k1
post-install emu10k1 /usr/local/etc/emu-script


-jamie
 
Old 04-15-2003, 03:43 PM   #13
nonz
LQ Newbie
 
Registered: Jan 2003
Posts: 12

Rep: Reputation: 0
haha I've been looking everywhere for this solution!!!! That, "emu-config -d" worked after I installed the emu10k1 driver and the emu-tools and a restart. If anyone gets a confirmed method for not having to type, "emu-config -d" in everytime you restart redhat please post it. Oh and thanks alot for being active linux users omg... I posted this problem in justlinux.com forums and it just got 5 views and then fell into oblivion and was ignored
 
Old 04-15-2003, 05:54 PM   #14
poison5151
Member
 
Registered: Mar 2003
Distribution: Red Hat 8.0
Posts: 60

Original Poster
Rep: Reputation: 15
hey nonz instead of saying thanks a lot click the affero button! Just kidding. i think the sysinit file will do it but i have to reboot to linux and try it out
 
Old 04-16-2003, 03:16 PM   #15
poison5151
Member
 
Registered: Mar 2003
Distribution: Red Hat 8.0
Posts: 60

Original Poster
Rep: Reputation: 15
emu-config -d in the rc.sysinit file produces the no command found error. i will try the modules.conf trick next
 
  


Reply



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
Does "ac97 & RH8" imply "buy a Sound Blaster Live"? nicktoop Linux - Hardware 3 02-13-2004 08:53 AM
i Got 1 Harddisk with Win XP & RH8 Dual Boot,will WinXP perform slower coz i got RH8? kublador Linux - General 4 08-27-2003 11:32 PM
i just installed a stock RH8 and heard that reiserfs is cool. can i use it in my RH8? kublador Linux - Software 16 08-06-2003 07:03 AM
soundblaster live in rh8.0 (sound but no sound) malcolm Linux - Newbie 19 08-02-2003 02:04 PM
SB Live (and CS4232) in RH8 Serena Linux - Hardware 0 10-18-2002 07:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 05:32 PM.

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