James Little

Feisty – “No volume control GStreamer plugins and/or devices found.”

3 comments

Last update: October 21st, 2009


{lang: 'en-GB'}

So suddenly I see “No volume control GStreamer plugins and/or devices found.” instead of the usual volume control tool in Feisty. I googled the problem and most of the solutions hinged around the system not detecting the soundcard, or the user forgetting that they didn’t have one =) But my sound had been working fine for a few months, so it had to be something else. In this case, careless use of the ‘usermod’ command; I used the command ‘usermod -G groupname’ to add my user to a group I had just created. Unfortunately it removed me from every other group, including the ‘audio’ group.

A quick gedit of /etc/group and I was back in business. The moral of the story: if your sound suddenly stops working, check that your user is still a member of the audio group. Oh, and use ‘usermod’ more carefully than I did.

{lang: 'en-GB'}

Written by James Little

August 27th, 2007 at 1:00 pm

Posted in Linux

Tagged with ,

  • sim

    I was getting the same error for the past few days until I found your blog. I did a quick check on the group file, add my username in, restart the X and it works again! Thanks a lot!

  • http://haineault.com h3

    THANKS so much, you just saved me some major pain in the ass.

    I still get “No volume control GStreamer plugins and/or devices found.” error when I click the volume control icon, but sounds works so i don’t care much.

  • Michael

    Thanks. I spent a couple of hours to figure that.