[Bug 878986] Re: amixer -q sset Master toggle does mute, but does not unmute!

2018-09-13 Thread jimbo1qaz
I need this bug to be fixed. The issue is I am routing Pulseaudio
through JACK plugin, and "amixer -D pulse" only mutes apps playing
through PulseAudio but not JACK Audio, and is consequently not a working
solution for me.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/878986

Title:
  amixer -q sset Master toggle does mute, but does not unmute!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/878986/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 878986] Re: amixer -q sset Master toggle does mute, but does not unmute!

2015-04-15 Thread Jarno Suni
As for comment #39 PS 2, it does not help, even if you un-mute all
channels separately by amixer using the default (not pulse) device;
sound stays muted until you unmute using pulseaudio mixer.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/878986

Title:
  amixer -q sset Master toggle does mute, but does not unmute!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/878986/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 878986] Re: amixer -q sset Master toggle does mute, but does not unmute!

2014-02-20 Thread Raymond
:~$ amixer sset Master toggle
 Simple mixer control 'Master',0
   Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
   Playback channels: Mono
   Limits: Playback 0 - 31
   Mono: Playback 16 [52%] [-22.50dB] [off]


this means that ctl.default is not set to ctl.pulse as your master volume still 
have dB scale but pulseaudio master volume not yet implemented dB scale

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/878986

Title:
  amixer -q sset Master toggle does mute, but does not unmute!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/878986/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 878986] Re: amixer -q sset Master toggle does mute, but does not unmute!

2013-04-28 Thread Taihsiangho
Kevin, please note the root cause is the communication between amixer
and pulseaudio, see comment #29

command like amixer -D pulse ... could look like to solve this issue
because amixer builds the mixer control directly from the virtul
device Pulseaudio instead of the real device, say your audio card.

To bind the hotkey together with a new command like amixer -D ... is
only a workaround.

PS
1. If you are interested in this, you could try alsamixer and alsamixer -D 
pulse and see what's difference between the device name on the alsamixer panel.

2. another interesting experiment: you could try to un-mute all of the
channels besides Master (e.g. Speaker, Headphone, PCM ...etc. ), and you
should see the sound comes back.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/878986

Title:
  amixer -q sset Master toggle does mute, but does not unmute!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/878986/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 878986] Re: amixer -q sset Master toggle does mute, but does not unmute!

2013-04-26 Thread Kevin Masterson
Had same problem. After searching online i found this command.

amixer -D pulse set Master 1+ togglemute

Thats mutes and unmutes fine for me, but I had to bind it to ctrl+m
I cant seem to find a way to change the command for my laptops original mute 
function (fn+f6)

Hope this helps, and if anyone knows a way to change the command for the
original laptop bindings, it would be much appreciated!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/878986

Title:
  amixer -q sset Master toggle does mute, but does not unmute!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/878986/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 878986] Re: amixer -q sset Master toggle does mute, but does not unmute!

2013-04-25 Thread David Henningsson
I'm setting this to Wishlist, because it's not a currently supported
way to mute/unmute the system, at least not when PulseAudio is running.

The supported way would be to use pactl set-sink-mute followed by sink 
name/index and toggle. 
amixer -D pulse should probably work as well.

I do understand that it is a bit confusing that muting works but not
unmuting, so if anyone wants to submit a patch against PulseAudio that
would improve this behaviour, feel free to give it a try.

** Changed in: pulseaudio (Ubuntu)
   Importance: Undecided = Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/878986

Title:
  amixer -q sset Master toggle does mute, but does not unmute!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/878986/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 878986] Re: amixer -q sset Master toggle does mute, but does not unmute!

2013-04-17 Thread aka
There seems to be a workaround (works for me)
$ amixer -D pulse set Master 1+ toggle

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/878986

Title:
  amixer -q sset Master toggle does mute, but does not unmute!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/878986/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 878986] Re: amixer -q sset Master toggle does mute, but does not unmute!

2012-07-24 Thread Raymond
The ALC883 series 7.1+2 Channel High Definition Audio (HDA) codecs are
compliant with Microsoft's UAA (Universal Audio Architecture). The
ALC883 series provide 10 DAC channels that simultaneously support 7.1
sound playback, plus 2 channels of independent stereo sound output
(multiple streaming) through the front panel stereo output.

there is no hareware control which allow you to mute the front panel and
rear panel since they can play different stream

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/878986

Title:
  amixer -q sset Master toggle does mute, but does not unmute!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/878986/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 878986] Re: amixer -q sset Master toggle does mute, but does not unmute!

2012-07-24 Thread Raymond
The ALC883 series 7.1+2 Channel High Definition Audio (HDA) codecs are
compliant with Microsoft's UAA (Universal Audio Architecture). The
ALC883 series provide 10 DAC channels that simultaneously support 7.1
sound playback, plus 2 channels of independent stereo sound output
(multiple streaming) through the front panel stereo output.

there is no hareware control which allow you to mute the front panel and
rear panel since they can play different stream

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/878986

Title:
  amixer -q sset Master toggle does mute, but does not unmute!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/878986/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 878986] Re: amixer -q sset Master toggle does mute, but does not unmute!

2012-07-23 Thread M J
This may be of help. http://askubuntu.com/questions/118675/mute-key-
mutes-alsa-and-pulseaudio-but-unmutes-only-alsa

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/878986

Title:
  amixer -q sset Master toggle does mute, but does not unmute!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/878986/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 878986] Re: amixer -q sset Master toggle does mute, but does not unmute!

2012-06-27 Thread Raymond
This problem still exist in ubuntu 12.04, when using amixet mute master
with -c0 , pulse audio server actually also mute PCM and surround on
stac9708 but unumte master does not unmute PCM and surround

You have to kill pulse audio and stop autospawn feature to restore the
normal behavior of amixer, alsamixer, was iced and gnome-alsamixer

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/878986

Title:
  amixer -q sset Master toggle does mute, but does not unmute!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/878986/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 878986] Re: amixer -q sset Master toggle does mute, but does not unmute!

2012-05-08 Thread thinkpad
** Tags added: precise

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/878986

Title:
  amixer -q sset Master toggle does mute, but does not unmute!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/878986/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 878986] Re: amixer -q sset Master toggle does mute, but does not unmute!

2012-05-08 Thread David Henningsson
I think the problem is the following:
1) You mute Master
2) Pulseaudio picks the change up, thinks you want to mute and mutes itself, as 
well as the other ones just to ensure you're really really muted everywhere.
3) You unmute Master
4) Pulseaudio does pick up that change, but at the same time, since other mixer 
controls are now muted, PulseAudio does nothing.

Btw, by controlling PulseAudio instead of amixer, your keyboard
shortcuts will work correctly.

** Package changed: alsa-utils (Ubuntu) = pulseaudio (Ubuntu)

** Changed in: pulseaudio (Ubuntu)
   Status: Confirmed = Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/878986

Title:
  amixer -q sset Master toggle does mute, but does not unmute!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/878986/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 878986] Re: amixer -q sset Master toggle does mute, but does not unmute!

2012-05-08 Thread David Henningsson
...and, if you're running Gnome at least, you can set your shortcuts in
the system settings, these shortcuts go against PulseAudio.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/878986

Title:
  amixer -q sset Master toggle does mute, but does not unmute!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/878986/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 878986] Re: amixer -q sset Master toggle does mute, but does not unmute!

2012-05-08 Thread thinkpad
thx David! Might be helpful. However, could you plz elucidate a bit
more? What would I need to change? Which command(s) would do the trick?
This http://askubuntu.com/questions/77522/command-to-unmute-and-
maximize-volume didn't work for me; haven't tried the bash script yet,
though... I've always been confused by the difference between PulseAudio
 alsamixer, and am not even sure what I'm using, what's installed 
enabled, etc... thx again!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/878986

Title:
  amixer -q sset Master toggle does mute, but does not unmute!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/878986/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 878986] Re: amixer -q sset Master toggle does mute, but does not unmute!

2012-02-01 Thread Jmadero
This problem does exist, there is a workaround script floating around
but it'd be nice to have the package fixed. Thanks for posting the bug

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/878986

Title:
  amixer -q sset Master toggle does mute, but does not unmute!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/878986/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 878986] Re: amixer -q sset Master toggle does mute, but does not unmute!

2011-10-30 Thread Dario Manesku
I've just activated oneiric-proposed software source and updated but
everything remains the same.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/878986

Title:
  amixer -q sset Master toggle does mute, but does not unmute!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/878986/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 878986] Re: amixer -q sset Master toggle does mute, but does not unmute!

2011-10-29 Thread Dario Manesku
Can you address the bug to pulseaudio or should I create a new one there
?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/878986

Title:
  amixer -q sset Master toggle does mute, but does not unmute!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/878986/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 878986] Re: amixer -q sset Master toggle does mute, but does not unmute!

2011-10-29 Thread Daniel T Chen
At this point it's unclear. However, are you able to correctly toggle the
mute status using amixer with the version of pulse in oneiric-proposed?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/878986

Title:
  amixer -q sset Master toggle does mute, but does not unmute!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/878986/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 878986] Re: amixer -q sset Master toggle does mute, but does not unmute!

2011-10-24 Thread Dario Manesku
Good point, I didn't. After disabling autospawn, pavucontrol won't start nor 
mpd wants to play (as it's configured to use pulse audio).
It works good now. I've tested by playing a file in VLC and using alsamixer. 
Therefore, it's seems that the problem is in pulseaudio and not in alsa-utils.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/878986

Title:
  amixer -q sset Master toggle does mute, but does not unmute!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/878986/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 878986] Re: amixer -q sset Master toggle does mute, but does not unmute!

2011-10-23 Thread Daniel T Chen
Is this symptom reproducible without PulseAudio running?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/878986

Title:
  amixer -q sset Master toggle does mute, but does not unmute!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/878986/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 878986] Re: amixer -q sset Master toggle does mute, but does not unmute!

2011-10-23 Thread Dario Manesku
Yes. I've run 'pulseaudio --kill' and I've followed the behavior in
pavucontrol.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/878986

Title:
  amixer -q sset Master toggle does mute, but does not unmute!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/878986/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 878986] Re: amixer -q sset Master toggle does mute, but does not unmute!

2011-10-23 Thread Daniel T Chen
Did you also disable PulseAudio's autorespawn?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/878986

Title:
  amixer -q sset Master toggle does mute, but does not unmute!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/878986/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 878986] Re: amixer -q sset Master toggle does mute, but does not unmute!

2011-10-23 Thread LittleHorror
On my machine all symptoms are exactly the same, so I consider this bug
to be the same one.

In my case amixer set Master toggle toggles 2 channels (namely Master and 
PCM) but unmutes only one (Master, PCM stays muted).
amixer set PCM toggle behaves similarly - mutes both Master and PCM, but 
unmutes only PCM.

All mentioned is also true with sset and mute/unmute commands.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/878986

Title:
  amixer -q sset Master toggle does mute, but does not unmute!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/878986/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 878986] Re: amixer -q sset Master toggle does mute, but does not unmute!

2011-10-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: alsa-utils (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/878986

Title:
  amixer -q sset Master toggle does mute, but does not unmute!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/878986/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 878986] Re: amixer -q sset Master toggle does mute, but does not unmute!

2011-10-20 Thread Dario Manesku
** Attachment added: version.log
   https://bugs.launchpad.net/bugs/878986/+attachment/2563004/+files/version.log

** Tags added: apport-collected

** Description changed:

  I am using keyboard shortcuts to increase/decrease/mute volume by executing:
  amixer -q sset Master 5+
  amixer -q sset Master 5-
  amixer -q sset Master toggle
  
  From when I have updated to Ubuntu 11.10, 'amixer sset Master toggle'
  does mute the volume, but when i execute it again it does not unmute it.
  In command line, it looks fine:
  
  :~$ amixer sset Master toggle
  Simple mixer control 'Master',0
Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
Playback channels: Mono
Limits: Playback 0 - 31
Mono: Playback 16 [52%] [-22.50dB] [off]
  
  :~$ amixer sset Master toggle
  Simple mixer control 'Master',0
Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
Playback channels: Mono
Limits: Playback 0 - 31
Mono: Playback 16 [52%] [-22.50dB] [on]
  
  but it remains muted. I use pavucontrol to unmute sound from the GUI.
  
  
  Info:
  :~$ apt-cache policy alsa-utils
  alsa-utils:
Installed: 1.0.24.2-0ubuntu8
Candidate: 1.0.24.2-0ubuntu8
Version table:
   *** 1.0.24.2-0ubuntu8 0
  500 http://rs.archive.ubuntu.com/ubuntu/ oneiric/main amd64 Packages
  100 /var/lib/dpkg/status
  
  :~$ lsb_release -rd
  Description:  Ubuntu 11.10
  Release:  11.10
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: linux-image-3.0.0-12-generic 3.0.0-12.20
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  NonfreeKernelModules: fglrx
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  instructor  19328 F pulseaudio
   /dev/snd/pcmC0D0p:   instructor  19328 F...m pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xfe9f8000 irq 43'
 Mixer name : 'Realtek ALC883'
 Components : 'HDA:10ec0883,1043829f,0012'
 Controls  : 37
 Simple ctrls  : 22
  Card1.Amixer.info:
   Card hw:1 'HDMI'/'HDA ATI HDMI at 0xfeafc000 irq 44'
 Mixer name : 'ATI R6xx HDMI'
 Components : 'HDA:1002aa01,00aa0100,0010'
 Controls  : 4
 Simple ctrls  : 1
  Card1.Amixer.values:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Date: Thu Oct 20 19:31:13 2011
  HibernationDevice: RESUME=UUID=cf6e9ff7-a63e-457c-aba4-706765c58de1
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  MachineType: System manufacturer P5K
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-12-generic 
root=UUID=5611c46a-40ee-4ded-bbda-b8365335826b ro acpi_enforce_resources=lax 
quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.0.0-12-generic N/A
   linux-backports-modules-3.0.0-12-generic  N/A
   linux-firmware1.60
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: Upgraded to oneiric on 2011-10-16 (3 days ago)
  dmi.bios.date: 07/03/2007
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0603
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5K
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0603:bd07/03/2007:svnSystemmanufacturer:pnP5K:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5K:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: P5K
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
+ ApportVersion: 1.23-0ubuntu3
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  instructor  19328 F pulseaudio
+  /dev/snd/pcmC0D0p:   instructor  19328 F...m pulseaudio
+ Card0.Amixer.info:
+  Card hw:0 'Intel'/'HDA Intel at 0xfe9f8000 irq 43'
+Mixer name : 'Realtek ALC883'
+Components : 'HDA:10ec0883,1043829f,0012'
+Controls  : 37
+Simple ctrls  : 22
+ Card1.Amixer.info:
+  Card hw:1 'HDMI'/'HDA ATI HDMI at 0xfeafc000 irq 44'
+Mixer name : 'ATI R6xx HDMI'
+Components : 'HDA:1002aa01,00aa0100,0010'
+Controls  : 4
+Simple ctrls  : 1
+ Card1.Amixer.values:
+  Simple mixer control 'IEC958',0
+Capabilities: pswitch pswitch-joined penum
+Playback channels: Mono
+Mono: Playback [on]
+ DistroRelease: Ubuntu 11.10
+ InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release 

[Bug 878986] Re: amixer -q sset Master toggle does mute, but does not unmute!

2011-10-20 Thread Dario Manesku
** Attachment added: lspci-vnvn.log
   
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/878986/+attachment/2563043/+files/lspci-vnvn.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/878986

Title:
  amixer -q sset Master toggle does mute, but does not unmute!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/878986/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs