LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - Installation
User Name
Password
Slackware - Installation This forum is for the discussion of installation issues with Slackware.

Notices


Reply
  Search this Thread
Old 04-29-2004, 10:31 AM   #1
sigma957
Member
 
Registered: Sep 2003
Location: Portland Oregon
Distribution: Debian Testing
Posts: 112

Rep: Reputation: 15
Alsaconf and SB Live Value


I can't get sound working in Slackware 9.1/current. I have a SB Live! value card, has worked in linux before. lsmod shows emu10k1 is loaded, as is soundcore and everything else that's needed. I did some research on alsa and put in the correct aliases. When I run alsaconf, it can't find my card and searches for legacy cards, can't find any and that's it.

Settings in KDE control center are fine. This is a common card, so I'm not sure why I'm having all this trouble.

Barbara
 
Old 04-29-2004, 10:59 AM   #2
320mb
Senior Member
 
Registered: Nov 2002
Location: pikes peak
Distribution: Slackware, LFS
Posts: 2,577

Rep: Reputation: 48
in term window or command line type

lspci

what is your output???
 
Old 04-29-2004, 08:02 PM   #3
sigma957
Member
 
Registered: Sep 2003
Location: Portland Oregon
Distribution: Debian Testing
Posts: 112

Original Poster
Rep: Reputation: 15
Here is my lspci

00:00.0 Host bridge: Intel Corp. 82815 815 Chipset Host Bridge and Memory Controller Hub (rev 02)
00:01.0 PCI bridge: Intel Corp. 82815 815 Chipset AGP Bridge (rev 02)
00:1e.0 PCI bridge: Intel Corp. 82801BA/CA/DB/EB/ER Hub interface to PCI Bridge (rev 02)
00:1f.0 ISA bridge: Intel Corp. 82801BA ISA Bridge (LPC) (rev 02)
00:1f.1 IDE interface: Intel Corp. 82801BA IDE U100 (rev 02)
00:1f.2 USB Controller: Intel Corp. 82801BA/BAM USB (Hub #1) (rev 02)
00:1f.3 SMBus: Intel Corp. 82801BA/BAM SMBus (rev 02)
01:00.0 VGA compatible controller: nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro] (rev 15)
02:0a.0 Ethernet controller: 3Com Corporation 3c905 100BaseTX [Boomerang]
02:0c.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 07)
02:0c.1 Input device controller: Creative Labs SB Live! MIDI/Game Port (rev 07)
02:0d.0 Serial controller: 5610 56K FaxModem 56K FaxModem Model 5610 (rev 01)

Here is part of my /etc/modules.conf

# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-emu10k1
# module options should go here

# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0

# card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
 
Old 05-04-2004, 08:36 AM   #4
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
What does "lsmod" say about your sound modules?
 
Old 05-04-2004, 09:55 AM   #5
vinay_s_s
Member
 
Registered: Jul 2003
Posts: 659

Rep: Reputation: 30
sigma957, sorry to go off topic, but i noticed that u have a riva tnt2 agp card. how much fps do u get in glxgears ??
 
Old 05-04-2004, 10:25 AM   #6
sigma957
Member
 
Registered: Sep 2003
Location: Portland Oregon
Distribution: Debian Testing
Posts: 112

Original Poster
Rep: Reputation: 15
Aussie: I'm not at my linux box, but I do have soundcore, emu10k1 loaded. Can't remember any others.

vinay_s_s: I don't use linux for games, and I don't even run the Nvidia drivers, never looks good for me, the 'nv' driver works fine. Never ran glxgears, sorry!

Barbara
 
Old 05-04-2004, 06:03 PM   #7
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
The module 'emu10k1' is an OSS sound module and won't work with ALSA, the module you need to use is called snd-emu10k1, the 'snd-' part is what seperated the old OSS modules from the new ALSA modules.
 
Old 05-04-2004, 09:15 PM   #8
sigma957
Member
 
Registered: Sep 2003
Location: Portland Oregon
Distribution: Debian Testing
Posts: 112

Original Poster
Rep: Reputation: 15
Okay, I feel a bit silly, but I can't find where the standard emu10k1 module is being loaded, or how to load the snd-emu10k1. Any help? thanks so much for the help so far

Barbara
 
Old 05-04-2004, 10:37 PM   #9
ringwraith
Senior Member
 
Registered: Sep 2003
Location: Indiana
Distribution: Slackware 15.0
Posts: 1,272

Rep: Reputation: 65
Use the following to check if they are commented out.

haldir@mirkwood: haldir $ cat /etc/rc.d/rc.modules | grep emu10k1
#/sbin/modprobe emu10k1
#/sbin/modprobe emu10k1-gp
 
Old 05-04-2004, 10:41 PM   #10
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Have you got hotplug installed and running at boot?
 
Old 05-05-2004, 10:36 AM   #11
franzfranz
Member
 
Registered: Mar 2004
Location: Indiana, US
Distribution: gentoo
Posts: 87

Rep: Reputation: 15
what version of alsa do you have running? believe it or not, i couldn't get 1.0.4 working, but 0.9.6 worked just fine. Also, when I installed kde 3.2.1 for the first time, the multimedia files managed to mess up my sound, I had to re-install 3.1.4 and then re-install 3.2.1 without the multimedia files.

Last edited by franzfranz; 05-05-2004 at 10:37 AM.
 
Old 05-06-2004, 11:21 AM   #12
sigma957
Member
 
Registered: Sep 2003
Location: Portland Oregon
Distribution: Debian Testing
Posts: 112

Original Poster
Rep: Reputation: 15
Okay this is getting frustrating. I have everything current, a well supported card, yet it won't work. Is there anyway to trash alsa and go back to OSS? at least that has worked in the past on other distros.

ringwraith and aussie: I have hotplug running and emu10k1 is running, but snd-emu10k1 is not loaded, just the regular emu10k1 module. Modprobe of snd-emu10k1 says it's not found, even though it's in the modules and even if I put in the full path.

I'm planning to change from bare.i kernel to 2.6.5 this weekend. What should I enable to try to get sound working?

Thanks for the help, folks!

Barbara
 
Old 05-06-2004, 03:52 PM   #13
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Can you look for the presence of /etc/hotplug/blacklist?
Starting with v9.1 Slackware uses hotplug to detect hardware and load modules at boot, and the OSS sound modules are listed in /etc/hotplug/blacklist to stop them from loading. Your /etc/modules.conf is correctly set up for ALSA, yet the OSS sound modules are loading which leads me to think that hotplug is not installed and perhaps the alsadrivers package is not installed as well.
 
Old 05-06-2004, 06:18 PM   #14
ringwraith
Senior Member
 
Registered: Sep 2003
Location: Indiana
Distribution: Slackware 15.0
Posts: 1,272

Rep: Reputation: 65
As an alternative, I do not run hotplug. I disable it. Then I uncomment the needed modules in /etc/rc.d/rc.modules That way I know what is loading and not loading. You have to know your system though... sound modules, usb, .... But at least you don't have to worry about hotplug loading stuff that interferes by loading modules that you do not want to load.
 
Old 05-06-2004, 06:46 PM   #15
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Quote:
Originally posted by ringwraith
--<snip>--But at least you don't have to worry about hotplug loading stuff that interferes by loading modules that you do not want to load.
But that is exactly what the blacklist file is for. . .
 
  


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
alsaconf yusufozk Linux - Software 4 06-28-2005 08:38 AM
alsaconf edmlo Linux - Hardware 6 03-16-2005 10:29 AM
alsaconf denning Slackware 3 02-02-2005 09:10 AM
Can't find alsaconf Ross Clement Linux - Software 2 06-30-2004 05:16 AM
alsaconf sethgeekx86 Slackware 3 04-16-2004 03:52 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - Installation

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