Installation / Removal > Apple - Installation/Removal
rockbox utility could not open ipod
hapkidoman:
I tried sudo ~/rbutilqt in the terminal but it said that the command was not known. Is there a way to allow access for rockbox utility without doing that? Or am I just doing something wrong?
Llorean:
You're still doing something wrong. Please, try learning to use the terminal via a tutorial somewhere. I suspect once you get a grasp on the basics, the our instructions will make much more sense.
You can't just do exactly what we say, because it depends on where the file is on your computer, so you're going to have to do a little thinking on your own. Reading a tutorial will help.
bluebrother:
Try this on the command line:
--- Code: ---sudo su -
wget http://download.rockbox.org/rbutil/linux/rbutilqt-v1.0.7.tar.bz2
tar jxf rbutilqt-v1.0.7.tar.bz2
rbutilqt-v1.0.7/rbutilqt
--- End code ---
jh35161:
Superuser privileges sorted the same problem for me, cheers guys
elitenoobboy:
--- Quote from: hapkidoman on November 19, 2008, 05:31:27 PM ---I tried sudo ~/rbutilqt in the terminal but it said that the command was not known. Is there a way to allow access for rockbox utility without doing that? Or am I just doing something wrong?
--- End quote ---
Make sure that the rbutilqt file has executability permissions. Use this command for that:
chmod +x ~/rbutilqt
This assumes that the file is in your home directory. Then you can do:
sudo ~/rbutilqt
Navigation
[0] Message Index
[*] Previous page
Go to full version