LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 08-11-2002, 11:35 AM   #1
dai
Member
 
Registered: May 2002
Location: Wales
Distribution: Slack 8.1, Gentoo 1.3a, Red Hat 7.3, Red Hat 7.2, Manrake 8.2
Posts: 328

Rep: Reputation: 30
Creative labs SB Live! Sound not working


Hi when I login and start KDE 3.0 Everything loads fine except I get a message stating something like cannot open /"whatever"/dsp

And I have absolutley no sound

Ive modprobed emu10k1 >OK loads fine

Done a Cat /proc/pci >OK

any ideas why this wont work?????
 
Old 08-11-2002, 11:54 AM   #2
dai
Member
 
Registered: May 2002
Location: Wales
Distribution: Slack 8.1, Gentoo 1.3a, Red Hat 7.3, Red Hat 7.2, Manrake 8.2
Posts: 328

Original Poster
Rep: Reputation: 30
Everythings Ok now Ive sorted the problem

cheers
 
Old 08-12-2002, 05:29 AM   #3
zLinuxz
Senior Member
 
Registered: Feb 2002
Location: Shanghai, CHINA
Distribution: RH 5.0,5.1 6.0,6.1 7.0,7.1,7.2,7.3.,8.0,9.0, RH Enterprise, Fedora C1, C2
Posts: 1,216

Rep: Reputation: 45
cool
 
Old 08-12-2002, 03:27 PM   #4
klasikahl
LQ Newbie
 
Registered: Aug 2002
Distribution: Debian SID (Custom kernel)
Posts: 6

Rep: Reputation: 0
great that u fixed the problem, but it would be even better if u posted how u fixed it and what was wrong. my audigy works fine, but if someone out there has the same problem as u did, they are gonna look at this and say "well, how do i fix it?!"

zack
 
Old 08-12-2002, 04:45 PM   #5
bLaX
LQ Newbie
 
Registered: Aug 2002
Distribution: redhat 7.3, SuSe 8.0, Slackware 8.1
Posts: 14

Rep: Reputation: 0
Yeah, can ya let me know how you fixed that? I have a similar problem. I just installed Slackware, and my SB Live card is not working. I've tried this "chmod 777 /dev/dsp" as root and user, still doesn't work. Weirdest thing is this has never been a prblem with different distro's such as rh 73, suse or mandy, only Slackware doesn't work. Anyone experienced this as well? And if it was resolved, please share.
 
Old 08-12-2002, 04:53 PM   #6
klasikahl
LQ Newbie
 
Registered: Aug 2002
Distribution: Debian SID (Custom kernel)
Posts: 6

Rep: Reputation: 0
the first thing i would suggest is, in the console, type "adduser bLaX audio" (or whatever ur username is)
 
Old 08-12-2002, 05:34 PM   #7
bLaX
LQ Newbie
 
Registered: Aug 2002
Distribution: redhat 7.3, SuSe 8.0, Slackware 8.1
Posts: 14

Rep: Reputation: 0
I tried that klasikahl, and it didn't work out for me. That's so odd, it works by default on other distros, but on slack, I gotta like configure every piece of hw. I actually like to learn this way, so if anyone can lend me a hand to get my SB Live card to work, much props to ya!
 
Old 08-12-2002, 05:38 PM   #8
klasikahl
LQ Newbie
 
Registered: Aug 2002
Distribution: Debian SID (Custom kernel)
Posts: 6

Rep: Reputation: 0
bLaX you are going to get the best support on the irc.openprojects.net IRC network, under the #slackware channel.
 
Old 08-13-2002, 02:15 AM   #9
dai
Member
 
Registered: May 2002
Location: Wales
Distribution: Slack 8.1, Gentoo 1.3a, Red Hat 7.3, Red Hat 7.2, Manrake 8.2
Posts: 328

Original Poster
Rep: Reputation: 30
Hey all

I fixed the problem by modprobing emu10k1 as root

I them restarted the pc and it worked

however the problem has now resurfaced and I am having probs getting sound to work now

when I run lsmod I get a list of loaded modules that contains ac97 emu10k1 nvidia(graphics) and some other modules that seem related to emu10k1

The next step I will try is adding emu10k1 to my /etc/modules.conf

however Im not sure how to add it if anybody could advise Id be more than grateful i.e. not sure how to write the alias line if anyone has this card (SB Live!) could you post your modules.conf please

Also would it be better if I added the module to /etc/rc.d/rc.modules

Last edited by dai; 08-13-2002 at 03:09 AM.
 
Old 08-13-2002, 04:16 AM   #10
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Well, here's mine:
Code:
alias     sound-slot-0    emu10k1
alias                     usb-storage
But I have been told, and have been able to simply add emu10k1 and that's it. No other syntax necessary.

Yes, you should uncomment the /sbin/modprobe emu10k1 in /etc/rc.d/rc.modules

Cool
 
Old 08-13-2002, 05:12 AM   #11
dai
Member
 
Registered: May 2002
Location: Wales
Distribution: Slack 8.1, Gentoo 1.3a, Red Hat 7.3, Red Hat 7.2, Manrake 8.2
Posts: 328

Original Poster
Rep: Reputation: 30
cheers MasterC

one other Question

Is this the file you use In Slack 8.1 or Suse 8.0 (or are they both the same)

Just curious
 
Old 08-13-2002, 07:53 AM   #12
hanzerik
Member
 
Registered: Jan 2002
Location: Cheyenne Wyoming
Distribution: Debian/Raspbian/Mint
Posts: 717

Rep: Reputation: 32
In slackware your going to have to edit /etc/rc.d/rc.modules and uncomment the line for /sbin/modprobe/emu10k1 . Then your are either going to have to add a new user/group called something like sndusr or something, then chown the devices (dsp, mixer, audio) so that the user/group you created has the correct permissions to access these devices(by default only root has access) Then add your existing normal user to that sndusr group.

Or you can do it the easy unsecure way:
chmod a+rw /dev/dsp
chmod a+rw /dev/mixer
chmod a+rw /dev/sound
 
Old 08-13-2002, 08:15 AM   #13
dai
Member
 
Registered: May 2002
Location: Wales
Distribution: Slack 8.1, Gentoo 1.3a, Red Hat 7.3, Red Hat 7.2, Manrake 8.2
Posts: 328

Original Poster
Rep: Reputation: 30
Many thanks

I checked /etc/modules.conf out yesterday and it was empty bar one thing

So I wasnt sure if there was another file I needed to edit.

wouldn't

chmod 600 (whatever path)

have the same effect as

chmod a r+w
 
Old 08-13-2002, 10:58 AM   #14
hanzerik
Member
 
Registered: Jan 2002
Location: Cheyenne Wyoming
Distribution: Debian/Raspbian/Mint
Posts: 717

Rep: Reputation: 32
No, chmod u+rw would be = to 600
u = user
g = group
o = other
a = all users

Here are some examples:
chmod o-rw <file> takes away read write from others
chmod go-rw <file> takes away read write from the group and others

Now if you want to give permission change the - to a +

chmod a+rwx gives everyone read/write/exec
chmod a-x takes away exec but keeps read/write

But it maybe easier to use the 4,2,1
4 = read
2 = write
1 = exec
0 = nothing
chmod 644 <file> gives owner rwx and group r and others r
chmod 755 <file> would be used for say a program that you want others to run but not edit. rwx-rx-rx
chmod 760 sets it to exec for user, read write for group, and no access for others.
clear it up for you a little?

Last edited by hanzerik; 08-13-2002 at 11:02 AM.
 
Old 08-13-2002, 11:45 AM   #15
dai
Member
 
Registered: May 2002
Location: Wales
Distribution: Slack 8.1, Gentoo 1.3a, Red Hat 7.3, Red Hat 7.2, Manrake 8.2
Posts: 328

Original Poster
Rep: Reputation: 30
sorry didnt realise that the -a switch affected the application of the chmod in such a way.

I rather using the , 4, 2, 1 method its a lot easier.
 
  


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
Creative Labs SB Live! 5.1 sound card (CT4830) .. Compatible?? RoaCh Of DisCor Linux - Hardware 4 06-24-2005 07:53 PM
Creative Labs SB Live! EMU10k1 firedance Linux - Hardware 4 12-23-2003 09:30 PM
Creative Labs SB Live unkind Debian 2 12-02-2003 10:39 PM
Creative Labs|[SB Live! Value] EMU10k1X Admiral Yoshi Linux - General 1 08-22-2003 07:53 PM
RedHat 8.0 & Creative Labs SoundBlaster Live! FUXC Linux - Newbie 1 03-20-2003 06:01 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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