Hiçbir şey olmadı hocam. Hala çalışıyor. Acaba fiziksel olarak müdahale etsem sıkıntı olur mu?Kod:su echo -n "0" > /sys/devices/virtual/thermal/cooling_device3/cur_state
Yukarıdaki komutların sonucu ne oluyor?
Hiçbir şey olmadı hocam. Hala çalışıyor. Acaba fiziksel olarak müdahale etsem sıkıntı olur mu?Kod:su echo -n "0" > /sys/devices/virtual/thermal/cooling_device3/cur_state
Yukarıdaki komutların sonucu ne oluyor?
İlgilendiğiniz için teşekkürler. Dediğiniz gibi bir şekilde durması gerekiyor. İyi geceler. İyi sosyaller hocam.Fiziksel müdahaleden kasıt fanı çıkarmaksa, bence yapma. Yarın müsait olduğumda bir inceleyim, bu aygıt için bir geri bildirim ya da kullanılabilecek bir açılış değişkeni var mı bakayım.
sudo nbfc config --set auto
sudo nbfc config --recommend
sudo nbfc config --set "yapılandırma adı"
sudo nbfc start
cat /etc/nbfc/nbfc.json
Çıktılarını paylaş.
Kod:sudo nbfc start cat /etc/nbfc/nbfc.json
sudo nbfc start
[sudo] berkay için parola:
Using 'RedmiBook 14 (TM1814)' as model config
Using 'ECSysLinux' as EmbeddedControllerType
Using '/sys/class/hwmon/hwmon2/temp0_input' as temperature source
Using '/sys/class/hwmon/hwmon2/temp1_input' as temperature source
Using '/sys/class/hwmon/hwmon2/temp2_input' as temperature source
Using '/sys/class/hwmon/hwmon2/temp3_input' as temperature source
Using '/sys/class/hwmon/hwmon2/temp4_input' as temperature source
Using '/sys/class/hwmon/hwmon2/temp5_input' as temperature source
Using '/sys/class/hwmon/hwmon2/temp6_input' as temperature source
Using '/sys/class/hwmon/hwmon2/temp7_input' as temperature source
Using '/sys/class/hwmon/hwmon2/temp8_input' as temperature source
Using '/sys/class/hwmon/hwmon2/temp9_input' as temperature source
cat /etc/nbfc/nbfc.json
{"SelectedConfigId": "RedmiBook 14 (TM1814)"}
sudo cp "/usr/share/nbfc/configs/RedmiBook 14 (TM1814).json" /usr/share/nbfc/configs/c660.json
sudo xed /usr/share/nbfc/configs/C660.json
{
"NotebookModel": "Timi TM1814",
"Author": "ZhangYaoSword",
"EcPollInterval": 1000,
"ReadWriteWords": false,
"CriticalTemperature": 75,
"FanConfigurations": [
{
"ReadRegister": 149,
"WriteRegister": 148,
"MinSpeedValue": 255,
"MaxSpeedValue": 40,
"IndependentReadMinMaxValues": false,
"MinSpeedValueRead": 0,
"MaxSpeedValueRead": 0,
"ResetRequired": true,
"FanSpeedResetValue": 255,
"FanDisplayName": "None",
"TemperatureThresholds": [
{
"UpThreshold": 0,
"DownThreshold": 0,
"FanSpeed": 0.0
},
{
"UpThreshold": 60,
"DownThreshold": 55,
"FanSpeed": 20.0
},
{
"UpThreshold": 63,
"DownThreshold": 55,
"FanSpeed": 20.0
},
{
"UpThreshold": 66,
"DownThreshold": 59,
"FanSpeed": 30.0
},
{
"UpThreshold": 68,
"DownThreshold": 63,
"FanSpeed": 50
},
{
"UpThreshold": 71,
"DownThreshold": 67,
"FanSpeed": 100.0
}
],
"FanSpeedPercentageOverrides": []
}
],
"RegisterWriteConfigurations": [
{
"WriteMode": "Set",
"WriteOccasion": "OnInitialization",
"Register": 147,
"Value": 20,
"ResetRequired": true,
"ResetValue": 4,
"ResetWriteMode": "Set",
"Description": "Set EC to manual control"
}
]
}
sudo nbfc config --set "C660"
sudo nbfc restart
cat /etc/nbfc/nbfc.json
Dediğinizi yaptım. Bir değişiklik olmadı. Sizce Slimbook Battery gibi bir programla yapma şansımız var mı?Şu komutları çalıştır.
Kod:sudo cp "/usr/share/nbfc/configs/RedmiBook 14 (TM1814).json" /usr/share/nbfc/configs/c660.jsonKod:sudo xed /usr/share/nbfc/configs/C660.json
Açılan dosya içeriğini aşağıdaki gibi düzenle ve kaydet.
Kod:{ "NotebookModel": "Timi TM1814", "Author": "ZhangYaoSword", "EcPollInterval": 1000, "ReadWriteWords": false, "CriticalTemperature": 75, "FanConfigurations": [ { "ReadRegister": 149, "WriteRegister": 148, "MinSpeedValue": 255, "MaxSpeedValue": 40, "IndependentReadMinMaxValues": false, "MinSpeedValueRead": 0, "MaxSpeedValueRead": 0, "ResetRequired": true, "FanSpeedResetValue": 255, "FanDisplayName": "None", "TemperatureThresholds": [ { "UpThreshold": 0, "DownThreshold": 0, "FanSpeed": 0.0 }, { "UpThreshold": 60, "DownThreshold": 55, "FanSpeed": 20.0 }, { "UpThreshold": 63, "DownThreshold": 55, "FanSpeed": 20.0 }, { "UpThreshold": 66, "DownThreshold": 59, "FanSpeed": 30.0 }, { "UpThreshold": 68, "DownThreshold": 63, "FanSpeed": 50 }, { "UpThreshold": 71, "DownThreshold": 67, "FanSpeed": 100.0 } ], "FanSpeedPercentageOverrides": [] } ], "RegisterWriteConfigurations": [ { "WriteMode": "Set", "WriteOccasion": "OnInitialization", "Register": 147, "Value": 20, "ResetRequired": true, "ResetValue": 4, "ResetWriteMode": "Set", "Description": "Set EC to manual control" } ] }
Sonra aşağıdaki komutlar çalıştırmayı dene.
Kod:sudo nbfc config --set "C660" sudo nbfc restart
Aşağıdaki komutla yeni yapılandırmayı teyit edersin.
Kod:cat /etc/nbfc/nbfc.json
Bu sitenin çalışmasını sağlamak için gerekli çerezleri ve deneyiminizi iyileştirmek için isteğe bağlı çerezleri kullanıyoruz.