* N600c/N610c fan not working problem
@ 2002-11-06 19:54 Markus Joschko
[not found] ` <NGBBLAGMKDNCFAOAPEHOMEAJCDAA.jocsch-kwFZUi9VcQUb1SvskN2V4Q@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Markus Joschko @ 2002-11-06 19:54 UTC (permalink / raw)
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Hi,
I recently bought a Evo N610c Compaq notebook and tried to install gentoo
linux with the latest acpi patched gentoo kernel.
Like others on the mailinglist I noticed that the fan isn't working as soon
as ACPI is enabled. Passing acpi=off to the kernel during boottime brings
back the fan.
Is there any solution for the fan problem yet? Can I help with providing
some kind of data?
Ciao,
MArkus
-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: N600c/N610c fan not working problem
[not found] ` <NGBBLAGMKDNCFAOAPEHOMEAJCDAA.jocsch-kwFZUi9VcQUb1SvskN2V4Q@public.gmane.org>
@ 2002-11-07 15:53 ` Juan Quintela
2002-11-10 17:45 ` Pavel Machek
1 sibling, 0 replies; 4+ messages in thread
From: Juan Quintela @ 2002-11-07 15:53 UTC (permalink / raw)
To: Markus Joschko; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
[-- Attachment #1: Type: text/plain, Size: 2064 bytes --]
>>>>> "markus" == Markus Joschko <jocsch-kwFZUi9VcQUb1SvskN2V4Q@public.gmane.org> writes:
markus> Hi,
markus> I recently bought a Evo N610c Compaq notebook and tried to install gentoo
markus> linux with the latest acpi patched gentoo kernel.
markus> Like others on the mailinglist I noticed that the fan isn't working as soon
markus> as ACPI is enabled. Passing acpi=off to the kernel during boottime brings
markus> back the fan.
markus> Is there any solution for the fan problem yet? Can I help with providing
markus> some kind of data?
I have this same laptop, my experience:
- fan & battery modules failing during load. I mean that they don't
load, there is not any error message or similar. rest of ACPI
modules load well and values make sense.
- 20021101 with debug messages disabled work, with messages enabled
don't boot (expend more than 2 hours and still haven't finished the
boot). I tried with the s/_HIGH/_LOW/ patch that appeared in the
list, and it still don't work.
- There is something wrong with 20021101, as it don't boot in another
laptop (HP Omnibook XE3) when messages are enabled, in this laptop,
it is the case that _no_ message is printed during the booting of
the kernel, ZERO output at all (others has also reported this
problem).
- I tried (in my ignorance) search why the fan and battery modules are
not loaded, I arrived that fan required HID of PNP0C0B and battery
one of PNP0C0A. I run:
./acpidmp DSDT > dsdt (file included)
quintela$ cat dsdt | ./acpidisasm | grep PNP0C0B
08059d21: "*PNP0C0B"
08059d4a: "*PNP0C0B"
08059d73: "*PNP0C0B"
quintela$ cat dsdt | ./acpidisasm | grep PNP0C0A
08058ae0: "*PNP0C0A"
08058ba0: "*PNP0C0A"
I found tha the strings are there, but the format of the disasemble
is not _intuitive_ at all :( (Yes, I haven't read the ACPI
standard, perhaps once read, things make more sense :p).
Will try kgdb later today and see why the thing is failing. If
someone has some idea on how to fix that, I will like to hear.
Later, Juan.
[-- Attachment #2: DSDT table of Compaq N610C --]
[-- Type: application/octet-stream, Size: 23791 bytes --]
[-- Attachment #3: Type: text/plain, Size: 102 bytes --]
--
In theory, practice and theory are the same, but in practice they
are different -- Larry McVoy
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: N600c/N610c fan not working problem
[not found] ` <NGBBLAGMKDNCFAOAPEHOMEAJCDAA.jocsch-kwFZUi9VcQUb1SvskN2V4Q@public.gmane.org>
2002-11-07 15:53 ` Juan Quintela
@ 2002-11-10 17:45 ` Pavel Machek
[not found] ` <20021110174518.GB2544-I/5MKhXcvmPrBKCeMvbIDA@public.gmane.org>
1 sibling, 1 reply; 4+ messages in thread
From: Pavel Machek @ 2002-11-10 17:45 UTC (permalink / raw)
To: Markus Joschko; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Hi!
> I recently bought a Evo N610c Compaq notebook and tried to install gentoo
> linux with the latest acpi patched gentoo kernel.
>
> Like others on the mailinglist I noticed that the fan isn't working as soon
> as ACPI is enabled. Passing acpi=off to the kernel during boottime brings
> back the fan.
>
> Is there any solution for the fan problem yet? Can I help with providing
> some kind of data?
Heh, kernel version would be helpfull.
Also /proc/acpi/thermal/*.
Pavel
--
Worst form of spam? Adding advertisment signatures ala sourceforge.net.
What goes next? Inserting advertisment *into* email?
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 4+ messages in thread
* AW: N600c/N610c fan not working problem
[not found] ` <20021110174518.GB2544-I/5MKhXcvmPrBKCeMvbIDA@public.gmane.org>
@ 2002-11-10 20:28 ` Markus Joschko
0 siblings, 0 replies; 4+ messages in thread
From: Markus Joschko @ 2002-11-10 20:28 UTC (permalink / raw)
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Hi,
>Heh, kernel version would be helpfull.
2.4.20-r6
in the mean time I have corrected the dsdt with guidance from presario/800v
users.
I did: remove * from object names. Removing an ALIAS line, changing method
references to absolut references.
Now the fan is working and the notebook switches off if I do a shutdown. The
battery is identified. Nothing more tried yet.
But I have a lot of error reports during the booting of the notebook. May be
someone can explain/help me with them.
(OT: is there a possiblity to search the acpi-devel mailing list? I can't
find any advice on the sourceforge page. Would make research a lot easier):
PCI: Using configuration type 1
ACPI-0243: *** Error: Could not install Pci_config handler for C03A,
AE_ALREADY_EXISTS
and
ACPI: System [ACPI] (supports S0 S3 S4 S5)
ACPI-1155: *** Error: Method execution failed, AE_AML_BUFFER_LIMIT
and
ACPI: AC Adapter [C186] (on-line)
ACPI-1155: *** Error: Method execution failed, AE_AML_UNINITIALIZED_LOCAL
Thanks,
MArkus
-----Ursprüngliche Nachricht-----
Von: acpi-devel-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
[mailto:acpi-devel-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org]Im Auftrag von Pavel
Machek
Gesendet: Sonntag, 10. November 2002 18:45
An: Markus Joschko
Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Betreff: Re: [ACPI] N600c/N610c fan not working problem
Hi!
> I recently bought a Evo N610c Compaq notebook and tried to install gentoo
> linux with the latest acpi patched gentoo kernel.
>
> Like others on the mailinglist I noticed that the fan isn't working as
soon
> as ACPI is enabled. Passing acpi=off to the kernel during boottime brings
> back the fan.
>
> Is there any solution for the fan problem yet? Can I help with providing
> some kind of data?
Heh, kernel version would be helpfull.
Also /proc/acpi/thermal/*.
Pavel
--
Worst form of spam? Adding advertisment signatures ala sourceforge.net.
What goes next? Inserting advertisment *into* email?
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Acpi-devel mailing list
Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/acpi-devel
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-11-10 20:28 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-06 19:54 N600c/N610c fan not working problem Markus Joschko
[not found] ` <NGBBLAGMKDNCFAOAPEHOMEAJCDAA.jocsch-kwFZUi9VcQUb1SvskN2V4Q@public.gmane.org>
2002-11-07 15:53 ` Juan Quintela
2002-11-10 17:45 ` Pavel Machek
[not found] ` <20021110174518.GB2544-I/5MKhXcvmPrBKCeMvbIDA@public.gmane.org>
2002-11-10 20:28 ` AW: " Markus Joschko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox