How to get the correct battery status?












13















At this moment, ever since I installed Ubuntu on this machine, the battery status says: not present.



Looking at this answer, however, I find that /proc/acpi/battery/BAT1/info (sometimes its /proc/acpi/battery/BAT0/info, use tab complete to help) has the following info:



present: yes
design capacity: 4400 mAh
last full capacity: 4400 mAh
battery technology: rechargeable
design voltage: 11100 mV
design capacity warning: 300 mAh
design capacity low: 132 mAh
cycle count: 0
capacity granularity 1: 32 mAh
capacity granularity 2: 32 mAh
model number: BAT1
serial number: 11
battery type: 11
OEM info: 11


In accordance to this answer, I've checked the /proc/acpi/battery/BAT1/state file:



present:                 yes
capacity state: ok
charging state: charged
present rate: unknown
remaining capacity: unknown
present voltage: 10000 mV


The acpi -b command returns:



Battery 0: Unknown, 0%, rate information unavailable


Any suggestions on getting the battery info updated?










share|improve this question





























    13















    At this moment, ever since I installed Ubuntu on this machine, the battery status says: not present.



    Looking at this answer, however, I find that /proc/acpi/battery/BAT1/info (sometimes its /proc/acpi/battery/BAT0/info, use tab complete to help) has the following info:



    present: yes
    design capacity: 4400 mAh
    last full capacity: 4400 mAh
    battery technology: rechargeable
    design voltage: 11100 mV
    design capacity warning: 300 mAh
    design capacity low: 132 mAh
    cycle count: 0
    capacity granularity 1: 32 mAh
    capacity granularity 2: 32 mAh
    model number: BAT1
    serial number: 11
    battery type: 11
    OEM info: 11


    In accordance to this answer, I've checked the /proc/acpi/battery/BAT1/state file:



    present:                 yes
    capacity state: ok
    charging state: charged
    present rate: unknown
    remaining capacity: unknown
    present voltage: 10000 mV


    The acpi -b command returns:



    Battery 0: Unknown, 0%, rate information unavailable


    Any suggestions on getting the battery info updated?










    share|improve this question



























      13












      13








      13


      3






      At this moment, ever since I installed Ubuntu on this machine, the battery status says: not present.



      Looking at this answer, however, I find that /proc/acpi/battery/BAT1/info (sometimes its /proc/acpi/battery/BAT0/info, use tab complete to help) has the following info:



      present: yes
      design capacity: 4400 mAh
      last full capacity: 4400 mAh
      battery technology: rechargeable
      design voltage: 11100 mV
      design capacity warning: 300 mAh
      design capacity low: 132 mAh
      cycle count: 0
      capacity granularity 1: 32 mAh
      capacity granularity 2: 32 mAh
      model number: BAT1
      serial number: 11
      battery type: 11
      OEM info: 11


      In accordance to this answer, I've checked the /proc/acpi/battery/BAT1/state file:



      present:                 yes
      capacity state: ok
      charging state: charged
      present rate: unknown
      remaining capacity: unknown
      present voltage: 10000 mV


      The acpi -b command returns:



      Battery 0: Unknown, 0%, rate information unavailable


      Any suggestions on getting the battery info updated?










      share|improve this question
















      At this moment, ever since I installed Ubuntu on this machine, the battery status says: not present.



      Looking at this answer, however, I find that /proc/acpi/battery/BAT1/info (sometimes its /proc/acpi/battery/BAT0/info, use tab complete to help) has the following info:



      present: yes
      design capacity: 4400 mAh
      last full capacity: 4400 mAh
      battery technology: rechargeable
      design voltage: 11100 mV
      design capacity warning: 300 mAh
      design capacity low: 132 mAh
      cycle count: 0
      capacity granularity 1: 32 mAh
      capacity granularity 2: 32 mAh
      model number: BAT1
      serial number: 11
      battery type: 11
      OEM info: 11


      In accordance to this answer, I've checked the /proc/acpi/battery/BAT1/state file:



      present:                 yes
      capacity state: ok
      charging state: charged
      present rate: unknown
      remaining capacity: unknown
      present voltage: 10000 mV


      The acpi -b command returns:



      Battery 0: Unknown, 0%, rate information unavailable


      Any suggestions on getting the battery info updated?







      11.10 battery






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Feb 26 at 22:19









      Pablo Bianchi

      3,03521536




      3,03521536










      asked Jan 31 '12 at 21:26









      GUI JunkieGUI Junkie

      68661946




      68661946






















          2 Answers
          2






          active

          oldest

          votes


















          8





          +50









          The acpi -b error you have reported most probably indicate an ACPI type issue.



          ACPI is an open-standard for device and power-management.



          Some laptops (most googled that I found were Acer) incorrectly report its battery details to Ubuntu. I'm not sure of your laptop type and model - nor its BIOS version.



          Sometimes you need to compile your own kernel with a fixed DSDT table.



          Sometimes you need to upgrade your BIOS to the very latest offered by your manufacturer.



          If you decide on the latter action you should remember that updating the BIOS of a motherboard or laptop is always a risky operation, because if something goes wrong, the risk of irreparably damaging the hardware is very high.



          You will need to follow the instructions for BIOS updates from your manufacturer.






          share|improve this answer


























          • Acer Aspire 5745G. Which option is easier? Compiling the kernel or updating the BIOS?

            – GUI Junkie
            Feb 9 '12 at 22:19











          • ... updating your BIOS ... what version is your BIOS? I would carefully read the release notes first because BIOS updating, if not done correctly can leave you without a working laptop.

            – fossfreedom
            Feb 9 '12 at 22:43











          • ... I found this link - look at the ACPI on that page. That looks like good news! linlap.com/wiki/acer+aspire+5745g

            – fossfreedom
            Feb 9 '12 at 22:44











          • The BIOS version is v1.11 (sudo dmidecode -s bios-version)

            – GUI Junkie
            Feb 9 '12 at 23:33











          • the latest version on the acer website is v1.19 - I couldnt find any release notes though :(

            – fossfreedom
            Feb 9 '12 at 23:41



















          1














          I was able to solve this problem using fossfreedom's suggestion to update BIOS. I have an Acer Aspire TimelineX 4820T, running ubuntu 11.10. Here's what I did:




          1. sudo apt-get install unetbootin

          2. inserted blank flashdrive, used diskutil to format it to FAT

          3. downloaded the CORRECT bios update from Acer (I typed in my serial number and used the latest bios update .exe file)

          4. used unetbootin to make the USB bootable with FreeDOS

          5. copied the bios .exe file to the USB drive

          6. restarted and chose option "5" for FreeDos

          7. switched to C: drive and ran the bios executable. (Make sure you have enough power, although this doesn't take very long)

          8. removed USB drive, rebooted into Ubuntu and battery problem was solved!


          Thanks go to 4zzdawg for instructions on how to update the bios!






          share|improve this answer


























            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "89"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f100325%2fhow-to-get-the-correct-battery-status%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            8





            +50









            The acpi -b error you have reported most probably indicate an ACPI type issue.



            ACPI is an open-standard for device and power-management.



            Some laptops (most googled that I found were Acer) incorrectly report its battery details to Ubuntu. I'm not sure of your laptop type and model - nor its BIOS version.



            Sometimes you need to compile your own kernel with a fixed DSDT table.



            Sometimes you need to upgrade your BIOS to the very latest offered by your manufacturer.



            If you decide on the latter action you should remember that updating the BIOS of a motherboard or laptop is always a risky operation, because if something goes wrong, the risk of irreparably damaging the hardware is very high.



            You will need to follow the instructions for BIOS updates from your manufacturer.






            share|improve this answer


























            • Acer Aspire 5745G. Which option is easier? Compiling the kernel or updating the BIOS?

              – GUI Junkie
              Feb 9 '12 at 22:19











            • ... updating your BIOS ... what version is your BIOS? I would carefully read the release notes first because BIOS updating, if not done correctly can leave you without a working laptop.

              – fossfreedom
              Feb 9 '12 at 22:43











            • ... I found this link - look at the ACPI on that page. That looks like good news! linlap.com/wiki/acer+aspire+5745g

              – fossfreedom
              Feb 9 '12 at 22:44











            • The BIOS version is v1.11 (sudo dmidecode -s bios-version)

              – GUI Junkie
              Feb 9 '12 at 23:33











            • the latest version on the acer website is v1.19 - I couldnt find any release notes though :(

              – fossfreedom
              Feb 9 '12 at 23:41
















            8





            +50









            The acpi -b error you have reported most probably indicate an ACPI type issue.



            ACPI is an open-standard for device and power-management.



            Some laptops (most googled that I found were Acer) incorrectly report its battery details to Ubuntu. I'm not sure of your laptop type and model - nor its BIOS version.



            Sometimes you need to compile your own kernel with a fixed DSDT table.



            Sometimes you need to upgrade your BIOS to the very latest offered by your manufacturer.



            If you decide on the latter action you should remember that updating the BIOS of a motherboard or laptop is always a risky operation, because if something goes wrong, the risk of irreparably damaging the hardware is very high.



            You will need to follow the instructions for BIOS updates from your manufacturer.






            share|improve this answer


























            • Acer Aspire 5745G. Which option is easier? Compiling the kernel or updating the BIOS?

              – GUI Junkie
              Feb 9 '12 at 22:19











            • ... updating your BIOS ... what version is your BIOS? I would carefully read the release notes first because BIOS updating, if not done correctly can leave you without a working laptop.

              – fossfreedom
              Feb 9 '12 at 22:43











            • ... I found this link - look at the ACPI on that page. That looks like good news! linlap.com/wiki/acer+aspire+5745g

              – fossfreedom
              Feb 9 '12 at 22:44











            • The BIOS version is v1.11 (sudo dmidecode -s bios-version)

              – GUI Junkie
              Feb 9 '12 at 23:33











            • the latest version on the acer website is v1.19 - I couldnt find any release notes though :(

              – fossfreedom
              Feb 9 '12 at 23:41














            8





            +50







            8





            +50



            8




            +50





            The acpi -b error you have reported most probably indicate an ACPI type issue.



            ACPI is an open-standard for device and power-management.



            Some laptops (most googled that I found were Acer) incorrectly report its battery details to Ubuntu. I'm not sure of your laptop type and model - nor its BIOS version.



            Sometimes you need to compile your own kernel with a fixed DSDT table.



            Sometimes you need to upgrade your BIOS to the very latest offered by your manufacturer.



            If you decide on the latter action you should remember that updating the BIOS of a motherboard or laptop is always a risky operation, because if something goes wrong, the risk of irreparably damaging the hardware is very high.



            You will need to follow the instructions for BIOS updates from your manufacturer.






            share|improve this answer















            The acpi -b error you have reported most probably indicate an ACPI type issue.



            ACPI is an open-standard for device and power-management.



            Some laptops (most googled that I found were Acer) incorrectly report its battery details to Ubuntu. I'm not sure of your laptop type and model - nor its BIOS version.



            Sometimes you need to compile your own kernel with a fixed DSDT table.



            Sometimes you need to upgrade your BIOS to the very latest offered by your manufacturer.



            If you decide on the latter action you should remember that updating the BIOS of a motherboard or laptop is always a risky operation, because if something goes wrong, the risk of irreparably damaging the hardware is very high.



            You will need to follow the instructions for BIOS updates from your manufacturer.







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Feb 26 at 22:22









            Pablo Bianchi

            3,03521536




            3,03521536










            answered Feb 9 '12 at 21:34









            fossfreedomfossfreedom

            150k37331374




            150k37331374













            • Acer Aspire 5745G. Which option is easier? Compiling the kernel or updating the BIOS?

              – GUI Junkie
              Feb 9 '12 at 22:19











            • ... updating your BIOS ... what version is your BIOS? I would carefully read the release notes first because BIOS updating, if not done correctly can leave you without a working laptop.

              – fossfreedom
              Feb 9 '12 at 22:43











            • ... I found this link - look at the ACPI on that page. That looks like good news! linlap.com/wiki/acer+aspire+5745g

              – fossfreedom
              Feb 9 '12 at 22:44











            • The BIOS version is v1.11 (sudo dmidecode -s bios-version)

              – GUI Junkie
              Feb 9 '12 at 23:33











            • the latest version on the acer website is v1.19 - I couldnt find any release notes though :(

              – fossfreedom
              Feb 9 '12 at 23:41



















            • Acer Aspire 5745G. Which option is easier? Compiling the kernel or updating the BIOS?

              – GUI Junkie
              Feb 9 '12 at 22:19











            • ... updating your BIOS ... what version is your BIOS? I would carefully read the release notes first because BIOS updating, if not done correctly can leave you without a working laptop.

              – fossfreedom
              Feb 9 '12 at 22:43











            • ... I found this link - look at the ACPI on that page. That looks like good news! linlap.com/wiki/acer+aspire+5745g

              – fossfreedom
              Feb 9 '12 at 22:44











            • The BIOS version is v1.11 (sudo dmidecode -s bios-version)

              – GUI Junkie
              Feb 9 '12 at 23:33











            • the latest version on the acer website is v1.19 - I couldnt find any release notes though :(

              – fossfreedom
              Feb 9 '12 at 23:41

















            Acer Aspire 5745G. Which option is easier? Compiling the kernel or updating the BIOS?

            – GUI Junkie
            Feb 9 '12 at 22:19





            Acer Aspire 5745G. Which option is easier? Compiling the kernel or updating the BIOS?

            – GUI Junkie
            Feb 9 '12 at 22:19













            ... updating your BIOS ... what version is your BIOS? I would carefully read the release notes first because BIOS updating, if not done correctly can leave you without a working laptop.

            – fossfreedom
            Feb 9 '12 at 22:43





            ... updating your BIOS ... what version is your BIOS? I would carefully read the release notes first because BIOS updating, if not done correctly can leave you without a working laptop.

            – fossfreedom
            Feb 9 '12 at 22:43













            ... I found this link - look at the ACPI on that page. That looks like good news! linlap.com/wiki/acer+aspire+5745g

            – fossfreedom
            Feb 9 '12 at 22:44





            ... I found this link - look at the ACPI on that page. That looks like good news! linlap.com/wiki/acer+aspire+5745g

            – fossfreedom
            Feb 9 '12 at 22:44













            The BIOS version is v1.11 (sudo dmidecode -s bios-version)

            – GUI Junkie
            Feb 9 '12 at 23:33





            The BIOS version is v1.11 (sudo dmidecode -s bios-version)

            – GUI Junkie
            Feb 9 '12 at 23:33













            the latest version on the acer website is v1.19 - I couldnt find any release notes though :(

            – fossfreedom
            Feb 9 '12 at 23:41





            the latest version on the acer website is v1.19 - I couldnt find any release notes though :(

            – fossfreedom
            Feb 9 '12 at 23:41













            1














            I was able to solve this problem using fossfreedom's suggestion to update BIOS. I have an Acer Aspire TimelineX 4820T, running ubuntu 11.10. Here's what I did:




            1. sudo apt-get install unetbootin

            2. inserted blank flashdrive, used diskutil to format it to FAT

            3. downloaded the CORRECT bios update from Acer (I typed in my serial number and used the latest bios update .exe file)

            4. used unetbootin to make the USB bootable with FreeDOS

            5. copied the bios .exe file to the USB drive

            6. restarted and chose option "5" for FreeDos

            7. switched to C: drive and ran the bios executable. (Make sure you have enough power, although this doesn't take very long)

            8. removed USB drive, rebooted into Ubuntu and battery problem was solved!


            Thanks go to 4zzdawg for instructions on how to update the bios!






            share|improve this answer






























              1














              I was able to solve this problem using fossfreedom's suggestion to update BIOS. I have an Acer Aspire TimelineX 4820T, running ubuntu 11.10. Here's what I did:




              1. sudo apt-get install unetbootin

              2. inserted blank flashdrive, used diskutil to format it to FAT

              3. downloaded the CORRECT bios update from Acer (I typed in my serial number and used the latest bios update .exe file)

              4. used unetbootin to make the USB bootable with FreeDOS

              5. copied the bios .exe file to the USB drive

              6. restarted and chose option "5" for FreeDos

              7. switched to C: drive and ran the bios executable. (Make sure you have enough power, although this doesn't take very long)

              8. removed USB drive, rebooted into Ubuntu and battery problem was solved!


              Thanks go to 4zzdawg for instructions on how to update the bios!






              share|improve this answer




























                1












                1








                1







                I was able to solve this problem using fossfreedom's suggestion to update BIOS. I have an Acer Aspire TimelineX 4820T, running ubuntu 11.10. Here's what I did:




                1. sudo apt-get install unetbootin

                2. inserted blank flashdrive, used diskutil to format it to FAT

                3. downloaded the CORRECT bios update from Acer (I typed in my serial number and used the latest bios update .exe file)

                4. used unetbootin to make the USB bootable with FreeDOS

                5. copied the bios .exe file to the USB drive

                6. restarted and chose option "5" for FreeDos

                7. switched to C: drive and ran the bios executable. (Make sure you have enough power, although this doesn't take very long)

                8. removed USB drive, rebooted into Ubuntu and battery problem was solved!


                Thanks go to 4zzdawg for instructions on how to update the bios!






                share|improve this answer















                I was able to solve this problem using fossfreedom's suggestion to update BIOS. I have an Acer Aspire TimelineX 4820T, running ubuntu 11.10. Here's what I did:




                1. sudo apt-get install unetbootin

                2. inserted blank flashdrive, used diskutil to format it to FAT

                3. downloaded the CORRECT bios update from Acer (I typed in my serial number and used the latest bios update .exe file)

                4. used unetbootin to make the USB bootable with FreeDOS

                5. copied the bios .exe file to the USB drive

                6. restarted and chose option "5" for FreeDos

                7. switched to C: drive and ran the bios executable. (Make sure you have enough power, although this doesn't take very long)

                8. removed USB drive, rebooted into Ubuntu and battery problem was solved!


                Thanks go to 4zzdawg for instructions on how to update the bios!







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Feb 26 at 22:23









                Pablo Bianchi

                3,03521536




                3,03521536










                answered Jan 19 '13 at 22:42









                Steve KochSteve Koch

                195110




                195110






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Ask Ubuntu!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f100325%2fhow-to-get-the-correct-battery-status%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Mouse cursor on multiple screens with different PPI

                    Agildo Ribeiro

                    Sometime when accessing a menu: “Ubuntu 16.04 has experienced an internal error”