You are not logged in.

#1 2016-01-07 22:16:19

neo
Member
From: #!/bin/bash
Registered: 2016-01-05
Posts: 15

[SOLVED]click to mute and after no sound

i clicked to mute icon and after than no sound.
Does anyone have an idea?

Last edited by neo (2016-01-07 23:58:57)


Everything that has a beginning has an end.

Offline

#2 2016-01-07 22:21:35

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: [SOLVED]click to mute and after no sound

You need to open the mixer (right-click on the volume icon) and un-mute it from there.

This is a known issue -- sorry!

Offline

#3 2016-01-07 22:27:02

neo
Member
From: #!/bin/bash
Registered: 2016-01-05
Posts: 15

Re: [SOLVED]click to mute and after no sound

sir i try to this way big_smile is this a joke? i am not windows user smile i tried to several way still no sound.


Everything that has a beginning has an end.

Offline

#4 2016-01-07 22:29:05

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: [SOLVED]click to mute and after no sound

OK, what is the output of:

amixer

Offline

#5 2016-01-07 22:31:14

neo
Member
From: #!/bin/bash
Registered: 2016-01-05
Posts: 15

Re: [SOLVED]click to mute and after no sound

  Capabilities: pvolume pswitch pswitch-joined
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 65536
  Mono:
  Front Left: Playback 28443 [43%] [off]
  Front Right: Playback 28443 [43%] [off]
Simple mixer control 'Capture',0
  Capabilities: cvolume cswitch cswitch-joined
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 65536
  Front Left: Capture 63676 [97%] [on]
  Front Right: Capture 63676 [97%] [on]

Everything that has a beginning has an end.

Offline

#6 2016-01-07 22:32:24

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,140
Website

Re: [SOLVED]click to mute and after no sound

neo wrote:

i clicked to mute icon and after than no sound.
Does anyone have an idea?

Most likely it's the bug where alsa unmutes but pulse does not (Super+v to open pavucontrol, unmute the Output tab).

One possible fix is to install an updated xfce4-volumed package from our backports repository...
https://pkg.bunsenlabs.org/#jessie-backports
https://pkg.bunsenlabs.org/debian/pool/ … 4-volumed/
Log out to restart the daemon.

This does not work in all cases but it is reversible if it proves not to be a solution for you.


I don't care what you do at home. Would you care to explain?

Offline

#7 2016-01-07 22:40:56

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: [SOLVED]click to mute and after no sound

Try this:

amixer -D pulse set Master unmute

Offline

#8 2016-01-07 22:50:38

neo
Member
From: #!/bin/bash
Registered: 2016-01-05
Posts: 15

Re: [SOLVED]click to mute and after no sound

i tried to your ways but i didnt get a result.


Everything that has a beginning has an end.

Offline

#9 2016-01-07 22:58:54

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: [SOLVED]click to mute and after no sound

neo wrote:

i tried to your ways but i didnt get a result.

Please post the full output of my command.

I have just reproduced your issue in the live environment and my command un-mutes the sound there.

Alternatively, run `alsamixer` then press "m" and the <Escape> key.

Offline

#10 2016-01-07 23:00:01

neo
Member
From: #!/bin/bash
Registered: 2016-01-05
Posts: 15

Re: [SOLVED]click to mute and after no sound

sir i solved.
step command
1->apt-get install volumeicon-alsa
2->run on terminal

and click mute and unmete on volumeicon-alsa whatever
quit from terminal

thnx your ideas i learned several information..

in addition Head_on_a_Stick i am sorry if I break your heart because of answer. i love this forum and bunsenlabs'er..


Everything that has a beginning has an end.

Offline

#11 2016-01-07 23:02:42

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: [SOLVED]click to mute and after no sound

neo wrote:

Head_on_a_Stick i am sorry if I break your heart

Ah well, can't win 'em all...
:cry:

I too prefer volumeicon-alsa over volti big_smile

Offline

#12 2016-01-07 23:04:25

neo
Member
From: #!/bin/bash
Registered: 2016-01-05
Posts: 15

Re: [SOLVED]click to mute and after no sound

thanx sir for answer. your solution worked."alsamixer" then press "m".


Everything that has a beginning has an end.

Offline

#13 2016-01-07 23:04:42

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: [SOLVED]click to mute and after no sound

Hooray!
big_smile

*celebratory dance*

EDIT: Please add "[SOLVED]" to the title of your first post to help others who have this problem.

Thank you for reporting this.

Last edited by Head_on_a_Stick (2016-01-07 23:06:12)

Offline

#14 2016-01-07 23:08:05

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,140
Website

Re: [SOLVED]click to mute and after no sound

@neo, volume control has been a problem. While GNOME (and MATE and Cinnamon) and KDE have pulse well integrated, Xfce, which BL takes it's volume daemon from, has been slow to adopt. As a matter of fact, xfce4-volumed has been removed from sid until it gets rewritten to use the newer (1.0) gstreamer version. A new package, xfce4-volumed-pulse, is already available in Arch and Launchpad (you can backport the Launchpad Trusty version using instructions in the Scripts/Tutorials forum, but I can't find the right link for the dsc file ATM)...
https://launchpad.net/xfce4-volumed-pulse

We're cool with whatever solution you came up with, feel free to ask if you have more questions.

-edit- It looks like the xfce4-volumed-pulse trunk was already merged into xfce4-volumed in Ubuntu Trusty and beyond, so backporting the Trusty version should work...
http://packages.ubuntu.com/trusty/xfce/xfce4-volumed

I'll look into this more when the RC2 ISOs are released at the end of the month.


I don't care what you do at home. Would you care to explain?

Offline

#15 2016-01-07 23:45:26

tknomanzr
BL Die Hard
From: Around the Bend
Registered: 2015-09-29
Posts: 1,057

Re: [SOLVED]click to mute and after no sound

Be sure to edit ~/.config/openbox/autostart and replave the volti entry with volumeicon to make it autostarting

## Volume control for systray
(sleep 2s; volumeicon) &

I have since moved to a full pulse setup using pasystray, which works for most stuff but does give me headaches with stuff like ffmpeg.

Offline

#16 2016-01-08 02:32:45

prakash_divy
New Member
Registered: 2016-01-07
Posts: 1

Re: [SOLVED]click to mute and after no sound

try this

sudo alsactl init

Offline

Board footer

Powered by FluxBB