Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Bizarre 2.6.36+ kernel freeze
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
Daemoniis
n00b
n00b


Joined: 30 Oct 2004
Posts: 16
Location: Suburban Chicago

PostPosted: Thu Jul 07, 2011 6:29 am    Post subject: [SOLVED] Bizarre 2.6.36+ kernel freeze Reply with quote

Edit: Apparently, something possessed me to set CONFIG_INTEL_IDLE=y for a desktop system. Yeah... Live and learn.

This has been bugging me for months now. Currently, I am running gentoo-sources-2.6.34-r12 mostly because I am unable to upgrade my system to anything newer.

For example:
1. I take my 2.6.34-r12 .config and I copy it to a 2.6.36-r8 source tree.
2. I run make oldconfig and I try to configure the new kernel to the best of my abilities. Haven't had a problem with a Gentoo kernel in 8 years -- until now. I must be missing something trivial...
3. make && make modules_install, reboot and... the damn thing hangs. The last line I get is something like NET: Registered protocol family 17. Is there a way to make kernel output more verbose?


Last edited by Daemoniis on Fri Jul 08, 2011 2:48 am; edited 1 time in total
Back to top
View user's profile Send private message
Aquous
l33t
l33t


Joined: 08 Jan 2011
Posts: 700

PostPosted: Thu Jul 07, 2011 7:09 am    Post subject: Reply with quote

The kernel output can be made more verbose by adding
Code:
loglevel=9
to the command line in grub.
Try if setting
Code:
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
in your .config helps.
Back to top
View user's profile Send private message
Daemoniis
n00b
n00b


Joined: 30 Oct 2004
Posts: 16
Location: Suburban Chicago

PostPosted: Thu Jul 07, 2011 1:40 pm    Post subject: Reply with quote

Aquous wrote:
Try if setting
Code:
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
in your .config helps.

Did not help, unfortunately. This has got to be some configuration problem, since SysResqueCd-based kernels boot and run just fine.
Back to top
View user's profile Send private message
disi
Veteran
Veteran


Joined: 28 Nov 2003
Posts: 1354
Location: Out There ...

PostPosted: Thu Jul 07, 2011 2:53 pm    Post subject: Re: Bizarre 2.6.36+ kernel freeze Reply with quote

Daemoniis wrote:

3. make && make modules_install, reboot and... the damn thing hangs. The last line I get is something like NET: Registered protocol family 17. Is there a way to make kernel output more verbose?


This sounds totally stupid now, but do you actual copy the new kernel to your boot partition by either run "make install" or copy the new bzImage to /boot?
Maybe you boot the old kernel all the time?

If the kernel config on the system rescue cd works and is a similiar kernel version, you could just use the /proc/config.gz for your new kernel. like
Code:
zcat /proc/config.gz > /usr/src/linux/.config

_________________
Gentoo on Uptime Project - Larry is a cow
Back to top
View user's profile Send private message
Daemoniis
n00b
n00b


Joined: 30 Oct 2004
Posts: 16
Location: Suburban Chicago

PostPosted: Thu Jul 07, 2011 4:11 pm    Post subject: Re: Bizarre 2.6.36+ kernel freeze Reply with quote

disi wrote:
Daemoniis wrote:

3. make && make modules_install, reboot and... the damn thing hangs. The last line I get is something like NET: Registered protocol family 17. Is there a way to make kernel output more verbose?


This sounds totally stupid now, but do you actual copy the new kernel to your boot partition by either run "make install" or copy the new bzImage to /boot?
Maybe you boot the old kernel all the time?

Each time I recompile the kernel I copy the resulting bzImage to /boot, so that can't be the cause.

disi wrote:
If the kernel config on the system rescue cd works and is a similiar kernel version, you could just use the /proc/config.gz for your new kernel. like
Code:
zcat /proc/config.gz > /usr/src/linux/.config

I know, but I'd rather avoid doing that. Besides having a clean .config I actually want to know what causes this! Last night I took a 2.6.34 .config and used it to run make oldconfig in a 2.6.36 tree. Comparing the resulting .config to the initial one, I just can't see what could possibly cause a freeze like this! The diff mostly contains a bunch of hardware config options for stuff I don't have, so it just boggles the mind.
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