LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 06-21-2005, 04:23 PM   #1
captain skywave
Member
 
Registered: Nov 2004
Location: Europe
Distribution: WIN8.1 ENT, WIN SERVER 2012 R2, openSUSE 42.1 LEAP
Posts: 118

Rep: Reputation: 15
root sound ok - user sound not..?


suse9.3pro 64bit..
haven't yet found out why i can't get sound to work as a user - when it's ok as root..
i'm sure it's a simple setting which i have not yet discovered..

how is that done guys..?

krgds
 
Old 06-22-2005, 08:30 AM   #2
kaz2100
Senior Member
 
Registered: Apr 2005
Location: Penguin land, with apple, no gates
Distribution: SlackWare > Debian testing woody(32) sarge etch lenny squeeze(+64) wheezy .. bullseye bookworm
Posts: 1,832

Rep: Reputation: 108Reputation: 108
I had similar problem with my Debian.
Problem was permission of sound device file (/dev/***). I do not remember what it was.
 
Old 06-22-2005, 09:33 AM   #3
equinox
Member
 
Registered: Dec 2003
Location: Johannesburg, South Africa
Posts: 846

Rep: Reputation: 30
chmod 666 /dev/dsp?
 
Old 06-23-2005, 02:40 AM   #4
captain skywave
Member
 
Registered: Nov 2004
Location: Europe
Distribution: WIN8.1 ENT, WIN SERVER 2012 R2, openSUSE 42.1 LEAP
Posts: 118

Original Poster
Rep: Reputation: 15
i'm not quite sure how to interpret your reply equinox..?
do i understand you correct that i need to change permission for the file specified..? i checked if the file is where you noted - but when looking at permissions in that one - it says permissions cannot be set - it a link..?

krgds
 
Old 06-23-2005, 02:49 AM   #5
equinox
Member
 
Registered: Dec 2003
Location: Johannesburg, South Africa
Posts: 846

Rep: Reputation: 30
Paste the output of this command for me:

Code:
ll /dev/dsp
 
Old 06-23-2005, 05:32 AM   #6
captain skywave
Member
 
Registered: Nov 2004
Location: Europe
Distribution: WIN8.1 ENT, WIN SERVER 2012 R2, openSUSE 42.1 LEAP
Posts: 118

Original Poster
Rep: Reputation: 15
Code:
lrwxrwxrwx  1 root root 4 May 26 21:39 /dev/dsp -> dsp0

Last edited by captain skywave; 06-23-2005 at 05:34 AM.
 
Old 06-23-2005, 05:42 AM   #7
captain skywave
Member
 
Registered: Nov 2004
Location: Europe
Distribution: WIN8.1 ENT, WIN SERVER 2012 R2, openSUSE 42.1 LEAP
Posts: 118

Original Poster
Rep: Reputation: 15
all right..

i got your hint - i suspect that with this output - you wanted to see which of the dsp files is the active one..?

i opened the dsp0 - and in permissions i checked rwx for group - which belongs to the audio group..

was this what you were aiming at..?

one thing that baffles me is: shouldn't it be possible to arrange this through yast or control-panel..?
and why isn't sound automatically accessible to users during install - is there some security item involved..?

ohh - and btw - sound works fine now - for users..

Last edited by captain skywave; 06-23-2005 at 05:44 AM.
 
Old 06-23-2005, 07:29 AM   #8
kaz2100
Senior Member
 
Registered: Apr 2005
Location: Penguin land, with apple, no gates
Distribution: SlackWare > Debian testing woody(32) sarge etch lenny squeeze(+64) wheezy .. bullseye bookworm
Posts: 1,832

Rep: Reputation: 108Reputation: 108
Quote:
Originally posted by captain skywave
is there some security item involved..?
I've never thought about that. If you find out, please post here.
 
Old 06-23-2005, 07:55 AM   #9
captain skywave
Member
 
Registered: Nov 2004
Location: Europe
Distribution: WIN8.1 ENT, WIN SERVER 2012 R2, openSUSE 42.1 LEAP
Posts: 118

Original Poster
Rep: Reputation: 15
will do..
 
Old 06-23-2005, 09:57 AM   #10
equinox
Member
 
Registered: Dec 2003
Location: Johannesburg, South Africa
Posts: 846

Rep: Reputation: 30
Are you in the audio group?

Read these: http://kreiger.linuxgods.com/kiki/?l...nd-permissions and http://www.linuxquestions.org/questi...?postid=241216

Last edited by equinox; 06-23-2005 at 09:59 AM.
 
Old 06-23-2005, 10:42 AM   #11
captain skywave
Member
 
Registered: Nov 2004
Location: Europe
Distribution: WIN8.1 ENT, WIN SERVER 2012 R2, openSUSE 42.1 LEAP
Posts: 118

Original Poster
Rep: Reputation: 15
yes - because i could not get the sound to work being a member of users - i selected to be member of the audio group - in order to try and get the sound - but at no avail..

now - i have just changed myself back into the users group - deselected audio - so now there is only ticks in users, dialup and video..which is the default setting..i guess..?

..and there is no sound as user..
 
Old 06-23-2005, 04:26 PM   #12
kaz2100
Senior Member
 
Registered: Apr 2005
Location: Penguin land, with apple, no gates
Distribution: SlackWare > Debian testing woody(32) sarge etch lenny squeeze(+64) wheezy .. bullseye bookworm
Posts: 1,832

Rep: Reputation: 108Reputation: 108
I assume that I think that I suppose that I guess that

because sound is connected to speaker which exists physically (for some reason, this has to exist at one place and usually does not move around)

and that "users" can connect to penguin box electronically through network which means user can be anywhere,

so that to avoid non-existing user to play MP3 file at your speaker,
/dev/dsp is NOT other-writable. (If I have an account on your comp, I can play music at your speaker. For unknown reason, I cannot appreciate. Furthermore, you may not like.

therefore, smart penguin did not set permission for others. Only users, who can exist near speaker belongs to "audio" group.

When two speaker systems are connected in different place, two device file and two different groups.

I feel I am right. I am positive if I am correct.
 
Old 06-23-2005, 05:24 PM   #13
captain skywave
Member
 
Registered: Nov 2004
Location: Europe
Distribution: WIN8.1 ENT, WIN SERVER 2012 R2, openSUSE 42.1 LEAP
Posts: 118

Original Poster
Rep: Reputation: 15
Thumbs up

yezzz - you certainly have a valid point there - makes sence..

howdy
 
  


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
Flash sound as root, but not user franznietzsche Slackware 15 02-23-2006 07:57 PM
user sound is fine, Root sound just squeals Doug.Gentry Linux - Newbie 1 09-05-2004 03:27 PM
sound works in root - no sound in user - Debian seanb Debian 9 02-28-2004 12:42 AM
no sounds as user, but sound on root blither Linux - Hardware 4 10-12-2003 06:58 PM
No sound for non-root user rdaves@earthlink.net Linux - General 1 07-14-2001 06:19 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

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