[Bug 10510] acpi flaky after suspend/resume

2008-04-24 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10510





--- Comment #3 from [EMAIL PROTECTED]  2008-04-23 23:21 ---
(In reply to comment #2)
 Marked as regression.
 
 Can you please send out that osl.c patch also?  It might have got lost.
 
It's bug #10265.

Matthias,
Does battery 2 keep on popping up and disappearing all the time after S3?
Or things became normal after a few seconds?

This is a piece of BIOS code from your acpidump.
_L13() {
   ...
   If (\_SB.BT1S)
   {
   Store (0x00, \_SB.BT1S)
   Notify (\_SB.BAT1, 0x01)
   }
   Else
   {
   Notify (\_SB.BAT1, 0x00)
   Store (0x01, \_SB.BT1S)
   }
   ...
}
I don't not why the BIOS sets/clears the BAT1 present flag (BT1S) every time
GPE 0x13 is fired.
But this can well explain the symptom on your laptop.
Linux/ACPI battery driver receives several ACPI Battery notifications when
resuming, checks the _STA method and finds that BAT1 is absent and then become
present.

I don't think this is a regression.
Matthias,
You said that 2.6.24 with one extra patch doesn't have this problem, can you
make a double check?


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 10509] Intel DG965RY system occasionally suspends back immediately after resume

2008-04-24 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10509





--- Comment #6 from [EMAIL PROTECTED]  2008-04-24 00:15 ---
Thanks for the info.
Will you please set CONFIG_ACPI_DEBUG in kernel configuration and do the
following test? (button driver should be loaded).
a. kill the process who is using /proc/acpi/event( for example: kill acpid).
b. echo 0x80004  /sys/module/acpi/parameters/debug_layer  echo 0x1f 
/sys/module/acpi/parameters/debug_level
c. cat /proc/acpi/event event_log (please press ctrl+c after step d is
finished)
d. suspend resume several cycles.

After the test, please attach the output of dmesg, event_log.
Thanks.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 10389] kernel 2.6.24-1 doesn't detect my laptop correctly

2008-04-24 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10389


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution||CODE_FIX




--- Comment #6 from [EMAIL PROTECTED]  2008-04-24 00:15 ---
Len, this is a bug in asus-acpi driver.
If we won't remove the driver in near future, I think it's better to apply the
patch in comment #4.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 10448] 2.6.24 regression: freeze when loading video.ko on Samsung Q45 laptop

2008-04-24 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10448


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|ASSIGNED|NEEDINFO




--- Comment #9 from [EMAIL PROTECTED]  2008-04-24 00:31 ---
No, your problem is not a duplicate of bug #9761.

It would be great if you can use a serial console to get the system log when it
freezes, but I guess there is no serial console on your machine.
Or it would be great if you can get a screen shot when the system freezes.
And it would be great if you can add some printks to narrow down the problem,
i.e. to find out which function the system is executing when freeze. (Or I can
send you a debug patch which do the same thing)


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 10454] (probably) BIOS bug in Fujitsu Lifebook S6410

2008-04-24 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10454





--- Comment #12 from [EMAIL PROTECTED]  2008-04-24 00:45 ---
Peter,
please attach the full acpidump output


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 10454] (probably) BIOS bug in Fujitsu Lifebook S6410

2008-04-24 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10454





--- Comment #13 from [EMAIL PROTECTED]  2008-04-24 00:46 ---
Created an attachment (id=15884)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=15884action=view)
vist table


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 10478] Lid open event is not send to /dev/input/eventX

2008-04-24 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10478


[EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED]|[EMAIL PROTECTED]
 Status|ASSIGNED|NEW




-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 10139] fujitsu-laptop inconsistency due to hardware controlled fn-keys

2008-04-24 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10139





--- Comment #4 from [EMAIL PROTECTED]  2008-04-24 00:50 ---
any updates on this?


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 10010] Spurious RTC wakeup at 00:00

2008-04-24 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10010





--- Comment #9 from [EMAIL PROTECTED]  2008-04-24 01:04 ---
Does it still happen if you override the value in /proc/acpi/wakeup?

run echo +-00-00 00:00:20  /proc/acpi/wakeup,
what do you see in /proc/acpi/wakeup?
you should receive an ACPI interrupt after 20 seconds,
and the laptop should not wakeup at 00:00


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 10448] 2.6.24 regression: freeze when loading video.ko on Samsung Q45 laptop

2008-04-24 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10448





--- Comment #10 from [EMAIL PROTECTED]  2008-04-24 01:30 ---
Unfortunately there is no serial console. I will add some debug printk calls to
video.ko however. Do you think it's worth trying out netconsole?


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 10448] 2.6.24 regression: freeze when loading video.ko on Samsung Q45 laptop

2008-04-24 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10448





--- Comment #11 from [EMAIL PROTECTED]  2008-04-24 01:30 ---
Oh, there are no messages at all when loading video.ko on the console so a
screenshot without additional debugging info won't be very useful :)


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 10448] 2.6.24 regression: freeze when loading video.ko on Samsung Q45 laptop

2008-04-24 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10448





--- Comment #12 from [EMAIL PROTECTED]  2008-04-24 02:00 ---
(In reply to comment #10)
 Unfortunately there is no serial console. I will add some debug printk calls 
 to
 video.ko however. Do you think it's worth trying out netconsole?
 
I'm not familiar with netconsole.
But if it can get more system log, YES. :)


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 10483] lockup in sbshc.c in wait_transaction_complete

2008-04-24 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10483





--- Comment #6 from [EMAIL PROTECTED]  2008-04-24 04:02 ---
Note: I again tried 2.6.24 (once) and it seems it boots-up well, so the
regression is probably only in 2.6.25. I do not remember completely why I
didn't use 2.6.24, but it was maybe because the battery status didn't get
updated correctly (and also because of bug #9910). I will have a look at the
latest 2.6.24 and provide some details at the end of the week. Thanks.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 7060] Thinkpad X60 stuck at low speed without battery

2008-04-24 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=7060


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Comment #16 from [EMAIL PROTECTED]  2008-04-24 07:03 ---
I have a T60, latest BIOS, frequently used without battery plugged. I was able
to get CPU at full speed using kernel 2.6.22 in Mandriva Linux 2008.0. But with
kernel 2.6.24 I couldn't anymore, so some regression happened. But now I am
able to get full speed set with kernel 2.6.24, after changing, in the BIOS,
Config-Power-Intel Speedstep technology, Mode for AC set to Maximum
Performance instead of the default Automatic.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 10509] Intel DG965RY system occasionally suspends back immediately after resume

2008-04-24 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10509





--- Comment #7 from [EMAIL PROTECTED]  2008-04-24 07:13 ---
Thanks for indicating how to use the acpi debug stuff.

My crazy-sounding theory in comment 5 (which I swear worked about 10 times in a
row yesterday) just won't work anymore today. So, probably it was too crazy to
be true.

With debug_layer=0x80004 and debug_level=0x1f I tried as you described,
suspending the machine (with echo mem  /sys/power/state) many times and and
looking at /proc/acpi/event and dmesg output. But, nothing ever got output into
/proc/acpi/event (I suppose you were hoping for PWRF events ?). I will attach
the /var/log/kern.log output for 5 suspend cycles as the kern_log file.

Without suspending the machine, I then looked at the proc/acpi/event when
pressing the power button. I noticed that sometimes I got 2 or 3 events when
pressing the button only once... The frequency of that was not even close to
40% though, but then again I had trouble reproducing the bug today, so...

Finally with acpid loaded and with debug_layer=0x80004, debug_level=0x081f
I suspended a bunch of times and logged the kern.log output for each. I'll
attach the output as kern_log_acpid1 (machine suspended normally),
kern_log_acpid2 (machine suspended twice in a row) and kern_log_acpid3 (machine
suspended 3 times in a row).

From these logs I can guess what happens. Apparently it sometimes happend that
when I press the power button, several interrupts get generated. Possibly this
may be that my button bounces, I don't know (it can not feel this by touch).
Anyway, a corresponding number of events show up at once in /proc/acpi/event
and acpid suspends the corresponding number of times. Such bounces don't seem
to happen when resuming from suspend state though or if they do, at least they
don't generate anything in my logs.

Should acpid remove duplicate power button events somehow ? even if it can't
tell the difference between a bounce and someone actually pressing the button
twice, it does not make much sense to suspend the machine multiple times due to
(a) button press(es) that happened before the first suspend...


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 10509] Intel DG965RY system occasionally suspends back immediately after resume

2008-04-24 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10509





--- Comment #9 from [EMAIL PROTECTED]  2008-04-24 07:15 ---
Created an attachment (id=15887)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=15887action=view)
kern_log_acpid1 - see comment 7


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 10509] Intel DG965RY system occasionally suspends back immediately after resume

2008-04-24 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10509





--- Comment #8 from [EMAIL PROTECTED]  2008-04-24 07:15 ---
Created an attachment (id=15886)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=15886action=view)
kern_log - see comment 7


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 10509] Intel DG965RY system occasionally suspends back immediately after resume

2008-04-24 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10509





--- Comment #10 from [EMAIL PROTECTED]  2008-04-24 07:16 ---
Created an attachment (id=15888)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=15888action=view)
kern_log_acpid2 - see comment 7


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 10509] Intel DG965RY system occasionally suspends back immediately after resume

2008-04-24 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10509





--- Comment #11 from [EMAIL PROTECTED]  2008-04-24 07:16 ---
Created an attachment (id=15889)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=15889action=view)
kern_log_acpid3 - see comment 7


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 9558] AE_AML_PACKAGE_LIMIT, Evaluating _PSS - Frequency scaling not working after BIOS upgrade on Asus F3jc

2008-04-24 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=9558





--- Comment #46 from [EMAIL PROTECTED]  2008-04-24 09:28 ---
I went straight from 2.6.24.1 to 2.6.25 (so I never saw it fixed) which gives
me:

ACPI Exception (exoparg2-0442): AE_AML_PACKAGE_LIMIT, Index (0FFFC) is
beyond end of object [20070126]
ACPI Error (psparse-0537): Method parse/execution failed [\_PR_.CPU1._PSS]
(Node 81003f83fd20), AE_AML_PACKAGE_LIMIT
ACPI Exception (processor_perflib-0255): AE_AML_PACKAGE_LIMIT, Evaluating _PSS
[20070126]


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 10139] fujitsu-laptop inconsistency due to hardware controlled fn-keys

2008-04-24 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10139





--- Comment #5 from [EMAIL PROTECTED]  2008-04-24 09:34 ---
I'm sorry for being really slow with this, a lot of real life things have taken
up my time lately, and I've only had sporadic internet access. I'll attach the
output of acpidump and lspci -vvv. 

In the meantime, this is the most elaborate description I can give (I'll get
back later if need be): Say, I run xbacklight -set 100. This will maximize
backlight. Running xbacklight -get, correctly says 100. If I after that
decrease backlight to minimum with the Fn-buttons, and run xbacklight -get
again, it will still say 100, instead of saying 0. xbacklight is in KERNEL
mode.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 10139] fujitsu-laptop inconsistency due to hardware controlled fn-keys

2008-04-24 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10139





--- Comment #6 from [EMAIL PROTECTED]  2008-04-24 09:35 ---
Created an attachment (id=15892)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=15892action=view)
output of acpidump


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 10139] fujitsu-laptop inconsistency due to hardware controlled fn-keys

2008-04-24 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10139





--- Comment #7 from [EMAIL PROTECTED]  2008-04-24 09:36 ---
Created an attachment (id=15893)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=15893action=view)
output of lspci -vvv


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 10454] (probably) BIOS bug in Fujitsu Lifebook S6410

2008-04-24 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10454





--- Comment #14 from [EMAIL PROTECTED]  2008-04-24 16:27 ---
Created an attachment (id=15903)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=15903action=view)
acpidump -o acpi.dump

complete acpi dump


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 10509] Intel DG965RY system occasionally suspends back immediately after resume

2008-04-24 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10509





--- Comment #12 from [EMAIL PROTECTED]  2008-04-24 19:19 ---
Thanks for the test.
What you said in comment #7 is correct. I want to confirm whether there exist
the PWRF and SLPB event after the system is resumed. IMO that the system
suspend again after it is resumed should be related with the PWRF/SLPB/SLPF
event. But from the attached log it seems that there is no SLPB/PWRF event
after the system is resumed. In such cases you can't reproduce the bug.

The exception that several interrupts are triggered when I press the power
button should be related with the button bounce. Maybe it is related with the
bios and it is not easy for acpid to recognize the duplicated power button
events.

Anyway please boot the system with the option of acpi.debug_layer=0x080004
acpi.debug_level=0x081f  and attach the output of dmesg when the bug
happens again.
Thanks.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 10010] Spurious RTC wakeup at 00:00

2008-04-24 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10010





--- Comment #10 from [EMAIL PROTECTED]  2008-04-24 19:35 ---
sh-3.1# cat /proc/acpi/wakeup
Device  S-state   Status   Sysfs node
USB1  S3 disabled  pci::00:1d.0
USB2  S3 disabled  pci::00:1d.1
USB3  S3 disabled  pci::00:1d.2
USB4  S3 disabled  pci::00:1d.3
EHCI  S3 disabled  pci::00:1d.7
ICHB  S4 disabled  pci::00:1e.0
PS2K  S4 disabled  pnp:00:07
MC9   S4 disabled
sh-3.1# echo +-00-00 00:00:20  /proc/acpi/wakeup
sh-3.1# cat /proc/acpi/wakeup
Device  S-state   Status   Sysfs node
USB1  S3 disabled  pci::00:1d.0
USB2  S3 disabled  pci::00:1d.1
USB3  S3 disabled  pci::00:1d.2
USB4  S3 disabled  pci::00:1d.3
EHCI  S3 disabled  pci::00:1d.7
ICHB  S4 disabled  pci::00:1e.0
PS2K  S4 disabled  pnp:00:07
MC9   S4 disabled

Nothing noticeable happened after 20 seconds (no log messages).
Computer woke up at 00:00 same as before.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 10509] Intel DG965RY system occasionally suspends back immediately after resume

2008-04-24 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10509





--- Comment #13 from [EMAIL PROTECTED]  2008-04-24 19:41 ---
Will do.

Just for clarity, should anything other than the ev_fixed_event_detect and
ev_gpe_detect lines to be logged when an power button event shows up on
/proc/acpi/event ? because, I've not seen that in my previous kern_log_acpid*
logs taken with debug_layer=0x080004 and debug_level=0x081f. I worry if
that means I'm missing some logging options...

Thanks,


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 10509] Intel DG965RY system occasionally suspends back immediately after resume

2008-04-24 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=10509





--- Comment #14 from [EMAIL PROTECTED]  2008-04-24 19:52 ---
When the power button event shows up in /proc/acpi/event, the info of
ev_fixed_event_detect and ev_gpe_detect should appear. Of course sometimes
there will be some other info that we don't care. (It is my fault. I give the
wrong option. )
Thanks.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla