Announcement

Collapse
No announcement yet.

Missing /proc/acpi

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

    Missing /proc/acpi

    The battery status widget on my Oneiric system indicates no battery/no AC adapter, though both are present. Apparently the problem is that /proc/acpi is missing. Since I keep my system fully updated, what package am I missing?

    #2
    Re: Missing /proc/acpi

    ? what dose
    Code:
    ls /proc/acpi
    show?

    are you booting with a noacpi option or similar.

    VINNY

    i7 4core HT 8MB L3 2.9GHz
    16GB RAM
    Nvidia GTX 860M 4GB RAM 1152 cuda cores

    Comment


      #3
      Re: Missing /proc/acpi

      To answer your question, Vinny:

      Code:
      pwa@pwa-K60IJ:~$ ls /proc/acpi
      ls: cannot access /proc/acpi: No such file or directory
      If I'm running with the noacpi option set, where would I find that setting? I remember at one time having to fiddle with that stuff to solve a problem, but that was quite a while ago.

      Comment


        #4
        Re: Missing /proc/acpi

        it would be on the end of your boot line in /boot/grub/grub.cfg

        when I do a search for acpi in synaptic I find acpid,acpi-support,powermgmt-base & toshset
        installed .

        VINNY
        i7 4core HT 8MB L3 2.9GHz
        16GB RAM
        Nvidia GTX 860M 4GB RAM 1152 cuda cores

        Comment


          #5
          Acpi quandary

          I found the acpi setting in /etc/default/grub: it's the line GRUB_CMDLINE_LINUX_DEFAULT. I had acpi=off there. I removed it and the battery indicator worked again -- but the brightness control no longer worked. The indicator moved correctly but the brightness didn't change.

          So the quandary is this: with acpi enabled, the battery indicator works but the brightness control doesn't. With acpi disabled, the brightness control works but the battery indicator doesn't. Is there any way to get both?

          My guess is that there's some kind of kernel bug here, but I don't know where to report it.

          Comment


            #6
            Re: Missing /proc/acpi

            IDK .....mine all works :P

            VINNY
            i7 4core HT 8MB L3 2.9GHz
            16GB RAM
            Nvidia GTX 860M 4GB RAM 1152 cuda cores

            Comment


              #7
              Re: Acpi quandary

              Originally posted by pwabrahams
              Is there any way to get both?
              Let's learn more about your machine. What's the make/model? Also, please post the output of the command lspci

              Comment


                #8
                My machine

                I'm running on an Asus K60IJ laptop. lspci says:

                Code:
                pwa@pwa-K60IJ:~$ lspci
                00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 09)
                00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 09)
                00:02.1 Display controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 09)
                00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03)
                00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03)
                00:1a.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03)
                00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03)
                00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
                00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03)
                00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 (rev 03)
                00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 (rev 03)
                00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03)
                00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03)
                00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03)
                00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03)
                00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
                00:1f.0 ISA bridge: Intel Corporation ICH9M LPC Interface Controller (rev 03)
                00:1f.2 SATA controller: Intel Corporation ICH9M/M-E SATA AHCI Controller (rev 03)
                02:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
                03:00.0 Ethernet controller: Atheros Communications AR8121/AR8113/AR8114 Gigabit or Fast Ethernet (rev b0)
                pwa@pwa-K60IJ:~$
                I hope this helps.

                Comment


                  #9
                  Re: Missing /proc/acpi

                  Other GRUB_CMDLINE_LINUX_DEFAULT options you can try are:

                  noapic
                  acpi=noirq
                  acpi.power_nocheck=1

                  Trying one at a time. It may be that none will give you the 'solution', but it won't hurt to try.
                  Using Kubuntu Linux since March 23, 2007
                  "It is a capital mistake to theorize before one has data." - Sherlock Holmes

                  Comment

                  Working...
                  X