Quote:
Originally Posted by zandi
what do you mean "change to the linux"? I login as root and then open Terminal and type cd linux, type make.... but it does not seem to work with the Make command.
|
OK - are you doing the first compilation or are you trying tu change the values after first run?
If it's a first run - have you followed the hacked2123 guide?
There is a bit unclear step regarding downloading and unpacking the source code!
The file you'll download via link in the quide needs to be un-rared (if you're downloading it directly to PS3 you need to install the unrar there first using terminal command
yum install unrar) and then inside stored tar must be unpacked again.
If you've done everything correctly you should be able to follow the rest of the guide withour any problems.
To check that your source code files are unpacked correctly use the
ls command:
1. After opening the terminal window just type ls ENTER. You should see (amongst others)
linux folder.
2. After
cd linux command - which is that "changing" to the linux (folder) - use the
ls ENTER again. You should see an amount of folders and files. If you see just one file it means that you've not unpacked the tar file contained inside of the downloaded rar file.
Hope this helps and let me know if you've managed to do that.