NSA310 fan speed February 09, 2016 06:25PM |
Registered: 8 years ago Posts: 46 |
Re: NSA310 fan speed February 09, 2016 08:37PM |
Admin Registered: 12 years ago Posts: 17,930 |
Re: NSA310 fan speed February 10, 2016 10:41AM |
Registered: 8 years ago Posts: 46 |
Re: NSA310 fan speed February 10, 2016 11:49AM |
Admin Registered: 12 years ago Posts: 17,930 |
Re: NSA310 fan speed February 10, 2016 06:04PM |
Registered: 8 years ago Posts: 46 |
Re: NSA310 fan speed February 11, 2016 11:15AM |
Registered: 10 years ago Posts: 91 |
Re: NSA310 fan speed February 11, 2016 03:05PM |
Registered: 8 years ago Posts: 46 |
echo 1 > /sys/class/i2c-dev/i2c-0/device/0-002e/pwm1_enable echo 0 > /sys/class/i2c-dev/i2c-0/device/0-002e/pwm1This should turn the fan off but doesn't. Any ideas why?
Re: NSA310 fan speed February 12, 2016 06:27AM |
Registered: 10 years ago Posts: 91 |
Re: NSA310 fan speed February 12, 2016 06:33PM |
Registered: 8 years ago Posts: 46 |
Re: NSA310 fan speed February 14, 2016 07:08AM |
Registered: 10 years ago Posts: 91 |
Re: NSA310 fan speed February 14, 2016 11:34AM |
Registered: 8 years ago Posts: 46 |
Re: NSA310 fan speed February 14, 2016 11:52AM |
Registered: 10 years ago Posts: 91 |
i2c@11000 { status = "okay"; lm85: lm85@2e { compatible = "national,lm85"; reg = <0x2e>; };
i2c@11000 { status = "okay"; adt7476: adt7476a@2e { compatible = "adi,adt7476"; reg = <0x2e>; };
Re: NSA310 fan speed February 14, 2016 12:56PM |
Registered: 8 years ago Posts: 46 |
Re: NSA310 fan speed February 15, 2016 02:48PM |
Registered: 8 years ago Posts: 298 |
Re: NSA310 fan speed February 15, 2016 06:08PM |
Registered: 8 years ago Posts: 46 |
Re: NSA310 fan speed February 16, 2016 03:34PM |
Registered: 8 years ago Posts: 298 |
root@nsa310debian:/sys/class/leds# ls . nsa310:green:esata nsa310:green:usb nsa310:red:hdd .. nsa310:green:hdd nsa310:red:copy nsa310:red:sys nsa310:green:copy nsa310:green:sys nsa310:red:esata
Re: NSA310 fan speed February 17, 2016 06:37PM |
Registered: 8 years ago Posts: 46 |
Re: NSA310 fan speed February 17, 2016 07:04PM |
Admin Registered: 12 years ago Posts: 17,930 |
Quote
According to the GPL sources there are at least 3 different versions, the TDC, the OBM and the SGW.
Quote
kirkwood-nsa310.dts model? sensor-supported=no LED?
kirkwood-nsa310a.dts model? sensor-supported=lm85 LED?
Quote
kirkwood-nsa310b.dts model? sensor-supported? LED?
Re: NSA310 fan speed February 18, 2016 07:44AM |
Registered: 10 years ago Posts: 91 |
Re: NSA310 fan speed February 19, 2016 06:52AM |
Registered: 8 years ago Posts: 298 |
Re: NSA310 fan speed February 19, 2016 03:32PM |
Admin Registered: 12 years ago Posts: 17,930 |
Re: NSA310 fan speed February 19, 2016 06:26PM |
Registered: 8 years ago Posts: 298 |
Re: NSA310 fan speed February 19, 2016 07:06PM |
Admin Registered: 12 years ago Posts: 17,930 |
Re: NSA310 fan speed February 20, 2016 05:31AM |
Registered: 8 years ago Posts: 298 |
Re: NSA310 fan speed March 15, 2016 04:59AM |
Admin Registered: 12 years ago Posts: 17,930 |
Re: NSA310 fan speed March 15, 2016 05:05PM |
Registered: 7 years ago Posts: 17 |
Fan Speed Control ----------------- The driver exposes two trip points per PWM channel. point1: Set the PWM speed at the lower temperature bound point2: Set the PWM speed at the higher temperature bound The ADT747x will scale the PWM linearly between the lower and higher PWM speed when the temperature is between the two temperature boundaries. Temperature boundaries are associated to temperature channels rather than PWM outputs, and a given PWM output can be controlled by several temperature channels. As a result, the ADT747x may compute more than one PWM value for a channel at a given time, in which case the maximum value (fastest fan speed) is applied. PWM values range from 0 (off) to 255 (full speed). Fan speed may be set to maximum when the temperature sensor associated with the PWM control exceeds temp#_max.
Re: NSA310 fan speed March 26, 2016 12:31PM |
Registered: 8 years ago Posts: 298 |
Re: NSA310 fan speed March 28, 2016 05:33AM |
Registered: 8 years ago Posts: 46 |
Re: NSA310 fan speed March 28, 2016 06:50AM |
Registered: 8 years ago Posts: 298 |
Re: NSA310 fan speed March 29, 2016 12:14PM |
Registered: 8 years ago Posts: 298 |