* linux + Compaq Presario Laptop
@ 2001-05-07 17:06 Bohdan Vlasyuk
2001-05-07 17:31 ` Erik Mouw
2001-05-10 11:42 ` Anuradha Ratnaweera
0 siblings, 2 replies; 4+ messages in thread
From: Bohdan Vlasyuk @ 2001-05-07 17:06 UTC (permalink / raw)
To: linux-kernel
Hello linux-kernel,
Hi !! I'm running linux on Compaq Presario 1215 Laptop. Kernel is,
as shipped with RH 7.0, 2.2.16. So, every time I press any of
sound<+-> buttons [of <Fn>+<Fx> {<Fn> = functional button, used in
conjunction with F1-F8 to alter various laptop-specific settings, and
to activate sleep mode, for example} ], linux crashes saying: "unable
to handle kernel-paging request at virtual address 00005b18", and lot
more (I can type it here, thought, I'm not sure if it's required, and
it'll consume lots of time to type it precisely).
I guess it's not desired behavior as for stable system, and it
should be fixed. I don't know if it's fixed already, just because
today I have no means to transport 25M kernel to small laptop
(moreover, there's no free space to compile kernel there), however,
I'm going to solve it soon. I'm sorry if it's fixed already, or any
stable and correct solution exists, and I'd be glad to hear about it.
It not, I'd be glad to assist in investigating this problem.
It's quite possible that I've got mailing list to submit my
blubbering at, and if so, I'm sorry for the abuse.
thanks.
--
Best regards,
Bohdan mailto:Bohdan@kivc.vstu.vinnica.ua
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: linux + Compaq Presario Laptop
2001-05-07 17:06 linux + Compaq Presario Laptop Bohdan Vlasyuk
@ 2001-05-07 17:31 ` Erik Mouw
2001-05-07 18:53 ` Doug McNaught
2001-05-10 11:42 ` Anuradha Ratnaweera
1 sibling, 1 reply; 4+ messages in thread
From: Erik Mouw @ 2001-05-07 17:31 UTC (permalink / raw)
To: Bohdan Vlasyuk; +Cc: linux-kernel
On Mon, May 07, 2001 at 08:06:52PM +0300, Bohdan Vlasyuk wrote:
> Hi !! I'm running linux on Compaq Presario 1215 Laptop. Kernel is,
> as shipped with RH 7.0, 2.2.16. So, every time I press any of
> sound<+-> buttons [of <Fn>+<Fx> {<Fn> = functional button, used in
> conjunction with F1-F8 to alter various laptop-specific settings, and
> to activate sleep mode, for example} ], linux crashes saying: "unable
> to handle kernel-paging request at virtual address 00005b18", and lot
> more (I can type it here, thought, I'm not sure if it's required, and
> it'll consume lots of time to type it precisely).
That's ACPI kicking in. The kernel you're using is quite old, and it
doesn't know about the BIOS e820 memory detection call. The kernel will
just use all memory, including memory that is also used by some ACPI
tables. When you press one of the magic buttons, the ACPI BIOS expects
the tables to be correct and jumps right into kernel code.
> I guess it's not desired behavior as for stable system, and it
> should be fixed. I don't know if it's fixed already, just because
> today I have no means to transport 25M kernel to small laptop
> (moreover, there's no free space to compile kernel there), however,
> I'm going to solve it soon. I'm sorry if it's fixed already, or any
> stable and correct solution exists, and I'd be glad to hear about it.
> It not, I'd be glad to assist in investigating this problem.
Try linux-2.2.19, it contains BIOS e820 support. If you don't want to
compile a kernel, check if Red Hat has RPMs available somewhere on
their site. If you really can't use that, use the boot option "mem=<1MB
less than the machine actually has>" (so that's mem=127M for an 128MB
machine).
Erik
--
J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department
of Electrical Engineering, Faculty of Information Technology and Systems,
Delft University of Technology, PO BOX 5031, 2600 GA Delft, The Netherlands
Phone: +31-15-2783635 Fax: +31-15-2781843 Email: J.A.K.Mouw@its.tudelft.nl
WWW: http://www-ict.its.tudelft.nl/~erik/
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: linux + Compaq Presario Laptop
2001-05-07 17:31 ` Erik Mouw
@ 2001-05-07 18:53 ` Doug McNaught
0 siblings, 0 replies; 4+ messages in thread
From: Doug McNaught @ 2001-05-07 18:53 UTC (permalink / raw)
To: Erik Mouw; +Cc: Bohdan Vlasyuk, linux-kernel
Erik Mouw <J.A.K.Mouw@ITS.TUDelft.NL> writes:
> Try linux-2.2.19, it contains BIOS e820 support. If you don't want to
> compile a kernel, check if Red Hat has RPMs available somewhere on
> their site.
They do; there was a kernel errata release of 2.2.19 for security
reasons. On updates.redhat.com or a mirror.
-Doug
--
The rain man gave me two cures; he said jump right in,
The first was Texas medicine--the second was just railroad gin,
And like a fool I mixed them, and it strangled up my mind,
Now people just get uglier, and I got no sense of time... --Dylan
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: linux + Compaq Presario Laptop
2001-05-07 17:06 linux + Compaq Presario Laptop Bohdan Vlasyuk
2001-05-07 17:31 ` Erik Mouw
@ 2001-05-10 11:42 ` Anuradha Ratnaweera
1 sibling, 0 replies; 4+ messages in thread
From: Anuradha Ratnaweera @ 2001-05-10 11:42 UTC (permalink / raw)
To: Bohdan Vlasyuk; +Cc: linux-kernel
On Mon, 7 May 2001, Bohdan Vlasyuk wrote:
> Hi !! I'm running linux on Compaq Presario 1215 Laptop. Kernel is,
> as shipped with RH 7.0, 2.2.16.
I am running 2.4.4 on a Presario 1615 (debian 2.2 with updates) without
problems. I had to turn on allow interrupts in APM settings, in order to
get the machine running after returning from `sleep' mode (Fn + F3).
Anuradha
----------------------------------------------------------
<a href="http://www.bee.lk/people/anuradha/">home page</a>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2001-05-11 5:31 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-07 17:06 linux + Compaq Presario Laptop Bohdan Vlasyuk
2001-05-07 17:31 ` Erik Mouw
2001-05-07 18:53 ` Doug McNaught
2001-05-10 11:42 ` Anuradha Ratnaweera
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox