Re: New AMD Processor:RM-72

2008-11-14 Thread weinter.lim



Paul B. Mahol wrote:
> 
> On 11/14/08, weinter.lim <[EMAIL PROTECTED]> wrote:
>>
>>
>>
> Try:
> 
> # kldload cpufreq
> 
> and restart powerd:
> 
> # pkill powerd & powerd -a adp
> 
> Even if this one works it is only workaround.
> 
> It returns the following
> powerd:lookup freq :No Such file or directory 
> And returns an error
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
> 
> 

-- 
View this message in context: 
http://www.nabble.com/New-AMD-Processor%3ARM-72-tp20498008p20503860.html
Sent from the freebsd-questions mailing list archive at Nabble.com.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: New AMD Processor:RM-72

2008-11-14 Thread Paul B. Mahol
On 11/14/08, weinter.lim <[EMAIL PROTECTED]> wrote:
>
>
>
> Paul B. Mahol wrote:
>> 
>> On 11/14/08, weinter.lim <[EMAIL PROTECTED]> wrote:
>>>
>>>
>>>
>>> weinter.lim wrote:

 Hi,
 I have tried installing FreeBSD 7.1-BETA2 on my Laptop with a Relatively
 new
 Mobile Processor AMD X2 Turion RM-72 2.1GHZ 1MB L2 Cache
 I find that the temperature during normal operation is very high 70
 degress IDLE
 When Compiling it hits 90 degress
 All this is happening even with power_d enabled
 Anyone else encountered similar issues with solution?

>>>
>>> hw.acpi.thermal.min_runtime: 0
>>> hw.acpi.thermal.polling_rate: 10
>>> hw.acpi.thermal.user_override: 0
>>> hw.acpi.thermal.tz0.temperature: 69.0C (Changes to 90 degrees during
>>> compiling)
>>> hw.acpi.thermal.tz0.active: -1
>> Does this one ever change?
>> 
>>> hw.acpi.thermal.tz0.passive_cooling: 1
>>> hw.acpi.thermal.tz0.thermal_flags: 0
>>> hw.acpi.thermal.tz0._PSV: 99.0C
>> This one is too much high, it make more sense if it is ~60.0C
>> 
>> If acpi is disabled, does system also get too hot? Yes it does
>> Is fan working/operational? Yes it is working 

How fast?



>> I don't think Acer Laptops enables fan control to users
>> 
>> 
>>> hw.acpi.thermal.tz0._HOT: -1
>>> hw.acpi.thermal.tz0._CRT: 105.0C
>>> hw.acpi.thermal.tz0._ACx: -1 -1 -1 -1 -1 -1 -1 -1 -1 -1
>> This one looks bogus.
>> 
>>> hw.acpi.thermal.tz0._TC1: 2
>>> hw.acpi.thermal.tz0._TC2: 3
>>> hw.acpi.thermal.tz0._TSP: 40
>> 
>> After executing:
>> # hw.acpi.thermal.user_override=1
>> Try to modify hw.acpi.thermal.tz0.* values to something more usefull.
>> 
>> I changed hw.acpi.thermal.tz0._PSV:60.0C
>> But the 
>> 
>> Also could you post output of:
>> 
>> % sysctl 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.cx_supported: C1/0
>> dev.cpu.0.cx_lowest: C1
>> dev.cpu.0.cx_usage: 100.00%
>> 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.cpu.1.cx_supported: C1/0
>> dev.cpu.1.cx_lowest: C1
>> dev.cpu.1.cx_usage: 100.00%
>> 
>> Also i just noticed:
>> starting power_d
>> power_d : look up freq not found (or something like that)

Try:

# kldload cpufreq

and restart powerd:

# pkill powerd & powerd -a adp

Even if this one works it is only workaround.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: New AMD Processor:RM-72

2008-11-14 Thread weinter.lim



Paul B. Mahol wrote:
> 
> On 11/14/08, weinter.lim <[EMAIL PROTECTED]> wrote:
>>
>>
>>
>> weinter.lim wrote:
>>>
>>> Hi,
>>> I have tried installing FreeBSD 7.1-BETA2 on my Laptop with a Relatively
>>> new
>>> Mobile Processor AMD X2 Turion RM-72 2.1GHZ 1MB L2 Cache
>>> I find that the temperature during normal operation is very high 70
>>> degress IDLE
>>> When Compiling it hits 90 degress
>>> All this is happening even with power_d enabled
>>> Anyone else encountered similar issues with solution?
>>>
>>
>> hw.acpi.thermal.min_runtime: 0
>> hw.acpi.thermal.polling_rate: 10
>> hw.acpi.thermal.user_override: 0
>> hw.acpi.thermal.tz0.temperature: 69.0C (Changes to 90 degrees during
>> compiling)
>> hw.acpi.thermal.tz0.active: -1
> Does this one ever change?
> 
>> hw.acpi.thermal.tz0.passive_cooling: 1
>> hw.acpi.thermal.tz0.thermal_flags: 0
>> hw.acpi.thermal.tz0._PSV: 99.0C
> This one is too much high, it make more sense if it is ~60.0C
> 
> If acpi is disabled, does system also get too hot? Yes it does
> Is fan working/operational? Yes it is working 
> I don't think Acer Laptops enables fan control to users
> 
> 
>> hw.acpi.thermal.tz0._HOT: -1
>> hw.acpi.thermal.tz0._CRT: 105.0C
>> hw.acpi.thermal.tz0._ACx: -1 -1 -1 -1 -1 -1 -1 -1 -1 -1
> This one looks bogus.
> 
>> hw.acpi.thermal.tz0._TC1: 2
>> hw.acpi.thermal.tz0._TC2: 3
>> hw.acpi.thermal.tz0._TSP: 40
> 
> After executing:
> # hw.acpi.thermal.user_override=1
> Try to modify hw.acpi.thermal.tz0.* values to something more usefull.
> 
> I changed hw.acpi.thermal.tz0._PSV:60.0C
> But the 
> 
> Also could you post output of:
> 
> % sysctl 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.cx_supported: C1/0
> dev.cpu.0.cx_lowest: C1
> dev.cpu.0.cx_usage: 100.00%
> 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.cpu.1.cx_supported: C1/0
> dev.cpu.1.cx_lowest: C1
> dev.cpu.1.cx_usage: 100.00%
> 
> Also i just noticed:
> starting power_d
> power_d : look up freq not found (or something like that)
> 
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
> 
> 

-- 
View this message in context: 
http://www.nabble.com/New-AMD-Processor%3ARM-72-tp20498008p20501129.html
Sent from the freebsd-questions mailing list archive at Nabble.com.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: New AMD Processor:RM-72

2008-11-14 Thread Paul B. Mahol
On 11/14/08, weinter.lim <[EMAIL PROTECTED]> wrote:
>
>
>
> weinter.lim wrote:
>>
>> Hi,
>> I have tried installing FreeBSD 7.1-BETA2 on my Laptop with a Relatively
>> new
>> Mobile Processor AMD X2 Turion RM-72 2.1GHZ 1MB L2 Cache
>> I find that the temperature during normal operation is very high 70
>> degress IDLE
>> When Compiling it hits 90 degress
>> All this is happening even with power_d enabled
>> Anyone else encountered similar issues with solution?
>>
>
> hw.acpi.thermal.min_runtime: 0
> hw.acpi.thermal.polling_rate: 10
> hw.acpi.thermal.user_override: 0
> hw.acpi.thermal.tz0.temperature: 69.0C (Changes to 90 degrees during
> compiling)
> hw.acpi.thermal.tz0.active: -1
Does this one ever change?

> hw.acpi.thermal.tz0.passive_cooling: 1
> hw.acpi.thermal.tz0.thermal_flags: 0
> hw.acpi.thermal.tz0._PSV: 99.0C
This one is too much high, it make more sense if it is ~60.0C

If acpi is disabled, does system also get too hot?
Is fan working/operational?


> hw.acpi.thermal.tz0._HOT: -1
> hw.acpi.thermal.tz0._CRT: 105.0C
> hw.acpi.thermal.tz0._ACx: -1 -1 -1 -1 -1 -1 -1 -1 -1 -1
This one looks bogus.

> hw.acpi.thermal.tz0._TC1: 2
> hw.acpi.thermal.tz0._TC2: 3
> hw.acpi.thermal.tz0._TSP: 40

After executing:
# hw.acpi.thermal.user_override=1
Try to modify hw.acpi.thermal.tz0.* values to something more usefull.

Also could you post output of:

% sysctl dev.cpu
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: New AMD Processor:RM-72

2008-11-14 Thread weinter.lim



Paul B. Mahol wrote:
> 
> On 11/14/08, weinter.lim <[EMAIL PROTECTED]> wrote:
>>
>> Hi,
>> I have tried installing FreeBSD 7.1-BETA2 on my Laptop with a Relatively
>> new
>> Mobile Processor AMD X2 Turion RM-72 2.1GHZ 1MB L2 Cache
>> I find that the temperature during normal operation is very high 70
>> degress
>> IDLE
>> When Compiling it hits 90 degress
>> All this is happening even with power_d enabled
>> Anyone else encountered similar issues with solution?
> 
> Please post output of:
> % sysctl hw.acpi.thermal
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
> 
> 

weinter.lim wrote:
Hi,
I have tried installing FreeBSD 7.1-BETA2 on my Laptop with a Relatively
new
Mobile Processor AMD X2 Turion RM-72 2.1GHZ 1MB L2 Cache
I find that the temperature during normal operation is very high 70
degress IDLE
When Compiling it hits 90 degress
All this is happening even with power_d enabled
Anyone else encountered similar issues with solution?

hw.acpi.thermal.min_runtime: 0
hw.acpi.thermal.polling_rate: 10
hw.acpi.thermal.user_override: 0
hw.acpi.thermal.tz0.temperature: 69.0C (Changes to 90 degrees during
compiling)
hw.acpi.thermal.tz0.active: -1
hw.acpi.thermal.tz0.passive_cooling: 1
hw.acpi.thermal.tz0.thermal_flags: 0
hw.acpi.thermal.tz0._PSV: 99.0C
hw.acpi.thermal.tz0._HOT: -1
hw.acpi.thermal.tz0._CRT: 105.0C
hw.acpi.thermal.tz0._ACx: -1 -1 -1 -1 -1 -1 -1 -1 -1 -1
hw.acpi.thermal.tz0._TC1: 2
hw.acpi.thermal.tz0._TC2: 3
hw.acpi.thermal.tz0._TSP: 40 
-- 
View this message in context: 
http://www.nabble.com/New-AMD-Processor%3ARM-72-tp20498008p20498746.html
Sent from the freebsd-questions mailing list archive at Nabble.com.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: New AMD Processor:RM-72

2008-11-14 Thread weinter.lim



weinter.lim wrote:
> 
> Hi,
> I have tried installing FreeBSD 7.1-BETA2 on my Laptop with a Relatively
> new
> Mobile Processor AMD X2 Turion RM-72 2.1GHZ 1MB L2 Cache
> I find that the temperature during normal operation is very high 70
> degress IDLE
> When Compiling it hits 90 degress
> All this is happening even with power_d enabled
> Anyone else encountered similar issues with solution?
> 

hw.acpi.thermal.min_runtime: 0
hw.acpi.thermal.polling_rate: 10
hw.acpi.thermal.user_override: 0
hw.acpi.thermal.tz0.temperature: 69.0C (Changes to 90 degrees during
compiling)
hw.acpi.thermal.tz0.active: -1
hw.acpi.thermal.tz0.passive_cooling: 1
hw.acpi.thermal.tz0.thermal_flags: 0
hw.acpi.thermal.tz0._PSV: 99.0C
hw.acpi.thermal.tz0._HOT: -1
hw.acpi.thermal.tz0._CRT: 105.0C
hw.acpi.thermal.tz0._ACx: -1 -1 -1 -1 -1 -1 -1 -1 -1 -1
hw.acpi.thermal.tz0._TC1: 2
hw.acpi.thermal.tz0._TC2: 3
hw.acpi.thermal.tz0._TSP: 40


-- 
View this message in context: 
http://www.nabble.com/New-AMD-Processor%3ARM-72-tp20498008p20498733.html
Sent from the freebsd-questions mailing list archive at Nabble.com.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: New AMD Processor:RM-72

2008-11-14 Thread Paul B. Mahol
On 11/14/08, weinter.lim <[EMAIL PROTECTED]> wrote:
>
> Hi,
> I have tried installing FreeBSD 7.1-BETA2 on my Laptop with a Relatively new
> Mobile Processor AMD X2 Turion RM-72 2.1GHZ 1MB L2 Cache
> I find that the temperature during normal operation is very high 70 degress
> IDLE
> When Compiling it hits 90 degress
> All this is happening even with power_d enabled
> Anyone else encountered similar issues with solution?

Please post output of:
% sysctl hw.acpi.thermal
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"