Hi,
I have a problem adjusting my extremely noisy 8800GT fans at startup.
I installed nvclock and I'm able to do adjust the fans manually by typing
but can't seem to get the script to run at startup, here's what I did:
I created a script 'zznvfans' with just thsee two lines:
Made it executable:
Added links for the runlevels:
I am able to execute the script manually yet it doens't seem to be working on startup.
What am I missing here?
Thanks in advance.
I have a problem adjusting my extremely noisy 8800GT fans at startup.
I installed nvclock and I'm able to do adjust the fans manually by typing
Code:
/usr/bin/nvclock -c 1 -F 35 -f /usr/bin/nvclock -c 2 -F 35 -f
I created a script 'zznvfans' with just thsee two lines:
Code:
/usr/bin/nvclock -c 1 -F 35 -f /usr/bin/nvclock -c 2 -F 35 -f
Code:
$ sudo chmod +x /etc/init.d/zznvfans
Code:
$ sudo update-rc.d zznvfans defaults
I am able to execute the script manually yet it doens't seem to be working on startup.
What am I missing here?
Thanks in advance.
Comment