Wondering if anyone could help me out with this one, using dell latitude d
610 laptop, ubuntu 10.10 and Ipod mini 2nd gen. Trying to install rockbox and NOT use Itunes so please dont just say use itunes. (worst UI/program in general ever!)
http://download.rockbox.org/manual/rockbox-ipodvideo/rockbox-buildch2.html#x4-70002.1 (directions I was following)
Download ipodpatcher from
http://download.rockbox.org/bootloader/ipod/ipodpatcher/linux32x86/ipodpatcher (32-bit x86 binary) or
http://download.rockbox.org/bootloader/ipod/ipodpatcher/linux64amd64/ipodpatcher (64-bit amd64 binary). You can save this anywhere you wish, but the next steps will assume you have saved it in your home directory.
2.
Attach your player to your computer.
3.
Open up a terminal window and type the following commands:
cd $HOME
chmod +x ipodpatcher
./ipodpatcher
Note: You need to be the root user in order for ipodpatcher to have sufficient permission to perform raw disk access to your player.
4.
If all has gone well, you should see some information displayed about your player and a message asking you if you wish to install the Rockbox bootloader. Press i followed by ENTER, and ipodpatcher will now install the bootloader. After a short time you should see the message “[INFO] Bootloader installed successfully.†Press ENTER again to exit ipodpatcher.
Terminal
nicholas@Latitude-D610:~$ sudo su
[sudo] password for nicholas:
root@Latitude-D610:/home/nicholas# cd $HOME
root@Latitude-D610:~# shmod =x ipodpatcher
No command 'shmod' found, did you mean:
Command 'chmod' from package 'coreutils' (main)
shmod: command not found
root@Latitude-D610:~# chmod +x ipodpatcher
chmod: cannot access `ipodpatcher': No such file or directory
Ipodpatcher is definetly in my home folder, am I missing something?
Post Merge: December 11, 2010, 03:56:24 AM
Terminal
nicholas@Latitude-D610:~$ sudo su
[sudo] password for nicholas:
root@Latitude-D610:/home/nicholas# cd $HOME
root@Latitude-D610:~# shmod =x ipodpatcher
No command 'shmod' found, did you mean:
Command 'chmod' from package 'coreutils' (main)
shmod: command not found
root@Latitude-D610:~# chmod +x ipodpatcher
chmod: cannot access `ipodpatcher': No such file or directory
Ipodpatcher is definetly in my home folder, am I missing something?