[Bug 9586] ACPI Error [...] AE_NOT_FOUND - Cpu frequency scaling not working on C2D T7500

2007-12-26 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=9586





--- Comment #22 from [EMAIL PROTECTED]  2007-12-26 00:26 ---
Created an attachment (id=14187)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=14187action=view)
dmesg with acpi_osi=!Linux switch

Hi Yakui,
first of all merry christmas :)

This is the dmesg with acpi_osi=!Linux, it's not with debug options enabled,
tell me if you need that. Anyway I don't know why it still asks to boot with
acpi_osi=!Linux even if I added that switch to kernel line on menu.lst...tell
me if I've done something wrong...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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 9614] Duplicate video device for Toshiba Satellite A100-847

2007-12-26 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=9614





--- Comment #6 from [EMAIL PROTECTED]  2007-12-26 00:50 ---
we still need the acpidump info to confirm. 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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 9588] Smart Battery not recognized by sbs module

2007-12-26 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=9588


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE




--- Comment #1 from [EMAIL PROTECTED]  2007-12-26 00:35 ---


*** This bug has been marked as a duplicate of bug 9137 ***


-- 
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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 9137] No ACPI battery reported on Raon Digital Everun

2007-12-26 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=9137





--- Comment #9 from [EMAIL PROTECTED]  2007-12-26 00:35 ---
new info from Bill on bug# 9588:

---start---

Sensors-detect detects a Smart Battery, and i2cdetect shows why: 

# i2cdetect -y 0 
 0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f
00:  -- -- -- -- -- -- -- -- 0b -- -- -- -- 
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
40: -- -- -- -- -- -- -- -- -- -- -- -- UU -- -- -- 
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
70: -- -- -- -- -- -- -- -- 

I believe that the device at 0x0b is a smart battery because (1) the 
manufacturer told me the device had a smart battery on SMBus, (2) I can dump
its contents and watch values within the register change in ways that make it
really look like a battery.  In particular, the stuff at 0x0c-0c0f looks
like battery voltage or charge level (not sure of the scale)... it goes 
up when AC plugged in, down when discharging the battery.  0x2f looks like
it represents the AC adapter state somehow; it takes different values when
the AC is plugged in or not.

# i2cdump -y 0 0x0b
 0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f0123456789abcdef
00: 00 e6 0a 01 00 ff ff 01 fd 5b 04 04 02 62 44 18.???...??[???bD?
10: 40 ff ff 58 00 38 a7 1b fc 5c 31 fb 08 XX XX XX@..X.8???\1??XXX
20: 0b 07 04 0d XX XX XX XX XX XX XX XX XX XX XX b0XXX?
30: XX XX XX XX XX XX XX XX XX XX XX XX 00 1d 22 1d.??
40: XX XX XX XX XX de XX XX XX XX XX XX XX XX XX XXX?XX
50: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX
60: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX
70: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX
80: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX
90: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX
a0: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX
b0: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX
c0: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX
d0: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX
e0: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX
f0: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX

However, I can load the sbs and sbshc drivers and nothing happens (no battery
information in /sys/ or /proc/ ACPI trees, only an AC adapter which claims to
be always on, which is what my DSDT tells ACPI to say... see
http://bugzilla.kernel.org/show_bug.cgi?id=9137)

Any help appreciated!

---end---


-- 
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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 9137] No ACPI battery reported on Raon Digital Everun

2007-12-26 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=9137





--- Comment #10 from [EMAIL PROTECTED]  2007-12-26 00:35 ---
*** Bug 9588 has been marked as a duplicate of this bug. ***


-- 
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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 9137] No ACPI battery reported on Raon Digital Everun

2007-12-26 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=9137


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|REJECTED
 Resolution||WILL_NOT_FIX




--- Comment #11 from [EMAIL PROTECTED]  2007-12-26 01:50 ---
This is the description of AC adapter in your DSDT. You may notice that it
depends on Local0 being always equal to One (1).
Battery is not mentioned in your DSDT at all.
In order to be SBS compliant, at least EC and SBS manager(selector) should be
described in DSDT. From there we could look-up batteries and charger states.

Device (AC)
{
Name (_HID, ACPI0003)
Name (_PCL, Package (0x01)
{
_SB
})
Method (_PSR, 0, NotSerialized)
{
Store (One, Local0)
Return (Local0)
}

Method (_STA, 0, NotSerialized)
{
Store (One, Local0)
If (LEqual (Local0, One))
{
Return (0x0F)
}
Else
{
Return (Zero)
}
}
}


-- 
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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 9137] No ACPI battery reported on Raon Digital Everun

2007-12-26 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=9137


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REJECTED|CLOSED




--- Comment #12 from [EMAIL PROTECTED]  2007-12-26 02:43 ---
If you want to use SBS on your hardware/BIOS you probably could try to convert
/drivers/acpi/sbs.c to use i2c controller interface, so it could work without
ACPI, it should not be that hard, as sbshc is essentially i2c(smbus) controller
too.


-- 
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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 6539] PCI: cannot allocate resource region

2007-12-26 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=6539





--- Comment #16 from [EMAIL PROTECTED]  2007-12-26 03:26 ---
If they don't respond, I might be able to give it a try. I have my notebook
back soon.


-- 
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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 9614] Duplicate video device for Toshiba Satellite A100-847

2007-12-26 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=9614





--- Comment #7 from [EMAIL PROTECTED]  2007-12-26 03:38 ---
Created an attachment (id=14188)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=14188action=view)
ACPI tables dump

I obtained this one using Linux Firmware Kit R3. Please let me know if it is
the file you required.


-- 
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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
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

2007-12-26 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=9558


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Comment #17 from [EMAIL PROTECTED]  2007-12-26 04:28 ---
Indeed I need a recent BIOS version for Vista :(

Bah, I suppose I will do like Giovanni and modify an init script to load
acpi_cpufreq twice.


-- 
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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 9624] ACPI or radeon: spontaneous reboot regression

2007-12-26 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=9624





--- Comment #2 from [EMAIL PROTECTED]  2007-12-26 13:26 ---
Created an attachment (id=14191)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=14191action=view)
dmesg


-- 
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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 9624] ACPI or radeon: spontaneous reboot regression

2007-12-26 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=9624





--- Comment #3 from [EMAIL PROTECTED]  2007-12-26 13:26 ---
Created an attachment (id=14192)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=14192action=view)
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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 9487] buggy firmware expects four-byte IRQ resource descriptor (was: Serial port disappears after Suspend on Toshiba R25)

2007-12-26 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=9487


[EMAIL PROTECTED] changed:

   What|Removed |Added

  Attachment #14185|0   |1
is obsolete||




--- Comment #13 from [EMAIL PROTECTED]  2007-12-26 15:32 ---
Created an attachment (id=14193)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=14193action=view)
new patch

* Fixes a number of bugs in the first patch


-- 
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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 9624] ACPI or radeon: spontaneous reboot regression

2007-12-26 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=9624





--- Comment #4 from [EMAIL PROTECTED]  2007-12-26 16:29 ---
Looks like this patch is to blame:

ACPI: EC: Fix no battery regression

http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c019b1933015ee31366eeaa085bad3ee9516991c

Reverting it against tip makes the reboots go away.

The original bug: http://bugzilla.kernel.org/show_bug.cgi?id=8886


-- 
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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 9487] buggy firmware expects four-byte IRQ resource descriptor (was: Serial port disappears after Suspend on Toshiba R25)

2007-12-26 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=9487


[EMAIL PROTECTED] changed:

   What|Removed |Added

  Attachment #14193|0   |1
is obsolete||




--- Comment #14 from [EMAIL PROTECTED]  2007-12-26 16:53 ---
Created an attachment (id=14195)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=14195action=view)
patch

cosmetic changes


-- 
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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 9487] buggy firmware expects four-byte IRQ resource descriptor (was: Serial port disappears after Suspend on Toshiba R25)

2007-12-26 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=9487


[EMAIL PROTECTED] changed:

   What|Removed |Added

  Attachment #14195|text/x-diff |text/plain
  mime type||
  Attachment #14195|0   |1
   is patch||




-- 
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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 9624] ACPI or radeon: spontaneous reboot regression

2007-12-26 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=9624


[EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED]|[EMAIL PROTECTED]
   |bugs.osdl.org   |
 Status|NEEDINFO|ASSIGNED




--- Comment #5 from [EMAIL PROTECTED]  2007-12-26 17:23 ---
Please attach your 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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 9624] ACPI or radeon: spontaneous reboot regression

2007-12-26 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=9624


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]
   Severity|normal  |high




-- 
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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 9277] ACPI video driver should validate brightness level before setting it via _BCM

2007-12-26 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=9277


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEEDINFO|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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 9277] ACPI video driver should validate brightness level before setting it via _BCM

2007-12-26 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=9277


[EMAIL PROTECTED] changed:

   What|Removed |Added

  Attachment #14114|0   |1
is obsolete||




--- Comment #11 from [EMAIL PROTECTED]  2007-12-26 19:56 ---
Created an attachment (id=14196)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=14196action=view)
set the proper brightness levels


-- 
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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 9277] ACPI video driver should validate brightness level before setting it via _BCM

2007-12-26 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=9277


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||PATCH_ALREADY_AVAILABLE




-- 
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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 9642] backlight regration from kernel 2.6.22 to 2.6.23

2007-12-26 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=9642





--- Comment #3 from [EMAIL PROTECTED]  2007-12-26 21:55 ---
Created an attachment (id=14199)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=14199action=view)
acpidump generated by pmtools-20071116


-- 
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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 9643] New: /proc/acpi/alarm set error

2007-12-26 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=9643

   Summary: /proc/acpi/alarm set error
   Product: ACPI
   Version: 2.5
 KernelVersion: 2.6.24-rc6
  Platform: All
OS/Version: Linux
  Tree: Mainline
Status: NEW
  Severity: normal
  Priority: P1
 Component: Other
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
CC: acpi-bugzilla@lists.sourceforge.net, [EMAIL PROTECTED]


Most recent kernel where this bug did not occur: none
Distribution: FC8
Hardware Environment: All
Software Environment: All
Problem Description: after echo 2007 12  /proc/acpi/alarm, you'll get
2007-12-12 12:12:12 by cat /proc/acpi/alarm, obviously it is wrong, it should
consider 2007 12 as an invalid input.

Steps to reproduce:

[EMAIL PROTECTED] /]# echo 2006 09  /proc/acpi/alarm
[EMAIL PROTECTED] /]# cat /proc/acpi/alarm
2007-12-09 09:09:09
[EMAIL PROTECTED] /]# echo 2006 04  /proc/acpi/alarm
[EMAIL PROTECTED] /]# cat /proc/acpi/alarm
2007-12-04 04:04:04


-- 
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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 9642] New: backlight regration from kernel 2.6.22 to 2.6.23

2007-12-26 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=9642

   Summary: backlight regration from kernel 2.6.22 to 2.6.23
   Product: ACPI
   Version: 2.5
 KernelVersion: 2.6.23
  Platform: All
OS/Version: Linux
  Tree: Mainline
Status: NEW
  Severity: normal
  Priority: P1
 Component: Power-Video
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


Most recent kernel where this bug did not occur:
2.6.22
Distribution: Fedora 8
Hardware Environment: Compaq HP nx6110
Software Environment: xserver 1.4.1 and drv-video-intel
Problem Description:
On kernel 2.6.23 I had a problem with backlight, lid button doesn't
work ! 
If I boot computer and close lid (to plug other devices like mouse and
network), after a little while when I open lid, I can't get screen anymore , I
have to reboot my laptop to have screen.
On suspend after resume, I have to go to console and return to X go get screen 
maybe I will open other bug to ACPI 

I found a few bugs reports that could be related .
https://bugs.freedesktop.org/show_bug.cgi?id=13709
https://bugzilla.redhat.com/show_bug.cgi?id=423931
https://bugzilla.redhat.com/show_bug.cgi?id=389541
https://bugzilla.redhat.com/show_bug.cgi?id=351661


-- 
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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 9642] backlight regration from kernel 2.6.22 to 2.6.23

2007-12-26 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=9642





--- Comment #1 from [EMAIL PROTECTED]  2007-12-26 21:35 ---
Created an attachment (id=14197)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=14197action=view)
dmesg


-- 
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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 9642] backlight regration from kernel 2.6.22 to 2.6.23

2007-12-26 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=9642





--- Comment #2 from [EMAIL PROTECTED]  2007-12-26 21:36 ---
Created an attachment (id=14198)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=14198action=view)
dmidecode


-- 
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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 9586] ACPI Error [...] AE_NOT_FOUND - Cpu frequency scaling not working on C2D T7500

2007-12-26 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=9586





--- Comment #23 from [EMAIL PROTECTED]  2007-12-26 21:49 ---
HI, Nicola
Thanks for the test and it is enough.
The message can be ignored and the system is working well. Your system only
reports the message regardless of boot option(acpi_osi!=linux) and it doesn't
matter.

The root cause of this bug is caused by BIOS . It is appropriate to fix this
bug by BIOS update although the customed DSDT can make your system work well. 
So I will close this bug. 


-- 
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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 9586] ACPI Error [...] AE_NOT_FOUND - Cpu frequency scaling not working on C2D T7500

2007-12-26 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=9586


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEEDINFO|REJECTED
 Resolution||WILL_NOT_FIX




-- 
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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 9624] ACPI or radeon: spontaneous reboot regression

2007-12-26 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=9624





--- Comment #6 from [EMAIL PROTECTED]  2007-12-26 22:05 ---
Is the attachment in comment #3 not what you wanted?


-- 
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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 9643] /proc/acpi/alarm set error

2007-12-26 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=9643





--- Comment #1 from [EMAIL PROTECTED]  2007-12-26 22:32 ---
Created an attachment (id=14201)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=14201action=view)
Fix this bug

This patch changes the function get_date_field to return -EINVAL when input has
an incorrect format like 2008 01.

It fixed this bug, please consider to apply.


-- 
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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla