LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   No volume control GStreamer plugins and/or devices found. (https://www.linuxquestions.org/questions/linux-general-1/no-volume-control-gstreamer-plugins-and-or-devices-found-614723/)

PankajDS 01-19-2008 06:20 AM

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.

frenchn00b 01-20-2008 05:26 PM

Quote:

Originally Posted by PankajDS (Post 3027988)
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

PankajDS 01-21-2008 06:06 AM

Quote:

Originally Posted by frenchn00b (Post 3029536)
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....

frenchn00b 01-21-2008 12:37 PM

Quote:

Originally Posted by PankajDS (Post 3030067)
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 !

jnissly 02-23-2008 06:34 AM

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/


jnissly 02-23-2008 08:27 PM

Quote:

Originally Posted by jnissly (Post 3067124)
'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

frenchn00b 02-24-2008 05:24 AM

Quote:

Originally Posted by jnissly (Post 3067757)
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

pink_life 07-09-2008 02:21 AM

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!

tango 07-14-2008 03:27 AM

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


All times are GMT -5. The time now is 06:40 AM.