* [d-kernel] не грузится speedstep-ich.ko
@ 2008-11-03 14:38 Sergey
2008-11-04 7:02 ` Михаил Якушин
0 siblings, 1 reply; 9+ messages in thread
From: Sergey @ 2008-11-03 14:38 UTC (permalink / raw)
To: ALT Linux kernel packages development
Приветствую.
Решил озадачиться управлением частотой процессора и наткнулся на
# modprobe speedstep-ich
FATAL: Error inserting speedstep_ich (/lib/modules/2.6.25-std-def-alt8/kernel/arch/x86/kernel/cpu/cpufreq/speedstep-ich.ko): No such device
Вылезло это при service powersaved start. С kernel-image-ovz-smp-2.6.26-alt0.3
aнaлогично. Может, не speedstep-ich нужен ?
vendor_id : GenuineIntel
cpu family : 15
model : 2
model name : Intel(R) Pentium(R) 4 CPU 2.40GHz
stepping : 9
# cpufreq-info
cpufrequtils 005: cpufreq-info (C) Dominik Brodowski 2004-2006
Report errors and bugs to cpufreq@vger.kernel.org, please.
analyzing CPU 0:
driver: p4-clockmod
CPUs which need to switch frequency at the same time: 0 1
hardware limits: 300 MHz - 2.40 GHz
available frequency steps: 300 MHz, 600 MHz, 900 MHz, 1.20 GHz, 1.50 GHz, 1.80 GHz, 2.10 GHz, 2.40 GHz
available cpufreq governors: powersave, conservative, ondemand, userspace, performance
current policy: frequency should be within 300 MHz and 2.40 GHz.
The governor "performance" may decide which speed to use
within this range.
current CPU frequency is 2.40 GHz (asserted by call to hardware).
--
С уважением, Сергей
a_s_y@sama.ru
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [d-kernel] не грузится speedstep-ich.ko
2008-11-03 14:38 [d-kernel] не грузится speedstep-ich.ko Sergey
@ 2008-11-04 7:02 ` Михаил Якушин
2008-11-04 8:55 ` Michael Shigorin
2008-11-04 11:52 ` Sergey
0 siblings, 2 replies; 9+ messages in thread
From: Михаил Якушин @ 2008-11-04 7:02 UTC (permalink / raw)
To: ALT Linux kernel packages development
Sergey wrote:
> Приветствую.
>
> Решил озадачиться управлением частотой процессора и наткнулся на
>
> # modprobe speedstep-ich
> FATAL: Error inserting speedstep_ich (/lib/modules/2.6.25-std-def-alt8/kernel/arch/x86/kernel/cpu/cpufreq/speedstep-ich.ko): No such device
>
> Вылезло это при service powersaved start. С kernel-image-ovz-smp-2.6.26-alt0.3
> aнaлогично. Может, не speedstep-ich нужен ?
>
> vendor_id : GenuineIntel
> cpu family : 15
> model : 2
> model name : Intel(R) Pentium(R) 4 CPU 2.40GHz
> stepping : 9
>
> # cpufreq-info
> cpufrequtils 005: cpufreq-info (C) Dominik Brodowski 2004-2006
> Report errors and bugs to cpufreq@vger.kernel.org, please.
> analyzing CPU 0:
> driver: p4-clockmod
> CPUs which need to switch frequency at the same time: 0 1
> hardware limits: 300 MHz - 2.40 GHz
> available frequency steps: 300 MHz, 600 MHz, 900 MHz, 1.20 GHz, 1.50 GHz, 1.80 GHz, 2.10 GHz, 2.40 GHz
> available cpufreq governors: powersave, conservative, ondemand, userspace, performance
> current policy: frequency should be within 300 MHz and 2.40 GHz.
> The governor "performance" may decide which speed to use
> within this range.
> current CPU frequency is 2.40 GHz (asserted by call to hardware).
>
А у вас уже всё загружено и рабоет. Нужен вам p4-clockmod. И он
собственно загружен.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [d-kernel] не грузится speedstep-ich.ko
2008-11-04 7:02 ` Михаил Якушин
@ 2008-11-04 8:55 ` Michael Shigorin
2008-11-04 11:52 ` Sergey
2008-11-04 11:52 ` Sergey
1 sibling, 1 reply; 9+ messages in thread
From: Michael Shigorin @ 2008-11-04 8:55 UTC (permalink / raw)
To: ALT Linux kernel packages development
On Tue, Nov 04, 2008 at 10:02:25AM +0300, Михаил Якушин wrote:
> p4-clockmod.
Насколько помню, это ерунда -- в смысле не стоит мороки...
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ Linux.Kiev http://www.linux.kiev.ua/
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [d-kernel] не грузится speedstep-ich.ko
2008-11-04 7:02 ` Михаил Якушин
2008-11-04 8:55 ` Michael Shigorin
@ 2008-11-04 11:52 ` Sergey
2008-11-04 12:40 ` Михаил Якушин
1 sibling, 1 reply; 9+ messages in thread
From: Sergey @ 2008-11-04 11:52 UTC (permalink / raw)
To: ALT Linux kernel packages development
On Tuesday 04 November 2008, Михаил Якушин wrote:
> > Решил озадачиться управлением частотой процессора и наткнулся на
> >
> > # modprobe speedstep-ich
> > FATAL: Error inserting speedstep_ich (/lib/modules/2.6.25-std-def-alt8/kernel/arch/x86/kernel/cpu/cpufreq/speedstep-ich.ko): No such device
> >
> > Вылезло это при service powersaved start.
> А у вас уже всё загружено и рабоет. Нужен вам p4-clockmod. И он
> собственно загружен.
А почему частота на максимуме, если не происходит ничего ? Или оно работает
только на нотебуке, если от батарейки ?
--
С уважением, Сергей
a_s_y@sama.ru
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [d-kernel] не грузится speedstep-ich.ko
2008-11-04 8:55 ` Michael Shigorin
@ 2008-11-04 11:52 ` Sergey
2008-11-04 12:23 ` Michael Shigorin
0 siblings, 1 reply; 9+ messages in thread
From: Sergey @ 2008-11-04 11:52 UTC (permalink / raw)
To: ALT Linux kernel packages development
On Tuesday 04 November 2008, Michael Shigorin wrote:
> > p4-clockmod.
>
> Насколько помню, это ерунда -- в смысле не стоит мороки...
А точнее ? :-)
--
С уважением, Сергей
a_s_y@sama.ru
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [d-kernel] не грузится speedstep-ich.ko
2008-11-04 11:52 ` Sergey
@ 2008-11-04 12:23 ` Michael Shigorin
2008-11-04 14:21 ` Sergey
0 siblings, 1 reply; 9+ messages in thread
From: Michael Shigorin @ 2008-11-04 12:23 UTC (permalink / raw)
To: ALT Linux kernel packages development
On Tue, Nov 04, 2008 at 03:52:32PM +0400, Sergey wrote:
> > > p4-clockmod.
> > Насколько помню, это ерунда -- в смысле не стоит мороки...
> А точнее ? :-)
http://lists.altlinux.org/pipermail/community/2006-August/380300.html
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ Linux.Kiev http://www.linux.kiev.ua/
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [d-kernel] не грузится speedstep-ich.ko
2008-11-04 11:52 ` Sergey
@ 2008-11-04 12:40 ` Михаил Якушин
2008-11-04 14:46 ` Sergey
0 siblings, 1 reply; 9+ messages in thread
From: Михаил Якушин @ 2008-11-04 12:40 UTC (permalink / raw)
To: ALT Linux kernel packages development
Sergey wrote:
> On Tuesday 04 November 2008, Михаил Якушин wrote:
>
>>> Решил озадачиться управлением частотой процессора и наткнулся на
>>>
>>> # modprobe speedstep-ich
>>> FATAL: Error inserting speedstep_ich (/lib/modules/2.6.25-std-def-alt8/kernel/arch/x86/kernel/cpu/cpufreq/speedstep-ich.ko): No such device
>>>
>>> Вылезло это при service powersaved start.
>
>> А у вас уже всё загружено и рабоет. Нужен вам p4-clockmod. И он
>> собственно загружен.
>
> А почему частота на максимуме, если не происходит ничего ? Или оно работает
> только на нотебуке, если от батарейки ?
>
Попробуйте записать в /etc/modules p4-clockmod и перезагрузиться.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [d-kernel] не грузится speedstep-ich.ko
2008-11-04 12:23 ` Michael Shigorin
@ 2008-11-04 14:21 ` Sergey
0 siblings, 0 replies; 9+ messages in thread
From: Sergey @ 2008-11-04 14:21 UTC (permalink / raw)
To: ALT Linux kernel packages development
On Tuesday 04 November 2008, Michael Shigorin wrote:
> > А точнее ? :-)
>
> http://lists.altlinux.org/pipermail/community/2006-August/380300.html
Так ядер с тех пор поменялось достаточно...
--
С уважением, Сергей
a_s_y@sama.ru
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [d-kernel] не грузится speedstep-ich.ko
2008-11-04 12:40 ` Михаил Якушин
@ 2008-11-04 14:46 ` Sergey
0 siblings, 0 replies; 9+ messages in thread
From: Sergey @ 2008-11-04 14:46 UTC (permalink / raw)
To: ALT Linux kernel packages development
On Tuesday 04 November 2008, Михаил Якушин wrote:
> Попробуйте записать в /etc/modules p4-clockmod и перезагрузиться.
Да, похоже, зависимость от порядка загрузки есть. Начало меняться.
--
С уважением, Сергей
a_s_y@sama.ru
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2008-11-04 14:46 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-03 14:38 [d-kernel] не грузится speedstep-ich.ko Sergey
2008-11-04 7:02 ` Михаил Якушин
2008-11-04 8:55 ` Michael Shigorin
2008-11-04 11:52 ` Sergey
2008-11-04 12:23 ` Michael Shigorin
2008-11-04 14:21 ` Sergey
2008-11-04 11:52 ` Sergey
2008-11-04 12:40 ` Михаил Якушин
2008-11-04 14:46 ` Sergey
ALT Linux kernel packages development
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel-kernel/0 devel-kernel/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 devel-kernel devel-kernel/ http://lore.altlinux.org/devel-kernel \
devel-kernel@altlinux.org devel-kernel@altlinux.ru devel-kernel@altlinux.com
public-inbox-index devel-kernel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel-kernel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git