[Kernel-packages] [Bug 23984] Re: Big bang on poweroff if sound device is enabled.

2015-12-31 Thread dino99
#20 above not answered from 2 full years back; so no one seems to care
about that problem anymore

** Changed in: linux (Ubuntu)
   Status: Incomplete => Invalid

** Package changed: linux (Arch Linux) => linux (Ubuntu Linaro
Evaluation Build)

** Changed in: linux (Ubuntu Linaro Evaluation Build)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/23984

Title:
  Big bang on poweroff if sound device is enabled.

Status in linux package in Ubuntu:
  Invalid
Status in linux package in Ubuntu Linaro Evaluation Build:
  Invalid

Bug description:
  If power off and sound device is enabled it's make loud sound impuls wich can 
be
  dangerous for hardware. 
  Kernel still can't disable sound devices before poweroff.
  Resolution: unload snd-* module before poweroff. amixer mute das't help.
  I made smole hack wich resole this problem on my laptop, it's may be wrong bat
  it's working:
  i aded "modprobe -r snd-maestro3" to halt script.

  Tested and working realy good.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 23984] Re: Big bang on poweroff if sound device is enabled.

2013-12-17 Thread Christopher M. Penalver
Oleksij Rempel, this bug was reported a while ago and there hasn't been
any activity in it recently. We were wondering if this is still an
issue? If so, could you please test for this with the latest development
release of Ubuntu? ISO images are available from
http://cdimage.ubuntu.com/daily-live/current/ .

If it remains an issue, could you please run the following command in
the development release from a Terminal
(Applications-Accessories-Terminal), as it will automatically gather
and attach updated debug information to this report:

apport-collect -p linux replace-with-bug-number

Also, could you please test the latest upstream kernel available (not the daily 
folder, but the one at the top) following 
https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow additional 
upstream developers to examine the issue. Once you've tested the upstream 
kernel, please comment on which kernel version specifically you tested. If this 
bug is fixed in the mainline kernel, please add the following tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested. For 
example:
kernel-fixed-upstream-v3.13-rc4

This can be done by clicking on the yellow circle with a black pencil icon next 
to the word Tags located at the bottom of the bug description. As well, please 
remove the tag:
needs-upstream-testing

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-VERSION-NUMBER

As well, please remove the tag:
needs-upstream-testing

Once testing of the upstream kernel is complete, please mark this bug's
Status as Confirmed. Please let us know your results. Thank you for your
understanding.

** Attachment removed: Debugging info from alsa-info.sh
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/23984/+attachment/1417293/+files/sound.txt

** Changed in: linux (Ubuntu)
   Status: Confirmed = Incomplete

** Tags added: needs-kernel-logs needs-upstream-testing

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/23984

Title:
  Big bang on poweroff if sound device is enabled.

Status in “linux” package in Ubuntu:
  Incomplete
Status in “linux” package in Arch Linux:
  New

Bug description:
  If power off and sound device is enabled it's make loud sound impuls wich can 
be
  dangerous for hardware. 
  Kernel still can't disable sound devices before poweroff.
  Resolution: unload snd-* module before poweroff. amixer mute das't help.
  I made smole hack wich resole this problem on my laptop, it's may be wrong bat
  it's working:
  i aded modprobe -r snd-maestro3 to halt script.

  Tested and working realy good.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 23984] Re: Big bang on poweroff if sound device is enabled.

2013-10-09 Thread Thomas Hotz
** Changed in: linux (Ubuntu)
 Assignee: Ubuntu Audio Team (ubuntu-audio) = (unassigned)

** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/23984

Title:
  Big bang on poweroff if sound device is enabled.

Status in “linux” package in Ubuntu:
  Confirmed
Status in “linux” package in Arch Linux:
  New

Bug description:
  If power off and sound device is enabled it's make loud sound impuls wich can 
be
  dangerous for hardware. 
  Kernel still can't disable sound devices before poweroff.
  Resolution: unload snd-* module before poweroff. amixer mute das't help.
  I made smole hack wich resole this problem on my laptop, it's may be wrong bat
  it's working:
  i aded modprobe -r snd-maestro3 to halt script.

  Tested and working realy good.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 23984] Re: Big bang on poweroff if sound device is enabled.

2013-10-09 Thread Oleksij Rempel
Wow, i already forgot that this bug exist.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/23984

Title:
  Big bang on poweroff if sound device is enabled.

Status in “linux” package in Ubuntu:
  Confirmed
Status in “linux” package in Arch Linux:
  New

Bug description:
  If power off and sound device is enabled it's make loud sound impuls wich can 
be
  dangerous for hardware. 
  Kernel still can't disable sound devices before poweroff.
  Resolution: unload snd-* module before poweroff. amixer mute das't help.
  I made smole hack wich resole this problem on my laptop, it's may be wrong bat
  it's working:
  i aded modprobe -r snd-maestro3 to halt script.

  Tested and working realy good.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Kernel-packages] [Bug 23984] Re: Big bang on poweroff if sound device is enabled.

2013-10-09 Thread Délio Jesus
Yes.. It still exists...
On 9 Oct 2013 07:31, Thomas Hotz thomas.h...@gmail.com wrote:

 ** Changed in: linux (Ubuntu)
  Assignee: Ubuntu Audio Team (ubuntu-audio) = (unassigned)

 ** Changed in: linux (Ubuntu)
Status: Incomplete = Confirmed

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/23984

 Title:
   Big bang on poweroff if sound device is enabled.

 Status in “linux” package in Ubuntu:
   Confirmed
 Status in “linux” package in Arch Linux:
   New

 Bug description:
   If power off and sound device is enabled it's make loud sound impuls
 wich can be
   dangerous for hardware.
   Kernel still can't disable sound devices before poweroff.
   Resolution: unload snd-* module before poweroff. amixer mute das't help.
   I made smole hack wich resole this problem on my laptop, it's may be
 wrong bat
   it's working:
   i aded modprobe -r snd-maestro3 to halt script.

   Tested and working realy good.

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


-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/23984

Title:
  Big bang on poweroff if sound device is enabled.

Status in “linux” package in Ubuntu:
  Confirmed
Status in “linux” package in Arch Linux:
  New

Bug description:
  If power off and sound device is enabled it's make loud sound impuls wich can 
be
  dangerous for hardware. 
  Kernel still can't disable sound devices before poweroff.
  Resolution: unload snd-* module before poweroff. amixer mute das't help.
  I made smole hack wich resole this problem on my laptop, it's may be wrong bat
  it's working:
  i aded modprobe -r snd-maestro3 to halt script.

  Tested and working realy good.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp