Announcement

Collapse
No announcement yet.

No Batteries Available.

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    No Batteries Available.

    I installed Kubuntu 18.04 on my new-to-me Acer and my Battery/Brightness widget is showing "No Batteries Available." but there is obviously a battery installed. A sealed one at that. I didn't find anything searching the forum.
    If you think Education is expensive, try ignorance.

    The difference between genius and stupidity is genius has limits.

    #2
    In the repository is an app titled “acer-firmware”, or something like that.
    "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
    – John F. Kennedy, February 26, 1962.

    Comment


      #3
      Originally posted by GreyGeek View Post
      In the repository is an app titled “acer-firmware”, or something like that.
      Do you know which repository? I didn't find it in Discover/Synaptic/Muon
      If you think Education is expensive, try ignorance.

      The difference between genius and stupidity is genius has limits.

      Comment


        #4
        First I added the battery widget to the taskbar but this morning while cruising through the system settings looking for something totally unrelated I clicked on the driver manager. It recommended a more recent Nvidia driver than the one I was using. When I changed that and rebooted, I got the old widget back.
        If you think Education is expensive, try ignorance.

        The difference between genius and stupidity is genius has limits.

        Comment


          #5
          Originally posted by GreyGeek View Post
          In the repository is an app titled “acer-firmware”, or something like that.
          Code:
          apt search acer | grep -i firmware
          and
          Code:
          apt search firmware | grep -i firmware
          both come up empty on Kubuntu 18.04 for me.
          Kubuntu 20.04

          Comment


            #6
            NVidia related ... Interesting!

            When I went searching for that "acer firmware" I realized that it was actually an acer kernel mod that I used.
            acer_wmi.
            Also, there is wmi, wmi_bmof, and acerhdf
            Modinfo gives the dope on them.
            The acerhdf was interesting:
            Code:
            :~$ [B]modinfo acerhdf[/B]
            filename:       /lib/modules/4.13.0-43-generic/kernel/drivers/platform/x86/acerhdf.ko
            alias:          dmi:*:*Acer*:pnExtensa 5420*:
            alias:          dmi:*:*Packard*Bell*:pnDOTVR46*:
            alias:          dmi:*:*Packard*Bell*:pnDOTMA*:
            alias:          dmi:*:*Packard*Bell*:pnENBFT*:
            alias:          dmi:*:*Packard*Bell*:pnDOTMU*:
            alias:          dmi:*:*Packard*Bell*:pnDOA*:
            alias:          dmi:*:*Packard*Bell*:pnAOA*:
            alias:          dmi:*:*Gateway*:pnLT31*:
            alias:          dmi:*:*Gateway*:pnAOA*:
            alias:          dmi:*:*Acer*:TM8573T:
            alias:          dmi:*:*Acer*:TravelMate*7730G:
            alias:          dmi:*:*Acer*:pnAspire*5315:
            alias:          dmi:*:*Acer*:pnAspire*One*753:
            alias:          dmi:*:*Acer*:pnAspire*5739G:
            alias:          dmi:*:*Acer*:pnAO531*:
            alias:          dmi:*:*Acer*:pnAO521*:
            alias:          dmi:*:*Acer*:pnAspire*1825PTZ:
            alias:          dmi:*:*Acer*:pnAspire*5755G:
            alias:          dmi:*:*Acer*:pnAspire*1810*:
            alias:          dmi:*:*Acer*:pnAspire*1410*:
            alias:          dmi:*:*Acer*:pnAO751h*:
            alias:          dmi:*:*Acer*:pnAOA*:
            description:    Aspire One temperature and fan driver
            author:         Peter Feuerer
            license:        GPL
            srcversion:     76FFF4B8A74ED23B9F0CF5D
            depends:        
            intree:         Y
            name:           acerhdf
            vermagic:       4.13.0-43-generic SMP mod_unload 
            parm:           [B]kernelmode[/B]:Kernel mode fan control on / off (uint)
            parm:           [B]interval[/B]:Polling interval of temperature check (uint)
            parm:           [B]fanon[/B]:Turn the fan on above this temperature (uint)
            parm:           [B]fanoff[/B]:Turn the fan off below this temperature (uint)
            parm:           verbose:Enable verbose dmesg output (uint)
            parm:           force_bios:Force BIOS version and omit BIOS check (string)
            parm:           force_product:Force BIOS product and omit BIOS check (string)
            And, I found these links:
            http://www.tomsguide.com/answers/id-...ry-charge.html
            https://github.com/jfrimmel/Acer-Switch-Battery-Module
            "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
            – John F. Kennedy, February 26, 1962.

            Comment

            Working...
            X