Dell Studio 1555 - ACPI thermal sensors do not work after resume
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux (Ubuntu) |
Incomplete
|
Undecided
|
Unassigned | ||
Bug Description
The latest kernel of Lucid has problems with the Thermal sensors. I had no such problems with 2.6.31.
before suspend acpi -t correctly gives:
Thermal 0: ok, 0.0 degrees C
Thermal 1: ok, 46.0 degrees C
Thermal 2: ok, 52.0 degrees C
After resume it fails:
Thermal 0: ok, 0.0 degrees C
Thermal 1: ok, 0.0 degrees C
Thermal 2: ok, 0.0 degrees C
It is clearly an ACPI related bug, since the coretemp module gets the correct data:
acpitz-virtual-0
Adapter: Virtual device
temp1: +0.0°C (crit = +100.0°C)
temp2: +0.0°C (crit = +100.0°C)
temp3: +0.0°C (crit = +100.0°C)
coretemp-isa-0000
Adapter: ISA adapter
Core 0: +53.0°C (high = +105.0°C, crit = +105.0°C)
coretemp-isa-0001
Adapter: ISA adapter
Core 1: +54.0°C (high = +105.0°C, crit = +105.0°C)
ProblemType: Bug
Architecture: amd64
ArecordDevices:
**** List of CAPTURE Hardware Devices ****
card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
Card hw:0 'Intel'/'HDA Intel at 0xfc700000 irq 22'
Mixer name : 'Intel G45 DEVCTG'
Components : 'HDA:111d7675,
Controls : 20
Simple ctrls : 11
Date: Sat Feb 20 17:20:40 2010
DistroRelease: Ubuntu 9.10
HibernationDevice: RESUME=
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
MachineType: Dell Inc. Studio 1555
NonfreeKernelMo
Package: linux-image (not installed)
ProcCmdLine: BOOT_IMAGE=
ProcEnviron:
PATH=(custom, no user)
LANG=en_US.UTF-8
SHELL=/bin/bash
ProcVersionSign
RelatedPackageV
SourcePackage: linux-meta
Uname: Linux 2.6.32-14-generic x86_64
dmi.bios.date: 12/28/2009
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A09
dmi.board.name: 0D176M
dmi.board.vendor: Dell Inc.
dmi.board.version: A09
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.
dmi.modalias: dmi:bvnDellInc.
dmi.product.name: Studio 1555
dmi.product.
dmi.sys.vendor: Dell Inc.
affects: | linux-meta (Ubuntu) → linux (Ubuntu) |
tags: | added: karmic |
tags: |
added: lucid removed: karmic |
Changed in linux (Ubuntu): | |
status: | Incomplete → New |
status: | New → Incomplete |
description: | updated |
Maybe the bug is related to the problems detected in the DSDT table:
DSDT.dsl 6413: Name (_T_2, Zero)
Remark 5110 - ^ Use of compiler reserved name (_T_2)
DSDT.dsl 6414: Name (_T_1, Zero)
Remark 5110 - ^ Use of compiler reserved name (_T_1)
DSDT.dsl 6415: Name (_T_0, Zero)
Remark 5110 - ^ Use of compiler reserved name (_T_0)
These _T_0-2 parameters seem to be related to the Thermal system.