* 2.4.22-jl9: speedstep-centrino.o: init_module: No such device
@ 2003-08-26 20:06 Jan De Luyck
2003-08-26 20:36 ` Dominik Brodowski
` (2 more replies)
0 siblings, 3 replies; 11+ messages in thread
From: Jan De Luyck @ 2003-08-26 20:06 UTC (permalink / raw)
To: linux-kernel
I just patched my 2.4.22 with this patch - so i can get centrino speedstep
support in 2.4 - but it won't load:
# modprobe speedstep-centrino
/lib/modules/2.4.22-jl9/kernel/arch/i386/kernel/speedstep-centrino.o:
init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including
invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
/lib/modules/2.4.22-jl9/kernel/arch/i386/kernel/speedstep-centrino.o: insmod
/lib/modules/2.4.22-jl9/kernel/arch/i386/kernel/speedstep-centrino.o failed
/lib/modules/2.4.22-jl9/kernel/arch/i386/kernel/speedstep-centrino.o: insmod
speedstep-centrino failed
Any ideas?
Thanks.
Jan
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: 2.4.22-jl9: speedstep-centrino.o: init_module: No such device
2003-08-26 20:06 2.4.22-jl9: speedstep-centrino.o: init_module: No such device Jan De Luyck
@ 2003-08-26 20:36 ` Dominik Brodowski
2003-08-27 5:43 ` Jan De Luyck
2003-08-29 18:04 ` Jussi Laako
2003-08-30 8:40 ` Jussi Laako
2 siblings, 1 reply; 11+ messages in thread
From: Dominik Brodowski @ 2003-08-26 20:36 UTC (permalink / raw)
To: Jan De Luyck; +Cc: linux-kernel
On Tue, Aug 26, 2003 at 10:06:36PM +0200, Jan De Luyck wrote:
> I just patched my 2.4.22 with this patch - so i can get centrino speedstep
> support in 2.4 - but it won't load:
>
> # modprobe speedstep-centrino
> /lib/modules/2.4.22-jl9/kernel/arch/i386/kernel/speedstep-centrino.o:
> init_module: No such device
>
> Any ideas?
Could you post your /proc/cpuinfo to the cpufreq mailing list at
cpufreq@www.linux.org.uk, please?
TIA,
Dominik
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: 2.4.22-jl9: speedstep-centrino.o: init_module: No such device
2003-08-26 20:36 ` Dominik Brodowski
@ 2003-08-27 5:43 ` Jan De Luyck
2003-08-27 6:20 ` Dominik Brodowski
0 siblings, 1 reply; 11+ messages in thread
From: Jan De Luyck @ 2003-08-27 5:43 UTC (permalink / raw)
To: Dominik Brodowski; +Cc: cpufreq
On Tuesday 26 August 2003 22:36, Dominik Brodowski wrote:
> On Tue, Aug 26, 2003 at 10:06:36PM +0200, Jan De Luyck wrote:
> > I just patched my 2.4.22 with this patch - so i can get centrino
> > speedstep support in 2.4 - but it won't load:
> >
> > # modprobe speedstep-centrino
> > /lib/modules/2.4.22-jl9/kernel/arch/i386/kernel/speedstep-centrino.o:
> > init_module: No such device
> >
> > Any ideas?
>
> Could you post your /proc/cpuinfo to the cpufreq mailing list at
> cpufreq@www.linux.org.uk, please?
Here it is:
devilkin@precious:~$ cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 9
model name : Intel(R) Pentium(R) M processor 1600MHz
stepping : 5
cpu MHz : 1598.679
cache size : 0 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr mce cx8 sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 tm
bogomips : 3191.60
Jan
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: 2.4.22-jl9: speedstep-centrino.o: init_module: No such device
2003-08-27 5:43 ` Jan De Luyck
@ 2003-08-27 6:20 ` Dominik Brodowski
2003-08-27 8:12 ` Jan De Luyck
2003-08-27 9:07 ` Bas Mevissen
0 siblings, 2 replies; 11+ messages in thread
From: Dominik Brodowski @ 2003-08-27 6:20 UTC (permalink / raw)
To: Jan De Luyck; +Cc: cpufreq
On Wed, Aug 27, 2003 at 07:43:34AM +0200, Jan De Luyck wrote:
> On Tuesday 26 August 2003 22:36, Dominik Brodowski wrote:
> > On Tue, Aug 26, 2003 at 10:06:36PM +0200, Jan De Luyck wrote:
> > > I just patched my 2.4.22 with this patch - so i can get centrino
> > > speedstep support in 2.4 - but it won't load:
> > >
> > > # modprobe speedstep-centrino
> > > /lib/modules/2.4.22-jl9/kernel/arch/i386/kernel/speedstep-centrino.o:
> > > init_module: No such device
> > >
> > > Any ideas?
> >
> > Could you post your /proc/cpuinfo to the cpufreq mailing list at
> > cpufreq@www.linux.org.uk, please?
Thanks. Here's the (most likely) problem: the -jl kernel patch misses a
critical update to the speedstep-centrino module which is necessary to get
it loaded. Either get the latest cpufreq CVS sources from
http://cvs.arm.linux.org.uk [check for the latest LINUX_2_4 nightly build] and
replace -jl9's arch/i386/kernel/speedstep-centrino.c with the version in the linux_2_4
CVS, or contact the -jl maintainer to do the update and release a new -jl
kernel.
Dominik
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: 2.4.22-jl9: speedstep-centrino.o: init_module: No such device
2003-08-27 6:20 ` Dominik Brodowski
@ 2003-08-27 8:12 ` Jan De Luyck
2003-08-27 8:28 ` Dominik Brodowski
2003-08-27 9:07 ` Bas Mevissen
1 sibling, 1 reply; 11+ messages in thread
From: Jan De Luyck @ 2003-08-27 8:12 UTC (permalink / raw)
To: Dominik Brodowski; +Cc: cpufreq
On Wednesday 27 August 2003 08:20, Dominik Brodowski wrote:
> On Wed, Aug 27, 2003 at 07:43:34AM +0200, Jan De Luyck wrote:
> > On Tuesday 26 August 2003 22:36, Dominik Brodowski wrote:
> > > On Tue, Aug 26, 2003 at 10:06:36PM +0200, Jan De Luyck wrote:
> > > > I just patched my 2.4.22 with this patch - so i can get centrino
> > > > speedstep support in 2.4 - but it won't load:
> > > >
> > > > # modprobe speedstep-centrino
> > > > /lib/modules/2.4.22-jl9/kernel/arch/i386/kernel/speedstep-centrino.o:
> > > > init_module: No such device
> > > >
> > > > Any ideas?
> > >
> > > Could you post your /proc/cpuinfo to the cpufreq mailing list at
> > > cpufreq@www.linux.org.uk, please?
>
> Thanks. Here's the (most likely) problem: the -jl kernel patch misses a
> critical update to the speedstep-centrino module which is necessary to get
> it loaded. Either get the latest cpufreq CVS sources from
> http://cvs.arm.linux.org.uk [check for the latest LINUX_2_4 nightly build]
> and replace -jl9's arch/i386/kernel/speedstep-centrino.c with the version
> in the linux_2_4 CVS, or contact the -jl maintainer to do the update and
> release a new -jl kernel.
Yup, that indeed was the problem. I have another question though: the
speedfreq daemon that can change the setting according to the load does not
work with the 2.4 implementation since it uses sysfs which is only present in
the newer 2.5+ kernels.
Now; I've got this nice cpu, i got it recognized... how the hell do I change
the frequency?? I'm looking on the net; but I'm not able to find any relevant
documentation...
Thanks!
Jan
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: 2.4.22-jl9: speedstep-centrino.o: init_module: No such device
2003-08-27 8:12 ` Jan De Luyck
@ 2003-08-27 8:28 ` Dominik Brodowski
0 siblings, 0 replies; 11+ messages in thread
From: Dominik Brodowski @ 2003-08-27 8:28 UTC (permalink / raw)
To: Jan De Luyck; +Cc: cpufreq
On Wed, Aug 27, 2003 at 10:12:54AM +0200, Jan De Luyck wrote:
> On Wednesday 27 August 2003 08:20, Dominik Brodowski wrote:
> > On Wed, Aug 27, 2003 at 07:43:34AM +0200, Jan De Luyck wrote:
> > > On Tuesday 26 August 2003 22:36, Dominik Brodowski wrote:
> > > > On Tue, Aug 26, 2003 at 10:06:36PM +0200, Jan De Luyck wrote:
> > > > > I just patched my 2.4.22 with this patch - so i can get centrino
> > > > > speedstep support in 2.4 - but it won't load:
> > > > >
> > > > > # modprobe speedstep-centrino
> > > > > /lib/modules/2.4.22-jl9/kernel/arch/i386/kernel/speedstep-centrino.o:
> > > > > init_module: No such device
> > > > >
> > > > > Any ideas?
> > > >
> > > > Could you post your /proc/cpuinfo to the cpufreq mailing list at
> > > > cpufreq@www.linux.org.uk, please?
> >
> > Thanks. Here's the (most likely) problem: the -jl kernel patch misses a
> > critical update to the speedstep-centrino module which is necessary to get
> > it loaded. Either get the latest cpufreq CVS sources from
> > http://cvs.arm.linux.org.uk [check for the latest LINUX_2_4 nightly build]
> > and replace -jl9's arch/i386/kernel/speedstep-centrino.c with the version
> > in the linux_2_4 CVS, or contact the -jl maintainer to do the update and
> > release a new -jl kernel.
>
> Yup, that indeed was the problem. I have another question though: the
> speedfreq daemon that can change the setting according to the load does not
> work with the 2.4 implementation since it uses sysfs which is only present in
> the newer 2.5+ kernels.
>
> Now; I've got this nice cpu, i got it recognized... how the hell do I change
> the frequency?? I'm looking on the net; but I'm not able to find any relevant
> documentation...
echo -n "0%0%100%userspace" > /proc/cpufreq
to enable the userspace governor, and then you can set the frequency in
/proc/sys/cpu/0/speed
Dominik
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: 2.4.22-jl9: speedstep-centrino.o: init_module: No such device
2003-08-27 6:20 ` Dominik Brodowski
2003-08-27 8:12 ` Jan De Luyck
@ 2003-08-27 9:07 ` Bas Mevissen
2003-08-27 10:06 ` Russell King
1 sibling, 1 reply; 11+ messages in thread
From: Bas Mevissen @ 2003-08-27 9:07 UTC (permalink / raw)
To: Dominik Brodowski, Russell King; +Cc: cpufreq
Dominik Brodowski wrote:
>
> http://cvs.arm.linux.org.uk [check for the latest LINUX_2_4 nightly build]
The last one on ftp://ftp.linux.org.uk/pub/linux/cpufreq/ dates from Aug
15th. Something wrong there?
Bas.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: 2.4.22-jl9: speedstep-centrino.o: init_module: No such device
2003-08-27 9:07 ` Bas Mevissen
@ 2003-08-27 10:06 ` Russell King
2003-08-27 10:31 ` Bas Mevissen
0 siblings, 1 reply; 11+ messages in thread
From: Russell King @ 2003-08-27 10:06 UTC (permalink / raw)
To: Bas Mevissen; +Cc: cpufreq, Dominik Brodowski
On Wed, Aug 27, 2003 at 11:07:26AM +0200, Bas Mevissen wrote:
> Dominik Brodowski wrote:
> > http://cvs.arm.linux.org.uk [check for the latest LINUX_2_4 nightly build]
>
> The last one on ftp://ftp.linux.org.uk/pub/linux/cpufreq/ dates from Aug
> 15th. Something wrong there?
Not that I see - looks fine here.
-rw-r--r-- 1 rmk rmk 63699 Aug 26 03:14 cpufreq-LINUX_2_4-20030826.tar.bz2
-rw-r--r-- 1 rmk rmk 79146 Aug 26 03:14 cpufreq-LINUX_2_4-20030826.tar.gz
-rw-r--r-- 1 rmk rmk 63692 Aug 27 03:14 cpufreq-LINUX_2_4-20030827.tar.bz2
-rw-r--r-- 1 rmk rmk 79154 Aug 27 03:14 cpufreq-LINUX_2_4-20030827.tar.gz
--
Russell King (rmk@arm.linux.org.uk) The developer of ARM Linux
http://www.arm.linux.org.uk/personal/aboutme.html
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: 2.4.22-jl9: speedstep-centrino.o: init_module: No such device
2003-08-27 10:06 ` Russell King
@ 2003-08-27 10:31 ` Bas Mevissen
0 siblings, 0 replies; 11+ messages in thread
From: Bas Mevissen @ 2003-08-27 10:31 UTC (permalink / raw)
To: Russell King; +Cc: cpufreq, Dominik Brodowski
Russell King wrote:
> On Wed, Aug 27, 2003 at 11:07:26AM +0200, Bas Mevissen wrote:
>
>>Dominik Brodowski wrote:
>>
>>>http://cvs.arm.linux.org.uk [check for the latest LINUX_2_4 nightly build]
>>
>>The last one on ftp://ftp.linux.org.uk/pub/linux/cpufreq/ dates from Aug
>>15th. Something wrong there?
>
>
> Not that I see - looks fine here.
>
> -rw-r--r-- 1 rmk rmk 63699 Aug 26 03:14 cpufreq-LINUX_2_4-20030826.tar.bz2
> -rw-r--r-- 1 rmk rmk 79146 Aug 26 03:14 cpufreq-LINUX_2_4-20030826.tar.gz
> -rw-r--r-- 1 rmk rmk 63692 Aug 27 03:14 cpufreq-LINUX_2_4-20030827.tar.bz2
> -rw-r--r-- 1 rmk rmk 79154 Aug 27 03:14 cpufreq-LINUX_2_4-20030827.tar.gz
>
Oh, great. Mozilla's caching or the proxy here is not so smart...
Sorry for the trouble...
Bas.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: 2.4.22-jl9: speedstep-centrino.o: init_module: No such device
2003-08-26 20:06 2.4.22-jl9: speedstep-centrino.o: init_module: No such device Jan De Luyck
2003-08-26 20:36 ` Dominik Brodowski
@ 2003-08-29 18:04 ` Jussi Laako
2003-08-30 8:40 ` Jussi Laako
2 siblings, 0 replies; 11+ messages in thread
From: Jussi Laako @ 2003-08-29 18:04 UTC (permalink / raw)
To: Jan De Luyck; +Cc: linux-kernel
On Tue, 2003-08-26 at 23:06, Jan De Luyck wrote:
> # modprobe speedstep-centrino
> /lib/modules/2.4.22-jl9/kernel/arch/i386/kernel/speedstep-centrino.o:
> init_module: No such device
Any details in dmesg output?
--
Jussi Laako <jussi.laako@pp.inet.fi>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: 2.4.22-jl9: speedstep-centrino.o: init_module: No such device
2003-08-26 20:06 2.4.22-jl9: speedstep-centrino.o: init_module: No such device Jan De Luyck
2003-08-26 20:36 ` Dominik Brodowski
2003-08-29 18:04 ` Jussi Laako
@ 2003-08-30 8:40 ` Jussi Laako
2 siblings, 0 replies; 11+ messages in thread
From: Jussi Laako @ 2003-08-30 8:40 UTC (permalink / raw)
To: Jan De Luyck; +Cc: linux-kernel
On Tue, 2003-08-26 at 23:06, Jan De Luyck wrote:
> I just patched my 2.4.22 with this patch - so i can get centrino speedstep
> support in 2.4 - but it won't load:
I just updated cpufreq stuff (along with few other patches) and released
2.4.22-jl12 patch. Not tested much though..
http://www.sonarnerd.net/linux/2.4.22-jl12.patch.bz2
--
Jussi Laako <jussi.laako@pp.inet.fi>
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2003-08-30 8:39 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-26 20:06 2.4.22-jl9: speedstep-centrino.o: init_module: No such device Jan De Luyck
2003-08-26 20:36 ` Dominik Brodowski
2003-08-27 5:43 ` Jan De Luyck
2003-08-27 6:20 ` Dominik Brodowski
2003-08-27 8:12 ` Jan De Luyck
2003-08-27 8:28 ` Dominik Brodowski
2003-08-27 9:07 ` Bas Mevissen
2003-08-27 10:06 ` Russell King
2003-08-27 10:31 ` Bas Mevissen
2003-08-29 18:04 ` Jussi Laako
2003-08-30 8:40 ` Jussi Laako
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.