All of lore.kernel.org
 help / color / mirror / Atom feed
* RE: Intel T2250
@ 2006-10-26 17:48 Pallipadi, Venkatesh
  2006-10-26 18:58 ` Odp: " Mateusz Mielnicki
  2006-10-26 19:35 ` Mateusz Mielnicki
  0 siblings, 2 replies; 3+ messages in thread
From: Pallipadi, Venkatesh @ 2006-10-26 17:48 UTC (permalink / raw)
  To: Mateusz Mielnicki, Dominik Brodowski; +Cc: cpufreq


Can you try the same thing with 'modprobe acpi-cpufreq' instead of 'modprobe speedstep-centrino' in first line below.

Thanks,
Venki 

>-----Original Message-----
>From: cpufreq-bounces@lists.linux.org.uk 
>[mailto:cpufreq-bounces@lists.linux.org.uk] On Behalf Of 
>Mateusz Mielnicki
>Sent: Thursday, October 26, 2006 10:38 AM
>To: Dominik Brodowski
>Cc: cpufreq
>Subject: Re: Intel T2250
>
>Well, I don't think so... sadly.
>
>This is what I get in console:
>
>MatiM matim # modprobe speedstep-centrino
>FATAL: Error inserting speedstep_centrino 
>(/lib/modules/2.6.17-gentoo-r8-w/kernel/arch/i386/kernel/cpu/cp
>ufreq/speedstep-centrino.ko): No such device
>MatiM matim # modprobe cpufreq_userspace
>MatiM matim # modprobe cpufreq_powersave
>MatiM matim # modprobe cpufreq_ondemand
>MatiM matim # modprobe cpufreq_conservative
>MatiM matim # cpufreq-info
>cpufrequtils 001: cpufreq-info (C) Dominik Brodowski 2004-2006
>Report errors and bugs to linux@brodo.de, please.
>analyzing CPU 0:
>  no or unknown cpufreq driver is active on this CPU
>analyzing CPU 1:
>  no or unknown cpufreq driver is active on this CPU
>MatiM matim #
>MatiM matim # ls /sys/devices/system/cpu/cpu*
>/sys/devices/system/cpu/cpu0:
>cache  topology
>
>/sys/devices/system/cpu/cpu1:
>cache  topology
>MatiM matim #
>MatiM matim # /etc/init.d/cpufrequtils start
> * Enabling ondemand cpufreq governor ...  [ !! ]unknown or 
>unhandled CPU?
>MatiM matim #
>
>
>As you can see there is nothing that would say it is working...
>Is my processor T2250 really supported? I saw that 
>speedstep-centrino contains clock and voltage information of 
>certain processor's, and this one is not even mentioned on 
>intel's page. What can I do with it ?
>Mateusz
>
>
>Dnia 26-10-2006 o godz. 4:34 Dominik Brodowski napisa³(a):
>> On Thu, Oct 19, 2006 at 09:54:42AM +0200, Mateusz Mielnicki wrote:
>> > Yes, every module of cpufreq loads, acpi-cpufreq, 
>cpufreq_powersave,
>> > cpufreq_conservative, freq_table and so on, excepting 
>speedstep-centrino
>> > which gives "No such device".
>> 
>> Well, this means that speedstep is working just fine; it uses the
>> (preferred) acpi-cpufreq module.
>> 
>> 	Dominik
>> 
>
>
>----------------------------------------------------
>Nowa Gra Zakrêcone Dynie - sprwd¼ i kliknij:
>http://klik.wp.pl/?adr=http%3A%2F%2Fadv.reklama.wp.pl%2Fas%2Fd2
>4.html&sid=911
>Czy zakrêcisz nimi jeszcze bardziej i zbijesz wszystkie z planszy?
>
>
>
>_______________________________________________
>Cpufreq mailing list
>Cpufreq@lists.linux.org.uk
>http://lists.linux.org.uk/mailman/listinfo/cpufreq
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Odp: RE: Intel T2250
  2006-10-26 17:48 Intel T2250 Pallipadi, Venkatesh
@ 2006-10-26 18:58 ` Mateusz Mielnicki
  2006-10-26 19:35 ` Mateusz Mielnicki
  1 sibling, 0 replies; 3+ messages in thread
From: Mateusz Mielnicki @ 2006-10-26 18:58 UTC (permalink / raw)
  To: Pallipadi Venkatesh; +Cc: cpufreq, Dominik Brodowski

With acpi-cpufreq it is as below:

MatiM matim # modprobe acpi_cpufreq
MatiM matim # modprobe cpufreq_stats
MatiM matim # modprobe cpufreq_powersave
MatiM matim # modprobe cpufreq_ondemand
MatiM matim # modprobe cpufreq_userspace
MatiM matim # modprobe cpufreq_conservative
MatiM matim # lsmod
Module                  Size  Used by
cpufreq_conservative     6152  0
cpufreq_userspace       3816  0
cpufreq_ondemand        5324  0
cpufreq_powersave       1728  0
cpufreq_stats           4748  0
acpi_cpufreq            6868  0
freq_table              4744  2 cpufreq_stats,acpi_cpufreq
snd_pcm_oss            38688  0
snd_mixer_oss          14208  2 snd_pcm_oss
i915                   17152  2
usbhid                 30916  0
snd_hda_intel          13972  2
snd_hda_codec         146112  1 snd_hda_intel
thermal                10760  0
processor              22712  2 acpi_cpufreq,thermal
battery                 7620  0
ac                      3588  0
MatiM matim #
MatiM matim # cpufreq-info
cpufrequtils 001: cpufreq-info (C) Dominik Brodowski 2004-2006
Report errors and bugs to linux@brodo.de, please.
analyzing CPU 0:
  no or unknown cpufreq driver is active on this CPU
analyzing CPU 1:
  no or unknown cpufreq driver is active on this CPU
MatiM matim # ls /sys/devices/system/cpu/cpu*
/sys/devices/system/cpu/cpu0:
cache  topology

/sys/devices/system/cpu/cpu1:
cache  online  topology
MatiM matim # /etc/init.d/cpufrequtils start
 * Enabling ondemand cpufreq governor ...  [ !! ]unknown or unhandled CPU?
MatiM matim #

------------------------------------------
Only difference I see is "online" in second processor directory.

MatiM proc # ls -l /proc/cpufreq
ls: /proc/cpufreq: Nie ma takiego pliku ani katalogu
MatiM proc #

-----------------------------------------
But I also found:

MatiM CPU0 # cat /proc/acpi/processor/CPU0/throttling
state count:             8
active state:            T0
states:
   *T0:                  00%
    T1:                  12%
    T2:                  25%
    T3:                  37%
    T4:                  50%
    T5:                  62%
    T6:                  75%
    T7:                  87%
MatiM CPU0 #


Any guess?

Thanks
Mateusz


Dnia 26-10-2006 o godz. 19:48 Pallipadi Venkatesh napisa³(a):
> 
> Can you try the same thing with 'modprobe acpi-cpufreq' instead of 
> 'modprobe speedstep-centrino' in first line below.
> 
> Thanks,
> Venki 
> 
> >-----Original Message-----
> >From: cpufreq-bounces@lists.linux.org.uk 
> >[mailto:cpufreq-bounces@lists.linux.org.uk] On Behalf Of 
> >Mateusz Mielnicki
> >Sent: Thursday, October 26, 2006 10:38 AM
> >To: Dominik Brodowski
> >Cc: cpufreq
> >Subject: Re: Intel T2250
> >
> >Well, I don't think so... sadly.
> >
> >This is what I get in console:
> >
> >MatiM matim # modprobe speedstep-centrino
> >FATAL: Error inserting speedstep_centrino 
> >(/lib/modules/2.6.17-gentoo-r8-w/kernel/arch/i386/kernel/cpu/cp
> >ufreq/speedstep-centrino.ko): No such device
> >MatiM matim # modprobe cpufreq_userspace
> >MatiM matim # modprobe cpufreq_powersave
> >MatiM matim # modprobe cpufreq_ondemand
> >MatiM matim # modprobe cpufreq_conservative
> >MatiM matim # cpufreq-info
> >cpufrequtils 001: cpufreq-info (C) Dominik Brodowski 2004-2006
> >Report errors and bugs to linux@brodo.de, please.
> >analyzing CPU 0:
> >  no or unknown cpufreq driver is active on this CPU
> >analyzing CPU 1:
> >  no or unknown cpufreq driver is active on this CPU
> >MatiM matim #
> >MatiM matim # ls /sys/devices/system/cpu/cpu*
> >/sys/devices/system/cpu/cpu0:
> >cache  topology
> >
> >/sys/devices/system/cpu/cpu1:
> >cache  topology
> >MatiM matim #
> >MatiM matim # /etc/init.d/cpufrequtils start
> > * Enabling ondemand cpufreq governor ...  [ !! ]unknown or 
> >unhandled CPU?
> >MatiM matim #
> >
> >
> >As you can see there is nothing that would say it is working...
> >Is my processor T2250 really supported? I saw that 
> >speedstep-centrino contains clock and voltage information of 
> >certain processor's, and this one is not even mentioned on 
> >intel's page. What can I do with it ?
> >Mateusz
> >
> >
> >Dnia 26-10-2006 o godz. 4:34 Dominik Brodowski napisa³(a):
> >> On Thu, Oct 19, 2006 at 09:54:42AM +0200, Mateusz Mielnicki wrote:
> >> > Yes, every module of cpufreq loads, acpi-cpufreq, 
> >cpufreq_powersave,
> >> > cpufreq_conservative, freq_table and so on, excepting 
> >speedstep-centrino
> >> > which gives "No such device".
> >> 
> >> Well, this means that speedstep is working just fine; it uses the
> >> (preferred) acpi-cpufreq module.
> >> 
> >> 	Dominik
> >> 
> >
> >
> >----------------------------------------------------
> >Nowa Gra Zakrêcone Dynie - sprwd¼ i kliknij:
> >http://klik.wp.pl/?adr=http%3A%2F%2Fadv.reklama.wp.pl%2Fas%2Fd2
> >4.html&sid=911
> >Czy zakrêcisz nimi jeszcze bardziej i zbijesz wszystkie z planszy?
> >
> >
> >
> >_______________________________________________
> >Cpufreq mailing list
> >Cpufreq@lists.linux.org.uk
> >http://lists.linux.org.uk/mailman/listinfo/cpufreq
> >
> 


----------------------------------------------------
Trzy wesela... i niez³y cyrk: brytyjska komedia "Confetti" 
- przebój Warszawskiego Festiwalu Filmowego: w kinach!
http://klik.wp.pl/?adr=http%3A%2F%2Fadv.reklama.wp.pl%2Fas%2Fconfetti.html&sid=912

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Odp: RE: Intel T2250
  2006-10-26 17:48 Intel T2250 Pallipadi, Venkatesh
  2006-10-26 18:58 ` Odp: " Mateusz Mielnicki
@ 2006-10-26 19:35 ` Mateusz Mielnicki
  1 sibling, 0 replies; 3+ messages in thread
From: Mateusz Mielnicki @ 2006-10-26 19:35 UTC (permalink / raw)
  To: Pallipadi Venkatesh; +Cc: cpufreq, Dominik Brodowski

And also info from /var/log/messages

Oct 26 20:45:40 MatiM acpi-cpufreq: acpi_cpufreq_init
Oct 26 20:45:40 MatiM acpi-cpufreq: acpi_cpufreq_early_init
Oct 26 20:45:40 MatiM cpufreq-core: trying to register driver acpi-cpufreq
Oct 26 20:45:40 MatiM cpufreq-core: adding CPU 0
Oct 26 20:45:40 MatiM acpi-cpufreq: acpi_cpufreq_cpu_init
Oct 26 20:45:40 MatiM cpufreq-core: initialization failed
Oct 26 20:45:40 MatiM cpufreq-core: adding CPU 1
Oct 26 20:45:40 MatiM acpi-cpufreq: acpi_cpufreq_cpu_init
Oct 26 20:45:40 MatiM cpufreq-core: initialization failed
Oct 26 20:45:40 MatiM cpufreq-core: driver acpi-cpufreq up and running
Oct 26 20:46:03 MatiM cpufreq-core: trying to register driver centrino
Oct 26 20:51:31 MatiM acpi-cpufreq: acpi_cpufreq_exit
Oct 26 20:51:31 MatiM cpufreq-core: unregistering driver acpi-cpufreq
Oct 26 20:51:31 MatiM cpufreq-core: unregistering CPU 0
Oct 26 20:51:31 MatiM cpufreq-core: unregistering CPU 1
Oct 26 20:51:50 MatiM acpi-cpufreq: acpi_cpufreq_init
Oct 26 20:51:50 MatiM acpi-cpufreq: acpi_cpufreq_early_init
Oct 26 20:51:50 MatiM cpufreq-core: trying to register driver acpi-cpufreq
Oct 26 20:51:50 MatiM cpufreq-core: adding CPU 0
Oct 26 20:51:50 MatiM acpi-cpufreq: acpi_cpufreq_cpu_init
Oct 26 20:51:50 MatiM cpufreq-core: initialization failed
Oct 26 20:51:50 MatiM cpufreq-core: adding CPU 1
Oct 26 20:51:50 MatiM acpi-cpufreq: acpi_cpufreq_cpu_init
Oct 26 20:51:50 MatiM cpufreq-core: initialization failed
Oct 26 20:51:50 MatiM cpufreq-core: driver acpi-cpufreq up and running

What does this mean ?????

Dnia 26-10-2006 o godz. 19:48 Pallipadi Venkatesh napisa³(a):
> 
> Can you try the same thing with 'modprobe acpi-cpufreq' instead of 
> 'modprobe speedstep-centrino' in first line below.
> 
> Thanks,
> Venki 
> 
> >-----Original Message-----
> >From: cpufreq-bounces@lists.linux.org.uk 
> >[mailto:cpufreq-bounces@lists.linux.org.uk] On Behalf Of 
> >Mateusz Mielnicki
> >Sent: Thursday, October 26, 2006 10:38 AM
> >To: Dominik Brodowski
> >Cc: cpufreq
> >Subject: Re: Intel T2250
> >
> >Well, I don't think so... sadly.
> >
> >This is what I get in console:
> >
> >MatiM matim # modprobe speedstep-centrino
> >FATAL: Error inserting speedstep_centrino 
> >(/lib/modules/2.6.17-gentoo-r8-w/kernel/arch/i386/kernel/cpu/cp
> >ufreq/speedstep-centrino.ko): No such device
> >MatiM matim # modprobe cpufreq_userspace
> >MatiM matim # modprobe cpufreq_powersave
> >MatiM matim # modprobe cpufreq_ondemand
> >MatiM matim # modprobe cpufreq_conservative
> >MatiM matim # cpufreq-info
> >cpufrequtils 001: cpufreq-info (C) Dominik Brodowski 2004-2006
> >Report errors and bugs to linux@brodo.de, please.
> >analyzing CPU 0:
> >  no or unknown cpufreq driver is active on this CPU
> >analyzing CPU 1:
> >  no or unknown cpufreq driver is active on this CPU
> >MatiM matim #
> >MatiM matim # ls /sys/devices/system/cpu/cpu*
> >/sys/devices/system/cpu/cpu0:
> >cache  topology
> >
> >/sys/devices/system/cpu/cpu1:
> >cache  topology
> >MatiM matim #
> >MatiM matim # /etc/init.d/cpufrequtils start
> > * Enabling ondemand cpufreq governor ...  [ !! ]unknown or 
> >unhandled CPU?
> >MatiM matim #
> >
> >
> >As you can see there is nothing that would say it is working...
> >Is my processor T2250 really supported? I saw that 
> >speedstep-centrino contains clock and voltage information of 
> >certain processor's, and this one is not even mentioned on 
> >intel's page. What can I do with it ?
> >Mateusz
> >
> >
> >Dnia 26-10-2006 o godz. 4:34 Dominik Brodowski napisa³(a):
> >> On Thu, Oct 19, 2006 at 09:54:42AM +0200, Mateusz Mielnicki wrote:
> >> > Yes, every module of cpufreq loads, acpi-cpufreq, 
> >cpufreq_powersave,
> >> > cpufreq_conservative, freq_table and so on, excepting 
> >speedstep-centrino
> >> > which gives "No such device".
> >> 
> >> Well, this means that speedstep is working just fine; it uses the
> >> (preferred) acpi-cpufreq module.
> >> 
> >> 	Dominik
> >> 
> >
> >
> >----------------------------------------------------
> >Nowa Gra Zakrêcone Dynie - sprwd¼ i kliknij:
> >http://klik.wp.pl/?adr=http%3A%2F%2Fadv.reklama.wp.pl%2Fas%2Fd2
> >4.html&sid=911
> >Czy zakrêcisz nimi jeszcze bardziej i zbijesz wszystkie z planszy?
> >
> >
> >
> >_______________________________________________
> >Cpufreq mailing list
> >Cpufreq@lists.linux.org.uk
> >http://lists.linux.org.uk/mailman/listinfo/cpufreq
> >
> 


----------------------------------------------------
Trzy wesela... i niez³y cyrk: brytyjska komedia "Confetti" 
- przebój Warszawskiego Festiwalu Filmowego: w kinach!
http://klik.wp.pl/?adr=http%3A%2F%2Fadv.reklama.wp.pl%2Fas%2Fconfetti.html&sid=912

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-10-26 19:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-26 17:48 Intel T2250 Pallipadi, Venkatesh
2006-10-26 18:58 ` Odp: " Mateusz Mielnicki
2006-10-26 19:35 ` Mateusz Mielnicki

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.