Comment # 39 on bug 80901 from
OK, lets see...

# ./nvapeek e114 10
0000e114: 0000021c 000000f9 00000001 00000000

sometimes I get the following answer:

0000e114: 0000021c 000000fe 00000001 00000000

I then select manual control and do the following:

[root@tux nva]# ./nvapoke e118 80000005
[root@tux nva]# ./nvapeek e114 10
0000e114: 0000021c 00000005 00000001 00000000

Silent fan. Check with 'sensors' command. RPM is 0! Temperature raising! Set
fan control back to old setting and fan returns to normal.

Restart with the module blacklisted.

[root@tux nva]# ./nvapeek e114 10
0000e114: 0000021c 000000a2 00000001 00000000

Restart with the nouveau module in place again.

You asked K.-P. Schrage to use 'nvapoke e118 80000002' As I have 000000a2 I
instead tried the following:

[root@tux nva]# ./nvapoke e118 800000a2

(If I try 'nvapoke e118 80000002' the RPM goes down to 0 rpm, so I think that
800000a2 is correct for me to use. The RPM then stays slightly above 2000 rpm
and the temperature is at about 60-65 degC, as it was before the change in the
3.15 kernel.)

Not sure what all these numbers means though... :)


You are receiving this mail because: