Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Boot problem on kernel 2.6.34-r1 (seems acpi problem)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
DevOne
Guru
Guru


Joined: 13 Jul 2005
Posts: 419

PostPosted: Mon Jul 26, 2010 10:39 am    Post subject: Boot problem on kernel 2.6.34-r1 (seems acpi problem) Reply with quote

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 :cry:

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
View user's profile Send private message
idella4
Retired Dev
Retired Dev


Joined: 09 Jun 2006
Posts: 1600
Location: Australia, Perth

PostPosted: Mon Jul 26, 2010 11:35 am    Post subject: Reply with quote

DevOne

Quote:

I just copied the .config from kernel-2.6.33-r1 and i compiled it :cry:


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
View user's profile Send private message
Jaglover
Watchman
Watchman


Joined: 29 May 2005
Posts: 8291
Location: Saint Amant, Acadiana

PostPosted: Mon Jul 26, 2010 12:07 pm    Post subject: Reply with quote

Gentoo Kernel Upgrade Guide

Doing make oldconfig is a proven way to break things, too.
Back to top
View user's profile Send private message
DevOne
Guru
Guru


Joined: 13 Jul 2005
Posts: 419

PostPosted: Mon Jul 26, 2010 2:15 pm    Post subject: Reply with quote

Sorry...
I've copied .config in the new kernel and after i've hit
Code:

make menuconfig


Anyway I'll try
Code:

make oldconfig


In addition, after the first block, i tried to set manually all options in menuconfig with the same result!

Thanks for now
_________________
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
View user's profile Send private message
idella4
Retired Dev
Retired Dev


Joined: 09 Jun 2006
Posts: 1600
Location: Australia, Perth

PostPosted: Mon Jul 26, 2010 2:44 pm    Post subject: Reply with quote

time to bring up and observe the record in /var/log/dmesg & /var/log/messages
_________________
idella4@aus
Back to top
View user's profile Send private message
rehon
n00b
n00b


Joined: 08 Aug 2010
Posts: 5

PostPosted: Sun Aug 08, 2010 8:26 am    Post subject: Strange behavior of kernel 2.6.34-r1 in 64-bit machine Reply with quote

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
View user's profile Send private message
DevOne
Guru
Guru


Joined: 13 Jul 2005
Posts: 419

PostPosted: Tue Aug 31, 2010 7:25 am    Post subject: Reply with quote

Hi, i've compiled the same on iMac and the result is equal!
_________________
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
View user's profile Send private message
DevOne
Guru
Guru


Joined: 13 Jul 2005
Posts: 419

PostPosted: Tue Sep 07, 2010 2:43 pm    Post subject: Reply with quote

there isn't a solution for that?

With masked kernel, webcam driver doesn't work always (random as boot comes)
_________________
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
View user's profile Send private message
DevOne
Guru
Guru


Joined: 13 Jul 2005
Posts: 419

PostPosted: Thu Sep 23, 2010 1:10 pm    Post subject: Reply with quote

No Solution??
_________________
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
View user's profile Send private message
rehon
n00b
n00b


Joined: 08 Aug 2010
Posts: 5

PostPosted: Fri Oct 01, 2010 9:22 pm    Post subject: Seems found the solution Reply with quote

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
View user's profile Send private message
DevOne
Guru
Guru


Joined: 13 Jul 2005
Posts: 419

PostPosted: Mon Oct 04, 2010 7:24 am    Post subject: Re: Seems found the solution Reply with quote

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
View user's profile Send private message
rehon
n00b
n00b


Joined: 08 Aug 2010
Posts: 5

PostPosted: Mon Oct 04, 2010 10:13 pm    Post subject: Re: Seems found the solution Reply with quote

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
View user's profile Send private message
roarinelk
Guru
Guru


Joined: 04 Mar 2004
Posts: 520

PostPosted: Tue Oct 05, 2010 6:19 am    Post subject: Reply with quote

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
View user's profile Send private message
rehon
n00b
n00b


Joined: 08 Aug 2010
Posts: 5

PostPosted: Tue Oct 05, 2010 7:53 am    Post subject: Reply with quote

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
View user's profile Send private message
DevOne
Guru
Guru


Joined: 13 Jul 2005
Posts: 419

PostPosted: Tue Oct 05, 2010 9:20 am    Post subject: Reply with quote

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.


I'll try it!
_________________
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
View user's profile Send private message
roarinelk
Guru
Guru


Joined: 04 Mar 2004
Posts: 520

PostPosted: Wed Oct 06, 2010 6:31 am    Post subject: Reply with quote

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
View user's profile Send private message
rehon
n00b
n00b


Joined: 08 Aug 2010
Posts: 5

PostPosted: Tue Oct 12, 2010 4:58 pm    Post subject: Reply with quote

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
View user's profile Send private message
DevOne
Guru
Guru


Joined: 13 Jul 2005
Posts: 419

PostPosted: Wed Oct 20, 2010 12:58 pm    Post subject: Reply with quote

After more days, i started macbook with the valid kernel (2.6.33-r1), and i notice that the same error is shown to me!!!
Why?
_________________
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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum