Skipped content of type multipart/mixed-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20070217/4f2701bd/attachment.pgp
Hi Michael, On Sat, Feb 17, 2007 at 09:47:45AM +0100, Michael Nottebrock wrote:> I've attached the ktrace output of 'sysctl kern.clockrate' to this message.Hmm, could you try to rebuild sysctl manually and give that one a try? Maybe there's not something in sync. Something like: # cd /usr/src/sbin/sysctl # make # ./sysctl kern.clockrate Would work. If this fails, could you build a debugging version (eg. make CFLAGS=-g) and use gdb(1) to find out exactly where it crashes? Thanks, -- Rink P.W. Springer - http://rink.nu "It is such a quiet thing, to fall. But yet a far more terrible thing, to admit it." - Darth Traya -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 2415 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20070217/5cb481fb/smime.bin
On Saturday 24 February 2007 7:51 pm, Andrei Kolu wrote:> FreeBSD 6.1-RELEASE-p11 > Motherboard: Supermicro P8SCi > CPU: Pentium 4 640 > > I have HyperThreading enabled... > > Enabling "powerd" gave me this error message: > > est0: <Enhanced SpeedStep Frequency Control> on cpu0 > est1: <Enhanced SpeedStep Frequency Control> on cpu1 > est: CPU supports Enhanced Speedstep, but is not recognized. > est: Please update driver or contact the maintainer. > est: cpu_vendor GenuineIntel, msr 102d0000102d, bus_clk, 64 > device_attach: est1 attach returned 6OK, I figured it out by myself. Added cpufreq_load="YES" into /boot/loader.conf but got error: est0: <Enhanced SpeedStep Frequency Control> on cpu0 p4tcc0: <CPU Frequency Thermal Control> on cpu0 cpu1: <ACPI CPU> on acpi0 est1: <Enhanced SpeedStep Frequency Control> on cpu1 est: CPU supports Enhanced Speedstep, but is not recognized. est: Please update driver or contact the maintainer. est: cpu_vendor GenuineIntel, msr 102d0000102d, bus_clk, 64 device_attach: est1 attach returned 6 p4tcc1: <CPU Frequency Thermal Control> on cpu1 BUT> # sysctl -a | grep dev.cpu dev.cpu.0.%desc: ACPI CPU dev.cpu.0.%driver: cpu dev.cpu.0.%location: handle=\_PR_.CPU0 dev.cpu.0.%pnpinfo: _HID=none _UID=0 dev.cpu.0.%parent: acpi0 dev.cpu.0.freq: 2450 dev.cpu.0.freq_levels: 3200/88000 2800/75000 2450/65625 2400/63000 2100/55125 1800/47250 1500/39375 1200/31500 900/23625 dev.cpu.1.%desc: ACPI CPU dev.cpu.1.%driver: cpu dev.cpu.1.%location: handle=\_PR_.CPU1 dev.cpu.1.%pnpinfo: _HID=none _UID=0 dev.cpu.1.%parent: acpi0 dev.cpufreq.0.%driver: cpufreq dev.cpufreq.0.%parent: cpu0 dev.cpufreq.1.%driver: cpufreq dev.cpufreq.1.%parent: cpu1 It works or not, I run "openssl speed" and my CPU is fully loaded but freq_levels shows me only 2450..
On Monday 26 February 2007 13:45, Andrei Kolu wrote:> On Saturday 24 February 2007 7:51 pm, Andrei Kolu wrote: > > FreeBSD 6.1-RELEASE-p11 > > Motherboard: Supermicro P8SCi > > CPU: Pentium 4 640 > > > > I have HyperThreading enabled... > > > > Enabling "powerd" gave me this error message: > > > > est0: <Enhanced SpeedStep Frequency Control> on cpu0 > > est1: <Enhanced SpeedStep Frequency Control> on cpu1 > > est: CPU supports Enhanced Speedstep, but is not recognized. > > est: Please update driver or contact the maintainer. > > est: cpu_vendor GenuineIntel, msr 102d0000102d, bus_clk, 64 > > device_attach: est1 attach returned 6 > > OK, I figured it out by myself. Added cpufreq_load="YES" > into /boot/loader.conf but got error: > > est0: <Enhanced SpeedStep Frequency Control> on cpu0 > p4tcc0: <CPU Frequency Thermal Control> on cpu0 > cpu1: <ACPI CPU> on acpi0 > est1: <Enhanced SpeedStep Frequency Control> on cpu1 > est: CPU supports Enhanced Speedstep, but is not recognized. > est: Please update driver or contact the maintainer. > est: cpu_vendor GenuineIntel, msr 102d0000102d, bus_clk, 64 > device_attach: est1 attach returned 6 > p4tcc1: <CPU Frequency Thermal Control> on cpu1 > > BUT> # sysctl -a | grep dev.cpuI found out what is caused problem with SpeedStep. I had to disable HyperThreading from BIOS and after that everything works just fine: cpu0: <ACPI CPU> on acpi0 acpi_perf0: <ACPI CPU Frequency Control> on cpu0 p4tcc0: <CPU Frequency Thermal Control> on cpu0 # sysctl dev.cpu dev.cpu.0.freq: 900 dev.cpu.0.freq_levels: 3200/88000 2800/75000 2450/65625 2400/63000 2100/55125 1800/47250 1500/39375 1200/31500 900/23625