[Kernel-packages] [Bug 1860390] Re: Dell XPS 13 (9360) defaults to s2idle sleep/suspend instead of deep (suspend to ram)

2022-06-19 Thread Leonard Lausen
Steve, you are executing echo as root but not writing to
/sys/power/mem_sleep at root. Try switching to a root shell (sudo su)
first. To make the workaround permanent, you can rely on systemd-
tmpfiles to write the "deep" by creating a file
/etc/tmpfiles.d/mem_sleep.conf containing:

#Path  Mode UID  GID  Age Argument
w/sys/power/mem_sleep   ----   deep

-- 
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/1860390

Title:
  Dell XPS 13 (9360) defaults to s2idle sleep/suspend instead of deep
  (suspend to ram)

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  This is a reintroduction of
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1808957 which I
  am experiencing with Ubuntu 20.04 fully upgraded on a Dell XPS 13
  9360. This did not happen before  in Ubuntu 19.04 nor in Ubuntu 19.10
  (Eoan), so this issue is affecting Ubuntu kernels >= 5.4.

  It seems that the Dell 9360 is set to go into s2idle mode rather than
  deep sleep, forgoing significant power savings.

  I have confirmed this by suspending and then checking:
  sudo journalctl | grep "PM: suspend" | tail -2. If the output is

  PM: suspend entry (s2idle)
  PM: suspend exit

  cat /sys/power/mem_sleep showed

  [s2idle] deep

  As a temporary fix, I typed
  echo deep > /sys/power/mem_sleep
  as a root user (sudo -i).

  Then the output of cat /sys/power/mem_sleep was
  s2idle [deep]

  After suspending now,
  sudo journalctl | grep "PM: suspend" | tail -2 returns

  PM: suspend entry (deep)
  PM: suspend exit

  I have made this permanent by editing
  /etc/default/grub

  and replacing
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  with
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash mem_sleep_default=deep"

  then regenerating my grub configuration (sudo update-grub).
  ---
  ProblemType: Bug
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k5.4.0-9-generic.
  ApportVersion: 2.20.11-0ubuntu15
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: ALC3246 Analog [ALC3246 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  user   1570 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xdc228000 irq 131'
     Mixer name : 'Realtek ALC3246'
     Components : 'HDA:10ec0256,1028075b,0012 
HDA:8086280b,80860101,0010'
     Controls  : 55
     Simple ctrls  : 17
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 20.04
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig': 'iwconfig'
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 002: ID 8087:0a2b Intel Corp.
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Lsusb-t:
   /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/6p, 5000M
   /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/12p, 480M
   |__ Port 3: Dev 2, If 0, Class=Wireless, Driver=btusb, 12M
   |__ Port 3: Dev 2, If 1, Class=Wireless, Driver=btusb, 12M
  MachineType: Dell Inc. XPS 13 9360
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-5.4.0-9-generic 
root=UUID=be0fafa9-2c93-4717-bc39-06d8bbf0a232 ro rootflags=subvol=@ 
resume=UUID=9b786c9e-5b9c-4651-bc7a-85faf191166c quiet splash i915.enable_psr=2 
i915.enable_fbc=1 i915.enable_psr=2 i915.enable_fbc=1 mem_sleep_default=deep 
vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-9-generic N/A
   linux-backports-modules-5.4.0-9-generic  N/A
   linux-firmware   1.184
  Tags:  focal
  Uname: Linux 5.4.0-9-generic x86_64
  UnreportableReason: This report is about a package that is not installed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: cdrom lp lpadmin plugdev sudo
  WifiSyslog:

  _MarkForUpload: False
  dmi.bios.date: 11/14/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 2.13.0
  dmi.board.name: 04N87K
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr2.13.0:bd11/14/2019:svnDellInc.:pnXPS139360:pvr:rvnDellInc.:rn04N87K:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 13 9360
  dmi.product.sku: 075B
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1860390/+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 1648526] Re: Intel 8265 Bluetooth ([8087:0A2B]) fails to init properly on wakeup from hibernation

2016-12-10 Thread Leonard Lausen
I have confirmed that the issue is also present in a self-compiled
upstream version of v4.9-rc8 and reported it at
http://www.spinics.net/lists/linux-bluetooth/msg69063.html

** Tags added: kernel-bug-reported-upstream

-- 
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/1648526

Title:
  Intel 8265 Bluetooth ([8087:0A2B]) fails to init properly on wakeup
  from hibernation

Status in linux package in Ubuntu:
  Triaged

Bug description:
  I am experiencing issues with hibernation on a xiaomi mibook air with
  the Intel 8265 Bluetooth chip ([8087:0A2B]). When waking up from
  hibernation, the chip fails to properly initialize (?).

  More specifically, when trying to hibernate a second time the notebook will 
fail to enter hibernation mode due to:
  "Freezing of tasks failed after 20.00r seconds (1 tasks refusing to freeze, 
wq_busy=0)"
  where the task failing to freeze is hciconfig.

  This seems to be due to a kernel bug initializing the bluetooth device
  on wakeup from hibernation. The kernel message reads "kernel:
  Bluetooth: hci0: Setting Intel event mask failed (-16)".

  I have attached
  1) /proc/version_signature
  2) sudo lspci -vnvn
  3) journalctrl

  I can confirm that the issue with hibernation is resolved by blacklisting the 
bluetooth chip in 
  /etc/udev/rules.d/81-bluetooth-hci.rules

  I have tried the most recent mainline kernel from the ubuntu kernel
  ppa and can confirm that the problem also occurs there
  (http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.9-rc8/).

  
  Please let me know if I can provide any other information to help fixing this 
bug.

  I am running Maui Linux, which is basically Ubuntu 16.04 but includes more 
up-to-date KDE packages.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  leonard1336 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Maui 2.1
  InstallationDate: Installed on 2016-12-02 (5 days ago)
  InstallationMedia: Maui - Release amd64 (20160811)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0a2b Intel Corp. 
   Bus 001 Device 002: ID 04f2:b5a3 Chicony Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Timi TM1613
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.8.0-25-generic 
root=/dev/mapper/lvm-btrfs ro rootflags=subvol=@ quiet splash 
resume=/dev/mapper/lvm-swap vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-25.27~16.04.1-generic 4.8.1
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-25-generic N/A
   linux-backports-modules-4.8.0-25-generic  N/A
   linux-firmware1.157.5
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  xenial xenial
  Uname: Linux 4.8.0-25-generic x86_64
  UnreportableReason: The report belongs to a package that is not installed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: False
  dmi.bios.date: 08/11/2016
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: A05
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: TM1613
  dmi.board.vendor: Timi
  dmi.board.version: A05
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Timi
  dmi.chassis.version: A05
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrA05:bd08/11/2016:svnTimi:pnTM1613:pvrA05:rvnTimi:rnTM1613:rvrA05:cvnTimi:ct10:cvrA05:
  dmi.product.name: TM1613
  dmi.product.version: A05
  dmi.sys.vendor: Timi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1648526/+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 1648526] Re: Intel 8265 Bluetooth ([8087:0A2B]) fails to init properly on wakeup from hibernation

2016-12-08 Thread Leonard Lausen
Does the kernel from the ubuntu kernel ppa http://kernel.ubuntu.com
/~kernel-ppa/mainline/v4.9-rc8/ qualify as latest upstream kernel? As
far as I see it still contains ubuntu specific patches. Or shall I first
confirm this problem also occurs on the vanilla upstream kernel directly
built from the kernel.org?

-- 
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/1648526

Title:
  Intel 8265 Bluetooth ([8087:0A2B]) fails to init properly on wakeup
  from hibernation

Status in linux package in Ubuntu:
  Triaged

Bug description:
  I am experiencing issues with hibernation on a xiaomi mibook air with
  the Intel 8265 Bluetooth chip ([8087:0A2B]). When waking up from
  hibernation, the chip fails to properly initialize (?).

  More specifically, when trying to hibernate a second time the notebook will 
fail to enter hibernation mode due to:
  "Freezing of tasks failed after 20.00r seconds (1 tasks refusing to freeze, 
wq_busy=0)"
  where the task failing to freeze is hciconfig.

  This seems to be due to a kernel bug initializing the bluetooth device
  on wakeup from hibernation. The kernel message reads "kernel:
  Bluetooth: hci0: Setting Intel event mask failed (-16)".

  I have attached
  1) /proc/version_signature
  2) sudo lspci -vnvn
  3) journalctrl

  I can confirm that the issue with hibernation is resolved by blacklisting the 
bluetooth chip in 
  /etc/udev/rules.d/81-bluetooth-hci.rules

  I have tried the most recent mainline kernel from the ubuntu kernel
  ppa and can confirm that the problem also occurs there
  (http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.9-rc8/).

  
  Please let me know if I can provide any other information to help fixing this 
bug.

  I am running Maui Linux, which is basically Ubuntu 16.04 but includes more 
up-to-date KDE packages.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  leonard1336 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Maui 2.1
  InstallationDate: Installed on 2016-12-02 (5 days ago)
  InstallationMedia: Maui - Release amd64 (20160811)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0a2b Intel Corp. 
   Bus 001 Device 002: ID 04f2:b5a3 Chicony Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Timi TM1613
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.8.0-25-generic 
root=/dev/mapper/lvm-btrfs ro rootflags=subvol=@ quiet splash 
resume=/dev/mapper/lvm-swap vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-25.27~16.04.1-generic 4.8.1
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-25-generic N/A
   linux-backports-modules-4.8.0-25-generic  N/A
   linux-firmware1.157.5
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  xenial xenial
  Uname: Linux 4.8.0-25-generic x86_64
  UnreportableReason: The report belongs to a package that is not installed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: False
  dmi.bios.date: 08/11/2016
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: A05
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: TM1613
  dmi.board.vendor: Timi
  dmi.board.version: A05
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Timi
  dmi.chassis.version: A05
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrA05:bd08/11/2016:svnTimi:pnTM1613:pvrA05:rvnTimi:rnTM1613:rvrA05:cvnTimi:ct10:cvrA05:
  dmi.product.name: TM1613
  dmi.product.version: A05
  dmi.sys.vendor: Timi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1648526/+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 1648526] Re: Intel 8265 Bluetooth ([8087:0A2B]) fails to init properly on wakeup from hibernation

2016-12-08 Thread Leonard Lausen
Please note that I have manually installed the yakkety kernel from the
kernel ppa in an attempt to fix the problem. The above logfiles where
generated on the yakkety kernel. The problem also occurs with the 16.04
"default" kernel version.

-- 
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/1648526

Title:
  Intel 8265 Bluetooth ([8087:0A2B]) fails to init properly on wakeup
  from hibernation

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I am experiencing issues with hibernation on a xiaomi mibook air with
  the Intel 8265 Bluetooth chip ([8087:0A2B]). When waking up from
  hibernation, the chip fails to properly initialize (?).

  More specifically, when trying to hibernate a second time the notebook will 
fail to enter hibernation mode due to:
  "Freezing of tasks failed after 20.00r seconds (1 tasks refusing to freeze, 
wq_busy=0)"
  where the task failing to freeze is hciconfig.

  This seems to be due to a kernel bug initializing the bluetooth device
  on wakeup from hibernation. The kernel message reads "kernel:
  Bluetooth: hci0: Setting Intel event mask failed (-16)".

  I have attached
  1) /proc/version_signature
  2) sudo lspci -vnvn
  3) journalctrl

  I can confirm that the issue with hibernation is resolved by blacklisting the 
bluetooth chip in 
  /etc/udev/rules.d/81-bluetooth-hci.rules

  I have tried the most recent mainline kernel from the ubuntu kernel
  ppa and can confirm that the problem also occurs there
  (http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.9-rc8/).

  
  Please let me know if I can provide any other information to help fixing this 
bug.

  I am running Maui Linux, which is basically Ubuntu 16.04 but includes more 
up-to-date KDE packages.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  leonard1336 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Maui 2.1
  InstallationDate: Installed on 2016-12-02 (5 days ago)
  InstallationMedia: Maui - Release amd64 (20160811)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0a2b Intel Corp. 
   Bus 001 Device 002: ID 04f2:b5a3 Chicony Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Timi TM1613
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.8.0-25-generic 
root=/dev/mapper/lvm-btrfs ro rootflags=subvol=@ quiet splash 
resume=/dev/mapper/lvm-swap vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-25.27~16.04.1-generic 4.8.1
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-25-generic N/A
   linux-backports-modules-4.8.0-25-generic  N/A
   linux-firmware1.157.5
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  xenial xenial
  Uname: Linux 4.8.0-25-generic x86_64
  UnreportableReason: The report belongs to a package that is not installed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: False
  dmi.bios.date: 08/11/2016
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: A05
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: TM1613
  dmi.board.vendor: Timi
  dmi.board.version: A05
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Timi
  dmi.chassis.version: A05
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrA05:bd08/11/2016:svnTimi:pnTM1613:pvrA05:rvnTimi:rnTM1613:rvrA05:cvnTimi:ct10:cvrA05:
  dmi.product.name: TM1613
  dmi.product.version: A05
  dmi.sys.vendor: Timi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1648526/+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 1648526] ProcModules.txt

2016-12-08 Thread Leonard Lausen
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1648526/+attachment/4789139/+files/ProcModules.txt

-- 
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/1648526

Title:
  Intel 8265 Bluetooth ([8087:0A2B]) fails to init properly on wakeup
  from hibernation

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I am experiencing issues with hibernation on a xiaomi mibook air with
  the Intel 8265 Bluetooth chip ([8087:0A2B]). When waking up from
  hibernation, the chip fails to properly initialize (?).

  More specifically, when trying to hibernate a second time the notebook will 
fail to enter hibernation mode due to:
  "Freezing of tasks failed after 20.00r seconds (1 tasks refusing to freeze, 
wq_busy=0)"
  where the task failing to freeze is hciconfig.

  This seems to be due to a kernel bug initializing the bluetooth device
  on wakeup from hibernation. The kernel message reads "kernel:
  Bluetooth: hci0: Setting Intel event mask failed (-16)".

  I have attached
  1) /proc/version_signature
  2) sudo lspci -vnvn
  3) journalctrl

  I can confirm that the issue with hibernation is resolved by blacklisting the 
bluetooth chip in 
  /etc/udev/rules.d/81-bluetooth-hci.rules

  I have tried the most recent mainline kernel from the ubuntu kernel
  ppa and can confirm that the problem also occurs there
  (http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.9-rc8/).

  
  Please let me know if I can provide any other information to help fixing this 
bug.

  I am running Maui Linux, which is basically Ubuntu 16.04 but includes more 
up-to-date KDE packages.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  leonard1336 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Maui 2.1
  InstallationDate: Installed on 2016-12-02 (5 days ago)
  InstallationMedia: Maui - Release amd64 (20160811)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0a2b Intel Corp. 
   Bus 001 Device 002: ID 04f2:b5a3 Chicony Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Timi TM1613
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.8.0-25-generic 
root=/dev/mapper/lvm-btrfs ro rootflags=subvol=@ quiet splash 
resume=/dev/mapper/lvm-swap vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-25.27~16.04.1-generic 4.8.1
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-25-generic N/A
   linux-backports-modules-4.8.0-25-generic  N/A
   linux-firmware1.157.5
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  xenial xenial
  Uname: Linux 4.8.0-25-generic x86_64
  UnreportableReason: The report belongs to a package that is not installed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: False
  dmi.bios.date: 08/11/2016
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: A05
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: TM1613
  dmi.board.vendor: Timi
  dmi.board.version: A05
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Timi
  dmi.chassis.version: A05
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrA05:bd08/11/2016:svnTimi:pnTM1613:pvrA05:rvnTimi:rnTM1613:rvrA05:cvnTimi:ct10:cvrA05:
  dmi.product.name: TM1613
  dmi.product.version: A05
  dmi.sys.vendor: Timi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1648526/+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 1648526] PulseList.txt

2016-12-08 Thread Leonard Lausen
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1648526/+attachment/4789140/+files/PulseList.txt

-- 
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/1648526

Title:
  Intel 8265 Bluetooth ([8087:0A2B]) fails to init properly on wakeup
  from hibernation

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I am experiencing issues with hibernation on a xiaomi mibook air with
  the Intel 8265 Bluetooth chip ([8087:0A2B]). When waking up from
  hibernation, the chip fails to properly initialize (?).

  More specifically, when trying to hibernate a second time the notebook will 
fail to enter hibernation mode due to:
  "Freezing of tasks failed after 20.00r seconds (1 tasks refusing to freeze, 
wq_busy=0)"
  where the task failing to freeze is hciconfig.

  This seems to be due to a kernel bug initializing the bluetooth device
  on wakeup from hibernation. The kernel message reads "kernel:
  Bluetooth: hci0: Setting Intel event mask failed (-16)".

  I have attached
  1) /proc/version_signature
  2) sudo lspci -vnvn
  3) journalctrl

  I can confirm that the issue with hibernation is resolved by blacklisting the 
bluetooth chip in 
  /etc/udev/rules.d/81-bluetooth-hci.rules

  I have tried the most recent mainline kernel from the ubuntu kernel
  ppa and can confirm that the problem also occurs there
  (http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.9-rc8/).

  
  Please let me know if I can provide any other information to help fixing this 
bug.

  I am running Maui Linux, which is basically Ubuntu 16.04 but includes more 
up-to-date KDE packages.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  leonard1336 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Maui 2.1
  InstallationDate: Installed on 2016-12-02 (5 days ago)
  InstallationMedia: Maui - Release amd64 (20160811)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0a2b Intel Corp. 
   Bus 001 Device 002: ID 04f2:b5a3 Chicony Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Timi TM1613
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.8.0-25-generic 
root=/dev/mapper/lvm-btrfs ro rootflags=subvol=@ quiet splash 
resume=/dev/mapper/lvm-swap vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-25.27~16.04.1-generic 4.8.1
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-25-generic N/A
   linux-backports-modules-4.8.0-25-generic  N/A
   linux-firmware1.157.5
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  xenial xenial
  Uname: Linux 4.8.0-25-generic x86_64
  UnreportableReason: The report belongs to a package that is not installed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: False
  dmi.bios.date: 08/11/2016
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: A05
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: TM1613
  dmi.board.vendor: Timi
  dmi.board.version: A05
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Timi
  dmi.chassis.version: A05
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrA05:bd08/11/2016:svnTimi:pnTM1613:pvrA05:rvnTimi:rnTM1613:rvrA05:cvnTimi:ct10:cvrA05:
  dmi.product.name: TM1613
  dmi.product.version: A05
  dmi.sys.vendor: Timi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1648526/+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 1648526] UdevDb.txt

2016-12-08 Thread Leonard Lausen
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1648526/+attachment/4789141/+files/UdevDb.txt

-- 
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/1648526

Title:
  Intel 8265 Bluetooth ([8087:0A2B]) fails to init properly on wakeup
  from hibernation

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I am experiencing issues with hibernation on a xiaomi mibook air with
  the Intel 8265 Bluetooth chip ([8087:0A2B]). When waking up from
  hibernation, the chip fails to properly initialize (?).

  More specifically, when trying to hibernate a second time the notebook will 
fail to enter hibernation mode due to:
  "Freezing of tasks failed after 20.00r seconds (1 tasks refusing to freeze, 
wq_busy=0)"
  where the task failing to freeze is hciconfig.

  This seems to be due to a kernel bug initializing the bluetooth device
  on wakeup from hibernation. The kernel message reads "kernel:
  Bluetooth: hci0: Setting Intel event mask failed (-16)".

  I have attached
  1) /proc/version_signature
  2) sudo lspci -vnvn
  3) journalctrl

  I can confirm that the issue with hibernation is resolved by blacklisting the 
bluetooth chip in 
  /etc/udev/rules.d/81-bluetooth-hci.rules

  I have tried the most recent mainline kernel from the ubuntu kernel
  ppa and can confirm that the problem also occurs there
  (http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.9-rc8/).

  
  Please let me know if I can provide any other information to help fixing this 
bug.

  I am running Maui Linux, which is basically Ubuntu 16.04 but includes more 
up-to-date KDE packages.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  leonard1336 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Maui 2.1
  InstallationDate: Installed on 2016-12-02 (5 days ago)
  InstallationMedia: Maui - Release amd64 (20160811)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0a2b Intel Corp. 
   Bus 001 Device 002: ID 04f2:b5a3 Chicony Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Timi TM1613
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.8.0-25-generic 
root=/dev/mapper/lvm-btrfs ro rootflags=subvol=@ quiet splash 
resume=/dev/mapper/lvm-swap vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-25.27~16.04.1-generic 4.8.1
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-25-generic N/A
   linux-backports-modules-4.8.0-25-generic  N/A
   linux-firmware1.157.5
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  xenial xenial
  Uname: Linux 4.8.0-25-generic x86_64
  UnreportableReason: The report belongs to a package that is not installed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: False
  dmi.bios.date: 08/11/2016
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: A05
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: TM1613
  dmi.board.vendor: Timi
  dmi.board.version: A05
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Timi
  dmi.chassis.version: A05
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrA05:bd08/11/2016:svnTimi:pnTM1613:pvrA05:rvnTimi:rnTM1613:rvrA05:cvnTimi:ct10:cvrA05:
  dmi.product.name: TM1613
  dmi.product.version: A05
  dmi.sys.vendor: Timi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1648526/+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 1648526] WifiSyslog.txt

2016-12-08 Thread Leonard Lausen
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1648526/+attachment/4789142/+files/WifiSyslog.txt

** 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/1648526

Title:
  Intel 8265 Bluetooth ([8087:0A2B]) fails to init properly on wakeup
  from hibernation

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I am experiencing issues with hibernation on a xiaomi mibook air with
  the Intel 8265 Bluetooth chip ([8087:0A2B]). When waking up from
  hibernation, the chip fails to properly initialize (?).

  More specifically, when trying to hibernate a second time the notebook will 
fail to enter hibernation mode due to:
  "Freezing of tasks failed after 20.00r seconds (1 tasks refusing to freeze, 
wq_busy=0)"
  where the task failing to freeze is hciconfig.

  This seems to be due to a kernel bug initializing the bluetooth device
  on wakeup from hibernation. The kernel message reads "kernel:
  Bluetooth: hci0: Setting Intel event mask failed (-16)".

  I have attached
  1) /proc/version_signature
  2) sudo lspci -vnvn
  3) journalctrl

  I can confirm that the issue with hibernation is resolved by blacklisting the 
bluetooth chip in 
  /etc/udev/rules.d/81-bluetooth-hci.rules

  I have tried the most recent mainline kernel from the ubuntu kernel
  ppa and can confirm that the problem also occurs there
  (http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.9-rc8/).

  
  Please let me know if I can provide any other information to help fixing this 
bug.

  I am running Maui Linux, which is basically Ubuntu 16.04 but includes more 
up-to-date KDE packages.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  leonard1336 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Maui 2.1
  InstallationDate: Installed on 2016-12-02 (5 days ago)
  InstallationMedia: Maui - Release amd64 (20160811)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0a2b Intel Corp. 
   Bus 001 Device 002: ID 04f2:b5a3 Chicony Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Timi TM1613
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.8.0-25-generic 
root=/dev/mapper/lvm-btrfs ro rootflags=subvol=@ quiet splash 
resume=/dev/mapper/lvm-swap vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-25.27~16.04.1-generic 4.8.1
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-25-generic N/A
   linux-backports-modules-4.8.0-25-generic  N/A
   linux-firmware1.157.5
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  xenial xenial
  Uname: Linux 4.8.0-25-generic x86_64
  UnreportableReason: The report belongs to a package that is not installed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: False
  dmi.bios.date: 08/11/2016
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: A05
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: TM1613
  dmi.board.vendor: Timi
  dmi.board.version: A05
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Timi
  dmi.chassis.version: A05
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrA05:bd08/11/2016:svnTimi:pnTM1613:pvrA05:rvnTimi:rnTM1613:rvrA05:cvnTimi:ct10:cvrA05:
  dmi.product.name: TM1613
  dmi.product.version: A05
  dmi.sys.vendor: Timi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1648526/+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 1648526] CRDA.txt

2016-12-08 Thread Leonard Lausen
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1648526/+attachment/4789131/+files/CRDA.txt

-- 
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/1648526

Title:
  Intel 8265 Bluetooth ([8087:0A2B]) fails to init properly on wakeup
  from hibernation

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I am experiencing issues with hibernation on a xiaomi mibook air with
  the Intel 8265 Bluetooth chip ([8087:0A2B]). When waking up from
  hibernation, the chip fails to properly initialize (?).

  More specifically, when trying to hibernate a second time the notebook will 
fail to enter hibernation mode due to:
  "Freezing of tasks failed after 20.00r seconds (1 tasks refusing to freeze, 
wq_busy=0)"
  where the task failing to freeze is hciconfig.

  This seems to be due to a kernel bug initializing the bluetooth device
  on wakeup from hibernation. The kernel message reads "kernel:
  Bluetooth: hci0: Setting Intel event mask failed (-16)".

  I have attached
  1) /proc/version_signature
  2) sudo lspci -vnvn
  3) journalctrl

  I can confirm that the issue with hibernation is resolved by blacklisting the 
bluetooth chip in 
  /etc/udev/rules.d/81-bluetooth-hci.rules

  I have tried the most recent mainline kernel from the ubuntu kernel
  ppa and can confirm that the problem also occurs there
  (http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.9-rc8/).

  
  Please let me know if I can provide any other information to help fixing this 
bug.

  I am running Maui Linux, which is basically Ubuntu 16.04 but includes more 
up-to-date KDE packages.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  leonard1336 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Maui 2.1
  InstallationDate: Installed on 2016-12-02 (5 days ago)
  InstallationMedia: Maui - Release amd64 (20160811)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0a2b Intel Corp. 
   Bus 001 Device 002: ID 04f2:b5a3 Chicony Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Timi TM1613
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.8.0-25-generic 
root=/dev/mapper/lvm-btrfs ro rootflags=subvol=@ quiet splash 
resume=/dev/mapper/lvm-swap vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-25.27~16.04.1-generic 4.8.1
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-25-generic N/A
   linux-backports-modules-4.8.0-25-generic  N/A
   linux-firmware1.157.5
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  xenial xenial
  Uname: Linux 4.8.0-25-generic x86_64
  UnreportableReason: The report belongs to a package that is not installed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: False
  dmi.bios.date: 08/11/2016
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: A05
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: TM1613
  dmi.board.vendor: Timi
  dmi.board.version: A05
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Timi
  dmi.chassis.version: A05
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrA05:bd08/11/2016:svnTimi:pnTM1613:pvrA05:rvnTimi:rnTM1613:rvrA05:cvnTimi:ct10:cvrA05:
  dmi.product.name: TM1613
  dmi.product.version: A05
  dmi.sys.vendor: Timi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1648526/+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 1648526] ProcEnviron.txt

2016-12-08 Thread Leonard Lausen
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1648526/+attachment/4789137/+files/ProcEnviron.txt

-- 
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/1648526

Title:
  Intel 8265 Bluetooth ([8087:0A2B]) fails to init properly on wakeup
  from hibernation

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I am experiencing issues with hibernation on a xiaomi mibook air with
  the Intel 8265 Bluetooth chip ([8087:0A2B]). When waking up from
  hibernation, the chip fails to properly initialize (?).

  More specifically, when trying to hibernate a second time the notebook will 
fail to enter hibernation mode due to:
  "Freezing of tasks failed after 20.00r seconds (1 tasks refusing to freeze, 
wq_busy=0)"
  where the task failing to freeze is hciconfig.

  This seems to be due to a kernel bug initializing the bluetooth device
  on wakeup from hibernation. The kernel message reads "kernel:
  Bluetooth: hci0: Setting Intel event mask failed (-16)".

  I have attached
  1) /proc/version_signature
  2) sudo lspci -vnvn
  3) journalctrl

  I can confirm that the issue with hibernation is resolved by blacklisting the 
bluetooth chip in 
  /etc/udev/rules.d/81-bluetooth-hci.rules

  I have tried the most recent mainline kernel from the ubuntu kernel
  ppa and can confirm that the problem also occurs there
  (http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.9-rc8/).

  
  Please let me know if I can provide any other information to help fixing this 
bug.

  I am running Maui Linux, which is basically Ubuntu 16.04 but includes more 
up-to-date KDE packages.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  leonard1336 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Maui 2.1
  InstallationDate: Installed on 2016-12-02 (5 days ago)
  InstallationMedia: Maui - Release amd64 (20160811)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0a2b Intel Corp. 
   Bus 001 Device 002: ID 04f2:b5a3 Chicony Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Timi TM1613
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.8.0-25-generic 
root=/dev/mapper/lvm-btrfs ro rootflags=subvol=@ quiet splash 
resume=/dev/mapper/lvm-swap vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-25.27~16.04.1-generic 4.8.1
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-25-generic N/A
   linux-backports-modules-4.8.0-25-generic  N/A
   linux-firmware1.157.5
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  xenial xenial
  Uname: Linux 4.8.0-25-generic x86_64
  UnreportableReason: The report belongs to a package that is not installed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: False
  dmi.bios.date: 08/11/2016
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: A05
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: TM1613
  dmi.board.vendor: Timi
  dmi.board.version: A05
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Timi
  dmi.chassis.version: A05
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrA05:bd08/11/2016:svnTimi:pnTM1613:pvrA05:rvnTimi:rnTM1613:rvrA05:cvnTimi:ct10:cvrA05:
  dmi.product.name: TM1613
  dmi.product.version: A05
  dmi.sys.vendor: Timi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1648526/+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 1648526] IwConfig.txt

2016-12-08 Thread Leonard Lausen
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1648526/+attachment/4789133/+files/IwConfig.txt

-- 
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/1648526

Title:
  Intel 8265 Bluetooth ([8087:0A2B]) fails to init properly on wakeup
  from hibernation

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I am experiencing issues with hibernation on a xiaomi mibook air with
  the Intel 8265 Bluetooth chip ([8087:0A2B]). When waking up from
  hibernation, the chip fails to properly initialize (?).

  More specifically, when trying to hibernate a second time the notebook will 
fail to enter hibernation mode due to:
  "Freezing of tasks failed after 20.00r seconds (1 tasks refusing to freeze, 
wq_busy=0)"
  where the task failing to freeze is hciconfig.

  This seems to be due to a kernel bug initializing the bluetooth device
  on wakeup from hibernation. The kernel message reads "kernel:
  Bluetooth: hci0: Setting Intel event mask failed (-16)".

  I have attached
  1) /proc/version_signature
  2) sudo lspci -vnvn
  3) journalctrl

  I can confirm that the issue with hibernation is resolved by blacklisting the 
bluetooth chip in 
  /etc/udev/rules.d/81-bluetooth-hci.rules

  I have tried the most recent mainline kernel from the ubuntu kernel
  ppa and can confirm that the problem also occurs there
  (http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.9-rc8/).

  
  Please let me know if I can provide any other information to help fixing this 
bug.

  I am running Maui Linux, which is basically Ubuntu 16.04 but includes more 
up-to-date KDE packages.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  leonard1336 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Maui 2.1
  InstallationDate: Installed on 2016-12-02 (5 days ago)
  InstallationMedia: Maui - Release amd64 (20160811)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0a2b Intel Corp. 
   Bus 001 Device 002: ID 04f2:b5a3 Chicony Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Timi TM1613
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.8.0-25-generic 
root=/dev/mapper/lvm-btrfs ro rootflags=subvol=@ quiet splash 
resume=/dev/mapper/lvm-swap vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-25.27~16.04.1-generic 4.8.1
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-25-generic N/A
   linux-backports-modules-4.8.0-25-generic  N/A
   linux-firmware1.157.5
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  xenial xenial
  Uname: Linux 4.8.0-25-generic x86_64
  UnreportableReason: The report belongs to a package that is not installed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: False
  dmi.bios.date: 08/11/2016
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: A05
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: TM1613
  dmi.board.vendor: Timi
  dmi.board.version: A05
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Timi
  dmi.chassis.version: A05
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrA05:bd08/11/2016:svnTimi:pnTM1613:pvrA05:rvnTimi:rnTM1613:rvrA05:cvnTimi:ct10:cvrA05:
  dmi.product.name: TM1613
  dmi.product.version: A05
  dmi.sys.vendor: Timi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1648526/+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 1648526] CurrentDmesg.txt

2016-12-08 Thread Leonard Lausen
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1648526/+attachment/4789132/+files/CurrentDmesg.txt

-- 
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/1648526

Title:
  Intel 8265 Bluetooth ([8087:0A2B]) fails to init properly on wakeup
  from hibernation

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I am experiencing issues with hibernation on a xiaomi mibook air with
  the Intel 8265 Bluetooth chip ([8087:0A2B]). When waking up from
  hibernation, the chip fails to properly initialize (?).

  More specifically, when trying to hibernate a second time the notebook will 
fail to enter hibernation mode due to:
  "Freezing of tasks failed after 20.00r seconds (1 tasks refusing to freeze, 
wq_busy=0)"
  where the task failing to freeze is hciconfig.

  This seems to be due to a kernel bug initializing the bluetooth device
  on wakeup from hibernation. The kernel message reads "kernel:
  Bluetooth: hci0: Setting Intel event mask failed (-16)".

  I have attached
  1) /proc/version_signature
  2) sudo lspci -vnvn
  3) journalctrl

  I can confirm that the issue with hibernation is resolved by blacklisting the 
bluetooth chip in 
  /etc/udev/rules.d/81-bluetooth-hci.rules

  I have tried the most recent mainline kernel from the ubuntu kernel
  ppa and can confirm that the problem also occurs there
  (http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.9-rc8/).

  
  Please let me know if I can provide any other information to help fixing this 
bug.

  I am running Maui Linux, which is basically Ubuntu 16.04 but includes more 
up-to-date KDE packages.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  leonard1336 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Maui 2.1
  InstallationDate: Installed on 2016-12-02 (5 days ago)
  InstallationMedia: Maui - Release amd64 (20160811)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0a2b Intel Corp. 
   Bus 001 Device 002: ID 04f2:b5a3 Chicony Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Timi TM1613
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.8.0-25-generic 
root=/dev/mapper/lvm-btrfs ro rootflags=subvol=@ quiet splash 
resume=/dev/mapper/lvm-swap vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-25.27~16.04.1-generic 4.8.1
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-25-generic N/A
   linux-backports-modules-4.8.0-25-generic  N/A
   linux-firmware1.157.5
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  xenial xenial
  Uname: Linux 4.8.0-25-generic x86_64
  UnreportableReason: The report belongs to a package that is not installed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: False
  dmi.bios.date: 08/11/2016
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: A05
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: TM1613
  dmi.board.vendor: Timi
  dmi.board.version: A05
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Timi
  dmi.chassis.version: A05
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrA05:bd08/11/2016:svnTimi:pnTM1613:pvrA05:rvnTimi:rnTM1613:rvrA05:cvnTimi:ct10:cvrA05:
  dmi.product.name: TM1613
  dmi.product.version: A05
  dmi.sys.vendor: Timi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1648526/+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 1648526] ProcCpuinfo.txt

2016-12-08 Thread Leonard Lausen
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1648526/+attachment/4789136/+files/ProcCpuinfo.txt

-- 
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/1648526

Title:
  Intel 8265 Bluetooth ([8087:0A2B]) fails to init properly on wakeup
  from hibernation

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I am experiencing issues with hibernation on a xiaomi mibook air with
  the Intel 8265 Bluetooth chip ([8087:0A2B]). When waking up from
  hibernation, the chip fails to properly initialize (?).

  More specifically, when trying to hibernate a second time the notebook will 
fail to enter hibernation mode due to:
  "Freezing of tasks failed after 20.00r seconds (1 tasks refusing to freeze, 
wq_busy=0)"
  where the task failing to freeze is hciconfig.

  This seems to be due to a kernel bug initializing the bluetooth device
  on wakeup from hibernation. The kernel message reads "kernel:
  Bluetooth: hci0: Setting Intel event mask failed (-16)".

  I have attached
  1) /proc/version_signature
  2) sudo lspci -vnvn
  3) journalctrl

  I can confirm that the issue with hibernation is resolved by blacklisting the 
bluetooth chip in 
  /etc/udev/rules.d/81-bluetooth-hci.rules

  I have tried the most recent mainline kernel from the ubuntu kernel
  ppa and can confirm that the problem also occurs there
  (http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.9-rc8/).

  
  Please let me know if I can provide any other information to help fixing this 
bug.

  I am running Maui Linux, which is basically Ubuntu 16.04 but includes more 
up-to-date KDE packages.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  leonard1336 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Maui 2.1
  InstallationDate: Installed on 2016-12-02 (5 days ago)
  InstallationMedia: Maui - Release amd64 (20160811)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0a2b Intel Corp. 
   Bus 001 Device 002: ID 04f2:b5a3 Chicony Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Timi TM1613
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.8.0-25-generic 
root=/dev/mapper/lvm-btrfs ro rootflags=subvol=@ quiet splash 
resume=/dev/mapper/lvm-swap vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-25.27~16.04.1-generic 4.8.1
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-25-generic N/A
   linux-backports-modules-4.8.0-25-generic  N/A
   linux-firmware1.157.5
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  xenial xenial
  Uname: Linux 4.8.0-25-generic x86_64
  UnreportableReason: The report belongs to a package that is not installed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: False
  dmi.bios.date: 08/11/2016
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: A05
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: TM1613
  dmi.board.vendor: Timi
  dmi.board.version: A05
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Timi
  dmi.chassis.version: A05
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrA05:bd08/11/2016:svnTimi:pnTM1613:pvrA05:rvnTimi:rnTM1613:rvrA05:cvnTimi:ct10:cvrA05:
  dmi.product.name: TM1613
  dmi.product.version: A05
  dmi.sys.vendor: Timi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1648526/+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 1648526] JournalErrors.txt

2016-12-08 Thread Leonard Lausen
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1648526/+attachment/4789134/+files/JournalErrors.txt

-- 
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/1648526

Title:
  Intel 8265 Bluetooth ([8087:0A2B]) fails to init properly on wakeup
  from hibernation

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I am experiencing issues with hibernation on a xiaomi mibook air with
  the Intel 8265 Bluetooth chip ([8087:0A2B]). When waking up from
  hibernation, the chip fails to properly initialize (?).

  More specifically, when trying to hibernate a second time the notebook will 
fail to enter hibernation mode due to:
  "Freezing of tasks failed after 20.00r seconds (1 tasks refusing to freeze, 
wq_busy=0)"
  where the task failing to freeze is hciconfig.

  This seems to be due to a kernel bug initializing the bluetooth device
  on wakeup from hibernation. The kernel message reads "kernel:
  Bluetooth: hci0: Setting Intel event mask failed (-16)".

  I have attached
  1) /proc/version_signature
  2) sudo lspci -vnvn
  3) journalctrl

  I can confirm that the issue with hibernation is resolved by blacklisting the 
bluetooth chip in 
  /etc/udev/rules.d/81-bluetooth-hci.rules

  I have tried the most recent mainline kernel from the ubuntu kernel
  ppa and can confirm that the problem also occurs there
  (http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.9-rc8/).

  
  Please let me know if I can provide any other information to help fixing this 
bug.

  I am running Maui Linux, which is basically Ubuntu 16.04 but includes more 
up-to-date KDE packages.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  leonard1336 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Maui 2.1
  InstallationDate: Installed on 2016-12-02 (5 days ago)
  InstallationMedia: Maui - Release amd64 (20160811)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0a2b Intel Corp. 
   Bus 001 Device 002: ID 04f2:b5a3 Chicony Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Timi TM1613
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.8.0-25-generic 
root=/dev/mapper/lvm-btrfs ro rootflags=subvol=@ quiet splash 
resume=/dev/mapper/lvm-swap vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-25.27~16.04.1-generic 4.8.1
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-25-generic N/A
   linux-backports-modules-4.8.0-25-generic  N/A
   linux-firmware1.157.5
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  xenial xenial
  Uname: Linux 4.8.0-25-generic x86_64
  UnreportableReason: The report belongs to a package that is not installed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: False
  dmi.bios.date: 08/11/2016
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: A05
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: TM1613
  dmi.board.vendor: Timi
  dmi.board.version: A05
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Timi
  dmi.chassis.version: A05
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrA05:bd08/11/2016:svnTimi:pnTM1613:pvrA05:rvnTimi:rnTM1613:rvrA05:cvnTimi:ct10:cvrA05:
  dmi.product.name: TM1613
  dmi.product.version: A05
  dmi.sys.vendor: Timi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1648526/+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 1648526] Lspci.txt

2016-12-08 Thread Leonard Lausen
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1648526/+attachment/4789135/+files/Lspci.txt

-- 
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/1648526

Title:
  Intel 8265 Bluetooth ([8087:0A2B]) fails to init properly on wakeup
  from hibernation

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I am experiencing issues with hibernation on a xiaomi mibook air with
  the Intel 8265 Bluetooth chip ([8087:0A2B]). When waking up from
  hibernation, the chip fails to properly initialize (?).

  More specifically, when trying to hibernate a second time the notebook will 
fail to enter hibernation mode due to:
  "Freezing of tasks failed after 20.00r seconds (1 tasks refusing to freeze, 
wq_busy=0)"
  where the task failing to freeze is hciconfig.

  This seems to be due to a kernel bug initializing the bluetooth device
  on wakeup from hibernation. The kernel message reads "kernel:
  Bluetooth: hci0: Setting Intel event mask failed (-16)".

  I have attached
  1) /proc/version_signature
  2) sudo lspci -vnvn
  3) journalctrl

  I can confirm that the issue with hibernation is resolved by blacklisting the 
bluetooth chip in 
  /etc/udev/rules.d/81-bluetooth-hci.rules

  I have tried the most recent mainline kernel from the ubuntu kernel
  ppa and can confirm that the problem also occurs there
  (http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.9-rc8/).

  
  Please let me know if I can provide any other information to help fixing this 
bug.

  I am running Maui Linux, which is basically Ubuntu 16.04 but includes more 
up-to-date KDE packages.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  leonard1336 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Maui 2.1
  InstallationDate: Installed on 2016-12-02 (5 days ago)
  InstallationMedia: Maui - Release amd64 (20160811)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0a2b Intel Corp. 
   Bus 001 Device 002: ID 04f2:b5a3 Chicony Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Timi TM1613
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.8.0-25-generic 
root=/dev/mapper/lvm-btrfs ro rootflags=subvol=@ quiet splash 
resume=/dev/mapper/lvm-swap vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-25.27~16.04.1-generic 4.8.1
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-25-generic N/A
   linux-backports-modules-4.8.0-25-generic  N/A
   linux-firmware1.157.5
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  xenial xenial
  Uname: Linux 4.8.0-25-generic x86_64
  UnreportableReason: The report belongs to a package that is not installed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: False
  dmi.bios.date: 08/11/2016
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: A05
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: TM1613
  dmi.board.vendor: Timi
  dmi.board.version: A05
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Timi
  dmi.chassis.version: A05
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrA05:bd08/11/2016:svnTimi:pnTM1613:pvrA05:rvnTimi:rnTM1613:rvrA05:cvnTimi:ct10:cvrA05:
  dmi.product.name: TM1613
  dmi.product.version: A05
  dmi.sys.vendor: Timi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1648526/+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 1648526] ProcInterrupts.txt

2016-12-08 Thread Leonard Lausen
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1648526/+attachment/4789138/+files/ProcInterrupts.txt

-- 
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/1648526

Title:
  Intel 8265 Bluetooth ([8087:0A2B]) fails to init properly on wakeup
  from hibernation

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I am experiencing issues with hibernation on a xiaomi mibook air with
  the Intel 8265 Bluetooth chip ([8087:0A2B]). When waking up from
  hibernation, the chip fails to properly initialize (?).

  More specifically, when trying to hibernate a second time the notebook will 
fail to enter hibernation mode due to:
  "Freezing of tasks failed after 20.00r seconds (1 tasks refusing to freeze, 
wq_busy=0)"
  where the task failing to freeze is hciconfig.

  This seems to be due to a kernel bug initializing the bluetooth device
  on wakeup from hibernation. The kernel message reads "kernel:
  Bluetooth: hci0: Setting Intel event mask failed (-16)".

  I have attached
  1) /proc/version_signature
  2) sudo lspci -vnvn
  3) journalctrl

  I can confirm that the issue with hibernation is resolved by blacklisting the 
bluetooth chip in 
  /etc/udev/rules.d/81-bluetooth-hci.rules

  I have tried the most recent mainline kernel from the ubuntu kernel
  ppa and can confirm that the problem also occurs there
  (http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.9-rc8/).

  
  Please let me know if I can provide any other information to help fixing this 
bug.

  I am running Maui Linux, which is basically Ubuntu 16.04 but includes more 
up-to-date KDE packages.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  leonard1336 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Maui 2.1
  InstallationDate: Installed on 2016-12-02 (5 days ago)
  InstallationMedia: Maui - Release amd64 (20160811)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0a2b Intel Corp. 
   Bus 001 Device 002: ID 04f2:b5a3 Chicony Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Timi TM1613
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.8.0-25-generic 
root=/dev/mapper/lvm-btrfs ro rootflags=subvol=@ quiet splash 
resume=/dev/mapper/lvm-swap vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-25.27~16.04.1-generic 4.8.1
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-25-generic N/A
   linux-backports-modules-4.8.0-25-generic  N/A
   linux-firmware1.157.5
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  xenial xenial
  Uname: Linux 4.8.0-25-generic x86_64
  UnreportableReason: The report belongs to a package that is not installed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: False
  dmi.bios.date: 08/11/2016
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: A05
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: TM1613
  dmi.board.vendor: Timi
  dmi.board.version: A05
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Timi
  dmi.chassis.version: A05
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrA05:bd08/11/2016:svnTimi:pnTM1613:pvrA05:rvnTimi:rnTM1613:rvrA05:cvnTimi:ct10:cvrA05:
  dmi.product.name: TM1613
  dmi.product.version: A05
  dmi.sys.vendor: Timi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1648526/+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 1648526] Re: Intel 8265 Bluetooth ([8087:0A2B]) fails to init properly on wakeup from hibernation

2016-12-08 Thread Leonard Lausen
apport information

** Tags added: apport-collected xenial

** Description changed:

  I am experiencing issues with hibernation on a xiaomi mibook air with
  the Intel 8265 Bluetooth chip ([8087:0A2B]). When waking up from
  hibernation, the chip fails to properly initialize (?).
  
  More specifically, when trying to hibernate a second time the notebook will 
fail to enter hibernation mode due to:
  "Freezing of tasks failed after 20.00r seconds (1 tasks refusing to freeze, 
wq_busy=0)"
  where the task failing to freeze is hciconfig.
  
  This seems to be due to a kernel bug initializing the bluetooth device
  on wakeup from hibernation. The kernel message reads "kernel: Bluetooth:
  hci0: Setting Intel event mask failed (-16)".
  
  I have attached
  1) /proc/version_signature
  2) sudo lspci -vnvn
  3) journalctrl
  
  I can confirm that the issue with hibernation is resolved by blacklisting the 
bluetooth chip in 
  /etc/udev/rules.d/81-bluetooth-hci.rules
  
  I have tried the most recent mainline kernel from the ubuntu kernel ppa
  and can confirm that the problem also occurs there
  (http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.9-rc8/).
  
  
  Please let me know if I can provide any other information to help fixing this 
bug.
  
- I am running Maui Linux, which is basically Ubuntu 16.04 but includes
- more up-to-date KDE packages.
+ I am running Maui Linux, which is basically Ubuntu 16.04 but includes more 
up-to-date KDE packages.
+ --- 
+ ApportVersion: 2.20.1-0ubuntu2.2
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  leonard1336 F pulseaudio
+ CurrentDesktop: KDE
+ DistroRelease: Maui 2.1
+ InstallationDate: Installed on 2016-12-02 (5 days ago)
+ InstallationMedia: Maui - Release amd64 (20160811)
+ Lsusb:
+  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
+  Bus 001 Device 003: ID 8087:0a2b Intel Corp. 
+  Bus 001 Device 002: ID 04f2:b5a3 Chicony Electronics Co., Ltd 
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+ MachineType: Timi TM1613
+ Package: linux (not installed)
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.8.0-25-generic 
root=/dev/mapper/lvm-btrfs ro rootflags=subvol=@ quiet splash 
resume=/dev/mapper/lvm-swap vt.handoff=7
+ ProcVersionSignature: Ubuntu 4.8.0-25.27~16.04.1-generic 4.8.1
+ RelatedPackageVersions:
+  linux-restricted-modules-4.8.0-25-generic N/A
+  linux-backports-modules-4.8.0-25-generic  N/A
+  linux-firmware1.157.5
+ RfKill:
+  0: phy0: Wireless LAN
+   Soft blocked: no
+   Hard blocked: no
+ Tags:  xenial xenial
+ Uname: Linux 4.8.0-25-generic x86_64
+ UnreportableReason: The report belongs to a package that is not installed.
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: False
+ dmi.bios.date: 08/11/2016
+ dmi.bios.vendor: Insyde Corp.
+ dmi.bios.version: A05
+ dmi.board.asset.tag: No Asset Tag
+ dmi.board.name: TM1613
+ dmi.board.vendor: Timi
+ dmi.board.version: A05
+ dmi.chassis.asset.tag: No Asset Tag
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: Timi
+ dmi.chassis.version: A05
+ dmi.modalias: 
dmi:bvnInsydeCorp.:bvrA05:bd08/11/2016:svnTimi:pnTM1613:pvrA05:rvnTimi:rnTM1613:rvrA05:cvnTimi:ct10:cvrA05:
+ dmi.product.name: TM1613
+ dmi.product.version: A05
+ dmi.sys.vendor: Timi

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1648526/+attachment/4789130/+files/AlsaInfo.txt

-- 
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/1648526

Title:
  Intel 8265 Bluetooth ([8087:0A2B]) fails to init properly on wakeup
  from hibernation

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I am experiencing issues with hibernation on a xiaomi mibook air with
  the Intel 8265 Bluetooth chip ([8087:0A2B]). When waking up from
  hibernation, the chip fails to properly initialize (?).

  More specifically, when trying to hibernate a second time the notebook will 
fail to enter hibernation mode due to:
  "Freezing of tasks failed after 20.00r seconds (1 tasks refusing to freeze, 
wq_busy=0)"
  where the task failing to freeze is hciconfig.

  This seems to be due to a kernel bug initializing the bluetooth device
  on wakeup from hibernation. The kernel message reads "kernel:
  Bluetooth: hci0: Setting Intel event mask failed (-16)".

  I have attached
  1) /proc/version_signature
  2) sudo lspci -vnvn
  3) journalctrl

  I can confirm that the issue with hibernation is resolved by blacklisting the 
bluetooth chip in 
  /etc/udev/rules.d/81-bluetooth-hci.rules

  I have tried the most recent mainline kernel from the ubuntu kernel
  ppa and can confirm that the problem also occurs there
  (http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.9-rc8/).

  
  Please let me know if I can provide 

[Kernel-packages] [Bug 1648526] [NEW] Intel 8265 Bluetooth ([8087:0A2B]) fails to init properly on wakeup from hibernation

2016-12-08 Thread Leonard Lausen
Public bug reported:

I am experiencing issues with hibernation on a xiaomi mibook air with
the Intel 8265 Bluetooth chip ([8087:0A2B]). When waking up from
hibernation, the chip fails to properly initialize (?).

More specifically, when trying to hibernate a second time the notebook will 
fail to enter hibernation mode due to:
"Freezing of tasks failed after 20.00r seconds (1 tasks refusing to freeze, 
wq_busy=0)"
where the task failing to freeze is hciconfig.

This seems to be due to a kernel bug initializing the bluetooth device
on wakeup from hibernation. The kernel message reads "kernel: Bluetooth:
hci0: Setting Intel event mask failed (-16)".

I have attached
1) /proc/version_signature
2) sudo lspci -vnvn
3) journalctrl

I can confirm that the issue with hibernation is resolved by blacklisting the 
bluetooth chip in 
/etc/udev/rules.d/81-bluetooth-hci.rules

I have tried the most recent mainline kernel from the ubuntu kernel ppa
and can confirm that the problem also occurs there
(http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.9-rc8/).


Please let me know if I can provide any other information to help fixing this 
bug.

I am running Maui Linux, which is basically Ubuntu 16.04 but includes
more up-to-date KDE packages.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "logs.tar.gz"
   
https://bugs.launchpad.net/bugs/1648526/+attachment/4789078/+files/logs.tar.gz

-- 
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/1648526

Title:
  Intel 8265 Bluetooth ([8087:0A2B]) fails to init properly on wakeup
  from hibernation

Status in linux package in Ubuntu:
  New

Bug description:
  I am experiencing issues with hibernation on a xiaomi mibook air with
  the Intel 8265 Bluetooth chip ([8087:0A2B]). When waking up from
  hibernation, the chip fails to properly initialize (?).

  More specifically, when trying to hibernate a second time the notebook will 
fail to enter hibernation mode due to:
  "Freezing of tasks failed after 20.00r seconds (1 tasks refusing to freeze, 
wq_busy=0)"
  where the task failing to freeze is hciconfig.

  This seems to be due to a kernel bug initializing the bluetooth device
  on wakeup from hibernation. The kernel message reads "kernel:
  Bluetooth: hci0: Setting Intel event mask failed (-16)".

  I have attached
  1) /proc/version_signature
  2) sudo lspci -vnvn
  3) journalctrl

  I can confirm that the issue with hibernation is resolved by blacklisting the 
bluetooth chip in 
  /etc/udev/rules.d/81-bluetooth-hci.rules

  I have tried the most recent mainline kernel from the ubuntu kernel
  ppa and can confirm that the problem also occurs there
  (http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.9-rc8/).

  
  Please let me know if I can provide any other information to help fixing this 
bug.

  I am running Maui Linux, which is basically Ubuntu 16.04 but includes
  more up-to-date KDE packages.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1648526/+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