ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Centos 7.3 Installed

    IT Discussion
    centos centos 7 centos 7.3 battery indicator linux kde
    4
    17
    2.1k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • scottalanmillerS
      scottalanmiller
      last edited by

      I would assume that to some degree this is hardware dependent. Maybe CentOS 7.3 does not support your laptop. CentOS is not known for working well with laptops, it's not really designed for that. And at this point, CentOS 7 is decently old and 7.3 is not up to date. The combination easily might simply mean that you don't get a battery indicator.

      1 Reply Last reply Reply Quote 0
      • LakshmanaL
        Lakshmana
        last edited by

        Whether the name of the package helps?

        Reid CooperR 1 Reply Last reply Reply Quote 0
        • LakshmanaL
          Lakshmana @Reid Cooper
          last edited by

          @reid-cooper how can i find the battery package name?

          Reid CooperR 1 Reply Last reply Reply Quote 0
          • Reid CooperR
            Reid Cooper @Lakshmana
            last edited by

            @lakshmana said in Centos 7.3 Installed:

            Whether the name of the package helps?

            It's required. If you don't know it, or we can't figure it out, there is no way to install it.

            1 Reply Last reply Reply Quote 0
            • Reid CooperR
              Reid Cooper @Lakshmana
              last edited by

              @lakshmana said in Centos 7.3 Installed:

              @reid-cooper how can i find the battery package name?

              I don't know, perhaps knowing what hardware you are using would give us a lead?

              1 Reply Last reply Reply Quote 1
              • stacksofplatesS
                stacksofplates
                last edited by

                If nothing else, get off of 7.3 and move to 7.4. You can check the battery from the cli by typing acpi. If that works, it's probably whatever KDE is using for measuring the battery doesn't work with your system.

                LakshmanaL 1 Reply Last reply Reply Quote 1
                • LakshmanaL
                  Lakshmana @stacksofplates
                  last edited by

                  @stacksofplates for acpi "command not found" is the error

                  stacksofplatesS 1 Reply Last reply Reply Quote 0
                  • stacksofplatesS
                    stacksofplates @Lakshmana
                    last edited by

                    @lakshmana said in Centos 7.3 Installed:

                    @stacksofplates for acpi "command not found" is the error

                    You'll have to install it.

                    yum install acpi
                    
                    LakshmanaL scottalanmillerS 2 Replies Last reply Reply Quote 0
                    • LakshmanaL
                      Lakshmana @stacksofplates
                      last edited by

                      @stacksofplates No package acpi is the error i am getting

                      1 Reply Last reply Reply Quote 0
                      • scottalanmillerS
                        scottalanmiller @stacksofplates
                        last edited by

                        @stacksofplates said in Centos 7.3 Installed:

                        @lakshmana said in Centos 7.3 Installed:

                        @stacksofplates for acpi "command not found" is the error

                        You'll have to install it.

                        yum install acpi
                        

                        The package has one more letter in the name. Should be this...

                        yum install acpid
                        

                        Then you can fire it up like this...

                        systemctl start acpid
                        systemctl enable acpid
                        
                        LakshmanaL stacksofplatesS 2 Replies Last reply Reply Quote 1
                        • LakshmanaL
                          Lakshmana @scottalanmiller
                          last edited by

                          @scottalanmiller said in Centos 7.3 Installed:

                          @stacksofplates said in Centos 7.3 Installed:

                          @lakshmana said in Centos 7.3 Installed:

                          @stacksofplates for acpi "command not found" is the error

                          You'll have to install it.

                          yum install acpi
                          

                          The package has one more letter in the name. Should be this...

                          yum install acpid
                          

                          Then you can fire it up like this...

                          systemctl start acpid
                          systemctl enable acpid
                          

                          Installation done but error comes
                          [root@localhost ~]# sysctl start acpid
                          sysctl: cannot stat /proc/sys/start: No such file or directory
                          sysctl: cannot stat /proc/sys/acpid: No such file or directory
                          [root@localhost ~]# sysctl enable acpid
                          sysctl: cannot stat /proc/sys/enable: No such file or directory
                          sysctl: cannot stat /proc/sys/acpid: No such file or directory
                          [root@localhost ~]#

                          stacksofplatesS 1 Reply Last reply Reply Quote 0
                          • stacksofplatesS
                            stacksofplates @scottalanmiller
                            last edited by

                            @scottalanmiller said in Centos 7.3 Installed:

                            @stacksofplates said in Centos 7.3 Installed:

                            @lakshmana said in Centos 7.3 Installed:

                            @stacksofplates for acpi "command not found" is the error

                            You'll have to install it.

                            yum install acpi
                            

                            The package has one more letter in the name. Should be this...

                            yum install acpid
                            

                            Then you can fire it up like this...

                            systemctl start acpid
                            systemctl enable acpid
                            

                            ah my bad, posted in a hurry. Sorry about that.

                            1 Reply Last reply Reply Quote 1
                            • stacksofplatesS
                              stacksofplates @Lakshmana
                              last edited by

                              @lakshmana said in Centos 7.3 Installed:

                              @scottalanmiller said in Centos 7.3 Installed:

                              @stacksofplates said in Centos 7.3 Installed:

                              @lakshmana said in Centos 7.3 Installed:

                              @stacksofplates for acpi "command not found" is the error

                              You'll have to install it.

                              yum install acpi
                              

                              The package has one more letter in the name. Should be this...

                              yum install acpid
                              

                              Then you can fire it up like this...

                              systemctl start acpid
                              systemctl enable acpid
                              

                              Installation done but error comes
                              [root@localhost ~]# sysctl start acpid
                              sysctl: cannot stat /proc/sys/start: No such file or directory
                              sysctl: cannot stat /proc/sys/acpid: No such file or directory
                              [root@localhost ~]# sysctl enable acpid
                              sysctl: cannot stat /proc/sys/enable: No such file or directory
                              sysctl: cannot stat /proc/sys/acpid: No such file or directory
                              [root@localhost ~]#

                              It's systemctl not sysctl. Two different things.

                              LakshmanaL 2 Replies Last reply Reply Quote 0
                              • LakshmanaL
                                Lakshmana @stacksofplates
                                last edited by

                                @stacksofplates Done

                                1 Reply Last reply Reply Quote 0
                                • LakshmanaL
                                  Lakshmana @stacksofplates
                                  last edited by

                                  @stacksofplates said in Centos 7.3 Installed:

                                  @lakshmana said in Centos 7.3 Installed:

                                  @scottalanmiller said in Centos 7.3 Installed:

                                  @stacksofplates said in Centos 7.3 Installed:

                                  @lakshmana said in Centos 7.3 Installed:

                                  @stacksofplates for acpi "command not found" is the error

                                  You'll have to install it.

                                  yum install acpi
                                  

                                  The package has one more letter in the name. Should be this...

                                  yum install acpid
                                  

                                  Then you can fire it up like this...

                                  systemctl start acpid
                                  systemctl enable acpid
                                  

                                  Installation done but error comes
                                  [root@localhost ~]# sysctl start acpid
                                  sysctl: cannot stat /proc/sys/start: No such file or directory
                                  sysctl: cannot stat /proc/sys/acpid: No such file or directory
                                  [root@localhost ~]# sysctl enable acpid
                                  sysctl: cannot stat /proc/sys/enable: No such file or directory
                                  sysctl: cannot stat /proc/sys/acpid: No such file or directory
                                  [root@localhost ~]#

                                  It's systemctl not sysctl. Two different things.

                                  Thanks

                                  1 Reply Last reply Reply Quote 0
                                  • 1 / 1
                                  • First post
                                    Last post