LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-13-2002, 08:46 PM   #1
DMAN
LQ Newbie
 
Registered: Jan 2002
Distribution: Mandrake 8.1, 98, XP
Posts: 6

Rep: Reputation: 0
Question SoundBlaster Live problems


:smash:
I just installed Mandrake 8.0 as a three way boot and don't have any sound. I'm using a SoundBlaster Live sound card. Do I need to install a new driver? I don't know much about source codes or anything. What do I need to do?
I also have problems with my modem...it says the modem is busy when I try to dial out. I'm using a GTW V.92 modem.
 
Old 01-15-2002, 02:36 PM   #2
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
You might not have a module (er... driver in the windows world), installed for your card. The other common quirk with mandrake 8.0 is that it shipped with the mixer muted by default. Depending on whether you installed Gnome or KDE, under Multimedia, sound, mixer... fiddle with the settings. If it gives an error like 'no device found' then there's a problem. Procede to step 2:
Open a command prompt and type: lspci
This will list, by the information off of the boards, all of the PCI devices in your system. Post whatever it says about the sound card here and then we'll know what module you need to load. Also post whatever it has to say about the modem, which might be a bit of a headache due to the preponderance of winmodems on the planet. This is assuming these devices are newer (last 3-4 years) PCI devices, and not older ISA stuff... but I don't think they ever built an ISA v90 modem, so yeah...

Cheers,

Finegan
 
Old 01-15-2002, 07:44 PM   #3
DMAN
LQ Newbie
 
Registered: Jan 2002
Distribution: Mandrake 8.1, 98, XP
Posts: 6

Original Poster
Rep: Reputation: 0
Sound Modem

Thanks...let me get on that...as I said I'm new to the command line and such. I'll post the reply later.
 
Old 01-15-2002, 08:30 PM   #4
DMAN
LQ Newbie
 
Registered: Jan 2002
Distribution: Mandrake 8.1, 98, XP
Posts: 6

Original Poster
Rep: Reputation: 0
Sound Modem

I ran lspci and the following came up:

Host Bridge: Intel Corporation :Unknown Device 2530
PCI Bridge: " " :Unknown Device 2532
PCI Bridge: " " :Unknown Device 244e
ISA Bridge: " " :Unknown Device 2440
IDE Interface: " " :Unknown Device 244b
USB Controllers: " " :Unknown Device 2442
SMBus: " " :Unknown Device 2443
USB Controller: " " :Unknown Device 2444
VGA Compatible Controller: nVidea Corporation
Firewire: Texas Instruments: Unknown Device
Ethernet Controller: 3Com Corporation
Modem: Broadcom Corporation: Unknown Device
Multimedia Audio Controller: Creative Labs SB Live! EMU 10000
Input Device Controller: Creative Labs SB Live!

So...Iguess it's seeing my sound card and maybe my modem.
I pulled up the sound mixer and everything checked out OK.
By the way I have Gnome, KDE and a couple more installed. But I usually use Gnome if that helps, but the sound doesn't work on any of them.
 
Old 01-15-2002, 11:54 PM   #5
Jedi_Cheese
LQ Newbie
 
Registered: Jan 2002
Location: St. Cloud MN
Distribution: XP Pro/Win 2k pro
Posts: 14

Rep: Reputation: 0
I am haveing almost the same problem. My SB sound card isn't working but I am running Mandrake 8.1 (instead of 8.0).

But, I also have another soundcard that is working. It isn't realistic to use it though because it is very bad so I want to get the SB working.
 
Old 01-16-2002, 04:42 AM   #6
jostber
Member
 
Registered: Jul 2001
Location: Skien, Norway
Distribution: Slackware Current 64-bit
Posts: 543

Rep: Reputation: 178Reputation: 178
Hi,

Can you post the output of 'lsmod'? Then you can see if the Soundblaster module is loaded.

Jostein
 
Old 01-16-2002, 08:47 PM   #7
DMAN
LQ Newbie
 
Registered: Jan 2002
Distribution: Mandrake 8.1, 98, XP
Posts: 6

Original Poster
Rep: Reputation: 0
lsmod


I ran lsmod and it showed the emu10k1 module working...Any other suggestions?
 
Old 01-17-2002, 02:42 AM   #8
jostber
Member
 
Registered: Jul 2001
Location: Skien, Norway
Distribution: Slackware Current 64-bit
Posts: 543

Rep: Reputation: 178Reputation: 178
I have had the same problems with the SB 5.1 driver loaded as a module. For me the solution was to compile the SB driver into the kernel and SB midi, as well as removing all the other sound drivers.
 
Old 01-17-2002, 08:12 PM   #9
SlCKB0Y
Member
 
Registered: Oct 2001
Location: Sydney
Distribution: Arch
Posts: 295

Rep: Reputation: 96
ok, if lsmod shows something like

snd-seq-oss 23392 0 (autoclean)
snd-synth-emu10k1 3536 0
snd-synth-emux 22576 0 [snd-synth-emu10k1]
snd-seq-midi-emul 4368 0 [snd-synth-emux]
snd-seq-virmidi 8208 0 [snd-synth-emux]
snd-seq-midi 3024 0
snd-seq-midi-event 28
snd-card-emu10k1 2160 1
snd-emu10k1

Then it means the drivers are loading and it is using ALSA.

in which case su to root and run alsamixer.

adjust the levels to higher settings and then press the esc key to save and exit.
 
Old 02-14-2002, 12:16 AM   #10
Jedi_Cheese
LQ Newbie
 
Registered: Jan 2002
Location: St. Cloud MN
Distribution: XP Pro/Win 2k pro
Posts: 14

Rep: Reputation: 0
I now have another question. I run lsmod and it returns "Bash: lsmod: command not found"

What should I do?
 
Old 02-14-2002, 03:10 AM   #11
jostber
Member
 
Registered: Jul 2001
Location: Skien, Norway
Distribution: Slackware Current 64-bit
Posts: 543

Rep: Reputation: 178Reputation: 178
Run lsmod as root, or shortcut:

su -c lsmod
 
Old 02-14-2002, 07:54 PM   #12
Jedi_Cheese
LQ Newbie
 
Registered: Jan 2002
Location: St. Cloud MN
Distribution: XP Pro/Win 2k pro
Posts: 14

Rep: Reputation: 0
I ran lsmod as root. I found out my SB live card's drivers aren't installed. So, I need to know where Mandrake 8.1 would keep all the spare drivers. Then I could use some help installing the drivers.
 
Old 02-16-2002, 03:32 AM   #13
starbreaker
LQ Newbie
 
Registered: Feb 2002
Location: Tampa FL
Distribution: Slackware 8.1
Posts: 17

Rep: Reputation: 0
Talking re: SoundBlaster Live problems

I am running Slackware 8.0 but I had the same problem i am a newbie by the way, anyway I downloaded kernel source 2.4.17 and compiled and now my sound card works fine using the sound blaster live driver in the kernel. I am running sound blaster pci512 and now after i got the new kernel it works fine.

Hope this helps
Jeremiah
 
Old 02-28-2002, 03:25 AM   #14
nutshell
Member
 
Registered: Feb 2002
Distribution: Slackware 8.1
Posts: 244

Rep: Reputation: 30
Hi,

I am also, coincidently, having the same problem. Anyone hve a solution for me? No recent replies for this thread i see. But sound is importatn to me, and i don't know why it has problems under Linux. Pls help

thnx
 
Old 02-28-2002, 06:24 AM   #15
jostber
Member
 
Registered: Jul 2001
Location: Skien, Norway
Distribution: Slackware Current 64-bit
Posts: 543

Rep: Reputation: 178Reputation: 178
Try to recompile the kernel and select the SB Live driver(emu10k) as well as SB midi. Choose to compile them into the kernel, instead of as a module. Deselect other sound drivers, especially Ensoniq.

Hope that will help you.
 
  


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
SoundBlaster Live problems webwolf70 Conectiva 3 03-07-2005 06:00 PM
Soundblaster Live! Value Sound Problems Corona4456 Linux - Hardware 2 09-05-2004 04:20 PM
Problems with Creative Soundblaster Live! 5.1 brainscan Linux - Hardware 9 05-17-2004 09:18 PM
soundblaster live problems miner Mandriva 4 04-27-2004 03:22 PM
Soundblaster Live Problems frice2000 Linux - Hardware 1 07-06-2003 10:33 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:31 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