miércoles, 13 de agosto de 2008

JAVA PLUGIN UNDER LINUX PPC

Ok, finally I have my Ubuntu 8.04 under my iBook G4 working full with JAVA, the process is not really hard, first we need to forget all the Java plugins that are included in the repositories, Why?, because I tried all them and no one works for me, well maybe one or two works with some websites but that is not the idea.

Here we go:

We need to download the IBM java JRE, from here http://www-128.ibm.com/developerworks/java/jdk/linux/download.html, there is a registration needed, a few minutes and then we can see the site to download.

The file we need is Java SE Version 6 for 32-bit iSeries, note the iSeries because no other works for us, so we go and click the link Download using http, then we select RPM (yes RPM, then we change that) format, and the file ibm-java-ppc-jre-6.0-1.0.ppc.rpm.

After we download the file we need to install a program called "alien" that we are going to use to convert and install the RPM package we have, so we go to console and write "sudo aptitude install alien" yes..and enter.

Once the instalation of Alien is finished we go to the directory where we have downloaded de java RPM package an in the console as root (su and password) we run "alien -i ibm-java-ppc-jre-6.0-1.0.ppc.rpm --scripts", and voila! when this process is finished we are going to have installed Java in "/opt/ibm/java-ppc-60/".


Now we have installed Java we need to make it work for Mozilla Firefox, this is easy, we need to create a link to the to the plugin folder that firefox 3 use, not just mozilla plugins dir, so we go in the console as root to /usr/lib/firefox-3.0.1/plugins/ and inside this folder we create the link in this way "ln -s /opt/ibm/java-ppc-60/jre/plugin/ppc/ns7/libjavaplugin_oji.so", now we restart firefox 3, and go to Tools---Add-ons and there must be activated Java plugin, it appears like Java(TM) Plug-in 1.6.0-internal-root_10_....... or something like.

Well that is...hope it works for everybody

PD, if you want to skip IBM registration, and Alien step, here is the .deb package I created with alien, http://rapidshare.com/files/137900208/ibm-java-ppc.tar.gz.html just run "sudo dpkg -i ibm-java-ppc-jre_6.0-2_powerpc.deb", and then make the link to plugins folder.

Leer más...

Ubuntu 8.04 en Ibook g4

Esta semana resucitó mi ibook g4, disco nuevo y 1 Gb de memoria adicional. Sin embargo aún no he podido conseguir el dvd de Leopard con binario universal (no se molesten en tratar de instalarlo desde los dvd que vienen con los nuevos Macbook, simplemente no sirven), finalmente decidí instalar Ubuntu 8.04, la instalación es simple, eso si al reiniciar se viene el primer problema ya que por razones que desconozco al iniciar con la configuración original se queda en una pantalla negra.

La solución es simple; debemos reiniciar con el cd de instalacion en modo "rescue", y ejecutar un interprete de comandos en la partición raíz, una vez dentro modificamos el archivo /etc/yaboot.conf eliminando la opción "quit splash" dejandola solamente en "nosplash", una ves guardado el archivo ejecutamos la orden ybin -c -V /etc/yaboot.conf para instalar el nuevo "arranque".

El resto es simple, es practicamente lo mismo que en ubuntu para X86, para controlar la CPU y administrar la energia instalamos cpudyn en vez de usar powernowd ya que para que funcione hay que ejecutarlo manualmente a cada inicio de sesión, para activar la airport seguimos la instrucciones de este sitio http://wireless.kernel.org/en/users/Drivers/b43 , eso si el tema del plugin flash es complicado, no existe soporte de macromedia o adobe para flash en linux ppc, existen alternativas como gnash y otras pero la verdad es que a pesar que si funcionan incluso en youtube son lentas y dejan bastante pegado el sistema, quizá mas adelante tengan una performance aceptable, pero por ahora simplemente paso, lo de java es igual complicado aunque tiene solución y funciona bastante bién, mas adelante explicare en otro post como hacer funcionar el plugin de java.

En fin, ahora toca retocar un poco el sistema, cambiare unos cuantos "themes" y veremos como queda. En una de esas ni siquiera instalo OS X, quien sabe.

Leer más...