Post
Topic
Board Hardware
Re: ANTMINER S4 Discussion and Support Thread
by
captjrc
on 04/11/2014, 21:03:30 UTC
When I tried to follow the directions below to update my S4, when I enter "chmod +x cgminer" I get "chmod: cgminer: No such file or directory.
What do I need to do to correct this so I can finish with the update?
Thanks in advance for all the help!



Did wget succeed?

Try doing wget line again and make sure it downloads the file.

Check where you are and what files you have:

pwd
ls -al

Here is what it looks like:

Connecting to ck.kolivas.org  (193.19.136.183:80)
index.html                 100%  |**************************|  768  0:00:00 ETA
root@beaglebone:~# mv /usr/bin/cgminer usr/bin/cgminer.bak
root@beaglebone:~# chmod +x cgminer
chmod:  cgminer:  No such file or directory
root@beaglebone:~#


Any ideas???