Jump to content

Odroid Xu4 fan, kernel 5.4.215-odroidxu4 #22.08.4 ¿Fan on?, ¿how to?


zeus

Recommended Posts

Estoy perdido, despues de buscar y buscar soluciones, soy nuevo en este foro. 

 

He probado xu4fan, fancontrol, incluso un script que está en este foro, y no puedo iniciar el ventilador con armbian, ni siquiera puedo hacer que el ventilador se mueva. 

 

he intentado esto 

 

 

PUNTO_VIAJE_0=25000
PUNTO_VIAJE_1=30000
PUNTO_VIAJE_2=40000

echo $TRIP_POINT_0 > /sys/devices/virtual/thermal/thermal_zone0/trip_point_0_temp$
echo $TRIP_POINT_0 > /sys/devices/virtual/thermal/thermal_zone1/trip_point_0_temp$
echo $TRIP_POINT_0 > /sys/devices/virtual/thermal/thermal_zone2/trip_point_0_temp $
echo $TRIP_POINT_0 > /sys/devices/virtual/thermal/thermal_zone3/trip_point_0_temp$

echo $TRIP_POINT_1 > /sys/devices/virtual/thermal/thermal_zone0/trip_point_1_temp$
echo $TRIP_POINT_1 > /sys/devices/virtual/thermal/thermal_zone1/trip_point_1_temp$
echo $TRIP_POINT_1 > /sys/devices/virtual/thermal/thermal_zone2/trip_point_1_temp $
echo $TRIP_POINT_1 > /sys/devices/virtual/thermal/thermal_zone3/trip_point_1_temp$

echo $TRIP_POINT_2 > /sys/devices/virtual/thermal/thermal_zone0/trip_point_2_temp$
echo $TRIP_POINT_2 > /sys/devices/virtual/thermal/thermal_zone1/trip_point_2_temp$
echo $TRIP_POINT_2 > /sys/devices/virtual/thermal/thermal_zone2/trip_point_2_temp $
echo $TRIP_POINT_2 > /sys/devices/virtual/thermal/thermal_zone3/trip_point_2_temp$

# Velocidad objetivo del ventilador (PWM): 0, 60 180, 240, 255
echo "0 60 180 240 255" > /sys/devices/platform/pwm-fan/hwmon/hwmon0/fan_speed

 

y la respuesta 

 

 no se puede crear /sys/devices/virtual/thermal/thermal_zone0/trip_point_0_temp$: Permiso denegado

 

he intentado esto 

 

https://github.com/lbseale/odroid-fan 

 

en teoria se arranca el servicio, pero, se acumula calor, como puedo hacer para que funcione?
 

Edited by zeus
Link to comment
Share on other sites

  • Werner locked this topic
Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines