FAQ Search Today's Posts Mark Forums Read
» Video Reviews

» Linux Archive

Linux-archive is a website aiming to archive linux email lists and to make them easily accessible for linux users/developers.


» Sponsor

» Partners

» Sponsor

Go Back   Linux Archive > Redhat > Fedora User

 
 
LinkBack Thread Tools
 
Old 07-03-2012, 05:41 AM
linux guy
 
Default Fedora 17 sound issues- NOT solved !

I spoke too soon.

Everything works fine as long as I keep pavucontrol running. As soon
as I close it sound stops.

I'm running pavucontrol as root. What gives ?

I ran authconfig --updateall as a regular user and have rebooted several times.

Any ideas ?
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
 
Old 07-03-2012, 05:52 AM
Ed Greshko
 
Default Fedora 17 sound issues- NOT solved !

On 07/03/2012 01:41 PM, linux guy wrote:
> I'm running pavucontrol as root. What gives ?

Why are you doing that?

per user settings are stored in ~/.pulse


--
Never be afraid to laugh at yourself, after all, you could be missing out on the joke
of the century. -- Dame Edna Everage
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
 
Old 07-03-2012, 06:05 AM
linux guy
 
Default Fedora 17 sound issues- NOT solved !

I get the same behavior running pavucontrol as a regular user.

I'll look into it tomorrow.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
 
Old 07-03-2012, 06:07 AM
linux guy
 
Default Fedora 17 sound issues- NOT solved !

$pulseaudio --check

$ pulseaudio --start
N: [pulseaudio] main.c: User-configured server at
{2e60fd9218d4616ea9ac2ab300000007}unix:/home/me/.pulse/2e60fd9218d4616ea9ac2ab300000007-runtime/native,
which appears to be local. Probing deeper.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
 
Old 07-03-2012, 06:09 AM
linux guy
 
Default Fedora 17 sound issues- NOT solved !

$ lsmod | grep pulse
<nothing>
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
 
Old 07-03-2012, 06:12 AM
Ed Greshko
 
Default Fedora 17 sound issues- NOT solved !

On 07/03/2012 02:05 PM, linux guy wrote:
> I get the same behavior running pavucontrol as a regular user.
>
> I'll look into it tomorrow.

Check to make sure that the directory ~/.pulse and the files under it are owned by
the user.

Also, when your are logged in as the user check the files under /dev/snd for the
correct acls. For example....

[egreshko@meimei snd]$ getfacl hwC0D0
# file: hwC0D0
# owner: root
# group: audio
user::rw-
user:egreshko:rw-
group::rw-
mask::rw-
other::---

You should be listed in "user"

There is no module pulse....

lsmod | grep snd

is what you are thinking about...


--
Never be afraid to laugh at yourself, after all, you could be missing out on the joke
of the century. -- Dame Edna Everage
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
 
Old 07-03-2012, 06:46 AM
Ed Greshko
 
Default Fedora 17 sound issues- NOT solved !

On 07/03/2012 02:07 PM, linux guy wrote:
> $pulseaudio --check

You really should do this...

[egreshko@meimei snd]$ pulseaudio --check ; echo $?
0

The 0 indicates....according to the man page....

Return 0 as return code when the PulseAudio daemon is already
running for the calling user, or non-zero otherwise. Produces no
output on the console except for errors to stderr.



--
Never be afraid to laugh at yourself, after all, you could be missing out on the joke
of the century. -- Dame Edna Everage
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
 
Old 07-03-2012, 06:48 AM
Mulkesh Sharma
 
Default Fedora 17 sound issues- NOT solved !

sir i am just start using fedora. i dont know how to use my net setter in fedora.
i am very thankful sir if you help me .......



On Tue, Jul 3, 2012 at 11:11 AM, linux guy <linuxguy123@gmail.com> wrote:

I spoke too soon.



Everything works fine as long as I keep pavucontrol running. * As soon

as I close it sound stops.



I'm running pavucontrol as root. *What gives ?



I ran authconfig --updateall as a regular user and have rebooted several times.



Any ideas ?

--

users mailing list

users@lists.fedoraproject.org

To unsubscribe or change subscription options:

https://admin.fedoraproject.org/mailman/listinfo/users

Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Have a question? Ask away: http://ask.fedoraproject.org



--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
 
Old 07-03-2012, 06:54 AM
Ed Greshko
 
Default Fedora 17 sound issues- NOT solved !

On 07/03/2012 02:48 PM, Mulkesh Sharma wrote:
> sir i am just start using fedora. i dont know how to use my net setter in fedora.
> i am very thankful sir if you help me .......

Please start a "New Thread". To do this, do not reply to a message on this list by
write a new one addressed to "users@lists.fedoraproject.org" and use a meaningful
subject.

Also, I don't know what a "net setter" is.... So, maybe explain that in more detail
in your message.

Thanks,
Ed



--
Never be afraid to laugh at yourself, after all, you could be missing out on the joke
of the century. -- Dame Edna Everage
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
 

Thread Tools




All times are GMT. The time now is 11:07 AM.

VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2007 - 2008, www.linux-archive.org