我的一台N5105 mini PC(掌上型),机内的是2脚小风扇,安装Windows系统时风扇运行正常,但当安装飞牛OS时,无论温度升到多高,风扇都不会启动,在重复(随机性)执行cat /sys/class/thermal/thermal_zone*/temp指令后风扇就会启动,不知是哪里问题。
BIOS很简洁,没有风扇控制的选项。
论坛有大神说飞牛原生态无法控制风扇,那么有辨法强制让风扇持续运行吗?(通过软件指令)
用PuTTy检测的信息:
swagman@myMovie:/$ lsmod | grep -E '(fan|thermal|pwm|ec)'
x86_pkg_temp_thermal 16384 0
snd_hda_codec_hdmi 94208 1
snd_hda_codec 212992 4 snd_hda_codec_hdmi,snd_hda_intel,snd_soc_hdac_hda,snd_sof_intel_hda
snd_hda_core 143360 7 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_intel_hda
snd_hwdep 16384 2 snd_usb_audio,snd_hda_codec
snd_pcm 180224 12 snd_hda_codec_hdmi,snd_hda_intel,snd_usb_audio,snd_hda_codec,soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_compress,snd_soc_core,snd_sof_utils,snd_pcsp,snd_hda_core
processor_thermal_device_pci_legacy 12288 0
processor_thermal_device 20480 1 processor_thermal_device_pci_legacy
processor_thermal_wt_hint 16384 1 processor_thermal_device
ecdh_generic 16384 2 bluetooth,tpm
processor_thermal_rfim 28672 1 processor_thermal_device
snd 147456 14 snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_usb_audio,snd_usbmidi_lib,snd_hda_codec,snd_sof,snd_timer,snd_compress,snd_soc_core,snd_pcsp,snd_pcm,snd_rawmidi
processor_thermal_rapl 16384 1 processor_thermal_device
intel_rapl_common 49152 2 intel_rapl_msr,processor_thermal_rapl
processor_thermal_wt_req 12288 1 processor_thermal_device
processor_thermal_power_floor 12288 1 processor_thermal_device
processor_thermal_mbox 12288 4 processor_thermal_power_floor,processor_thermal_wt_req,processor_thermal_rfim,processor_thermal_wt_hint
intel_soc_dts_iosf 16384 1 processor_thermal_device_pci_legacy
ecc 45056 1 ecdh_generic
int3400_thermal 20480 0
int3403_thermal 16384 0
int340x_thermal_zone 16384 2 int3403_thermal,processor_thermal_device
acpi_thermal_rel 16384 1 int3400_thermal
async_raid6_recov 20480 1 raid456
async_memcpy 16384 2 raid456,async_raid6_recov
async_pq 16384 2 raid456,async_raid6_recov
async_xor 16384 3 async_pq,raid456,async_raid6_recov
async_tx 16384 5 async_pq,async_memcpy,async_xor,raid456,async_raid6_recov
raid6_pq 122880 4 async_pq,btrfs,raid456,async_raid6_recov
cec 61440 1 i915
swagman@myMovie:/$ ls /sys/class/hwmon/hwmon*/fan* 2>/dev/null
swagman@myMovie:/$ sensors
coretemp-isa-0000
Adapter: ISA adapter
Package id 0: +37.0°C (high = +105.0°C, crit = +105.0°C)
Core 0: +29.0°C (high = +105.0°C, crit = +105.0°C)
Core 1: +29.0°C (high = +105.0°C, crit = +105.0°C)
Core 2: +29.0°C (high = +105.0°C, crit = +105.0°C)
Core 3: +29.0°C (high = +105.0°C, crit = +105.0°C)
acpitz-acpi-0
Adapter: ACPI interface
temp1: +27.8°C
iwlwifi_1-virtual-0
Adapter: Virtual device
temp1: +50.0°C
