You are not logged in.

seb

Professional

  • "seb" started this thread

Posts: 622

Location: Sydney

Occupation: Student

  • Send private message

1

Wednesday, March 24th 2004, 10:45am

[AUDIO] Not working after upgrade

I just recently compiled kde 3.2.1 using konstruct, and it seemed to go without any major issues that i couldn't clear up.

A problem however. For some reason, i am unable to access the audio device (/dev/dsp) as a regular user. This means that i cant play any music, sound or audio. I can however gain audio output logged in as root.

I have a temporary, albiet very very bad solution to it. Everytime that i log in, i need to change the permissions of /dev/dsp as follows:

[code:1]
[seb@localhost seb]$ su
Password:
[root@localhost seb]# chmod 777 /dev/dsp
[root@localhost seb]#
[/code:1]

I really dont like doing this and dont feel that i need to. How can i restore audio access to the regular user??

Much appreciated,
Seb

anda_skoa

Professional

Posts: 1,273

Location: Graz, Austria

Occupation: Software Developer

  • Send private message

2

Wednesday, March 24th 2004, 11:43am

What are the regular permissions and ownership on the device?
Perhaps it is owned by root and an audio group and your user is not part of that group.

Cheers,
_
Qt/KDE Developer
Debian User

seb

Professional

  • "seb" started this thread

Posts: 622

Location: Sydney

Occupation: Student

  • Send private message

3

Wednesday, March 24th 2004, 12:00pm

I have placed all of the users within the audio group...

are you saying that /dev/dsp should be owned by the group 'audio' ??

anda_skoa

Professional

Posts: 1,273

Location: Graz, Austria

Occupation: Software Developer

  • Send private message

4

Wednesday, March 24th 2004, 1:34pm

I think it depends on the distribution.
On Debian it is and read/writeable for user and group

Cheers,
_
Qt/KDE Developer
Debian User