HP Folio 13: Lid close event is never fired => no suspend on lid close
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Linux |
Won't Fix
|
Medium
|
|||
linux (Ubuntu) |
Triaged
|
Medium
|
Unassigned |
Bug Description
The machine is an HP Folio 13 notebook.
The state of the lid is correctly reported in /proc:
With lid open:
gpothier@tadzim2:~$ cat /proc/acpi/
state: open
With lid closed:
gpothier@tadzim2:~$ cat /proc/acpi/
state: closed
The events are never fired however. This is the output of acpi_listen after hitting the power button (just to check that some acpi events are indeed fired):
gpothier@tadzim2:~$ acpi_listen
button/power PWRF 00000080 00000001
video GFX0 00000080 00000000
button/lid LID0 00000080 00000001
But when closing/opening the lid, nothing happens. This prevents the suspend on lid close feature to work.
ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-
ProcVersionSign
Uname: Linux 3.2.0-24-generic x86_64
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu8
Architecture: amd64
ArecordDevices:
**** List of CAPTURE Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: STAC92xx Analog [STAC92xx Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', '/dev/snd/
Card0.Amixer.info:
Card hw:0 'PCH'/'HDA Intel PCH at 0xc2700000 irq 50'
Mixer name : 'Intel CougarPoint HDMI'
Components : 'HDA:111d76e5,
Controls : 22
Simple ctrls : 10
Date: Sat Jun 9 11:45:19 2012
HibernationDevice: RESUME=
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425)
MachineType: Hewlett-Packard HP Folio 13 Notebook PCC
ProcEnviron:
PATH=(custom, user)
LANG=en_US.UTF-8
SHELL=/bin/bash
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon.
RelatedPackageV
linux-
linux-
linux-firmware 1.79
SourcePackage: linux
StagingDrivers: rts_pstor mei
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/05/2012
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.06
dmi.board.
dmi.board.name: 17F8
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 46.34
dmi.chassis.
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.
dmi.modalias: dmi:bvnHewlett-
dmi.product.name: HP Folio 13 Notebook PCC
dmi.product.
dmi.sys.vendor: Hewlett-Packard
Changed in linux (Ubuntu): | |
status: | New → Confirmed |
Changed in linux (Ubuntu): | |
importance: | Undecided → Medium |
tags: | added: needs-upstream-testing |
Changed in linux (Ubuntu): | |
status: | Confirmed → Incomplete |
Changed in linux: | |
importance: | Unknown → Medium |
status: | Unknown → Won't Fix |
Just tested on mainline kernel (3.4.0- 030400- generic) , the behaviour is the same.