[Bug 6628] Querying battery status is incomplete

bugzilla-daemon at bugzilla.ubuntu.com bugzilla-daemon at bugzilla.ubuntu.com
Fri Sep 23 14:03:08 UTC 2005


Please do not reply to this email.  You can add comments at
http://bugzilla.ubuntu.com/show_bug.cgi?id=6628
Ubuntu | linux





------- Additional Comments From mjg59 at codon.org.uk  2005-09-23 15:03 UTC -------
(Though, oddly, it looks like there may be support there - perhaps it didn't
work properly and was disabled? If you'd like to give it a go, try changing your
_BST method to read

                        Method (_BST, 0, NotSerialized)
                        {
                            Store ("BST Start", Debug)
                            If (LEqual (OSFL (), Zero))
                            {
                                Store (^^SBRG.EC0.XST0, Index (BFB0, Zero))
                                Store (^^SBRG.EC0.XST1, Index (BFB0, 0x01))
                                Store (^^SBRG.EC0.XST2, Index (BFB0, 0x02))
                                Store (^^SBRG.EC0.XST3, Index (BFB0, 0x03))
                            }
                            Else
                            {
                                Store (0xCA, SSMI)
                                Store (BST0, Index (BFB0, Zero))
                                Store (BST1, Index (BFB0, 0x01))
                                Store (BST2, Index (BFB0, 0x02))
                                Store (BST3, Index (BFB0, 0x03))
                            }

                            Store ("BST End", Debug)
                            Return (BFB0)
                        }

compile it and put it in /etc/mkinitramfs/DSDT.aml, then regenerate your
initramfs (sudo dpkg-reconfigure linux-image-`uname -r`) and see what happens.
That might work, or it might do extremely odd things.

-- 
Configure bugmail: http://bugzilla.ubuntu.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the kernel-bugs mailing list