LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-19-2009, 08:13 AM   #1
dumdadum
Member
 
Registered: May 2009
Location: Montreal, Quebec, Canada
Distribution: Slackware 14.1 64 bits
Posts: 238

Rep: Reputation: 15
Question GSB 2.26 volume control


Hello,

I added the applet for volume control on the panel, and when I choose the option "Open volume control", I get a message saying "Waiting for sound system to repond". Is there anything wrong, is it a bug, or is there something I can do to fix this?

Thanks, cheers.
 
Old 06-22-2009, 08:14 PM   #2
Weber Kai
Member
 
Registered: Jun 2009
Location: Brasília, Brazil
Distribution: Slackware64 14.2
Posts: 38

Rep: Reputation: 24
Found this in FreeBSD forum:

When I select the sound preferences option in Gnome, I get a message which says

Waiting for sound system to respond

which never goes away. I think I enabled something I shouldn't have in my ports options when I configured Gnome, but I can't figure out what. Anyone have any hints? This is on 7.2 with 7.2-RELEASE ports (Gnome 2.26.0).

--
For the record, I was told by the FreeBSD Gnome maintiner(s) on IRC that the PulseAudio package is broken in 7.2 and updating ports should fix it.

--
Maybe the same issue in GSB 2.26.2 port?

Weber Kai
Brazil
 
Old 06-23-2009, 06:43 AM   #3
dumdadum
Member
 
Registered: May 2009
Location: Montreal, Quebec, Canada
Distribution: Slackware 14.1 64 bits
Posts: 238

Original Poster
Rep: Reputation: 15
Question

Quote:
Originally Posted by Weber Kai View Post
Found this in FreeBSD forum:

When I select the sound preferences option in Gnome, I get a message which says

Waiting for sound system to respond

which never goes away. I think I enabled something I shouldn't have in my ports options when I configured Gnome, but I can't figure out what. Anyone have any hints? This is on 7.2 with 7.2-RELEASE ports (Gnome 2.26.0).

--
For the record, I was told by the FreeBSD Gnome maintiner(s) on IRC that the PulseAudio package is broken in 7.2 and updating ports should fix it.

--
Maybe the same issue in GSB 2.26.2 port?

Weber Kai
Brazil
Ok, now here is another question. How do you update ports in 2.26.2?
 
Old 06-24-2009, 01:58 AM   #4
Weber Kai
Member
 
Registered: Jun 2009
Location: Brasília, Brazil
Distribution: Slackware64 14.2
Posts: 38

Rep: Reputation: 24
Errrr... I dont know... Maybe from the sources?

But I tested a downgrade and... Its working right now!!

http://repository.slacky.eu/slackwar...eaudio/0.9.14/
http://repository.slacky.eu/slackwar...ibasyncns/0.7/

Download these and try it!!

Remember to configure /etc/asound.conf :
pcm.pulse {
type pulse
}
ctl.pulse {
type pulse
}
pcm.!default {
type pulse
}
ctl.!default {
type pulse
}

Luck!!

Greetz from Brazil!!
Weber Kai
 
Old 06-25-2009, 04:36 AM   #5
dumdadum
Member
 
Registered: May 2009
Location: Montreal, Quebec, Canada
Distribution: Slackware 14.1 64 bits
Posts: 238

Original Poster
Rep: Reputation: 15
Smile

Quote:
Originally Posted by Weber Kai View Post
Errrr... I dont know... Maybe from the sources?

But I tested a downgrade and... Its working right now!!

http://repository.slacky.eu/slackwar...eaudio/0.9.14/
http://repository.slacky.eu/slackwar...ibasyncns/0.7/

Download these and try it!!

Remember to configure /etc/asound.conf :
pcm.pulse {
type pulse
}
ctl.pulse {
type pulse
}
pcm.!default {
type pulse
}
ctl.!default {
type pulse
}

Luck!!

Greetz from Brazil!!
Weber Kai

How do you downgrade? I added in slapt-getrc file the repository to the 12.2, but I dont know how to downgrade. When I try to uninstall pulseaudio, it removes about 700 packages. I dont want that. What do I do? Can you give me the commands?

Thanks
Cheers
 
Old 06-26-2009, 05:47 AM   #6
coccolino_dbro
LQ Newbie
 
Registered: Jun 2009
Posts: 1

Rep: Reputation: 1
Maybe you should use removepkg instead of slapt-get:
Code:
removepkg pulse-audio
and then install the package linked above with
Code:
installpkg pulseaudio-0.9.14-i686-1as.tgz
 
Old 06-27-2009, 12:19 AM   #7
dumdadum
Member
 
Registered: May 2009
Location: Montreal, Quebec, Canada
Distribution: Slackware 14.1 64 bits
Posts: 238

Original Poster
Rep: Reputation: 15
Red face

Quote:
Originally Posted by coccolino_dbro View Post
Maybe you should use removepkg instead of slapt-get:
Code:
removepkg pulse-audio
and then install the package linked above with
Code:
installpkg pulseaudio-0.9.14-i686-1as.tgz
Euh, ok, I will try it. I tried with slapt-get and had to uninstall all these packages. Maybe with installpkg it will be different.

Thanks, I'll get back to you.
 
Old 06-27-2009, 01:38 AM   #8
Weber Kai
Member
 
Registered: Jun 2009
Location: Brasília, Brazil
Distribution: Slackware64 14.2
Posts: 38

Rep: Reputation: 24
Hi!

pulse-audio starts working with those 2 packages downgraded.

Then gnome-volume-control did not work anymore!

I also downgraded these:
gnome-media-2.24.0.1-i486-1as
gst-pulse-0.9.7-i486-3as.tgz

Then gnome-volume-control started to work with an warning!

Then I downgraded this:
gst-plugins-good-0.10.11-i486-3as

Now The sound system is fine!

I used the same method above (removepkg and installpkg) and downloaded from the same repository cited before.

Good Luck!
Greetz from Brazil!

Weber Kai
 
Old 06-28-2009, 06:54 PM   #9
dumdadum
Member
 
Registered: May 2009
Location: Montreal, Quebec, Canada
Distribution: Slackware 14.1 64 bits
Posts: 238

Original Poster
Rep: Reputation: 15
Thumbs up

Quote:
Originally Posted by Weber Kai View Post
Hi!

pulse-audio starts working with those 2 packages downgraded.

Then gnome-volume-control did not work anymore!

I also downgraded these:
gnome-media-2.24.0.1-i486-1as
gst-pulse-0.9.7-i486-3as.tgz

Then gnome-volume-control started to work with an warning!

Then I downgraded this:
gst-plugins-good-0.10.11-i486-3as

Now The sound system is fine!

I used the same method above (removepkg and installpkg) and downloaded from the same repository cited before.

Good Luck!
Greetz from Brazil!

Weber Kai

Thanks, it did the job. Great.
 
  


Reply

Tags
gsb, volume



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with maximum audio volume + volume control threshold mensch Debian 6 10-10-2008 10:48 AM
Volume Control: Intel 82801DB-ICH4 (Alsa mixer) won't save volume levels. cayspekko Linux - Newbie 2 01-31-2008 12:17 AM
Error message when launching volume control - no volume rm_-rf_windows Mandriva 9 06-26-2007 12:17 PM
No volume control dhbiker Slackware 3 02-20-2004 09:56 AM
volume control al3x Linux - Software 2 12-01-2002 05:42 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 03:37 PM.

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