Slackware This 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
10-04-2002, 01:43 AM
|
#1
|
LQ Newbie
Registered: Oct 2002
Posts: 9
Rep:
|
SBLive problem in Slack 8.1
I've recently installed Slackware 8.1 and sound is not working. I have an SBLive card. I've read previously posted messages on people solving the problem my adding the driver as a module or recompiling their kernel. I would like to avoid recompiling my kernel because I'm booting off a floppy. Being somewhat of a newb, if one of you guys could list the commands to fix the problem by adding it as a module, I'd greatly appreciate it. Thanks.
Flat_Tire_
|
|
|
10-04-2002, 01:47 AM
|
#2
|
LQ Addict
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704
Rep:
|
As root try,
/sbin/modprobe emu10k1
can't e easier than this!!! 
|
|
|
10-04-2002, 01:50 AM
|
#3
|
LQ Newbie
Registered: Oct 2002
Posts: 9
Original Poster
Rep:
|
OMG Thank you... Awesome. Double awesome. Would I do the same for future driver installs or what? or where can I list drivers available to add to /sbin/modprobe
|
|
|
10-04-2002, 02:42 AM
|
#4
|
Member
Registered: Oct 2002
Location: 42° 42' N, 23° 19' E
Distribution: Slackware 8.1
Posts: 77
Rep:
|
Quote:
Originally posted by Flat_Tire_
or where can I list drivers available to add to /sbin/modprobe
|
Try out: vi /etc/rc.d/rc.modules
Actual modules (drivers) can be found in /lib/modules/<kernel_version>
|
|
|
10-04-2002, 11:57 PM
|
#5
|
LQ Newbie
Registered: Oct 2002
Posts: 9
Original Poster
Rep:
|
I've noticed that the module emu10k1 doesn't automatically load when I restart my computer. And that each time I boot I need to reload the emu10k1 driver using /sbin/modprobe emu10k1. Is there anything I can do to fix this? Once again is it possible without recompiling my kernel? Thanks
|
|
|
10-05-2002, 02:04 AM
|
#6
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
Yes the file mentioned above '/etc/rc.d/rc.modules' is the file you will want to edit.
So open up for your favorite text editor, and locate the sound card section, and find the emu10k1 entry. Uncomment (means delete the # sign in front of it) the entry /sbin/modprobe emu10k1
And now each time you start your computer it will be loaded. You will need to do a chmod a+r /dev/dsp and to /dev/mixer /dev/audio and /dev/sequencer also, this will allow your users to access the card as well. I don't think they need execute priviledges... Anyone know for sure?
Anyway, yeah, that's how you get it to load each boot.
Cool
|
|
|
10-05-2002, 02:04 AM
|
#7
|
LQ Addict
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704
Rep:
|
Well you can activate it on boot by commenting out (removing '#' sign in front of /sbin/modprobe emu10k1 ) the appropriate line in /etc/rc.d/rc.modules
somewhere in the middle in sound section there is one for emu10k1
Last edited by neo77777; 10-05-2002 at 02:09 AM.
|
|
|
10-05-2002, 04:18 AM
|
#8
|
LQ Newbie
Registered: Oct 2002
Posts: 9
Original Poster
Rep:
|
Cool. Thanks for the help guys.
|
|
|
03-06-2003, 06:53 PM
|
#9
|
LQ Newbie
Registered: Mar 2003
Posts: 8
Rep:
|
error: couldn't open mixer /dev/sound/mixer
I also have slackware 8.1 and the sblive soundcard. I removed the comment mark in /etc/rc.d/rc.modules and modified the permisions as suggested, but still can't get it any sound.
When i load dropline-gnome i get an error as it comes up that reads "Couldn't open mixer /dev/sound/mixer".
I don't see a /dev/sound/mixer. I see the /dev/mixer, but i don't know where to modify the dropliine confi to reference the device i do have.
any ideas?
|
|
|
03-07-2003, 08:03 AM
|
#10
|
Member
Registered: Feb 2002
Location: Virginia USA
Distribution: Slackware, CentOS, Fedora
Posts: 342
Rep:
|
I guess that you could try to fool gnome by making a symbolic link from /dev/mixer to /dev/sound/mixer. Try that and see what happens.!!
Figa
|
|
|
03-07-2003, 12:54 PM
|
#11
|
LQ Newbie
Registered: Mar 2003
Posts: 8
Rep:
|
I created the symbolic link as suggested, but i still get the same error when launching dropline.
I created a different user account and ran xwmconfig and selected kde for it and when i launch that i get an error that says /dev/dsp does not exist. i could see that it does exist and modified permissions again to check, but got the same error when i launched kde the second time.
|
|
|
03-07-2003, 06:03 PM
|
#12
|
Member
Registered: Feb 2002
Location: Virginia USA
Distribution: Slackware, CentOS, Fedora
Posts: 342
Rep:
|
did you changed the permisions to the /dev/mixer as root?
just to make sure try again?
su
chmod 777 /dev/mixer
(for the time being, later reember to change the
which version of gnome are you using?
|
|
|
03-07-2003, 11:22 PM
|
#13
|
Member
Registered: Feb 2002
Location: Virginia USA
Distribution: Slackware, CentOS, Fedora
Posts: 342
Rep:
|
humm, I'm finally back to my system,
Do you actually have a dir called sound in /dev?
I don't have that. I do have a /dev/mixer , that is actually a link to mixer0
1 root root 11 Feb 7 21:45 mixer -> /dev/mixer0
|
|
|
All times are GMT -5. The time now is 01:55 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|