EeePC 1005px laptop backlight is off after system boot up
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Xenial |
Fix Released
|
Undecided
|
Po-Hsu Lin | ||
Disco |
Fix Released
|
Undecided
|
Po-Hsu Lin | ||
Eoan |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
== SRU Justification ==
Commit 78f3ac76d9e5 ("platform/x86: asus-wmi: Tell the EC the OS will
handle the display off hotkey") causes the backlight to be permanently off
on various EeePC laptop models using the eeepc-wmi driver (Asus EeePC
1015BX, Asus EeePC 1025C).
== Fix ==
* 1dd93f87 (platform/x86: asus-wmi: Only Tell EC the OS will handle
display hotkeys from asus_nb_wmi)
This patch addes a .wmi_backlight_
models to make asus_wmi_
conditional.
Only X/D contain the commit that introduce this issue (78f3ac76), this
patch can be cherry-picked into D.
For X, it needs some content adjustment to add quirks only to those
models that exist in Xenial tree.
== Test ==
Test kernels could be found here:
https:/
Bug reporter has verified that this fix works as expected on X.
== Regression Potential ==
Low, quirks limited to specific ASUS laptops and by far there is no
further change to this in upstream kernel.
== Original Bug Report ==
After kernel update the backlight on my Asus eeepc 1005px becomes off during boot up. I can see the login screen if I point light to the screen. The backlight is not reacting on brightness adjustment keys. The backlight starts working only if I close and open the laptop lid.
I have tried to:
* echo 10 > /sys/class/
* echo 125 > /sys/class/
* vbetool dpms on
* pass "acpi_backlight
* install gdm instead of lightdm
* create /usr/share/
with no luck.
The backlight works fine if I pass "acpi_osi=" kernel parameter, the brightness is adjusted by keys, but the applet does not react to adjustments.
ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-
ProcVersionSign
Uname: Linux 4.4.0-145-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.18
Architecture: amd64
CurrentDesktop: XFCE
Date: Thu Jul 18 22:30:44 2019
InstallationDate: Installed on 2019-02-17 (151 days ago)
InstallationMedia: Xubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
SourcePackage: linux-signed
UpgradeStatus: No upgrade log present (probably fresh install)
CVE References
description: | updated |
summary: |
- Laptop backlight is off after system boot up + EeePC 1005px laptop backlight is off after system boot up |
Changed in linux (Ubuntu Disco): | |
status: | New → In Progress |
assignee: | nobody → Po-Hsu Lin (cypressyew) |
tags: | added: disco |
Changed in linux (Ubuntu Xenial): | |
status: | In Progress → Fix Committed |
Changed in linux (Ubuntu Disco): | |
status: | In Progress → Fix Committed |
tags: |
added: verification-done-xenial removed: verification-needed-xenial |
Hi, /kernel. ubuntu. com/git/ ubuntu/ ubuntu- xenial. git/commit/ ?h=master- next&id= 423c214817cfb7c 96c198a873bcb56 b498458fb9
it looks like this might be the cause:
https:/
With the fix: /github. com/torvalds/ linux/commit/ 1dd93f873d8ed8e 5b228d1ae324b1f 3c1e94bfa8
https:/
Can you give this patched kernel a try to see if it can fix your issue? /people. canonical. com/~phlin/ kernel/ lp-1837117- eeepc/
https:/
Thanks