Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
no sound for normal user in GNOME
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
nautilu
n00b
n00b


Joined: 28 Jun 2005
Posts: 2

PostPosted: Wed Jun 29, 2005 10:37 pm    Post subject: no sound for normal user in GNOME Reply with quote

just installed my first gentoo and emerged GNOME and almost everything is fine except:

1. there's no sound for normal user. i have this error message: "No volume control elements and/or devices found"

2. when i re-login it dosen't remeber the resolution.
Back to top
View user's profile Send private message
Jas-Nix
Tux's lil' helper
Tux's lil' helper


Joined: 05 Feb 2005
Posts: 113

PostPosted: Wed Jun 29, 2005 11:34 pm    Post subject: Reply with quote

For you sound issue, does it work as root? If not you need to follow the ALSA guide at http://gentoo.org/doc/en/list.xml

In your /etc/X11/xorg.conf make sure you have the following

Adjust the Resolutions to fit your screen.
[/code]
Section "Screen"
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600"
EndSubSection
Code:


Jas-Nix
Back to top
View user's profile Send private message
Jas-Nix
Tux's lil' helper
Tux's lil' helper


Joined: 05 Feb 2005
Posts: 113

PostPosted: Wed Jun 29, 2005 11:50 pm    Post subject: Reply with quote

For the sound question, do you have sound when you are logged in as root if so you need to add your user to the audio group[/code]? Have you followed the ALSA guide on http://gentoo.org/doc/en/list.xml

For your second question you need to add the following to your /etc/X11/xorg.conf

Under the Screen Section
[/code]
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600"
EndSubSection
[code]

Jas-Nix
Back to top
View user's profile Send private message
smadasam
Tux's lil' helper
Tux's lil' helper


Joined: 08 Jun 2005
Posts: 82
Location: Seattle, WA

PostPosted: Mon Oct 17, 2005 6:43 pm    Post subject: check /dev/dsp* Reply with quote

I was having the same problem when I update my kernel to 2.6.13. Root didn't have any problems, but regular users did.

I found one fourm that sugested to see who is blocking the device.
Code:
lsof /dev/dsp*



It seemed like there was a permisions problem to the device, so I opened it up for every one.
Code:
chmod 777 /dev/dsp*



That fixed the sound problem for me for my regular non-root users. I probably should find out what the best way is to set the permsions is, but it is atleast working.
_________________
Intel 486 DX4 100
16 MB RAM
ATI Mach64 2 MB
300 MB HD
14.4 kbps
Back to top
View user's profile Send private message
ElSean
n00b
n00b


Joined: 09 Oct 2005
Posts: 63

PostPosted: Mon Oct 17, 2005 7:56 pm    Post subject: Reply with quote

Is the regular user part of the "audio" group, if not try adding them with:

Code:
gpasswd -a username audio
Back to top
View user's profile Send private message
jamapii
l33t
l33t


Joined: 16 Sep 2004
Posts: 637

PostPosted: Tue Oct 18, 2005 2:05 pm    Post subject: Reply with quote

Maybe sound works with different programs, try mpg123 or alsaplayer for playing mp3s and wmmixer for volume control.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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