You'll be running a Linux (Ubuntu 8.04.1) environment without installing anything on your hard drive! The Live CD is the answer!
So first step is to download the disk image :
http://cdimage.ubuntu.com/ports/releases/hardy/release/ubuntu-8.04.1-server-powerpc.iso
Burn the CD using the Disk Utility. If you dont know how to do that, simply follow the instructions here
Plug your Megadrum
If you have a wireless internet connexion, dont forget to plug the Ethernet cable directly in your computer... Linux will not detect your Airport!
Reboot your computer while holding the "C" key. That way you'll boot directly with the Linux CD.
Once Ubuntu is launched, go to System/Tool and open a Terminal.
Type (or copy/paste) the following command:
- Code: Select all
sudo gedit /etc/apt/sources.list
A new document will be opened, erase everything in that window and replace it with the following text :
- Code: Select all
# deb cdrom:[Xubuntu 8.04 _Hardy Heron_ - Release Candidate powerpc (20080420)]/ hardy main multiverse restricted universe
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://ports.ubuntu.com/ubuntu-ports/ hardy main restricted
deb-src http://ports.ubuntu.com/ubuntu-ports/ hardy restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://ports.ubuntu.com/ubuntu-ports/ hardy-updates main restricted
deb-src http://ports.ubuntu.com/ubuntu-ports/ hardy-updates restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://ports.ubuntu.com/ubuntu-ports/ hardy universe
deb http://ports.ubuntu.com/ubuntu-ports/ hardy-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://ports.ubuntu.com/ubuntu-ports/ hardy multiverse
deb http://ports.ubuntu.com/ubuntu-ports/ hardy-updates multiverse
## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://ports.ubuntu.com/ubuntu-ports/ hardy-backports main restricted universe multiverse
# deb-src http://archive.ubuntu.com/ubuntu hardy-backports main restricted universe multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository. This software is not part of Ubuntu, but is
## offered by Canonical and the respective vendors as a service to Ubuntu
## users.
# deb http://archive.canonical.com/ubuntu hardy partner
# deb-src http://archive.canonical.com/ubuntu hardy partner
deb http://ports.ubuntu.com/ubuntu-ports/ hardy-security main restricted
deb-src http://ports.ubuntu.com/ubuntu-ports/ hardy-security main restricted
deb http://ports.ubuntu.com/ubuntu-ports/ hardy-security universe
deb-src http://ports.ubuntu.com/ubuntu-ports/ hardy-security universe
deb http://ports.ubuntu.com/ubuntu-ports/ hardy-security multiverse
deb-src http://ports.ubuntu.com/ubuntu-ports/ hardy-security multiverse
SAVE that document.
Open a new Terminal and type the following commands (one after another) :
- Code: Select all
sudo apt-get update
- Code: Select all
sudo apt-get install openjdk-6-jre
- Code: Select all
sudo ln -s / /cow
- Code: Select all
sudo find /usr/lib/ -name "libjli.so"
*that command will give you a path that you'll need to paste in the next line*
- Code: Select all
LD_LIBRARY_PATH=replace_me_with_the_path
*It should look something like this :
/usr/lib/jvm/java-6-openjdk/jre/lib/powerpc/jli/
- Code: Select all
java -version
*It should give you something like this :
OpenJDK Runtime Environment 1.6
otherwise the installation didn't work!
- Code: Select all
wget http://www.megadrum.info/configtool/install.jnlp
- Code: Select all
javaws ./install.jnlp
And that's it!!
Unfortunately you'll have to do that whole procedure everytime you reboot your computer. The Live CD is only running in your computer's "memory", so each time you quit your session, everything you did is "lost" (so dont forget to save your setting somewhere, in your Megadrum for example!).And of course, because of that, it's probably better to spend a long session configuring the MD than doing it 5 minutes every night!
Like I said, hopefully this is a temporary procedure! A Mac compatible Config Tool might just be available before anyone else (anyone else than me) gets sacrificed!!