public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* Acpica problem and explanations !
@ 2003-06-30 16:34 elbg
       [not found] ` <3F0066B0.90101-QFKgK+z4sOrR7s880joybQ@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: elbg @ 2003-06-30 16:34 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Hi,
Can be that I badly understood ?

- ACPICA is a product INTEL for the support of the ACPI ?
- I must delete a ACPI drivers in " /usr/src/kernel-souce/drivers/acpi/ 
" well to be able to use in place ACPICA ?
- But or must I put it this ACPICA ?
- I also put the ASLCompiler " IASL " in the directory 
"/usr/src/acpica-unix-20030619/compiler/"
- When I launch MAKE in "/usr/src/acpica-unix-20030619/compiler/" I have 
this message :
" bison -v -d -y -pAslCompiler aslcompiler.y "
" aslcompiler.y:190.12-41: type redeclaration for 
PARSEOP_ACCESSATTRIB_WORLD_CALL "
" make: *** [aslcompilerparse.c] Error 1 "

I'm doing something wrong  ?
Thank,







-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01

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

* Re: Acpica problem and explanations !
       [not found] ` <3F0066B0.90101-QFKgK+z4sOrR7s880joybQ@public.gmane.org>
@ 2003-06-30 17:38   ` elbg
       [not found]     ` <3F0075A2.9070107-QFKgK+z4sOrR7s880joybQ@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: elbg @ 2003-06-30 17:38 UTC (permalink / raw)
  To: elbg-QFKgK+z4sOrR7s880joybQ; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Hi,
Somebody can say to me if it is good what I have just said.!
Thank You ! :)

elbg a écrit :

> Hi,
> Can be that I badly understood ?
>
> - ACPICA is a product INTEL for the support of the ACPI ?
> - I must delete a ACPI drivers in " 
> /usr/src/kernel-souce/drivers/acpi/ " well to be able to use in place 
> ACPICA ?
> - But or must I put it this ACPICA ?
> - I also put the ASLCompiler " IASL " in the directory 
> "/usr/src/acpica-unix-20030619/compiler/"
> - When I launch MAKE in "/usr/src/acpica-unix-20030619/compiler/" I 
> have this message :
> " bison -v -d -y -pAslCompiler aslcompiler.y "
> " aslcompiler.y:190.12-41: type redeclaration for 
> PARSEOP_ACCESSATTRIB_WORLD_CALL "
> " make: *** [aslcompilerparse.c] Error 1 "
>
> I'm doing something wrong  ?
> Thank,
>
>
>
>
>
>
>
> -------------------------------------------------------
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are available now.
> Download today and enter to win an XBOX or Visual Studio .NET.
> http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
> _______________________________________________
> Acpi-devel mailing list
> Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> https://lists.sourceforge.net/lists/listinfo/acpi-devel





-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01

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

* Re: Acpica problem and explanations !
       [not found]     ` <3F0075A2.9070107-QFKgK+z4sOrR7s880joybQ@public.gmane.org>
@ 2003-06-30 18:28       ` Sérgio Monteiro Basto
       [not found]         ` <1056997730.3204.8.camel-4/PLUo9XfK/yXfm4dIG/yWZHpeb/A1Y/@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Sérgio Monteiro Basto @ 2003-06-30 18:28 UTC (permalink / raw)
  To: elbg-QFKgK+z4sOrR7s880joybQ; +Cc: acpi-devel

On Mon, 2003-06-30 at 18:38, elbg wrote:
> Hi,
> Somebody can say to me if it is good what I have just said.!
> Thank You ! :)
> 
> elbg a écrit :
> 
> > Hi,
> > Can be that I badly understood ?
> >
> > - ACPICA is a product INTEL for the support of the ACPI ?
> > - I must delete a ACPI drivers in " 
> > /usr/src/kernel-souce/drivers/acpi/ " well to be able to use in place 
> > ACPICA ?

no, 
> > - But or must I put it this ACPICA ?
> > - I also put the ASLCompiler " IASL " in the directory 
> > "/usr/src/acpica-unix-20030619/compiler/"
anywhere just do: tar zxvf acpica-unix-20030619.tar.gz 

> > - When I launch MAKE in "/usr/src/acpica-unix-20030619/compiler/" I 
> > have this message :
> > " bison -v -d -y -pAslCompiler aslcompiler.y "
> > " aslcompiler.y:190.12-41: type redeclaration for 
> > PARSEOP_ACCESSATTRIB_WORLD_CALL "
> > " make: *** [aslcompilerparse.c] Error 1 "
> >
> > I'm doing something wrong  ?

I don't had any problem compiling aslcompiler
can you clean up everything and doit again ?
if it fail again tell me what version of bison are you using, and some
more information about your OS ok? 

> > Thank,
> >
> >
> >
> >
> >
> >
> >
> > -------------------------------------------------------
> > This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> > Data Reports, E-commerce, Portals, and Forums are available now.
> > Download today and enter to win an XBOX or Visual Studio .NET.
> > http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
> > _______________________________________________
> > Acpi-devel mailing list
> > Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> > https://lists.sourceforge.net/lists/listinfo/acpi-devel
> 
> 
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are available now.
> Download today and enter to win an XBOX or Visual Studio .NET.
> http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
> _______________________________________________
> Acpi-devel mailing list
> Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> https://lists.sourceforge.net/lists/listinfo/acpi-devel
-- 
Sérgio Basto




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01

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

* Re: Acpica problem and explanations !
       [not found]         ` <1056997730.3204.8.camel-4/PLUo9XfK/yXfm4dIG/yWZHpeb/A1Y/@public.gmane.org>
@ 2003-06-30 19:29           ` elbg
  0 siblings, 0 replies; 8+ messages in thread
From: elbg @ 2003-06-30 19:29 UTC (permalink / raw)
  To: acpi-devel

Sérgio Monteiro Basto a écrit :

> On Mon, 2003-06-30 at 18:38, elbg wrote:
>  
>
>> Hi,
>> Somebody can say to me if it is good what I have just said.!
>> Thank You !
>>
>> elbg a écrit :
>>
>>   
>>
>>> Hi,
>>> Can be that I badly understood ?
>>>
>>> - ACPICA is a product INTEL for the support of the ACPI ?
>>> - I must delete a ACPI drivers in " 
>>> /usr/src/kernel-souce/drivers/acpi/ " well to be able to use in 
>>> place ACPICA ?
>>>     
>>
>
> no,

I said that because I read it on the Intel web-site, installation 
instrucion :  
"http://developer.intel.com/technology/iapc/acpi/downloads.htm"


>  
>
>>> - But or must I put it this ACPICA ?
>>> - I also put the ASLCompiler " IASL " in the directory 
>>> "/usr/src/acpica-unix-20030619/compiler/"
>>>     
>>
> anywhere just do: tar zxvf acpica-unix-20030619.tar.gz

Ok ! Thank

>
>  
>
>>> - When I launch MAKE in "/usr/src/acpica-unix-20030619/compiler/" I 
>>> have this message :
>>> " bison -v -d -y -pAslCompiler aslcompiler.y "
>>> " aslcompiler.y:190.12-41: type redeclaration for 
>>> PARSEOP_ACCESSATTRIB_WORLD_CALL "
>>> " make: *** [aslcompilerparse.c] Error 1 "
>>>
>>> I'm doing something wrong  ?
>>>     
>>
>
> I don't had any problem compiling aslcompiler
> can you clean up everything and doit again ?
> if it fail again tell me what version of bison are you using, and some
> more information about your OS ok?

Bison -version : 1.875a
OS : Linux/Debian Unstable Kernel 2.4.18
Gcc -version : 3.3.1 20030626 Debian Prerelease
Make -version : 3.80

You need another thing.?
Thank Sérgio,

>
>  
>
>>> Thank,
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> -------------------------------------------------------
>>> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
>>> Data Reports, E-commerce, Portals, and Forums are available now.
>>> Download today and enter to win an XBOX or Visual Studio .NET.
>>> http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 
>>>
>>> _______________________________________________
>>> Acpi-devel mailing list
>>> Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>>> https://lists.sourceforge.net/lists/listinfo/acpi-devel
>>>     
>>
>>
>>
>>
>> -------------------------------------------------------
>> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
>> Data Reports, E-commerce, Portals, and Forums are available now.
>> Download today and enter to win an XBOX or Visual Studio .NET.
>> http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
>> _______________________________________________
>> Acpi-devel mailing list
>> Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>> https://lists.sourceforge.net/lists/listinfo/acpi-devel
>>   
>




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01

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

* RE: Acpica problem and explanations !
@ 2003-07-01  0:12 Grover, Andrew
       [not found] ` <F760B14C9561B941B89469F59BA3A847E96FE5-sBd4vmA9Se4Lll3ZsUKC9FDQ4js95KgL@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Grover, Andrew @ 2003-07-01  0:12 UTC (permalink / raw)
  To: elbg-QFKgK+z4sOrR7s880joybQ, acpi-devel

> From: elbg [mailto:elbg-QFKgK+z4sOrR7s880joybQ@public.gmane.org] 
> >>> - ACPICA is a product INTEL for the support of the ACPI ?
> >>> - I must delete a ACPI drivers in " 
> >>> /usr/src/kernel-souce/drivers/acpi/ " well to be able to use in 
> >>> place ACPICA ?
> > no,
> 
> I said that because I read it on the Intel web-site, installation 
> instrucion :  
> "http://developer.intel.com/technology/iapc/acpi/downloads.htm"

Oops, yes, that is obsolete information.

-- Andy


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01

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

* Re: Acpica problem and explanations !
       [not found] ` <F760B14C9561B941B89469F59BA3A847E96FE5-sBd4vmA9Se4Lll3ZsUKC9FDQ4js95KgL@public.gmane.org>
@ 2003-07-01 10:18   ` elbg
       [not found]     ` <3F015FDD.3040104-QFKgK+z4sOrR7s880joybQ@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: elbg @ 2003-07-01 10:18 UTC (permalink / raw)
  To: Grover, Andrew; +Cc: acpi-devel

Grover, Andrew a écrit :

>>From: elbg [mailto:elbg-QFKgK+z4sOrR7s880joybQ@public.gmane.org] 
>>    
>>
>>>>>- ACPICA is a product INTEL for the support of the ACPI ?
>>>>>- I must delete a ACPI drivers in " 
>>>>>/usr/src/kernel-souce/drivers/acpi/ " well to be able to use in 
>>>>>place ACPICA ?
>>>>>          
>>>>>
>>>no,
>>>      
>>>
>>I said that because I read it on the Intel web-site, installation 
>>instrucion :  
>>"http://developer.intel.com/technology/iapc/acpi/downloads.htm"
>>    
>>
>
>Oops, yes, that is obsolete information.
>
>-- Andy
>
Hi,
Ok Thank !
But  how I install it then ??
I will have a better support of the ACPI or not for my Laptop ?
Why I have this error of compilation ?

Thank you very Much with all !

>
>
>-------------------------------------------------------
>This SF.Net email sponsored by: Free pre-built ASP.NET sites including
>Data Reports, E-commerce, Portals, and Forums are available now.
>Download today and enter to win an XBOX or Visual Studio .NET.
>http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
>_______________________________________________
>Acpi-devel mailing list
>Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>https://lists.sourceforge.net/lists/listinfo/acpi-devel
>  
>




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01

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

* Re: Acpica problem and explanations !
       [not found]     ` <3F015FDD.3040104-QFKgK+z4sOrR7s880joybQ@public.gmane.org>
@ 2003-07-01 10:32       ` elbg
  2003-07-01 10:32       ` elbg
  1 sibling, 0 replies; 8+ messages in thread
From: elbg @ 2003-07-01 10:32 UTC (permalink / raw)
  To: elbg-QFKgK+z4sOrR7s880joybQ; +Cc: Grover, Andrew, acpi-devel

elbg a écrit :

> Grover, Andrew a écrit :
>
>>> From: elbg [mailto:elbg-QFKgK+z4sOrR7s880joybQ@public.gmane.org]   
>>>
>>>>>> - ACPICA is a product INTEL for the support of the ACPI ?
>>>>>> - I must delete a ACPI drivers in " 
>>>>>> /usr/src/kernel-souce/drivers/acpi/ " well to be able to use in 
>>>>>> place ACPICA ?
>>>>>>         
>>>>>
>>>> no,
>>>>     
>>>
>>> I said that because I read it on the Intel web-site, installation 
>>> instrucion :  
>>> "http://developer.intel.com/technology/iapc/acpi/downloads.htm"
>>>   
>>
>>
>> Oops, yes, that is obsolete information.
>>
>> -- Andy
>>
> Hi,
> Ok Thank !
> But  how I install it then ??
> I will have a better support of the ACPI or not for my Laptop ?
> Why I have this error of compilation ?
>
> Thank you very Much with all ! 

Ho ! Sorry I had forgotten,  You are sure this information is obsolete ??
Because Files last Update June 19 2003 ! : ( 
http://developer.intel.com/technology/iapc/acpi/downloads.htm )

Thank !

>
>
>>
>>
>> -------------------------------------------------------
>> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
>> Data Reports, E-commerce, Portals, and Forums are available now.
>> Download today and enter to win an XBOX or Visual Studio .NET.
>> http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
>> _______________________________________________
>> Acpi-devel mailing list
>> Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>> https://lists.sourceforge.net/lists/listinfo/acpi-devel
>>  
>>
>
>
>
>
> -------------------------------------------------------
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are available now.
> Download today and enter to win an XBOX or Visual Studio .NET.
> http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
> _______________________________________________
> Acpi-devel mailing list
> Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> https://lists.sourceforge.net/lists/listinfo/acpi-devel
>




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01

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

* Re: Acpica problem and explanations !
       [not found]     ` <3F015FDD.3040104-QFKgK+z4sOrR7s880joybQ@public.gmane.org>
  2003-07-01 10:32       ` elbg
@ 2003-07-01 10:32       ` elbg
  1 sibling, 0 replies; 8+ messages in thread
From: elbg @ 2003-07-01 10:32 UTC (permalink / raw)
  To: elbg-QFKgK+z4sOrR7s880joybQ; +Cc: Grover, Andrew, acpi-devel

elbg a écrit :

> Grover, Andrew a écrit :
>
>>> From: elbg [mailto:elbg-QFKgK+z4sOrR7s880joybQ@public.gmane.org]   
>>>
>>>>>> - ACPICA is a product INTEL for the support of the ACPI ?
>>>>>> - I must delete a ACPI drivers in " 
>>>>>> /usr/src/kernel-souce/drivers/acpi/ " well to be able to use in 
>>>>>> place ACPICA ?
>>>>>>         
>>>>>
>>>> no,
>>>>     
>>>
>>> I said that because I read it on the Intel web-site, installation 
>>> instrucion :  
>>> "http://developer.intel.com/technology/iapc/acpi/downloads.htm"
>>>   
>>
>>
>> Oops, yes, that is obsolete information.
>>
>> -- Andy
>>
> Hi,
> Ok Thank !
> But  how I install it then ??
> I will have a better support of the ACPI or not for my Laptop ?
> Why I have this error of compilation ?
>
> Thank you very Much with all ! 

Ho ! Sorry I had forgotten,  You are sure this information is obsolete ??
Because Files last Update June 19 2003 ! : ( 
http://developer.intel.com/technology/iapc/acpi/downloads.htm )

Thank !

>
>
>>
>>
>> -------------------------------------------------------
>> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
>> Data Reports, E-commerce, Portals, and Forums are available now.
>> Download today and enter to win an XBOX or Visual Studio .NET.
>> http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
>> _______________________________________________
>> Acpi-devel mailing list
>> Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>> https://lists.sourceforge.net/lists/listinfo/acpi-devel
>>  
>>
>
>
>
>
> -------------------------------------------------------
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are available now.
> Download today and enter to win an XBOX or Visual Studio .NET.
> http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
> _______________________________________________
> Acpi-devel mailing list
> Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> https://lists.sourceforge.net/lists/listinfo/acpi-devel
>




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01

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

end of thread, other threads:[~2003-07-01 10:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-30 16:34 Acpica problem and explanations ! elbg
     [not found] ` <3F0066B0.90101-QFKgK+z4sOrR7s880joybQ@public.gmane.org>
2003-06-30 17:38   ` elbg
     [not found]     ` <3F0075A2.9070107-QFKgK+z4sOrR7s880joybQ@public.gmane.org>
2003-06-30 18:28       ` Sérgio Monteiro Basto
     [not found]         ` <1056997730.3204.8.camel-4/PLUo9XfK/yXfm4dIG/yWZHpeb/A1Y/@public.gmane.org>
2003-06-30 19:29           ` elbg
  -- strict thread matches above, loose matches on Subject: below --
2003-07-01  0:12 Grover, Andrew
     [not found] ` <F760B14C9561B941B89469F59BA3A847E96FE5-sBd4vmA9Se4Lll3ZsUKC9FDQ4js95KgL@public.gmane.org>
2003-07-01 10:18   ` elbg
     [not found]     ` <3F015FDD.3040104-QFKgK+z4sOrR7s880joybQ@public.gmane.org>
2003-07-01 10:32       ` elbg
2003-07-01 10:32       ` elbg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox