LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 01-19-2008, 06:20 AM   #1
PankajDS
Member
 
Registered: Oct 2007
Posts: 38

Rep: Reputation: 15
No volume control GStreamer plugins and/or devices found.


Hi all,
Sir, I have installed Fedora-7 on my PC.
It is giving error for sound as .......
"No volume control GStreamer plugins and/or devices found."

I have version : 2.6.20-2925.9.fc7xen

The sound is there in Window-XP.

what to do to hear songs in Fedora-7 ?

Thank you.
 
Old 01-20-2008, 05:26 PM   #2
frenchn00b
Senior Member
 
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,561

Rep: Reputation: 57
Quote:
Originally Posted by PankajDS View Post
Hi all,
Sir, I have installed Fedora-7 on my PC.
It is giving error for sound as .......
"No volume control GStreamer plugins and/or devices found."

I have version : 2.6.20-2925.9.fc7xen

The sound is there in Window-XP.

what to do to hear songs in Fedora-7 ?

Thank you.
Code:
chmod 666 /dev/dsp 

adduser username audio
may be checked ...permissions
 
Old 01-21-2008, 06:06 AM   #3
PankajDS
Member
 
Registered: Oct 2007
Posts: 38

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by frenchn00b View Post
Code:
chmod 666 /dev/dsp 

adduser username audio
may be checked ...permissions
There is no file at /dev/dsp
After writing ' chmod 666 /dev/dsp' on terminal
it is giving error as :

[root@localhost ~]# chmod 666 /dev/dsp
chmod: cannot access `/dev/dsp': No such file or directory
[root@localhost ~]#

I am in the root login.
Thank you....
 
Old 01-21-2008, 12:37 PM   #4
frenchn00b
Senior Member
 
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,561

Rep: Reputation: 57
Quote:
Originally Posted by PankajDS View Post
There is no file at /dev/dsp
After writing ' chmod 666 /dev/dsp' on terminal
it is giving error as :

[root@localhost ~]# chmod 666 /dev/dsp
chmod: cannot access `/dev/dsp': No such file or directory
[root@localhost ~]#

I am in the root login.
Thank you....
workign now ?
put the user to audio and video groups, then reboot, and

# alsamixer

then
$ alsamixer

Enjoy !

Last edited by frenchn00b; 01-21-2008 at 12:39 PM.
 
Old 02-23-2008, 06:34 AM   #5
jnissly
LQ Newbie
 
Registered: Feb 2008
Posts: 3

Rep: Reputation: 0
The issue could be permissions in /dev/snd

'No volume control gstreamer plugins and/or devices found...'error when noticing my volume control had the international "no" symbol on it.

This was my first time booting Fedora 8 since installing nearly 200 updates and many new programs, including some media players, so I'm rather sure that I accidentally changed permissions during this process.

To verify this as the problem, I logged into X as root and noticed my volume control did not complain like it did in my normal user mode.

The solution that worked for me was to run this command:
Code:
(sudo/log in as root)
  chmod -R a+rwx /dev/snd/
 
Old 02-23-2008, 08:27 PM   #6
jnissly
LQ Newbie
 
Registered: Feb 2008
Posts: 3

Rep: Reputation: 0
Quote:
Originally Posted by jnissly View Post
'No volume control gstreamer plugins and/or devices found...'error when noticing my volume control had the international "no" symbol on it.

This was my first time booting Fedora 8 since installing nearly 200 updates and many new programs, including some media players, so I'm rather sure that I accidentally changed permissions during this process.

To verify this as the problem, I logged into X as root and noticed my volume control did not complain like it did in my normal user mode.

The solution that worked for me was to run this command:
Code:
(sudo/log in as root)
  chmod -R a+rwx /dev/snd/

The above seemed to only work during a single session. From the FedoraForum I learned to:
edit /etc/security/console.perms.d/50-default.perms

Add to the top section:

<sound>=/dev/dsp* /dev/snd/*

Then, at the bottom add

<console> 0666 <sound> 0600 root

This fixes the non-root issue if pulseaudio isn't involved.

Cheers,
Jeremy
 
Old 02-24-2008, 05:24 AM   #7
frenchn00b
Senior Member
 
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,561

Rep: Reputation: 57
Quote:
Originally Posted by jnissly View Post
The above seemed to only work during a single session. From the FedoraForum I learned to:
edit /etc/security/console.perms.d/50-default.perms

Add to the top section:

<sound>=/dev/dsp* /dev/snd/*

Then, at the bottom add

<console> 0666 <sound> 0600 root

This fixes the non-root issue if pulseaudio isn't involved.

Cheers,
Jeremy
I usually use some scripts in /etc/rc2.d/S.... that does some jobs, like startup

(by the way : what is the halt/shutdown /etc/rc??.d/ one )
I'll do a log of halt and power on, to put the date time just to know
 
Old 07-09-2008, 02:21 AM   #8
pink_life
LQ Newbie
 
Registered: Jul 2008
Posts: 3

Rep: Reputation: 0
Talking No volume control GStreamer plugins and/or devices found.

I had the same problem with the sound. Also my player crashes everytime i play something because of this. I tried all the solutions given above, rebooted and it worked! thanks guys!
 
Old 07-14-2008, 03:27 AM   #9
tango
LQ Newbie
 
Registered: Jul 2008
Posts: 1

Rep: Reputation: 0
I had the same problem with the sound in a Fedora 8, I solve the
problem with the jnissly method. Now is good for me.

>edit /etc/security/console.perms.d/50-default.perms

>Add to the top section:

><sound>=/dev/dsp* /dev/snd/*

>Then, at the bottom add

><console> 0666 <sound> 0600 root


Thank a lot
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
"No volume control GStreamer plugins and/or devices found" Frank Soranno Linux - Hardware 2 01-20-2009 11:21 AM
No volume control elements and/or devices found Hannah Linux - Newbie 7 05-01-2008 03:53 PM
no gStreamer plugins and or devices found unisol Ubuntu 3 06-19-2006 06:24 AM
No volume control elements and/or devices found karnaf Linux - Hardware 4 04-13-2006 11:06 AM
No volume control elements and/or devices found. pgte3 Linux - Newbie 3 12-30-2005 05:48 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 11:08 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration