You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

Jabes

Beginner

  • "Jabes" started this thread

Posts: 10

Location: Cuba

Occupation: Informatico

  • Send private message

1

Monday, June 6th 2005, 12:33am

Need Help About Sound

?(

Hi, I am new to this and i cant get my sound to work. I recieve an error when starting kde on BSD 4.11. Its:

sound server informational message:

Error while initializing the sound driver:

device: default cant be opned for playback (permssion denied)

the sound server will continue, using the null output device.

if anyone has any solutions please reply

2

Monday, June 6th 2005, 4:23am

for that error you just have to open a shell. as a super user type gpasswd -a (your user) audio

Jabes

Beginner

  • "Jabes" started this thread

Posts: 10

Location: Cuba

Occupation: Informatico

  • Send private message

3

Monday, June 6th 2005, 6:16am

The Console SuperUser say that comands no is correct.

Jabes

Beginner

  • "Jabes" started this thread

Posts: 10

Location: Cuba

Occupation: Informatico

  • Send private message

4

Monday, June 6th 2005, 6:17am

No Yet

The shell say that commands no is correct. What i do?

5

Monday, June 6th 2005, 1:35pm

I got similar problem.

FreeBSD 5.4, KDE 3.4.

mpg123 works, noatun plays video, but don't play mp3s.

this what happened:



IMHO need to add user to group audio.

I'll try it now :-)

This post has been edited 1 times, last edit by "izver" (Jun 6th 2005, 1:35pm)


6

Monday, June 6th 2005, 2:51pm

doesn't work... what to do, help!

dkmweeks

Beginner

Posts: 5

Location: Tampa, Florida, USA.

Occupation: Founder, TampaPC.com --- to bring Free and Open software to the market.

  • Send private message

7

Saturday, June 11th 2005, 4:47pm

permission denied...

This looks like a permission issue:

ls -l /dev/dsp

shows you the owner, group and permission flags for that file. I don't know how much you know about permission, but you have there are three classes: owner, group and other, in that order. If you're neither the owner, nor a member of the group, then you are other. Regardless, make sure you have rwx permission for what ever applies to your status as a user. Don't think that because you are the owner, or a member of the file's group, that you have access to the file. All of this is set. In otherwords, the owner of the file could set permission to deny the owner, the group, yet allow other to access the file. (Not likely, but it is possible.)

As simple fix, if you don't need to worry about "other" access to your sound device, is to:

chmod 666 /dev/dsp

One other thing. If the ls -l command above show /dev/dsp to be a link, then you need to check permissions on the link too. Same goes for it, as for /dev/dsp.

This will likely clear that startup error message, but might break alsa. Try it.

David Weeks
"Let Freedom Ring!"
Tampa, Florida, USA.

This post has been edited 1 times, last edit by "dkmweeks" (Jun 11th 2005, 5:01pm)