View previous topic :: View next topic |
Author |
Message |
shazza n00b
Joined: 18 Oct 2003 Posts: 71 Location: Marburg, Germany
|
Posted: Sat Feb 25, 2006 11:53 am Post subject: Centrino Core Duo: Kernel 2.6.15 crash with speedstep |
|
|
Hi,
I'm currently using Gentoo on a Dell Inspiron 9400 notebook which has a Centrino dualcore CPU (Genuine Intel(R) CPU T2400 @ 1.83GHz). Kernel 2.6.15-gentoo-r1 crashes with the centrino-speedstep kernel module. This happened after I did the following:
Code: |
modprobe speedstep-centrino
modprobe cpufreq-conservative
cpufreq-set -g conservative
|
Kernel says:
Code: |
Feb 25 12:32:39 slamfist Unable to handle kernel NULL pointer dereference at virtual address 0000001c
Feb 25 12:32:39 slamfist printing eip:
Feb 25 12:32:39 slamfist f8aad63b
Feb 25 12:32:39 slamfist *pde = 00000000
Feb 25 12:32:39 slamfist Oops: 0000 [#1]
Feb 25 12:32:39 slamfist PREEMPT SMP
Feb 25 12:32:39 slamfist Modules linked in: cpufreq_conservative speedstep_centrino truecrypt vfat fat dm_mod snd_pcm_oss snd_mixer_oss nfs lockd sunrpc psmouse b44 ... blah
Feb 25 12:32:39 slamfist CPU: 0
Feb 25 12:32:39 slamfist EIP: 0060:[<f8aad63b>] Tainted: P VLI
Feb 25 12:32:39 slamfist EFLAGS: 00210286 (2.6.15-gentoo-r1)
Feb 25 12:32:39 slamfist EIP is at dbs_check_cpu+0x1ec/0x399 [cpufreq_conservative]
Feb 25 12:32:39 slamfist eax: 00000000 ebx: 00000001 ecx: 00000001 edx: c039cb3c
Feb 25 12:32:39 slamfist esi: c03ce8a0 edi: f8aae7a4 ebp: e04da5c0 esp: c214bf0c
Feb 25 12:32:39 slamfist ds: 007b es: 007b ss: 0068
Feb 25 12:32:39 slamfist Process events/0 (pid: 6, threadinfo=c214a000 task=c2130ab0)
Feb 25 12:32:39 slamfist Stack: c039cb3c 00000002 00000001 00000000 c210d2c0 f8aae7a4 00200202 f8aad86c
Feb 25 12:32:39 slamfist 00000000 00200202 00000000 00000000 c012e1d6 00000000 c214bf6c 00000000
Feb 25 12:32:39 slamfist c210d2e8 c210d2d0 c210d2d8 f8aad7e8 f8aae7a0 c214a000 ffffffff ffffffff
Feb 25 12:32:39 slamfist Call Trace:
Feb 25 12:32:39 slamfist [<f8aad86c>] do_dbs_timer+0x84/0xb6 [cpufreq_conservative]
Feb 25 12:32:39 slamfist [<c012e1d6>] worker_thread+0x1da/0x264
Feb 25 12:32:39 slamfist [<f8aad7e8>] do_dbs_timer+0x0/0xb6 [cpufreq_conservative]
Feb 25 12:32:39 slamfist [<c01192f8>] default_wake_function+0x0/0x12
Feb 25 12:32:39 slamfist [<c01192f8>] default_wake_function+0x0/0x12
Feb 25 12:32:39 slamfist [<c012dffc>] worker_thread+0x0/0x264
Feb 25 12:32:39 slamfist [<c0132684>] kthread+0xba/0xf0
Feb 25 12:32:39 slamfist [<c01325ca>] kthread+0x0/0xf0
Feb 25 12:32:39 slamfist [<c0101185>] kernel_thread_helper+0x5/0xb
Feb 25 12:32:39 slamfist Code: 85 c0 0f 84 ba 01 00 00 0f bc c0 83 f8 03 bb 02 00 00 00 0f 4c d8 83 fb 01 77 45 be a0 e8 3c c0 8b ... blah
|
Anyone knows if the cpufreq-driver is compatible at all with this new cpu? Or, if that is the case, what might have gone wrong? Thanks for your input. |
|
Back to top |
|
|
bollucks l33t
Joined: 27 Oct 2004 Posts: 606
|
Posted: Sat Feb 25, 2006 1:37 pm Post subject: |
|
|
SMP and speedstep is flakey, so not really compatible/working properly is the answer to your question. |
|
Back to top |
|
|
VinzC Watchman
Joined: 17 Apr 2004 Posts: 5098 Location: Dark side of the mood
|
Posted: Wed Mar 01, 2006 6:21 pm Post subject: |
|
|
I don't have any kernel panic with the packages I've used on my laptop. Have you tried using the same packages as the ones I mention in my HOWTO (including the masked kernel sources)? You might want to continue posting in the latter. _________________ Gentoo addict: tomorrow I quit, I promise!... Just one more emerge...
1739! |
|
Back to top |
|
|
rmh3093 Advocate
Joined: 06 Aug 2003 Posts: 2138 Location: Albany, NY
|
Posted: Wed Mar 01, 2006 10:59 pm Post subject: |
|
|
i think this issue is related to crappy ACPI on some of our laptops my Acer CoreDuo needs some updates from -mm sources to run stable plus -mm has a multicore scheduler that you would benefit from _________________ Do not meddle in the affairs of wizards, for they are subtle and quick to anger. |
|
Back to top |
|
|
VinzC Watchman
Joined: 17 Apr 2004 Posts: 5098 Location: Dark side of the mood
|
Posted: Wed Mar 01, 2006 11:04 pm Post subject: |
|
|
rmh3093 wrote: | i think this issue is related to crappy ACPI on some of our laptops my Acer CoreDuo needs some updates from -mm sources to run stable plus -mm has a multicore scheduler that you would benefit from |
Does it mean fixing the errors in the DSDT would be a possible solution? _________________ Gentoo addict: tomorrow I quit, I promise!... Just one more emerge...
1739! |
|
Back to top |
|
|
shazza n00b
Joined: 18 Oct 2003 Posts: 71 Location: Marburg, Germany
|
Posted: Sat Mar 04, 2006 6:15 pm Post subject: |
|
|
VinzC wrote: | I don't have any kernel panic with the packages I've used on my laptop. Have you tried using the same packages as the ones I mention in my HOWTO (including the masked kernel sources)? |
Doesn't work with 2.6.15-gentoo-r5 either here. |
|
Back to top |
|
|
|