• November 01, 2024, 07:29:29 AM
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

This Forum Beta is ONLY for registered owners of D-Link products in the USA for which we have created boards at this time.

Author Topic: fancontrol script firmware version 1.02b07  (Read 3441 times)

alberttux

  • Level 1 Member
  • *
  • Posts: 5
fancontrol script firmware version 1.02b07
« on: August 16, 2013, 10:53:10 AM »

fancontrol script

DNS-320L firmware version 1.02b07
fun plug 0.7
www.sysadminsquare.com/nas/fan-control-d-link-dns-320-with-usb-support/
My modification: https://docs.google.com/file/d/0B-qhdLCeUrnyOUNPZC01R0RIbEU/edit?usp=sharing


It is a shame to have to change things so basic.
« Last Edit: August 17, 2013, 01:49:22 AM by alberttux »
Logged

NixZero

  • Level 2 Member
  • **
  • Posts: 66
Re: fancontrol script firmware version 1.02b07
« Reply #1 on: August 17, 2013, 02:40:23 AM »

little problem here: your script states that usb mount point should be /mnt/USB/HD_c1 instead I got /mnt/USB/USB1_c1
easily fixed obv., tho maybe some mountpoint check would help
« Last Edit: August 17, 2013, 02:46:54 AM by NixZero »
Logged

NixZero

  • Level 2 Member
  • **
  • Posts: 66
Re: fancontrol script firmware version 1.02b07
« Reply #2 on: August 17, 2013, 04:19:32 AM »

another small bug:
/start/fancontrol.sh, line 34
Code: [Select]
             cp /ffp/bin/fancontrol.sh /tmp/fancontrol.sh
should  be
Code: [Select]
             cp /ffp/sbin/fancontrol.sh /tmp/fancontrol.sh
Logged