LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Isent THIS odd ? or im just a n00b? (https://www.linuxquestions.org/questions/slackware-14/isent-this-odd-or-im-just-a-n00b-46667/)

muppski 02-22-2003 01:43 PM

Isent THIS odd ? or im just a n00b?
 
bash-2.05a# /dev/mixer
bash: /dev/mixer: Permission denied
bash-2.05a# /dev/dsp
bash: /dev/dsp: Permission denied
bash-2.05a# /dev/audio
bash: /dev/audio: Permission denied
bash-2.05a# chmod 666 /dev/mixer
bash-2.05a# chmod 666 /dev/dsp
bash-2.05a# chmod 666 /dev/audio
bash-2.05a# /dev/mixer
bash: /dev/mixer: Permission denied
bash-2.05a# /dev/dsp
bash: /dev/dsp: Permission denied
bash-2.05a# /dev/audio
bash: /dev/audio: Permission denied
bash-2.05a#

I am ROOT!!!!
(sorry but) WTF is going on ?

acid_kewpie 02-22-2003 01:57 PM

what do you expect to happen? they aren't programs or anything, just device nodes.... are they just going to start singing at you??? :confused:

carlywarly 02-22-2003 01:58 PM

What are you trying to do?

carlywarly 02-22-2003 01:59 PM

Quote:

Originally posted by acid_kewpie
what do you expect to happen? they aren't programs or anything, just device nodes.... are they just going to start singing at you??? :confused:
SNAP.

acid_kewpie 02-22-2003 02:00 PM

Quote:

Isent THIS odd ? or im just a n00b?
so in conclusion... the second option....

muppski 02-22-2003 02:18 PM

Cuz when i get into KDE it says
error cannot read /dev/dsp or something

I searched google and all the post says
Do a chmod 666 /dev/dsp

and a reply that says
Thanks it works now


It dosent seam to helpme!

trickykid 02-22-2003 03:54 PM

chmod 666 /dev/dsp* /dev/mixer* /dev/audio*

should set the permissions for all of those devices to be readable by all users. What are your permissions of these devices ?

ls -al /dev/dsp* /dev/audio* /dev/mixer*

demura 02-22-2003 08:15 PM

i know his problem, it doesn't have to do with chmod-ing and /dev/dsp. His soundcard isn't supported on his kernel therefore it cant be accessed! just go download ALSA and edit your /etc/rc.d/rc.modules to add your soundcard and your good to go!


All times are GMT -5. The time now is 01:46 AM.