https://bugzilla.kernel.org/show_bug.cgi?id=13773





--- Comment #36 from Csaba Kertész <csaba.kert...@gmail.com>  2010-10-21 
20:20:54 ---
I installed the newest kernel from here
(http://kernel.ubuntu.com/~kernel-ppa/mainline/daily/2010-10-18-maverick/),
kinda 2.6.36:

My laptop became stable (suspend/resume and kwin work fine) again, but this bug
happened again now!

I logged in to my laptop via ssh and I try to gather as much information as
possible and can be useful:

ls /sys/class/backlight/acpi_video0
actual_brightness  brightness  max_brightness  subsystem
bl_power           device      power           uevent

cat /sys/class/backlight/acpi_video0/actual_brightness -> 15
cat /sys/class/backlight/acpi_video0/brightness -> 15
cat /sys/class/backlight/acpi_video0/max_brightness -> 15
cat /sys/class/backlight/acpi_video0/bl_power -> 0
cat /sys/class/backlight/acpi_video0/uevent -> EMPTY

I can write the bl_power node (without any effect) as root, but other nodes
give permission denied.

Other subdirectories:

ls /sys/class/backlight/acpi_video0/power
control              runtime_status          wakeup
runtime_active_time  runtime_suspended_time  wakeup_count

cat /sys/class/backlight/acpi_video0/power/control -> auto
cat /sys/class/backlight/acpi_video0/power/runtime_active_time -> 0
cat /sys/class/backlight/acpi_video0/power/runtime_status -> unsupported
cat /sys/class/backlight/acpi_video0/power/runtime_suspended_time -> 0
cat /sys/class/backlight/acpi_video0/power/wakeup -> EMPTY
cat /sys/class/backlight/acpi_video0/power/wakeup_count -> 0

I do not know if it has any problem with this lines in the /var/log/kern.log
when waking up from suspend:

...
Oct 21 20:54:12 kecsap-laptop kernel: [155979.680275] PM: Entering mem sleep
Oct 21 20:54:12 kecsap-laptop kernel: [155979.680291] Suspending console(s)
(use no_console_suspend to debug)
Oct 21 20:54:12 kecsap-laptop kernel: [155979.680886] sd 0:0:0:0: [sda]
Synchronizing SCSI cache
Oct 21 20:54:12 kecsap-laptop kernel: [155979.682713] btusb_intr_complete: hci0
urb ffff8800735443c0 failed to resubmit (1)
Oct 21 20:54:12 kecsap-laptop kernel: [155979.683711] btusb_bulk_complete: hci0
urb ffff880073544c00 failed to resubmit (1)
Oct 21 20:54:12 kecsap-laptop kernel: [155979.684710] btusb_bulk_complete: hci0
urb ffff880073544300 failed to resubmit (1)
Oct 21 20:54:12 kecsap-laptop kernel: [155979.731160] ACPI handle has no
context!
Oct 21 20:54:12 kecsap-laptop kernel: [155979.731171] sdhci-pci 0000:02:01.1:
PCI INT B disabled
Oct 21 20:54:12 kecsap-laptop kernel: [155979.731182] ACPI handle has no
context!
Oct 21 20:54:12 kecsap-laptop kernel: [155979.731301] ehci_hcd 0000:00:1d.7:
PCI INT A disabled
Oct 21 20:54:12 kecsap-laptop kernel: [155979.731319] uhci_hcd 0000:00:1d.2:
PCI INT C disabled
Oct 21 20:54:12 kecsap-laptop kernel: [155979.731327] uhci_hcd 0000:00:1d.1:
PCI INT B disabled
...
Oct 21 20:54:12 kecsap-laptop kernel: [155980.964363] sdhci-pci 0000:02:01.1:
restoring config space at offset 0xf (was 0x200
Oct 21 20:54:12 kecsap-laptop kernel: [155980.964408] sdhci-pci 0000:02:01.1:
restoring config space at offset 0x4 (was 0x0,
Oct 21 20:54:12 kecsap-laptop kernel: [155980.964422] sdhci-pci 0000:02:01.1:
restoring config space at offset 0x3 (was 0x800
Oct 21 20:54:12 kecsap-laptop kernel: [155980.964442] sdhci-pci 0000:02:01.1:
restoring config space at offset 0x1 (was 0x210
Oct 21 20:54:12 kecsap-laptop kernel: [155980.964583] PM: early resume of
devices complete after 3.162 msecs
Oct 21 20:54:12 kecsap-laptop kernel: [155980.964922] i915 0000:00:02.0:
setting latency timer to 64
Oct 21 20:54:12 kecsap-laptop kernel: [155980.984180]  pci0000:00: wake-up
capability disabled by ACPI
Oct 21 20:54:12 kecsap-laptop kernel: [155980.984197] e1000e 0000:00:19.0: PME#
disabled
Oct 21 20:54:12 kecsap-laptop kernel: [155980.984366] e1000e 0000:00:19.0: irq
40 for MSI/MSI-X
Oct 21 20:54:12 kecsap-laptop kernel: [155980.986628] uhci_hcd 0000:00:1a.0:
PCI INT A -> GSI 20 (level, low) -> IRQ 20
...

cat /proc/acpi/video/VID/LCD/state
state:     0x0d
query:     0x00

echo 100 > /proc/acpi/video/VID/LCD/brightness

cat /proc/acpi/video/VID/LCD/brightness
levels:  0 6 13 20 26 33 40 46 53 60 66 73 80 86 93 100
current: 100

But nothing changed.

Also I see in the /var/log messages:

...
Oct 18 09:04:31 kecsap-laptop kernel: [    4.508144] input: Video Bus as
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:00/input/input6
Oct 18 09:04:31 kecsap-laptop kernel: [    4.508222] ACPI: Video Device [VID]
(multi-head: yes  rom: no  post: no)
Oct 18 09:04:31 kecsap-laptop kernel: [    4.508265] [Firmware Bug]: Duplicate
ACPI video bus devices for the same VGA controller, please try module paramete
r "video.allow_duplicates=1"if the current driver doesn't work.
Oct 18 09:04:31 kecsap-laptop kernel: [    4.508465] [drm] Initialized i915
1.6.0 20080730 for 0000:00:02.0 on minor 0
....

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to