
Neat little package
The toys just keep coming in! Another one of those wallet killing impulsive orders whilst I was sick in bed last week just arrived today, a USB-CAN bus converter module by EasySync that promises a great interface and should work in Linux! This will give a little bump start to my Mazda CAN Bus / mChumby projects.
Note : EasySync UK’s online form doesn’t allow international shipping but a short E-mail or two managed that. There is a US subsidiary with US and international shipping, but the international shipping rates on the US site is plain ridiculous [$68USD to ship a $88 device to Australia].
Note 2 : I hear the interface is mimicking the Lawicel CAN-USB interface…only hearsay…
Plugged it in – didn’t work. Doh! Took a peek at the manual and website, nothing on Linux other than “Linux drivers provided”… So much for the marketing material, guess I have to try make it work myself. (Yes I got it working, read on for the quick run-down post aimed at helping others)
Read the rest of this entry »
16 Comments »
I’ve finally made the jump and using the AMD64 version of Ubuntu as my primary installation. There are a couple of tricky things to deal with, primarily with closed sourced applications such as Adobe Flash Plugin and Skype which are two applications I need to use.
How to install Adobe Flash Plugin 64 Bit for Ubuntu 9.04
A lot of the tutorials/guides online will tell you to use nspluginwrapper or similar. Adobe has released an ‘alpha’ version of their 64 bit player which is pretty stable so far…
Download it from :-http://labs.adobe.com/downloads/flashplayer10.html
Unpack the archive and copy the only file to the Firefox plugins folder in ‘/usr/lib/firefox-addons/plugins‘ :-
sudo cp libflashplayer.so /usr/lib/firefox-addons/plugins
How to install Skype 64 bit for Ubuntu 9.04
You would think you could just go to www.skype.com and ask for a download and it’ll be like the Adobe site detecting that you have a 64 bit system right? Wrong (at time of writing). Annoyingly that’ll just let you download an i386 package!
You could manually remedy this by downloading the AMD64 .deb package from :-
http://www.skype.com/go/getskype-linux-ubuntu-amd64
Everything else?
So far the respositories have been kind to me… but i’ll update if I run into any other troubles
Voila happy 64 bit Ubuntu’ing.
5 Comments »
Well it was just nagging me, and for anyone who runs into this problem here’s the solution (to the ever moving Firefox path problem)
cd /usr/lib/firefox-3.0.4/plugins
sudo ln -s /usr/lib/jvm/java-6-sun/jre/plugin/i386/ns7/libjavaplugin_oji.so
Assuming you already had the sun-java packages (anyway if not just get it).
3 Comments »