Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
couldn't open mixer device /dev/sound/mixer
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
bdemore
n00b
n00b


Joined: 22 Oct 2002
Posts: 67

PostPosted: Wed Oct 30, 2002 11:06 pm    Post subject: couldn't open mixer device /dev/sound/mixer Reply with quote

Ok, this problem is probably so simple that it shouldn't even be posted but i can't seem to figure it out. I've finally got my system up and running( took me 1 month but I learned a ton) with gnome installed and working. I'm using it as a home samba server and don't need sound at this point. I don't have a soundcard installed but i have onboard sound through the motherboard. I want to disable the followinng annoying message that I see every time I log in to gnome: couldn't open mixer device /dev/sound/mixer. I did include sound support (module) when I compiled the kernel but I don't need it at this time. I also get an error about starting my screensaver because there's no such file or directory named "xscreensaver". That one I could choose to disable and it did not return. Any help for a struggling newbie would be appreciated. [/b]
Back to top
View user's profile Send private message
Tjeerd
n00b
n00b


Joined: 30 Oct 2002
Posts: 45
Location: The Netherlands

PostPosted: Wed Oct 30, 2002 11:15 pm    Post subject: One step further Reply with quote

I got rid of the xscreensaver error message doing [# emerge xscreensaver] but no screensavers are currently working in my gnome desktop...
Back to top
View user's profile Send private message
BonezTheGoon
Bodhisattva
Bodhisattva


Joined: 14 Jun 2002
Posts: 1408
Location: Albuquerque, NM -- birthplace of Microsoft and Gentoo

PostPosted: Wed Oct 30, 2002 11:23 pm    Post subject: Reply with quote

Have you tried turning off sounds in Gnome?

Regards,
BonezTheGoon

(I would give you directions but I don't use Gnome, anymore.)
Back to top
View user's profile Send private message
bdemore
n00b
n00b


Joined: 22 Oct 2002
Posts: 67

PostPosted: Thu Oct 31, 2002 12:05 am    Post subject: Really stupid question Reply with quote

I can't find an option to turn the sound off. :cry:
Back to top
View user's profile Send private message
_SkeLeToN_
Guru
Guru


Joined: 12 Sep 2002
Posts: 506
Location: Montreal,Canada

PostPosted: Thu Oct 31, 2002 12:47 am    Post subject: Reply with quote

add your user to the audio group so they can access to /dev/sound/mixer

you can add it manually by editing /etc/group or with the command usermod.
Back to top
View user's profile Send private message
bdemore
n00b
n00b


Joined: 22 Oct 2002
Posts: 67

PostPosted: Thu Oct 31, 2002 5:24 am    Post subject: OK Reply with quote

OK I added the users but still no help. Any other options?
Back to top
View user's profile Send private message
hook
Veteran
Veteran


Joined: 23 Oct 2002
Posts: 1398
Location: Ljubljana, Slovenia

PostPosted: Thu Oct 31, 2002 6:15 am    Post subject: Reply with quote

hmm.... how about [code] chmod 666 mixer [/code] ?
ok, i know it's a bit forced, but it might work
_________________
tea+free software+law=hook

(deep inside i'm still a tux's little helper)
Back to top
View user's profile Send private message
bdemore
n00b
n00b


Joined: 22 Oct 2002
Posts: 67

PostPosted: Thu Oct 31, 2002 6:35 am    Post subject: Reply with quote

Could you walk me through that step by step?
Back to top
View user's profile Send private message
hook
Veteran
Veteran


Joined: 23 Oct 2002
Posts: 1398
Location: Ljubljana, Slovenia

PostPosted: Thu Oct 31, 2002 6:38 am    Post subject: Reply with quote

as root just type:
chmod 666 /dev/sound/mixer

that's all

you might also try:
chmod 666 /dev/sound/dsp

it might be connected with your problem :)
_________________
tea+free software+law=hook

(deep inside i'm still a tux's little helper)
Back to top
View user's profile Send private message
bdemore
n00b
n00b


Joined: 22 Oct 2002
Posts: 67

PostPosted: Thu Oct 31, 2002 6:51 am    Post subject: Reply with quote

ok, tried that but got "no such device or directory"
Back to top
View user's profile Send private message
hook
Veteran
Veteran


Joined: 23 Oct 2002
Posts: 1398
Location: Ljubljana, Slovenia

PostPosted: Thu Oct 31, 2002 6:57 am    Post subject: Reply with quote

try:
chmod 666 /dev/dsp

instead :) ...maybe you have it there :)

did the bit with /dev/sound/mixer work?
_________________
tea+free software+law=hook

(deep inside i'm still a tux's little helper)
Back to top
View user's profile Send private message
bdemore
n00b
n00b


Joined: 22 Oct 2002
Posts: 67

PostPosted: Thu Oct 31, 2002 7:02 am    Post subject: Reply with quote

The result: failed to get attributes of /(either command) / no such file or directory
Back to top
View user's profile Send private message
hook
Veteran
Veteran


Joined: 23 Oct 2002
Posts: 1398
Location: Ljubljana, Slovenia

PostPosted: Thu Oct 31, 2002 7:11 am    Post subject: Reply with quote

hmm.... maybe that's your problem ;)
have you ever tried to see if you have a dsp and mixer ?
...that may be the problem :)
_________________
tea+free software+law=hook

(deep inside i'm still a tux's little helper)
Back to top
View user's profile Send private message
BonezTheGoon
Bodhisattva
Bodhisattva


Joined: 14 Jun 2002
Posts: 1408
Location: Albuquerque, NM -- birthplace of Microsoft and Gentoo

PostPosted: Thu Oct 31, 2002 3:03 pm    Post subject: Reply with quote

Uh Hook and _SkeLeTon_ might not have read the entire posting describing that you are not trying to get sound working. Those are all things to try if you actually have sound support enabled and functional. You basically have two ways of approaching an issue like this.

1) Either nicely inform Gnome that you don't want/need sound

or

2) Get sound working completely so that Gnome stops complaining.

So I'd say pick one, post which one it is and then maybe you will get more direct answers on what to do next.

Regards,
BonezTheGoon
Back to top
View user's profile Send private message
Unixmonkey
n00b
n00b


Joined: 18 Oct 2002
Posts: 23

PostPosted: Thu Oct 31, 2002 5:36 pm    Post subject: Reply with quote

this thread is taking a wrong turn, the poster said he doesn't have, nor need, sound support.

He just wants to turn off the popup error on logging into gnome.

I don't know the answer, but I imagine its something like:
'gnome-session --disable-sound' in his .xinitrc

someone help the man, please.
_________________
"Trading freedom for security is bad enough. Trading freedom for entertainment is disgusting."
Back to top
View user's profile Send private message
bdemore
n00b
n00b


Joined: 22 Oct 2002
Posts: 67

PostPosted: Thu Oct 31, 2002 7:30 pm    Post subject: Reply with quote

Exactly, I don't need the sound, just wan't to make the error go away.
Back to top
View user's profile Send private message
bdemore
n00b
n00b


Joined: 22 Oct 2002
Posts: 67

PostPosted: Fri Nov 01, 2002 4:34 pm    Post subject: Reply with quote

OK, OK all I needed to do was disable the volume applet and the error message is gone. Thanks for everyones help.
Back to top
View user's profile Send private message
nalin
Apprentice
Apprentice


Joined: 27 Sep 2002
Posts: 172
Location: Long Beach

PostPosted: Mon Nov 04, 2002 6:22 am    Post subject: Reply with quote

Out of curiousity here...
would linking /dev/sound_things to /dev/null work?
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Tue Nov 19, 2002 4:37 am    Post subject: Reply with quote

Jester's similar but different problem is here.
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
Jester
Tux's lil' helper
Tux's lil' helper


Joined: 03 Aug 2002
Posts: 128
Location: Nashville, Tennessee

PostPosted: Tue Nov 26, 2002 12:22 am    Post subject: Reply with quote

Thanks. I guess I need to jump back on that problem...Up until now, I haven't really needed sound, but I'm kinda starting to miss it....
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Tue Nov 26, 2002 1:50 am    Post subject: Reply with quote

Missed it last time, moved from DE.
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum