linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* RE: ACPI bombing, ACPI Exception (acpi_bus-0071): AE_NOT_FOUND
@ 2006-07-25 16:44 Brown, Len
  2006-07-25 18:04 ` Kristen Carlson Accardi
  0 siblings, 1 reply; 5+ messages in thread
From: Brown, Len @ 2006-07-25 16:44 UTC (permalink / raw)
  To: Accardi, Kristen C, George Nychis; +Cc: linux-kernel, linux-acpi, akpm


>> Hey guys,
>> 
>> I am running a 2.6.18-rc1-git7 kernel on my IBM Thinkpad x60s, with
>> CONFIG_ACPI_DOCK=y
>> 
>> Whenever the computer is inserted into the dock, ACPI seems to bomb:
>> http://rafb.net/paste/results/GW5E8747.html
>> 
>> I was wondering if anyone could help me solve this problem, 
>I believe it
>> is keeping me from using my cdrom drive on the dock since it does not
>> show up in /dev.  I have also contacted Kristen Accardi 
>about it, who I
>> believe wrote the dock code... but I wasn't sure if this is a further
>> problem in ACPI somewhere.
>> 
>> Here is my full config:
>> http://rafb.net/paste/results/o2gSVu90.html
>> 
>> Thanks!
>> George

>Hello everyone,
>I am working on getting an x60 to duplicate the cdrom issue 
>this week.  However, I was wondering if there was anything we 
>could do about these AE_NOT_FOUND messages.  A lot of people 
>believe that they are errors, but in fact they are normal for 
>hotplugging.  Would it be ok if I just get rid of that error 
>message?  It generates unneccessary consternation.

In 2.6.17, this was a DEBUG message.
I'll return it to being a DEBUG message for 2.6.18.

BTW. I can't follow the URLs above, hopefully you can.
stashing logs in a bugzilla entry is generally a better method,
because "bugzilla never forgets".

thanks,
-Len

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ACPI bombing, ACPI Exception (acpi_bus-0071): AE_NOT_FOUND
  2006-07-25 16:44 ACPI bombing, ACPI Exception (acpi_bus-0071): AE_NOT_FOUND Brown, Len
@ 2006-07-25 18:04 ` Kristen Carlson Accardi
  2006-07-25 18:37   ` George Nychis
  0 siblings, 1 reply; 5+ messages in thread
From: Kristen Carlson Accardi @ 2006-07-25 18:04 UTC (permalink / raw)
  To: Brown, Len; +Cc: gnychis, linux-kernel, linux-acpi, akpm

On Tue, 25 Jul 2006 09:44:06 -0700
"Brown, Len" <len.brown@intel.com> wrote:

> 
> >> Hey guys,
> >> 
> >> I am running a 2.6.18-rc1-git7 kernel on my IBM Thinkpad x60s, with
> >> CONFIG_ACPI_DOCK=y
> >> 
> >> Whenever the computer is inserted into the dock, ACPI seems to bomb:
> >> http://rafb.net/paste/results/GW5E8747.html
> >> 
> >> I was wondering if anyone could help me solve this problem, 
> >I believe it
> >> is keeping me from using my cdrom drive on the dock since it does not
> >> show up in /dev.  I have also contacted Kristen Accardi 
> >about it, who I
> >> believe wrote the dock code... but I wasn't sure if this is a further
> >> problem in ACPI somewhere.
> >> 
> >> Here is my full config:
> >> http://rafb.net/paste/results/o2gSVu90.html
> >> 
> >> Thanks!
> >> George
> 
> >Hello everyone,
> >I am working on getting an x60 to duplicate the cdrom issue 
> >this week.  However, I was wondering if there was anything we 
> >could do about these AE_NOT_FOUND messages.  A lot of people 
> >believe that they are errors, but in fact they are normal for 
> >hotplugging.  Would it be ok if I just get rid of that error 
> >message?  It generates unneccessary consternation.
> 
> In 2.6.17, this was a DEBUG message.
> I'll return it to being a DEBUG message for 2.6.18.
> 
> BTW. I can't follow the URLs above, hopefully you can.
> stashing logs in a bugzilla entry is generally a better method,
> because "bugzilla never forgets".
> 
> thanks,
> -Len

I can't follow them either, but I had looked at them earlier in the week when George contacted me privately. Of course, I stupidly didn't save them then. George, can you make sure you have all this information stored in a bugzilla entry, and the bugzilla can be assigned to me.

Thanks,
Kristen

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ACPI bombing, ACPI Exception (acpi_bus-0071): AE_NOT_FOUND
  2006-07-25 18:04 ` Kristen Carlson Accardi
@ 2006-07-25 18:37   ` George Nychis
  0 siblings, 0 replies; 5+ messages in thread
From: George Nychis @ 2006-07-25 18:37 UTC (permalink / raw)
  To: Kristen Carlson Accardi; +Cc: Brown, Len, linux-kernel, linux-acpi, akpm



Kristen Carlson Accardi wrote:
> On Tue, 25 Jul 2006 09:44:06 -0700
> "Brown, Len" <len.brown@intel.com> wrote:
> 
>>>> Hey guys,
>>>>
>>>> I am running a 2.6.18-rc1-git7 kernel on my IBM Thinkpad x60s, with
>>>> CONFIG_ACPI_DOCK=y
>>>>
>>>> Whenever the computer is inserted into the dock, ACPI seems to bomb:
>>>> http://rafb.net/paste/results/GW5E8747.html
>>>>
>>>> I was wondering if anyone could help me solve this problem, 
>>> I believe it
>>>> is keeping me from using my cdrom drive on the dock since it does not
>>>> show up in /dev.  I have also contacted Kristen Accardi 
>>> about it, who I
>>>> believe wrote the dock code... but I wasn't sure if this is a further
>>>> problem in ACPI somewhere.
>>>>
>>>> Here is my full config:
>>>> http://rafb.net/paste/results/o2gSVu90.html
>>>>
>>>> Thanks!
>>>> George
>>> Hello everyone,
>>> I am working on getting an x60 to duplicate the cdrom issue 
>>> this week.  However, I was wondering if there was anything we 
>>> could do about these AE_NOT_FOUND messages.  A lot of people 
>>> believe that they are errors, but in fact they are normal for 
>>> hotplugging.  Would it be ok if I just get rid of that error 
>>> message?  It generates unneccessary consternation.
>> In 2.6.17, this was a DEBUG message.
>> I'll return it to being a DEBUG message for 2.6.18.
>>
>> BTW. I can't follow the URLs above, hopefully you can.
>> stashing logs in a bugzilla entry is generally a better method,
>> because "bugzilla never forgets".
>>
>> thanks,
>> -Len
> 
> I can't follow them either, but I had looked at them earlier in the week when George contacted me privately. Of course, I stupidly didn't save them then. George, can you make sure you have all this information stored in a bugzilla entry, and the bugzilla can be assigned to me.
> 
> Thanks,
> Kristen
> 

Ahhh, i thought nopaste was forever.  I will definitely put this in a
bugzilla entry and regenerate it.  My dock is at my apartment, when I
get there tonight I will do it.

Thanks!
George

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ACPI bombing, ACPI Exception (acpi_bus-0071): AE_NOT_FOUND
  2006-07-21 20:13 George Nychis
@ 2006-07-25 15:17 ` Kristen Carlson Accardi
  0 siblings, 0 replies; 5+ messages in thread
From: Kristen Carlson Accardi @ 2006-07-25 15:17 UTC (permalink / raw)
  To: George Nychis; +Cc: linux-kernel, linux-acpi, akpm

On Fri, 21 Jul 2006 16:13:23 -0400
George Nychis <gnychis@cmu.edu> wrote:

> Hey guys,
> 
> I am running a 2.6.18-rc1-git7 kernel on my IBM Thinkpad x60s, with
> CONFIG_ACPI_DOCK=y
> 
> Whenever the computer is inserted into the dock, ACPI seems to bomb:
> http://rafb.net/paste/results/GW5E8747.html
> 
> I was wondering if anyone could help me solve this problem, I believe it
> is keeping me from using my cdrom drive on the dock since it does not
> show up in /dev.  I have also contacted Kristen Accardi about it, who I
> believe wrote the dock code... but I wasn't sure if this is a further
> problem in ACPI somewhere.
> 
> Here is my full config:
> http://rafb.net/paste/results/o2gSVu90.html
> 
> Thanks!
> George
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

Hello everyone,
I am working on getting an x60 to duplicate the cdrom issue this week.  However, I was wondering if there was anything we could do about these AE_NOT_FOUND messages.  A lot of people believe that they are errors, but in fact they are normal for hotplugging.  Would it be ok if I just get rid of that error message?  It generates unneccessary consternation.

Kristen

^ permalink raw reply	[flat|nested] 5+ messages in thread

* ACPI bombing, ACPI Exception (acpi_bus-0071): AE_NOT_FOUND
@ 2006-07-21 20:13 George Nychis
  2006-07-25 15:17 ` Kristen Carlson Accardi
  0 siblings, 1 reply; 5+ messages in thread
From: George Nychis @ 2006-07-21 20:13 UTC (permalink / raw)
  To: lkml

Hey guys,

I am running a 2.6.18-rc1-git7 kernel on my IBM Thinkpad x60s, with
CONFIG_ACPI_DOCK=y

Whenever the computer is inserted into the dock, ACPI seems to bomb:
http://rafb.net/paste/results/GW5E8747.html

I was wondering if anyone could help me solve this problem, I believe it
is keeping me from using my cdrom drive on the dock since it does not
show up in /dev.  I have also contacted Kristen Accardi about it, who I
believe wrote the dock code... but I wasn't sure if this is a further
problem in ACPI somewhere.

Here is my full config:
http://rafb.net/paste/results/o2gSVu90.html

Thanks!
George

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-07-25 18:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-25 16:44 ACPI bombing, ACPI Exception (acpi_bus-0071): AE_NOT_FOUND Brown, Len
2006-07-25 18:04 ` Kristen Carlson Accardi
2006-07-25 18:37   ` George Nychis
  -- strict thread matches above, loose matches on Subject: below --
2006-07-21 20:13 George Nychis
2006-07-25 15:17 ` Kristen Carlson Accardi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).