http://bugzilla.kernel.org/show_bug.cgi?id=13233





--- Comment #16 from Dmitry Lyzhyn <thisistemp...@yahoo.com>  2009-05-12 
11:39:08 ---
(In reply to comment #13)
> Created an attachment (id=21311)
 --> (http://bugzilla.kernel.org/attachment.cgi?id=21311) [details]
> try the debug patch, in which the one-shot mode is disabled for the local APIC
> timer
> 
> Will you please try the debug patch on the latest kernel and see whether the
> box can be booted?
>    In the debug patch the one-shot mode is disabled for the local APIC timer.
>    thanks.


Hi Yakui,

 First of all thank you for your patch and all your efforts on this issue.
Appreciate it!

As per your advice I used the latest vanilla kernel version which is 2.6.29.3
but I found the difference in source paths to  apic.c
As per your path: arch/x86/kernel/apic/apic.c
For “my” source tree: arch/x86/kernel/apic.c

Also the lines # are different too. In your patch: @@ -164,7 +164,7 @@
For me it was line 152.


However I was able to apply changes manually and now my acpic.c has:

d...@dmitry:/usr/src/linux-2.6.29.3/arch/x86/kernel$ diff apic.c~ apic.c
152c152
<       .features       = CLOCK_EVT_FEAT_PERIODIC | CLOCK_EVT_FEAT_ONESHOT
---
>       .features       = CLOCK_EVT_FEAT_PERIODIC
d...@dmitry:/usr/src/linux-2.6.29.3/arch/x86/kernel$

Result: The kernel doesn't boot at all. No panics, only stops on step -  PCI:
Using ACPI for IRQ routing
Keyboard doesn't  work and only the Power Button helps. To be able to see the
output I had to switch off the frame buffer (option vga=normal) otherwise the
screen is black and laptop hangs.

Once again Thank you, and I'm looking forward to get this thing resolved.

Cheers!

Dmitry :)

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to