LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-04-2002, 12:43 AM   #1
Flat_Tire_
LQ Newbie
 
Registered: Oct 2002
Posts: 9

Rep: Reputation: 0
Unhappy 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_
 
Old 10-04-2002, 12:47 AM   #2
neo77777
LQ Addict
 
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704

Rep: Reputation: 56
As root try,
/sbin/modprobe emu10k1
can't e easier than this!!!
 
Old 10-04-2002, 12:50 AM   #3
Flat_Tire_
LQ Newbie
 
Registered: Oct 2002
Posts: 9

Original Poster
Rep: Reputation: 0
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
 
Old 10-04-2002, 01:42 AM   #4
pesho_p
Member
 
Registered: Oct 2002
Location: 42° 42' N, 23° 19' E
Distribution: Slackware 8.1
Posts: 77

Rep: Reputation: 15
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>
 
Old 10-04-2002, 10:57 PM   #5
Flat_Tire_
LQ Newbie
 
Registered: Oct 2002
Posts: 9

Original Poster
Rep: Reputation: 0
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
 
Old 10-05-2002, 01:04 AM   #6
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
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
 
Old 10-05-2002, 01:04 AM   #7
neo77777
LQ Addict
 
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704

Rep: Reputation: 56
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 01:09 AM.
 
Old 10-05-2002, 03:18 AM   #8
Flat_Tire_
LQ Newbie
 
Registered: Oct 2002
Posts: 9

Original Poster
Rep: Reputation: 0
Cool. Thanks for the help guys.
 
Old 03-06-2003, 05:53 PM   #9
polonius19
LQ Newbie
 
Registered: Mar 2003
Posts: 8

Rep: Reputation: 0
Unhappy 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?
 
Old 03-07-2003, 07:03 AM   #10
figadiablo
Member
 
Registered: Feb 2002
Location: Virginia USA
Distribution: Slackware, CentOS, Fedora
Posts: 342

Rep: Reputation: 30
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
 
Old 03-07-2003, 11:54 AM   #11
polonius19
LQ Newbie
 
Registered: Mar 2003
Posts: 8

Rep: Reputation: 0
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.
 
Old 03-07-2003, 05:03 PM   #12
figadiablo
Member
 
Registered: Feb 2002
Location: Virginia USA
Distribution: Slackware, CentOS, Fedora
Posts: 342

Rep: Reputation: 30
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?
 
Old 03-07-2003, 10:22 PM   #13
figadiablo
Member
 
Registered: Feb 2002
Location: Virginia USA
Distribution: Slackware, CentOS, Fedora
Posts: 342

Rep: Reputation: 30
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
 
  


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
FC2 SBLive! problem DonMiner Fedora 9 07-07-2004 07:49 PM
Slack SBLive help exkor5000 Linux - Newbie 1 11-13-2003 11:32 PM
Alsa and SBlive problem wootletootle Slackware 3 10-26-2003 05:50 AM
sblive gameport problem... jeanvalery Linux - Hardware 0 07-25-2003 03:46 AM
RedHat 7.2, SBLive! problem sinclair Linux - Software 1 01-21-2002 04:32 PM

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

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