LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 03-27-2006, 12:25 PM   #1
Emma77
Member
 
Registered: Mar 2006
Location: England
Distribution: Debian
Posts: 43

Rep: Reputation: 16
SB Live! (again)


Sorry, i know it's been handled before, but i've read the other threads and the issue my sulky Debian box is having is slightly different. I'm new to linux, so i'd appreciate some idiot-proof help with my soundcard.

I did an apt-get install alsa, but alsaconf failed to detect the card:

Sirius:~# alsaconf
modinfo: snd: no module by that name found
modinfo: snd: no module by that name found
modinfo: snd: no module by that name found
Unloading ALSA sound driver modules: (none loaded).
Building card database...
modinfo: snd-opl3sa2: no module by that name found
modinfo: snd-cs4236: no module by that name found
modinfo: snd-cs4232: no module by that name found
modinfo: snd-cs4231: no module by that name found
modinfo: snd-es18xx: no module by that name found
modinfo: snd-es1688: no module by that name found
modinfo: snd-sb16: no module by that name found
modinfo: snd-sb8: no module by that name found

Yet lspci did detect it:

Debian:~# lspci -v
0000:00:00.0 Host bridge: Silicon Integrated Systems [SiS] 5597 [SiS5582] (rev 10)
Flags: bus master, medium devsel, latency 64

0000:00:01.0 ISA bridge: Silicon Integrated Systems [SiS] SiS85C503/5513 (LPC Bridge) (rev 01)
Flags: bus master, medium devsel, latency 0

0000:00:01.1 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev d0) (prog-if 8a [Master SecP PriP])
Subsystem: Unknown device ce00:402c
Flags: bus master, fast devsel, latency 128
I/O ports at <ignored>
I/O ports at <ignored>
I/O ports at <ignored>
I/O ports at <ignored>
I/O ports at 4000 [size=16]

0000:00:09.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 05)
Subsystem: Creative Labs CT4760 SBLive!
Flags: bus master, medium devsel, latency 32
I/O ports at 1000 [size=32]
Capabilities: [dc] Power Management version 1

0000:00:09.1 Input device controller: Creative Labs SB Live! MIDI/Game Port (rev 05)
Subsystem: Creative Labs Gameport Joystick
Flags: bus master, medium devsel, latency 64
I/O ports at f7f0 [size=8]
Capabilities: [dc] Power Management version 1

0000:00:14.0 VGA compatible controller: Silicon Integrated Systems [SiS] 5597/5598/6326 VGA (rev 68) (prog-if 00 [VGA])
Flags: medium devsel
Memory at 10000000 (32-bit, prefetchable) [disabled] [size=4M]
Memory at 10400000 (32-bit, non-prefetchable) [disabled] [size=64K]
I/O ports at <ignored> [disabled] [size=128]
Expansion ROM at ffff8000 [disabled] [size=32K]
Debian:~#

Another topic suggested this, so i thought it worth a go:

Debian:~# modprobe emu10k1
/lib/modules/2.4.27-2-k6/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.27-2-k6/kernel/drivers/sound/emu10k1/emu10k1.o: insmod /lib/modules/2.4.27-2-k6/kernel/drivers/sound/emu10k1/emu10k1.o failed
/lib/modules/2.4.27-2-k6/kernel/drivers/sound/emu10k1/emu10k1.o: insmod emu10k1 failed
Debian:~#

The other topic also suggested 'insmod' (which i presume means 'install module'???), but that just spammed me with:

/lib/modules/2.4.27-2-k6/kernel/drivers/sound/emu10k1/emu10k1.o: /lib/modules/2.4.27-2-k6/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbol ac97_probe_codec_Redf32a8e

and similar lines, 28 in total.

What's going on? What should i do/am i doing wrong/missing/etc ?
 
Old 03-27-2006, 01:24 PM   #2
truoc444
Member
 
Registered: Aug 2005
Location: Salt Lake City
Distribution: Suse 9.3, Ubuntu, Mepis
Posts: 47

Rep: Reputation: 15
did you disable the onboard sound in the BIOS before you started? i had the same problem with one of my sound cards until i disabled it in the BIOS.
 
Old 03-27-2006, 01:36 PM   #3
Emma77
Member
 
Registered: Mar 2006
Location: England
Distribution: Debian
Posts: 43

Original Poster
Rep: Reputation: 16
Hi. The mobo doesn't have on-board sound. But thanks.
 
Old 03-27-2006, 02:58 PM   #4
lestoil
Member
 
Registered: Apr 2004
Location: new york
Distribution: win2k,ubuntu,sw13,arch,centos5.3
Posts: 815

Rep: Reputation: 31
Apt-get install alsa alsa-base alsa-utils alsamixer alsaplayer or aptitude --with recommends install same listed pkgs. Then try alsaconf. The emu10k1 module should be found/detected. Use alsamixer or kmix or gnome volume control to set volume levels. The volume levels should be saved and a small speaker icon should appear at taskbar in gnome or kde.
You might also try installing more current 2.6.x kernel. Latest Sarge netinstaller has 2.6.12 kernel. The Sarge 2.6.8x kernel is still available. Apt-get update 1st. Synaptic-- under base system-- should list kernel-images available. apt-cache policy kernel-image would also list available kenel-images.

Last edited by lestoil; 03-27-2006 at 03:08 PM.
 
Old 03-27-2006, 03:18 PM   #5
lestoil
Member
 
Registered: Apr 2004
Location: new york
Distribution: win2k,ubuntu,sw13,arch,centos5.3
Posts: 815

Rep: Reputation: 31
A helpful site in uk is http://www.debianhelp.co.uk/ It has great guides and tips as well as links to other good links. Enjoy Debian
 
Old 03-27-2006, 03:42 PM   #6
Emma77
Member
 
Registered: Mar 2006
Location: England
Distribution: Debian
Posts: 43

Original Poster
Rep: Reputation: 16
Thanks, i'll try those, although i forgot to mention that i'm not using an X window system. This particular machine doens't even have a monitor attached, and it's only got a graphics card for the rare occasions when i need to do something like fsck. I Was actually planning to use mpg321 from an SSH session.

Still, with that in mind i'll give it a go. Thanks.
 
Old 03-27-2006, 05:13 PM   #7
Emma77
Member
 
Registered: Mar 2006
Location: England
Distribution: Debian
Posts: 43

Original Poster
Rep: Reputation: 16
Okay, i tried installing all those packages - they were all up to date! I did apt-get install update before i even began all of this. Alsa still fails to detect the card, all it ever gives me is:

modinfo: snd: no module by that name found
modinfo: snd: no module by that name found
modinfo: snd: no module by that name found
Unloading ALSA sound driver modules: (none loaded).
Building card database...
modinfo: snd-opl3sa2: no module by that name found
modinfo: snd-cs4236: no module by that name found
modinfo: snd-cs4232: no module by that name found
modinfo: snd-cs4231: no module by that name found
modinfo: snd-es18xx: no module by that name found
modinfo: snd-es1688: no module by that name found
modinfo: snd-sb16: no module by that name found
modinfo: snd-sb8: no module by that name found


I can't understand why this is being so difficult. I just can't see what's wrong - as far as i can tell, i've done everything correctly.
 
Old 03-27-2006, 06:43 PM   #8
lestoil
Member
 
Registered: Apr 2004
Location: new york
Distribution: win2k,ubuntu,sw13,arch,centos5.3
Posts: 815

Rep: Reputation: 31
If you have alsa,etc installed then modprobe snd-emu10k1 should load module. There is always oss option.
Another link: http://uclinux.info/wiki/index.php/ look for Using a Sound Blaster Live Sound Card with Debian. Hope that helps...
 
  


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
I wanna make a live slackware live cd. Please help cyto Slackware 7 08-04-2011 02:23 AM
Live CD - Mandriva Discovery Live 2006 wpennington Mandriva 2 11-14-2005 08:28 AM
Sound Blaster Live (CT4830) or Sound Blaster Live 24 bit un shiza Linux - Hardware 0 08-29-2005 04:57 PM
linspire live, suse live metallicafan_316 Linux - Newbie 2 07-20-2005 02:18 PM
A Live DVD is NOT a Live CD , so ... ? t3gah LQ Suggestions & Feedback 8 06-11-2005 08:22 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

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