public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* iasl now requires glibc 2.3?
@ 2003-05-13  5:47 Preston Lord
       [not found] ` <1052804863.1925.4.camel-vc4QrBckZ/BTmvShAG/hGA@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Preston Lord @ 2003-05-13  5:47 UTC (permalink / raw)
  To: acpi-devel-pyega4qmqnRoyOMFzWx49A

After much reading I find myself ready to dive into the proceedures of
http://developer.intel.com/technology/iapc/acpi/bios_override.htm BUT
when Itry to use iasl on SuSE 8.1 it states I now need to use glibc 2.3
:( tell me it aint so... is there an older version of this util that
will allow be to disassemble and reassemble my DSDT?

I am doing this for a ACER TM 430 ... if anyone has specific advice for
that model of laptop.

Thanks again... still banging my head on the wall...

-- 
Preston Lord
Programmer/Developer/Network Specialist
Double "T" Computer Services
SK, CA Ph.1.306.773.2054
==============================
http://www.t2.net (Hosting)
http://www.dinamicweb.com (iHTML Driven Dropsites)
http://www.ebboard.ca (iHTML Discussion Forum Software)





-------------------------------------------------------
Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara
The only event dedicated to issues related to Linux enterprise solutions
www.enterpriselinuxforum.com

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

* toshiba_acpi.o failed
       [not found]     ` <3EC0AB25.3020300-XuTx12Z7TonQT0dZR+AlfA@public.gmane.org>
@ 2003-05-13  7:53       ` Preston Lord
       [not found]         ` <1052812391.2390.35.camel-vc4QrBckZ/BTmvShAG/hGA@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Preston Lord @ 2003-05-13  7:53 UTC (permalink / raw)
  To: sjb; +Cc: acpi-devel-pyega4qmqnRoyOMFzWx49A

OK, I have managed that... now I am stumped.. after disassembling the
DSDT I realize Holy $h!7 ... I havent a clue on what to change in there!

I do have another question. After upgrading to the 2.4.20 kernel I
notice the following in my boot log, mabey I have another simpler
problem?: (I have an Acer TM430 Laptop)

=======================================================================
Loading ACPI modules (ac fan processor insmod:
/lib/modules/2.4.20-4GB/kernel/drivers/acpi/toshiba_acpi.o: init_module:
No such device


insmod: Hint: insmod errors can be caused by incorrect module
parameters, including invalid IO or IRQ parameters.

      You may find more information in syslog or the output from dmesg


insmod: /lib/modules/2.4.20-4GB/kernel/drivers/acpi/toshiba_acpi.o:
insmod /lib/modules/2.4.20-4GB/kernel/drivers/acpi/toshiba_acpi.o failed


insmod: /lib/modules/2.4.20-4GB/kernel/drivers/acpi/toshiba_acpi.o:
insmod toshiba_acpi failed


battery thermal button ) 
done

Starting acpid <notice>
done
=======================================================================


Please tell me that I am close LOL...

Preston


On Tue, 2003-05-13 at 02:21, sjb wrote:
> Preston Lord wrote:
> 
> > :( tell me it aint so... is there an older version of this util that
> > will allow be to disassemble and reassemble my DSDT?
> 
> Hi,
> 
> you can make your own iasl from the source code at Intel.
> 
> http://www.intel.com/technology/iapc/acpi/downloads.htm
> 
> Worked for me ;-)
> 
> sjb
> 
> 
> 
> -------------------------------------------------------
> Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara
> The only event dedicated to issues related to Linux enterprise solutions
> www.enterpriselinuxforum.com
> 
> _______________________________________________
> Acpi-devel mailing list
> Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> https://lists.sourceforge.net/lists/listinfo/acpi-devel
-- 
Preston Lord
Programmer/Developer/Network Specialist
Double "T" Computer Services
SK, CA Ph.1.306.773.2054
==============================
http://www.t2.net (Hosting)
http://www.dinamicweb.com (iHTML Driven Dropsites)
http://www.ebboard.ca (iHTML Discussion Forum Software)





-------------------------------------------------------
Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara
The only event dedicated to issues related to Linux enterprise solutions
www.enterpriselinuxforum.com

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

* Re: toshiba_acpi.o failed
       [not found]             ` <3EC0B400.3040807-XuTx12Z7TonQT0dZR+AlfA@public.gmane.org>
@ 2003-05-13  8:10               ` Preston Lord
       [not found]                 ` <1052813439.2390.40.camel-vc4QrBckZ/BTmvShAG/hGA@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Preston Lord @ 2003-05-13  8:10 UTC (permalink / raw)
  To: sjb; +Cc: acpi-devel-pyega4qmqnRoyOMFzWx49A

I read that article and cant get it figured out... I will keep working
at it. I have a feeling I am missing something simple. What does the
following supposed to tell me? How do I correct the "No Such Device?"
errors? LOL, I love linux, but $h!7 he he..

Loading ACPI modules (ac fan processor insmod:
/lib/modules/2.4.20-4GB/kernel/drivers/acpi/toshiba_acpi.o: init_module:
No such device


insmod: Hint: insmod errors can be caused by incorrect module
parameters, including invalid IO or IRQ parameters.

      You may find more information in syslog or the output from dmesg


insmod: /lib/modules/2.4.20-4GB/kernel/drivers/acpi/toshiba_acpi.o:
insmod /lib/modules/2.4.20-4GB/kernel/drivers/acpi/toshiba_acpi.o failed


insmod: /lib/modules/2.4.20-4GB/kernel/drivers/acpi/toshiba_acpi.o:
insmod toshiba_acpi failed


battery thermal button ) 
done

Starting acpid <notice>
done







On Tue, 2003-05-13 at 02:59, sjb wrote:
> Preston Lord wrote:
> 
> > OK, I have managed that... now I am stumped.. after disassembling the
> > DSDT I realize Holy $h!7 ... I havent a clue on what to change in there!
> 
> Frankly, neither did I .. but thanks to the efforts and perseverence of 
> a couple of list members I have a fixed (but untested) dsdt for my U1.
> 
> There's a useful page here BTW
> 
> http://www.cpqlinux.com/acpi-howto.html
> 
> that may help you fix the more obvious errors.
> 
> sjb
-- 
Preston Lord
Programmer/Developer/Network Specialist
Double "T" Computer Services
SK, CA Ph.1.306.773.2054
==============================
http://www.t2.net (Hosting)
http://www.dinamicweb.com (iHTML Driven Dropsites)
http://www.ebboard.ca (iHTML Discussion Forum Software)





-------------------------------------------------------
Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara
The only event dedicated to issues related to Linux enterprise solutions
www.enterpriselinuxforum.com

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

* Re: iasl now requires glibc 2.3?
       [not found] ` <1052804863.1925.4.camel-vc4QrBckZ/BTmvShAG/hGA@public.gmane.org>
@ 2003-05-13  8:21   ` sjb
       [not found]     ` <3EC0AB25.3020300-XuTx12Z7TonQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: sjb @ 2003-05-13  8:21 UTC (permalink / raw)
  To: Preston Lord; +Cc: acpi-devel-pyega4qmqnRoyOMFzWx49A

Preston Lord wrote:

> :( tell me it aint so... is there an older version of this util that
> will allow be to disassemble and reassemble my DSDT?

Hi,

you can make your own iasl from the source code at Intel.

http://www.intel.com/technology/iapc/acpi/downloads.htm

Worked for me ;-)

sjb



-------------------------------------------------------
Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara
The only event dedicated to issues related to Linux enterprise solutions
www.enterpriselinuxforum.com

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

* Re: toshiba_acpi.o failed
       [not found]         ` <1052812391.2390.35.camel-vc4QrBckZ/BTmvShAG/hGA@public.gmane.org>
@ 2003-05-13  8:59           ` sjb
       [not found]             ` <3EC0B400.3040807-XuTx12Z7TonQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: sjb @ 2003-05-13  8:59 UTC (permalink / raw)
  To: Preston Lord; +Cc: acpi-devel-pyega4qmqnRoyOMFzWx49A

Preston Lord wrote:

> OK, I have managed that... now I am stumped.. after disassembling the
> DSDT I realize Holy $h!7 ... I havent a clue on what to change in there!

Frankly, neither did I .. but thanks to the efforts and perseverence of 
a couple of list members I have a fixed (but untested) dsdt for my U1.

There's a useful page here BTW

http://www.cpqlinux.com/acpi-howto.html

that may help you fix the more obvious errors.

sjb



-------------------------------------------------------
Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara
The only event dedicated to issues related to Linux enterprise solutions
www.enterpriselinuxforum.com

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

* Re: Re: toshiba_acpi.o failed
       [not found]                 ` <1052813439.2390.40.camel-vc4QrBckZ/BTmvShAG/hGA@public.gmane.org>
@ 2003-05-13  9:03                   ` Sebastian Henschel
  2003-05-13  9:13                   ` Ducrot Bruno
  1 sibling, 0 replies; 7+ messages in thread
From: Sebastian Henschel @ 2003-05-13  9:03 UTC (permalink / raw)
  To: Preston Lord; +Cc: acpi-devel-pyega4qmqnRoyOMFzWx49A

[-- Attachment #1: Type: text/plain, Size: 712 bytes --]

hi preston..

Received at 2003-05-13 / 10:54 by Preston Lord:
 
> Loading ACPI modules (ac fan processor insmod:
> /lib/modules/2.4.20-4GB/kernel/drivers/acpi/toshiba_acpi.o: init_module:
> No such device

as you have told us, you are using a notebook from Acer. as the name
of the module suggests, it is meant for computers from Toshiba (not for
all of them, btw). so just ignore it or take it out of your list of
autoloaded modules. dunno your distro, perhaps:

/etc/modules (debian)
/etc/modules.autoload (gentoo)
/etc/sysconfig/powermanagement (suse? redhat?)

hth,
 sebastian
-- 
::: sebastian henschel
::: kodeaffe
::: lynx -source http://www.kodeaffe.de/shensche.pub | gpg --import

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: Re: toshiba_acpi.o failed
       [not found]                 ` <1052813439.2390.40.camel-vc4QrBckZ/BTmvShAG/hGA@public.gmane.org>
  2003-05-13  9:03                   ` Sebastian Henschel
@ 2003-05-13  9:13                   ` Ducrot Bruno
  1 sibling, 0 replies; 7+ messages in thread
From: Ducrot Bruno @ 2003-05-13  9:13 UTC (permalink / raw)
  To: Preston Lord; +Cc: sjb, acpi-devel-pyega4qmqnRoyOMFzWx49A

On Tue, May 13, 2003 at 02:10:39AM -0600, Preston Lord wrote:

> Loading ACPI modules (ac fan processor insmod:
> /lib/modules/2.4.20-4GB/kernel/drivers/acpi/toshiba_acpi.o: init_module:
> No such device
> 
> 

toshiba != acer.

-- 
Ducrot Bruno

--  Which is worse:  ignorance or apathy?
--  Don't know.  Don't care.


-------------------------------------------------------
Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara
The only event dedicated to issues related to Linux enterprise solutions
www.enterpriselinuxforum.com

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

end of thread, other threads:[~2003-05-13  9:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-13  5:47 iasl now requires glibc 2.3? Preston Lord
     [not found] ` <1052804863.1925.4.camel-vc4QrBckZ/BTmvShAG/hGA@public.gmane.org>
2003-05-13  8:21   ` sjb
     [not found]     ` <3EC0AB25.3020300-XuTx12Z7TonQT0dZR+AlfA@public.gmane.org>
2003-05-13  7:53       ` toshiba_acpi.o failed Preston Lord
     [not found]         ` <1052812391.2390.35.camel-vc4QrBckZ/BTmvShAG/hGA@public.gmane.org>
2003-05-13  8:59           ` sjb
     [not found]             ` <3EC0B400.3040807-XuTx12Z7TonQT0dZR+AlfA@public.gmane.org>
2003-05-13  8:10               ` Preston Lord
     [not found]                 ` <1052813439.2390.40.camel-vc4QrBckZ/BTmvShAG/hGA@public.gmane.org>
2003-05-13  9:03                   ` Sebastian Henschel
2003-05-13  9:13                   ` Ducrot Bruno

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