Installing Creative SB Live sound card on Slackware
SlackwareThis Forum is for the discussion of Slackware 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.
When I run "alsaconf", It says:
No Supported PnP or PCI Card found.
Would you like to probe Legacy ISA Sound cards/chips?
I selected yes, and it told me "No legacy drivers are available." and exited.
Quote:
Originally Posted by paulsiu
1. Does the device work if you're login as root?
2. Have you try running alsaconf as root?
Paul
Yes, at this point I haven't logged in as anything other than root.
The most recent version of Slackware is 10.2. I doubt you need a new version of alsa, the SB Live is an old card, and mine works fine with 10.1 and 10.2. What happens when you try to load the module manually? (as root 'modprobe snd-emu10k1' (or is it snd_emu10k1)). Also, onboard sound is not the problem, Linux supports multiple sound cards, my onboard sound is active (though unused) and doesn't cause any problems.
What happens when you try to load the module manually? (as root 'modprobe snd-emu10k1' (or is it snd_emu10k1))
I get a Can't locate module error for both those.
I did modprobe -l, there isn't anything there that resembles emu10k1.
There are 2 drivers named sb.o, and sb_lib.o, but when tring to modprobe these drivers, a bunch of "unresolved symbol" errors scrawls accross my screen.
Did you compile your own kernel? If so, did you enable the appropriate module for your SB Live soundcard? ie your config should have CONFIG_SND_EMU10K1=m
When you compile your kernel, make sure you select ALSA (Advanced Linux Sound Architecture) under Device Drivers > Sound. Also make sure you select the appropriate OSS compatibility options as well as the SB Live modules under the PCI devices section. In fact, if in doubt, you can select to build all the modules under ALSA without any problems i believe.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.