Help installing soundcheck mods on mac....

0 Members and 1 Guest are viewing this topic. Read 1117 times.

daimbert

  • Jr. Member
  • Posts: 25
Help installing soundcheck mods on mac....
« on: 19 Feb 2012, 02:05 am »
Hello everyone,

I have been trying for the last few days to install the soundcheck mods on the touch with no luck. I am pretty decent with computers and for some reason I having a hard time installing the mods. Can someone help me. I don't know where I am going wrong so some look at my terminal log and see where I went wrong. Thanks


James-MacBook-Pro:~ James$ ssh root@10.0.1.2
root@10.0.1.2's password:

This network device is for authorized use only. Unauthorized or improper use
of this system may result in you hearing very bad music. If you do not consent
to these terms, LOG OFF IMMEDIATELY.

Ha, only joking. Now you have logged in feel free to change your root password
using the 'passwd' command. You can safely modify any of the files on this
system. A factory reset (press and hold add on power on) will remove all your
modifications and revert to the installed firmware.

Enjoy!
# #Accept the ssh key
# exit
Connection to 10.0.1.2 closed.
James-MacBook-Pro:~ James$ cd downloads
James-MacBook-Pro:downloads James$ scp touchtoolbox3.0-WLAN.tar root@10.0.1.2:/
root@10.0.1.2's password:
touchtoolbox3.0-WLAN.tar                      100%   30KB  30.0KB/s   00:00   
James-MacBook-Pro:downloads James$ ssh root@10.0.1.2
root@10.0.1.2's password:

This network device is for authorized use only. Unauthorized or improper use
of this system may result in you hearing very bad music. If you do not consent
to these terms, LOG OFF IMMEDIATELY.

Ha, only joking. Now you have logged in feel free to change your root password
using the 'passwd' command. You can safely modify any of the files on this
system. A factory reset (press and hold add on power on) will remove all your
modifications and revert to the installed firmware.

Enjoy!
# cd/tar xvf touchtoolbox3.0-WLAN.tar
-sh: cd/tar: not found
#

skunark

  • Full Member
  • Posts: 1434
Re: Help installing soundcheck mods on mac....
« Reply #1 on: 19 Feb 2012, 05:21 am »
Try reading the man pages to understand the purpose of each command you are executing vs going in this blind:

man cd
man tar

Review the instructions of whatever you are trying to do and realize that you probably needed to hit enter after "cd /" and then you can do the tar xvf command.

There's nothing like the thrill of running with scissors..