View previous topic :: View next topic |
Author |
Message |
DevOne Guru
Joined: 13 Jul 2005 Posts: 419
|
Posted: Mon Jul 26, 2010 10:39 am Post subject: Boot problem on kernel 2.6.34-r1 (seems acpi problem) |
|
|
Hi folks,
I'm using a masked version (2.6.33-r1) that works very well at all...finally i saw a 2.6.34-r1 stable and so
i got it, but after all the usually boot progressions, the system freezes itself on some acpid messages (they don't sound like the errors).
I just copied the .config from kernel-2.6.33-r1 and i compiled it
My system is a MacBook-pro of 2009 (intel duo)
Thanks in advance
Gianni _________________ Real-time cooperative softair: http://www.softairrealfight.net
Qt generic-compass contribution: https://codereview.qt-project.org/#/c/92017
Open-source Virtual Keyboard QT widget: https://www.linux-apps.com/p/1132203/ |
|
Back to top |
|
|
idella4 Retired Dev
Joined: 09 Jun 2006 Posts: 1600 Location: Australia, Perth
|
Posted: Mon Jul 26, 2010 11:35 am Post subject: |
|
|
DevOne
Quote: |
I just copied the .config from kernel-2.6.33-r1 and i compiled it
|
sorry, wrong. The result is a broken kernel when you do it.
Go back,
Quote: |
A much safer upgrading method is to copy your config as previously shown, and then simply run make menuconfig.
|
enter make oldconfig,- can be used, follow the prompts, however;
Note that this is generally unsafe -- too many changes between every kernel release for this to be a reliable upgrade path.
re-compile, re-post _________________ idella4@aus
Last edited by idella4 on Mon Jul 26, 2010 1:06 pm; edited 1 time in total |
|
Back to top |
|
|
Jaglover Watchman
Joined: 29 May 2005 Posts: 8291 Location: Saint Amant, Acadiana
|
|
Back to top |
|
|
DevOne Guru
Joined: 13 Jul 2005 Posts: 419
|
|
Back to top |
|
|
idella4 Retired Dev
Joined: 09 Jun 2006 Posts: 1600 Location: Australia, Perth
|
Posted: Mon Jul 26, 2010 2:44 pm Post subject: |
|
|
time to bring up and observe the record in /var/log/dmesg & /var/log/messages _________________ idella4@aus |
|
Back to top |
|
|
rehon n00b
Joined: 08 Aug 2010 Posts: 5
|
Posted: Sun Aug 08, 2010 8:26 am Post subject: Strange behavior of kernel 2.6.34-r1 in 64-bit machine |
|
|
I have the same problem with a Phenom II x4 Chip. The boot process may stop at any time and some time a hit on keyboard can wake it up. I didn't use old configure file but reconfigured the new kernel for sketch. |
|
Back to top |
|
|
DevOne Guru
Joined: 13 Jul 2005 Posts: 419
|
|
Back to top |
|
|
DevOne Guru
Joined: 13 Jul 2005 Posts: 419
|
|
Back to top |
|
|
DevOne Guru
Joined: 13 Jul 2005 Posts: 419
|
|
Back to top |
|
|
rehon n00b
Joined: 08 Aug 2010 Posts: 5
|
Posted: Fri Oct 01, 2010 9:22 pm Post subject: Seems found the solution |
|
|
Hi All,
I notice that my system stop with a message
Clocksource tsc unstable
Switching to clocksource hpet
After I deselect the
Processor type and feartures --->
[ ] High Resolution Timer support
The kernel now works well.
By the way, I also rebuild udev. |
|
Back to top |
|
|
DevOne Guru
Joined: 13 Jul 2005 Posts: 419
|
Posted: Mon Oct 04, 2010 7:24 am Post subject: Re: Seems found the solution |
|
|
rehon wrote: | Hi All,
I notice that my system stop with a message
Clocksource tsc unstable
Switching to clocksource hpet
After I deselect the
Processor type and feartures --->
[ ] High Resolution Timer support
The kernel now works well.
By the way, I also rebuild udev. |
Hi...
the messege dispayed to me is different from your...i don't konw if it is useful for me! _________________ Real-time cooperative softair: http://www.softairrealfight.net
Qt generic-compass contribution: https://codereview.qt-project.org/#/c/92017
Open-source Virtual Keyboard QT widget: https://www.linux-apps.com/p/1132203/ |
|
Back to top |
|
|
rehon n00b
Joined: 08 Aug 2010 Posts: 5
|
Posted: Mon Oct 04, 2010 10:13 pm Post subject: Re: Seems found the solution |
|
|
DevOne wrote: | rehon wrote: | Hi All,
I notice that my system stop with a message
Clocksource tsc unstable
Switching to clocksource hpet
After I deselect the
Processor type and feartures --->
[ ] High Resolution Timer support
The kernel now works well.
By the way, I also rebuild udev. |
Hi...
the messege dispayed to me is different from your...i don't konw if it is useful for me! |
Do you read the message from the file, " /var/log/message"
BTW, I also disable hpet in boot loader by
kernel /boot/kernel-2.6.34-gentoo root=/dev/sda2 hpet=disable ro
in /boot/grub/menu.lst
One consequence I met is that my system clock stops when it goes to sleep. So I have to synchronize the system time to hardware time by
# /sbin/hwclock -s
whenever waking it up.
But soon I find that install ntp synchronizing the system time to servers is better idea. |
|
Back to top |
|
|
roarinelk Guru
Joined: 04 Mar 2004 Posts: 520
|
Posted: Tue Oct 05, 2010 6:19 am Post subject: |
|
|
There are problems with Dynamic Ticks and HPET in recent kernels.
Disable the "Tickless System (Dynamic Ticks) " option in your kernel
config to work around this. |
|
Back to top |
|
|
rehon n00b
Joined: 08 Aug 2010 Posts: 5
|
Posted: Tue Oct 05, 2010 7:53 am Post subject: |
|
|
roarinelk wrote: | There are problems with Dynamic Ticks and HPET in recent kernels.
Disable the "Tickless System (Dynamic Ticks) " option in your kernel
config to work around this. |
It doesn't work for me when "High Resolution Timer support" is enabled in kernel, although "tickless system" and HPET are disabled. |
|
Back to top |
|
|
DevOne Guru
Joined: 13 Jul 2005 Posts: 419
|
|
Back to top |
|
|
roarinelk Guru
Joined: 04 Mar 2004 Posts: 520
|
Posted: Wed Oct 06, 2010 6:31 am Post subject: |
|
|
rehon wrote: | roarinelk wrote: | There are problems with Dynamic Ticks and HPET in recent kernels.
Disable the "Tickless System (Dynamic Ticks) " option in your kernel
config to work around this. |
It doesn't work for me when "High Resolution Timer support" is enabled in kernel, although "tickless system" and HPET are disabled. |
Could be a combination of both HPET/tickless and hrtimer. There was a bug report about
issues like these on LKML a few days ago.
Do you have an AMD system with C1E enabled? I've had similar issues which vanished when
C1E support was disabled in the BIOS. |
|
Back to top |
|
|
rehon n00b
Joined: 08 Aug 2010 Posts: 5
|
Posted: Tue Oct 12, 2010 4:58 pm Post subject: |
|
|
roarinelk wrote: | rehon wrote: | roarinelk wrote: | There are problems with Dynamic Ticks and HPET in recent kernels.
Disable the "Tickless System (Dynamic Ticks) " option in your kernel
config to work around this. |
It doesn't work for me when "High Resolution Timer support" is enabled in kernel, although "tickless system" and HPET are disabled. |
Could be a combination of both HPET/tickless and hrtimer. There was a bug report about
issues like these on LKML a few days ago.
Do you have an AMD system with C1E enabled? I've had similar issues which vanished when
C1E support was disabled in the BIOS. |
Turning off C1E on motherboard seems solving the problem. |
|
Back to top |
|
|
DevOne Guru
Joined: 13 Jul 2005 Posts: 419
|
|
Back to top |
|
|
|