[Kernel-packages] [Bug 1565864] Re: Hardware-specific: Fan is running at full speed on resume

2016-06-07 Thread raxp
Nope, still same results

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

Title:
  Hardware-specific: Fan is running at full speed on resume

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  This bug is related to Asus 1025C laptop.
  Steps to reproduce:

  1) Boot into Ubuntu
  2) run pm-suspend
  3) Wake up the laptop

  After a few seconds the CPU fan spins up to max speed and it doesn't slow 
down until reboot/poweroff.
  Hibernation can also fix this, so, fan runs at normal speed.
  It is not a PWM fan, so, I guess, I can't control it via /sys.

  Output of "sensors" before suspend:
  acpitz-virtual-0
  Adapter: Virtual device
  temp1:+55.0°C  (crit = +255.0°C)

  after:
  acpitz-virtual-0
  Adapter: Virtual device
  temp1:+0.0°C  (crit = +255.0°C)

  I've had a Linux Mint 17 before Ubuntu 15.10. No issues were in Mint. Before 
Mint, I've used a Kubuntu 14.04, 14.10, no issues either.
  I've tried to compile old versions of linux kernel (from the official git 
repo) and I noticed, that 3.16 kernel was the latest, where fan works properly. 
3.17-rc1 breaks it.

  According to git commit history, 3.17 kernel have many commits related
  to ACPI/PM fixes.

  My guess is that kernel doesn't restore thermal sensor device from
  sleep properly since 3.17.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-34-generic 4.2.0-34.39
  ProcVersionSignature: Ubuntu 4.2.0-34.39-generic 4.2.8-ckt4
  Uname: Linux 4.2.0-34-generic i686
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  raxp   1809 F pulseaudio
  CurrentDesktop: MATE
  Date: Mon Apr  4 17:17:13 2016
  HibernationDevice: RESUME=UUID=31cbf4f8-c9b4-4025-b1fd-d5f474861585
  InstallationDate: Installed on 2016-03-16 (19 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 "Wily Werewolf" - Release i386 (20151021)
  MachineType: ASUSTeK COMPUTER INC. 1025C
  ProcFB: 0 psbdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-34-generic 
root=UUID=98d65d26-361a-4e60-80e4-7b63d31d1ec6 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-34-generic N/A
   linux-backports-modules-4.2.0-34-generic  N/A
   linux-firmware1.149.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/16/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1025C.1001
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: 1025C
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: x.xx
  dmi.chassis.asset.tag: 0x
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: x.x
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1025C.1001:bd04/16/2012:svnASUSTeKCOMPUTERINC.:pn1025C:pvrx.x:rvnASUSTeKCOMPUTERINC.:rn1025C:rvrx.xx:cvnASUSTeKCOMPUTERINC.:ct10:cvrx.x:
  dmi.product.name: 1025C
  dmi.product.version: x.x
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1565864/+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 1565864] Re: Hardware-specific: Fan is running at full speed on resume

2016-06-06 Thread raxp
I've updated BIOS to the latest 1301, still no luck, fan still running
at full speed after resume. Nothing new.

dmidecode output:
$ sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date
1025C.1301
08/16/2013

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

Title:
  Hardware-specific: Fan is running at full speed on resume

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  This bug is related to Asus 1025C laptop.
  Steps to reproduce:

  1) Boot into Ubuntu
  2) run pm-suspend
  3) Wake up the laptop

  After a few seconds the CPU fan spins up to max speed and it doesn't slow 
down until reboot/poweroff.
  Hibernation can also fix this, so, fan runs at normal speed.
  It is not a PWM fan, so, I guess, I can't control it via /sys.

  Output of "sensors" before suspend:
  acpitz-virtual-0
  Adapter: Virtual device
  temp1:+55.0°C  (crit = +255.0°C)

  after:
  acpitz-virtual-0
  Adapter: Virtual device
  temp1:+0.0°C  (crit = +255.0°C)

  I've had a Linux Mint 17 before Ubuntu 15.10. No issues were in Mint. Before 
Mint, I've used a Kubuntu 14.04, 14.10, no issues either.
  I've tried to compile old versions of linux kernel (from the official git 
repo) and I noticed, that 3.16 kernel was the latest, where fan works properly. 
3.17-rc1 breaks it.

  According to git commit history, 3.17 kernel have many commits related
  to ACPI/PM fixes.

  My guess is that kernel doesn't restore thermal sensor device from
  sleep properly since 3.17.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-34-generic 4.2.0-34.39
  ProcVersionSignature: Ubuntu 4.2.0-34.39-generic 4.2.8-ckt4
  Uname: Linux 4.2.0-34-generic i686
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  raxp   1809 F pulseaudio
  CurrentDesktop: MATE
  Date: Mon Apr  4 17:17:13 2016
  HibernationDevice: RESUME=UUID=31cbf4f8-c9b4-4025-b1fd-d5f474861585
  InstallationDate: Installed on 2016-03-16 (19 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 "Wily Werewolf" - Release i386 (20151021)
  MachineType: ASUSTeK COMPUTER INC. 1025C
  ProcFB: 0 psbdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-34-generic 
root=UUID=98d65d26-361a-4e60-80e4-7b63d31d1ec6 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-34-generic N/A
   linux-backports-modules-4.2.0-34-generic  N/A
   linux-firmware1.149.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/16/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1025C.1001
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: 1025C
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: x.xx
  dmi.chassis.asset.tag: 0x
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: x.x
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1025C.1001:bd04/16/2012:svnASUSTeKCOMPUTERINC.:pn1025C:pvrx.x:rvnASUSTeKCOMPUTERINC.:rn1025C:rvrx.xx:cvnASUSTeKCOMPUTERINC.:ct10:cvrx.x:
  dmi.product.name: 1025C
  dmi.product.version: x.x
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1565864/+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 1566302] Re: Ubuntu 16.04: Suspend freezes the system after upgrade to linux image 4.4.0-16

2016-05-22 Thread raxp
Same thing WAS on Asus U31Sg with kernel 4.4.0-21. I don't have this issue on 
4.4.0-22 or 4.6.0. On the 2nd or 3rd suspend it freezes, no response from 
anything. All I can do is to hold power button to turn it off.
This device has a HM65 Intel chipset.
Some responses from here are related to video card, so, it has an NVIDIA 610M 
and I'm using it with nouveau driver.

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

Title:
  Ubuntu 16.04: Suspend freezes the system after upgrade to linux image
  4.4.0-16

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I'm using ubuntu 16.04 on a XPS 15 9550.

  Suspend/resume worked flawlessly with linux image 4.4.0-15, and after
  standard upgrade yesterday (5/04/2016) which installed image 4.4.0-16,
  the system freezes when attempting a suspend. I get  no response from
  the system (nor keyboard, nor screen, nor touchpad), but it gets very
  hot, so that it must be running something.

  Booting with 4.4.0-15 makes the suspend to work perfectly.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-extra-4.4.0-16-generic 4.4.0-16.32
  ProcVersionSignature: Ubuntu 4.4.0-15.31-generic 4.4.6
  Uname: Linux 4.4.0-15-generic x86_64
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  macias 1770 F pulseaudio
  CurrentDesktop: X-Cinnamon
  Date: Tue Apr  5 14:56:17 2016
  HibernationDevice: RESUME=UUID=4180adfa-3852-4a96-86b4-f3696448c743
  InstallationDate: Installed on 2016-03-07 (28 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160304)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f3:21d5 Elan Microelectronics Corp. 
   Bus 001 Device 002: ID 0a5c:6410 Broadcom Corp. 
   Bus 001 Device 004: ID 1bcf:2b95 Sunplus Innovation Technology Inc. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. XPS 15 9550
  ProcEnviron:
   LANGUAGE=es_ES
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-15-generic.efi.signed 
root=UUID=673f4658-75f8-4c01-bcd8-0af860269699 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-15-generic N/A
   linux-backports-modules-4.4.0-15-generic  N/A
   linux-firmware1.157
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/25/2016
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 01.01.19
  dmi.board.name: 0N7TVV
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr01.01.19:bd01/25/2016:svnDellInc.:pnXPS159550:pvr:rvnDellInc.:rn0N7TVV:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: XPS 15 9550
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566302/+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 1565864] Re: Hardware-specific: Fan is running at full speed on resume

2016-05-16 Thread raxp
** Tags added: xenial

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

Title:
  Hardware-specific: Fan is running at full speed on resume

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  This bug is related to Asus 1025C laptop.
  Steps to reproduce:

  1) Boot into Ubuntu
  2) run pm-suspend
  3) Wake up the laptop

  After a few seconds the CPU fan spins up to max speed and it doesn't slow 
down until reboot/poweroff.
  Hibernation can also fix this, so, fan runs at normal speed.
  It is not a PWM fan, so, I guess, I can't control it via /sys.

  Output of "sensors" before suspend:
  acpitz-virtual-0
  Adapter: Virtual device
  temp1:+55.0°C  (crit = +255.0°C)

  after:
  acpitz-virtual-0
  Adapter: Virtual device
  temp1:+0.0°C  (crit = +255.0°C)

  I've had a Linux Mint 17 before Ubuntu 15.10. No issues were in Mint. Before 
Mint, I've used a Kubuntu 14.04, 14.10, no issues either.
  I've tried to compile old versions of linux kernel (from the official git 
repo) and I noticed, that 3.16 kernel was the latest, where fan works properly. 
3.17-rc1 breaks it.

  According to git commit history, 3.17 kernel have many commits related
  to ACPI/PM fixes.

  My guess is that kernel doesn't restore thermal sensor device from
  sleep properly since 3.17.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-34-generic 4.2.0-34.39
  ProcVersionSignature: Ubuntu 4.2.0-34.39-generic 4.2.8-ckt4
  Uname: Linux 4.2.0-34-generic i686
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  raxp   1809 F pulseaudio
  CurrentDesktop: MATE
  Date: Mon Apr  4 17:17:13 2016
  HibernationDevice: RESUME=UUID=31cbf4f8-c9b4-4025-b1fd-d5f474861585
  InstallationDate: Installed on 2016-03-16 (19 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 "Wily Werewolf" - Release i386 (20151021)
  MachineType: ASUSTeK COMPUTER INC. 1025C
  ProcFB: 0 psbdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-34-generic 
root=UUID=98d65d26-361a-4e60-80e4-7b63d31d1ec6 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-34-generic N/A
   linux-backports-modules-4.2.0-34-generic  N/A
   linux-firmware1.149.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/16/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1025C.1001
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: 1025C
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: x.xx
  dmi.chassis.asset.tag: 0x
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: x.x
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1025C.1001:bd04/16/2012:svnASUSTeKCOMPUTERINC.:pn1025C:pvrx.x:rvnASUSTeKCOMPUTERINC.:rn1025C:rvrx.xx:cvnASUSTeKCOMPUTERINC.:ct10:cvrx.x:
  dmi.product.name: 1025C
  dmi.product.version: x.x
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1565864/+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 1565864] Re: Hardware-specific: Fan is running at full speed on resume

2016-05-16 Thread raxp
4.6.0-040600-generic still has this issue.

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

Title:
  Hardware-specific: Fan is running at full speed on resume

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  This bug is related to Asus 1025C laptop.
  Steps to reproduce:

  1) Boot into Ubuntu
  2) run pm-suspend
  3) Wake up the laptop

  After a few seconds the CPU fan spins up to max speed and it doesn't slow 
down until reboot/poweroff.
  Hibernation can also fix this, so, fan runs at normal speed.
  It is not a PWM fan, so, I guess, I can't control it via /sys.

  Output of "sensors" before suspend:
  acpitz-virtual-0
  Adapter: Virtual device
  temp1:+55.0°C  (crit = +255.0°C)

  after:
  acpitz-virtual-0
  Adapter: Virtual device
  temp1:+0.0°C  (crit = +255.0°C)

  I've had a Linux Mint 17 before Ubuntu 15.10. No issues were in Mint. Before 
Mint, I've used a Kubuntu 14.04, 14.10, no issues either.
  I've tried to compile old versions of linux kernel (from the official git 
repo) and I noticed, that 3.16 kernel was the latest, where fan works properly. 
3.17-rc1 breaks it.

  According to git commit history, 3.17 kernel have many commits related
  to ACPI/PM fixes.

  My guess is that kernel doesn't restore thermal sensor device from
  sleep properly since 3.17.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-34-generic 4.2.0-34.39
  ProcVersionSignature: Ubuntu 4.2.0-34.39-generic 4.2.8-ckt4
  Uname: Linux 4.2.0-34-generic i686
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  raxp   1809 F pulseaudio
  CurrentDesktop: MATE
  Date: Mon Apr  4 17:17:13 2016
  HibernationDevice: RESUME=UUID=31cbf4f8-c9b4-4025-b1fd-d5f474861585
  InstallationDate: Installed on 2016-03-16 (19 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 "Wily Werewolf" - Release i386 (20151021)
  MachineType: ASUSTeK COMPUTER INC. 1025C
  ProcFB: 0 psbdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-34-generic 
root=UUID=98d65d26-361a-4e60-80e4-7b63d31d1ec6 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-34-generic N/A
   linux-backports-modules-4.2.0-34-generic  N/A
   linux-firmware1.149.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/16/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1025C.1001
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: 1025C
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: x.xx
  dmi.chassis.asset.tag: 0x
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: x.x
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1025C.1001:bd04/16/2012:svnASUSTeKCOMPUTERINC.:pn1025C:pvrx.x:rvnASUSTeKCOMPUTERINC.:rn1025C:rvrx.xx:cvnASUSTeKCOMPUTERINC.:ct10:cvrx.x:
  dmi.product.name: 1025C
  dmi.product.version: x.x
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1565864/+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 1565864] Re: Hardware-specific: Fan is running at full speed on resume

2016-04-04 Thread raxp
I've tested an upstream kernel yesterday, and yes, the problem is still
there. Same behavior as any other kernels after v3.16 I've tried.

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

Title:
  Hardware-specific: Fan is running at full speed on resume

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  This bug is related to Asus 1025C laptop.
  Steps to reproduce:

  1) Boot into Ubuntu
  2) run pm-suspend
  3) Wake up the laptop

  After a few seconds the CPU fan spins up to max speed and it doesn't slow 
down until reboot/poweroff.
  Hibernation can also fix this, so, fan runs at normal speed.
  It is not a PWM fan, so, I guess, I can't control it via /sys.

  Output of "sensors" before suspend:
  acpitz-virtual-0
  Adapter: Virtual device
  temp1:+55.0°C  (crit = +255.0°C)

  after:
  acpitz-virtual-0
  Adapter: Virtual device
  temp1:+0.0°C  (crit = +255.0°C)

  I've had a Linux Mint 17 before Ubuntu 15.10. No issues were in Mint. Before 
Mint, I've used a Kubuntu 14.04, 14.10, no issues either.
  I've tried to compile old versions of linux kernel (from the official git 
repo) and I noticed, that 3.16 kernel was the latest, where fan works properly. 
3.17-rc1 breaks it.

  According to git commit history, 3.17 kernel have many commits related
  to ACPI/PM fixes.

  My guess is that kernel doesn't restore thermal sensor device from
  sleep properly since 3.17.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-34-generic 4.2.0-34.39
  ProcVersionSignature: Ubuntu 4.2.0-34.39-generic 4.2.8-ckt4
  Uname: Linux 4.2.0-34-generic i686
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  raxp   1809 F pulseaudio
  CurrentDesktop: MATE
  Date: Mon Apr  4 17:17:13 2016
  HibernationDevice: RESUME=UUID=31cbf4f8-c9b4-4025-b1fd-d5f474861585
  InstallationDate: Installed on 2016-03-16 (19 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 "Wily Werewolf" - Release i386 (20151021)
  MachineType: ASUSTeK COMPUTER INC. 1025C
  ProcFB: 0 psbdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-34-generic 
root=UUID=98d65d26-361a-4e60-80e4-7b63d31d1ec6 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-34-generic N/A
   linux-backports-modules-4.2.0-34-generic  N/A
   linux-firmware1.149.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/16/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1025C.1001
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: 1025C
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: x.xx
  dmi.chassis.asset.tag: 0x
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: x.x
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1025C.1001:bd04/16/2012:svnASUSTeKCOMPUTERINC.:pn1025C:pvrx.x:rvnASUSTeKCOMPUTERINC.:rn1025C:rvrx.xx:cvnASUSTeKCOMPUTERINC.:ct10:cvrx.x:
  dmi.product.name: 1025C
  dmi.product.version: x.x
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1565864/+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 1565864] Re: Hardware-specific: Fan is running at full speed on resume

2016-04-04 Thread raxp
** Tags added: kernel-bug-exists-upstream

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

Title:
  Hardware-specific: Fan is running at full speed on resume

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  This bug is related to Asus 1025C laptop.
  Steps to reproduce:

  1) Boot into Ubuntu
  2) run pm-suspend
  3) Wake up the laptop

  After a few seconds the CPU fan spins up to max speed and it doesn't slow 
down until reboot/poweroff.
  Hibernation can also fix this, so, fan runs at normal speed.
  It is not a PWM fan, so, I guess, I can't control it via /sys.

  Output of "sensors" before suspend:
  acpitz-virtual-0
  Adapter: Virtual device
  temp1:+55.0°C  (crit = +255.0°C)

  after:
  acpitz-virtual-0
  Adapter: Virtual device
  temp1:+0.0°C  (crit = +255.0°C)

  I've had a Linux Mint 17 before Ubuntu 15.10. No issues were in Mint. Before 
Mint, I've used a Kubuntu 14.04, 14.10, no issues either.
  I've tried to compile old versions of linux kernel (from the official git 
repo) and I noticed, that 3.16 kernel was the latest, where fan works properly. 
3.17-rc1 breaks it.

  According to git commit history, 3.17 kernel have many commits related
  to ACPI/PM fixes.

  My guess is that kernel doesn't restore thermal sensor device from
  sleep properly since 3.17.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-34-generic 4.2.0-34.39
  ProcVersionSignature: Ubuntu 4.2.0-34.39-generic 4.2.8-ckt4
  Uname: Linux 4.2.0-34-generic i686
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  raxp   1809 F pulseaudio
  CurrentDesktop: MATE
  Date: Mon Apr  4 17:17:13 2016
  HibernationDevice: RESUME=UUID=31cbf4f8-c9b4-4025-b1fd-d5f474861585
  InstallationDate: Installed on 2016-03-16 (19 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 "Wily Werewolf" - Release i386 (20151021)
  MachineType: ASUSTeK COMPUTER INC. 1025C
  ProcFB: 0 psbdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-34-generic 
root=UUID=98d65d26-361a-4e60-80e4-7b63d31d1ec6 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-34-generic N/A
   linux-backports-modules-4.2.0-34-generic  N/A
   linux-firmware1.149.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/16/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1025C.1001
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: 1025C
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: x.xx
  dmi.chassis.asset.tag: 0x
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: x.x
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1025C.1001:bd04/16/2012:svnASUSTeKCOMPUTERINC.:pn1025C:pvrx.x:rvnASUSTeKCOMPUTERINC.:rn1025C:rvrx.xx:cvnASUSTeKCOMPUTERINC.:ct10:cvrx.x:
  dmi.product.name: 1025C
  dmi.product.version: x.x
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1565864/+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 1565864] Re: Hardware-specific: Fan is running at full speed on resume

2016-04-04 Thread raxp
** Attachment added: "CurrentDmesg_AfterSleep.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1565864/+attachment/4623123/+files/CurrentDmesg_AfterSleep.txt

** Description changed:

  This bug is related to Asus 1025C laptop.
  Steps to reproduce:
  
  1) Boot into Ubuntu
  2) run pm-suspend
  3) Wake up the laptop
  
- After a few seconds the CPU fan spins up to max speed and it don't slows down 
until reboot/poweroff.
+ After a few seconds the CPU fan spins up to max speed and it doesn't slow 
down until reboot/poweroff.
  Hibernation can also fix this, so, fan runs at normal speed.
  It is not a PWM fan, so, I guess, I can't control it via /sys.
  
  Output of "sensors" before suspend:
  acpitz-virtual-0
  Adapter: Virtual device
  temp1:+55.0°C  (crit = +255.0°C)
  
  after:
  acpitz-virtual-0
  Adapter: Virtual device
  temp1:+0.0°C  (crit = +255.0°C)
  
  I've had a Linux Mint 17 before Ubuntu 15.10. No issues were in Mint. Before 
Mint, I've used a Kubuntu 14.04, 14.10, no issues either.
  I've tried to compile old versions of linux kernel (from the official git 
repo) and I noticed, that 3.16 kernel was the latest, where fan works properly. 
3.17-rc1 breaks it.
  
  According to git commit history, 3.17 kernel have many commits related
  to ACPI/PM fixes.
  
  My guess is that kernel doesn't restore thermal sensor device from sleep
  properly since 3.17.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-34-generic 4.2.0-34.39
  ProcVersionSignature: Ubuntu 4.2.0-34.39-generic 4.2.8-ckt4
  Uname: Linux 4.2.0-34-generic i686
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: i386
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC0:  raxp   1809 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  raxp   1809 F pulseaudio
  CurrentDesktop: MATE
  Date: Mon Apr  4 17:17:13 2016
  HibernationDevice: RESUME=UUID=31cbf4f8-c9b4-4025-b1fd-d5f474861585
  InstallationDate: Installed on 2016-03-16 (19 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 "Wily Werewolf" - Release i386 (20151021)
  MachineType: ASUSTeK COMPUTER INC. 1025C
  ProcFB: 0 psbdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-34-generic 
root=UUID=98d65d26-361a-4e60-80e4-7b63d31d1ec6 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
-  linux-restricted-modules-4.2.0-34-generic N/A
-  linux-backports-modules-4.2.0-34-generic  N/A
-  linux-firmware1.149.3
+  linux-restricted-modules-4.2.0-34-generic N/A
+  linux-backports-modules-4.2.0-34-generic  N/A
+  linux-firmware1.149.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/16/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1025C.1001
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: 1025C
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: x.xx
  dmi.chassis.asset.tag: 0x
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: x.x
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1025C.1001:bd04/16/2012:svnASUSTeKCOMPUTERINC.:pn1025C:pvrx.x:rvnASUSTeKCOMPUTERINC.:rn1025C:rvrx.xx:cvnASUSTeKCOMPUTERINC.:ct10:cvrx.x:
  dmi.product.name: 1025C
  dmi.product.version: x.x
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

Title:
  Hardware-specific: Fan is running at full speed on resume

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  This bug is related to Asus 1025C laptop.
  Steps to reproduce:

  1) Boot into Ubuntu
  2) run pm-suspend
  3) Wake up the laptop

  After a few seconds the CPU fan spins up to max speed and it doesn't slow 
down until reboot/poweroff.
  Hibernation can also fix this, so, fan runs at normal speed.
  It is not a PWM fan, so, I guess, I can't control it via /sys.

  Output of "sensors" before suspend:
  acpitz-virtual-0
  Adapter: Virtual device
  temp1:+55.0°C  (crit = +255.0°C)

  after:
  acpitz-virtual-0
  Adapter: Virtual device
  temp1:+0.0°C  (crit = +255.0°C)

  I've had a Linux Mint 17 before Ubuntu 15.10. No issues were in Mint. Before 
Mint, I've used a Kubuntu 14.04, 14.10, no issues either.
  I've tried to compile old versions of linux kernel (from the official git 
repo) and I noticed, that 3.16 kernel was the latest, where fan works properly. 
3.17-rc1 breaks it.

  According to git commit history, 3.17 kernel have many commits related
  to ACPI/PM fixes.

  My guess is that kernel doesn't restore thermal sensor device from
  sleep properly since 3.17.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: 

[Kernel-packages] [Bug 1565864] [NEW] Hardware-specific: Fan is running at full speed on resume

2016-04-04 Thread raxp
Public bug reported:

This bug is related to Asus 1025C laptop.
Steps to reproduce:

1) Boot into Ubuntu
2) run pm-suspend
3) Wake up the laptop

After a few seconds the CPU fan spins up to max speed and it don't slows down 
until reboot/poweroff.
Hibernation can also fix this, so, fan runs at normal speed.
It is not a PWM fan, so, I guess, I can't control it via /sys.

Output of "sensors" before suspend:
acpitz-virtual-0
Adapter: Virtual device
temp1:+55.0°C  (crit = +255.0°C)

after:
acpitz-virtual-0
Adapter: Virtual device
temp1:+0.0°C  (crit = +255.0°C)

I've had a Linux Mint 17 before Ubuntu 15.10. No issues were in Mint. Before 
Mint, I've used a Kubuntu 14.04, 14.10, no issues either.
I've tried to compile old versions of linux kernel (from the official git repo) 
and I noticed, that 3.16 kernel was the latest, where fan works properly. 
3.17-rc1 breaks it.

According to git commit history, 3.17 kernel have many commits related
to ACPI/PM fixes.

My guess is that kernel doesn't restore thermal sensor device from sleep
properly since 3.17.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: linux-image-4.2.0-34-generic 4.2.0-34.39
ProcVersionSignature: Ubuntu 4.2.0-34.39-generic 4.2.8-ckt4
Uname: Linux 4.2.0-34-generic i686
ApportVersion: 2.19.1-0ubuntu5
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  raxp   1809 F pulseaudio
CurrentDesktop: MATE
Date: Mon Apr  4 17:17:13 2016
HibernationDevice: RESUME=UUID=31cbf4f8-c9b4-4025-b1fd-d5f474861585
InstallationDate: Installed on 2016-03-16 (19 days ago)
InstallationMedia: Ubuntu-MATE 15.10 "Wily Werewolf" - Release i386 (20151021)
MachineType: ASUSTeK COMPUTER INC. 1025C
ProcFB: 0 psbdrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-34-generic 
root=UUID=98d65d26-361a-4e60-80e4-7b63d31d1ec6 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-4.2.0-34-generic N/A
 linux-backports-modules-4.2.0-34-generic  N/A
 linux-firmware1.149.3
SourcePackage: linux
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/16/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1025C.1001
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: 1025C
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: x.xx
dmi.chassis.asset.tag: 0x
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK COMPUTER INC.
dmi.chassis.version: x.x
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1025C.1001:bd04/16/2012:svnASUSTeKCOMPUTERINC.:pn1025C:pvrx.x:rvnASUSTeKCOMPUTERINC.:rn1025C:rvrx.xx:cvnASUSTeKCOMPUTERINC.:ct10:cvrx.x:
dmi.product.name: 1025C
dmi.product.version: x.x
dmi.sys.vendor: ASUSTeK COMPUTER INC.

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


** Tags: apport-bug i386 wily

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

Title:
  Hardware-specific: Fan is running at full speed on resume

Status in linux package in Ubuntu:
  New

Bug description:
  This bug is related to Asus 1025C laptop.
  Steps to reproduce:

  1) Boot into Ubuntu
  2) run pm-suspend
  3) Wake up the laptop

  After a few seconds the CPU fan spins up to max speed and it don't slows down 
until reboot/poweroff.
  Hibernation can also fix this, so, fan runs at normal speed.
  It is not a PWM fan, so, I guess, I can't control it via /sys.

  Output of "sensors" before suspend:
  acpitz-virtual-0
  Adapter: Virtual device
  temp1:+55.0°C  (crit = +255.0°C)

  after:
  acpitz-virtual-0
  Adapter: Virtual device
  temp1:+0.0°C  (crit = +255.0°C)

  I've had a Linux Mint 17 before Ubuntu 15.10. No issues were in Mint. Before 
Mint, I've used a Kubuntu 14.04, 14.10, no issues either.
  I've tried to compile old versions of linux kernel (from the official git 
repo) and I noticed, that 3.16 kernel was the latest, where fan works properly. 
3.17-rc1 breaks it.

  According to git commit history, 3.17 kernel have many commits related
  to ACPI/PM fixes.

  My guess is that kernel doesn't restore thermal sensor device from
  sleep properly since 3.17.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-34-generic 4.2.0-34.39
  ProcVersionSignature: Ubuntu 4.2.0-34.39-generic 4.2.8-ckt4
  Uname: Linux 4.2.0-34-generic i686
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  raxp   1809 F pulseaudio
  CurrentDesktop: MATE
  Date: Mon Apr  4 17:17:13 2016
  HibernationDevice: RESUME=UUID=31cbf4f8-c9b4-4025-b1fd-d5f474861585
  InstallationDate: Installed on 2016-03-16 (19 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 "Wily Werewolf" - Release i386 (20151021)