All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexey Starikovskiy <alexey.y.starikovskiy@linux.intel.com>
To: Nigel Nigel <nigels@hotmail.com>
Cc: linux-acpi@vger.kernel.org
Subject: Re: [repost] acpi on gentoo
Date: Mon, 12 Mar 2007 16:46:12 +0300	[thread overview]
Message-ID: <45F559A4.6090606@linux.intel.com> (raw)
In-Reply-To: <BAY123-W214EDC3E723EFE3C0B5E8FD57D0@phx.gbl>

Nigel Nigel wrote:
>
>
>
>
>
> ----------------------------------------
>   
>> Date: Mon, 12 Mar 2007 14:16:51 +0300
>> From: alexey.y.starikovskiy@linux.intel.com
>> To: nigels@hotmail.com
>> CC: linux-acpi@vger.kernel.org
>> Subject: Re: [repost] acpi on gentoo
>>
>> Nigel wrote:
>>     
>>>> Date: Sun, 11 Mar 2007 18:57:58 +0300
>>>> From: alexey.y.starikovskiy@linux.intel.com
>>>> To: nigels@hotmail.com
>>>> CC: luming.yu@gmail.com; linux-acpi@vger.kernel.org
>>>> Subject: Re: [repost] acpi on gentoo
>>>>
>>>> Nigel wrote:
>>>>         
>>>>> response inline
>>>>>
>>>>> Luming Yu said on 11/3/2007 3:12 PM:
>>>>>           
>>>>>> On 3/11/07, Nigel  wrote:
>>>>>>             
>>>>>>> Trying again to see if anyone had any other ideas.
>>>>>>>
>>>>>>> In addition:
>>>>>>> The acpid daemon is running.
>>>>>>> The same machine when booted into windows will automatically go to
>>>>>>> powersave mode when the power cable is removed.
>>>>>>>
>>>>>>>               
>>>>>> what condition is your battery in? It makes sense if battery 
>>>>>>             
>>> power is
>>>       
>>>>>> very low.
>>>>>>             
>>>>> Battery #1 : present
>>>>> Remaining capacity : 47822 mWh, 100.0%
>>>>> Design capacity : 50760 mWh
>>>>> Last full capacity : 47822 mWh, 94.21% of design capacity
>>>>> (similar output was included in the original post)
>>>>>
>>>>> Regardless of battery condition should I not still get an event for
>>>>> removing and reinserting the power cable? (Obviously waiting for a
>>>>> minute or two in-between )
>>>>>
>>>>>           
>>>>>> If battery is still full, then it sounds like a bug. You need to 
>>>>>>             
>>> test
>>>       
>>>>>> the latest base kernel before entering a acpi bug into
>>>>>> bugzilla.kernel.org.
>>>>>>             
>>>>> It works just fine on 2.6.19-r5 (gentoo)
>>>>> Whilst is *may* have been a bug, the issue should no longer exist 
>>>>>           
>>> on a
>>>       
>>>>> newer kernel.
>>>>>
>>>>>           
>>>>>>> One interesting though, if I do : modprobe button
>>>>>>> then every 30 seconds or so I get:
>>>>>>> received event "battery BAT1 00000080 00000001"
>>>>>>>
>>>>>>> Even when i do rmmod button I still keep getting these events.
>>>>>>> The only way to go back to "normal" behaviour is to reboot.
>>>>>>>
>>>>>>> Any suggestions as to what might be my problem here ?
>>>>>>>
>>>>>>>               
>>>>>> I guess your battery power level is low.
>>>>>>             
>>>>> Nope, that's not it.
>>>>> Don't really get your logic either. *Only* when a certain module is
>>>>> loaded and after that *only* a reboot stops these messages means that
>>>>> the battery is low?
>>>>>
>>>>>           
>>>>>>  > > >>
>>>>>>             
>>>>> So, I take it that my choice is limited to using the newer kernel ?
>>>>> I would normally not hesitate to use the newer kernel but my
>>>>> employer's vpn client is limited to 2.6.17
>>>>>
>>>>> Nigel.
>>>>> -
>>>>> To unsubscribe from this list: send the line "unsubscribe 
>>>>>           
>>> linux-acpi" in
>>>       
>>>>> the body of a message to majordomo@vger.kernel.org
>>>>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>>>>>           
>>>> 2.6.19-rc5 has EC driver almost re-written (drivers/acpi/ec.c). Please
>>>> check if putting it into 2.6.17 works/helps. You may also try to put an
>>>> 2.6.20/21-rc version of the same file... It has even more changes.
>>>>
>>>>
>>>> Regards,
>>>> Alex.
>>>>         
>>> I tried copying all of the directories with "acpi" and a few .h files 
>>> as well (from 2.6.19-rc5) . This is what I get:
>>>
>>> [skipped]
>>>       
>> I asked if copying of single file helps... I didn't ask you to copy all 
>> acpi files two kernel releases back and make it work...
>>     
>>> If there is a relatively simple way to get this to work. Let me know.
>>>       
>> Copy one file: drivers/acpi/ec.c
>>     
>
> Sorry, I should have explained in more detail. I did copy just the one file to start with, and  got this :
> CHK     include/linux/version.h
> CHK     include/linux/compile.h
> CC      drivers/acpi/ec.o
> drivers/acpi/ec.c: In function 'acpi_ec_gpe_handler':
> drivers/acpi/ec.c:467: warning: implicit declaration of function
> 'acpi_os_execute'
> drivers/acpi/ec.c:467: error: 'OSL_EC_BURST_HANDLER' undeclared (first
> use in this function)
> drivers/acpi/ec.c:467: error: (Each undeclared identifier is reported
> only once
> drivers/acpi/ec.c:467: error: for each function it appears in.)
> make[2]: *** [drivers/acpi/ec.o] Error 1
> make[1]: *** [drivers/acpi] Error 2
> make: *** [drivers] Error 2
>
>
> Is there something I can do to get this going ?
>
>   
change call to acpi_os_execute to call to acpi_os_queue_for_execution() 
as it was in 2.6.17.
It is just rename of the function in this case.
>>> Otherwise I'll just leave it, and hopefully in a year or so I'll be 
>>> able  to upgrade.
>>>
>>>       
>> Ok.
>>     
>>> Thanks,
>>> Nigel.
>>> -
>>> To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
>>> the body of a message to majordomo@vger.kernel.org
>>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>>       
>> -
>> To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>     
>
> _________________________________________________________________
> Explore the seven wonders of the world
> http://search.msn.com/results.aspx?q=7+wonders+world&mkt=en-US&form=QBRE

  reply	other threads:[~2007-03-12 13:46 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-12 11:26 [repost] acpi on gentoo Nigel Nigel
2007-03-12 13:46 ` Alexey Starikovskiy [this message]
2007-03-12 14:59   ` Nigel
  -- strict thread matches above, loose matches on Subject: below --
2007-03-12  9:11 Nigel
2007-03-12 11:16 ` Alexey Starikovskiy
2007-03-11 13:40 Nigel
2007-03-11 14:12 ` Luming Yu
2007-03-11 15:45   ` Nigel
2007-03-11 15:57     ` Alexey Starikovskiy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=45F559A4.6090606@linux.intel.com \
    --to=alexey.y.starikovskiy@linux.intel.com \
    --cc=linux-acpi@vger.kernel.org \
    --cc=nigels@hotmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.