My way from Debian Squeeze to Ubuntu 10.10 on my new Acer Aspire 1825PT

October 10, 2010

Last week I got my new notebook a subnotebook from Acer 1825PT. A cute tool with fancy features like a touchscreen and touchpad with multitouch.  My first plan was putting debian squeeze on it (like I have on my desktop machine). Then I struggled with installing debian. First I wanted amd64 from squeeze. The available installer doesn’t work on my notebook. I used the usb version, because my notebook has no cd drive. The old lenny installer does work, but has problems with my hardware (ethernet,wifi –> old kernel). Next I used the lenny installer with updated kernel from http://kmuto.jp/debian/d-i/ . It worked, but in the available version the lvm support seemed to be broken and I wanted lvm. Ok next try, I read about unetbootin and checked it out. With unetbootin I was able to boot the newest debian squeeze installer from usb. I installed debian and had big problems with grub. The installer was not able to put grub into the mbs. Ok no problem I started a ubuntu 10.04 live usb version and used chroot (like in this description http://wiki.ubuntuusers.de/GRUB) to install grub2. I got it working. Finally debian squeeze does its job on my new notebook. All basic features run fine: ethernet,wifi,sound,touchpad,suspend. But next problem the fancy stuff. Current kernel in debian squeeze 2.6.32 does not support my touchscreen –> I need 2.6.36. But this version is at the moment in debian experimental. I checked out the dependencies of the new experimental kernel and decided that are too many (only if you want kernel-headers too, which I wanted). After that I heard about the new ubuntu 10.10 which was published today which includes the kernel I need and so I give it a try! At the moment ubuntu 10.04 which I installed yesterday is updating to 10.10. I am anxious to see the touchscreen support. 45min left :D. read more

Synthezier with ATMEGA88 very amazing project!!

September 15, 2010

This guy is awesome!!

http://www.embedds.com/8-bit-chipophone-syntheser/

[I missed to post that draft, now it is really old, but maybe someone does not now it]

Bajos moved from github to googlecode

September 15, 2010

After a first try of github, we decided to change the project hoster. We choose googlecode. So after the migration (check last post) bajos is now available on googlecode:

http://code.google.com/p/bajos/

Check it out!

Maybe we hold the github account as mirror. will see. read more

From Git (github) to svn (googlecode)

August 7, 2010

We decided to move bajos from github to googlecode at therefore I need to port our repo. The task import from git to svn could be done in this way:

From  http://code.google.com/p/support/wiki/ImportingFromGit

Most of this is copied from the google page, but they are writing about continuous mirroring, I want to show, that the same procedure is useful for a one time import!

The Subversion repository must be nonempty. A new Google Code project contains one revision by default, but if you reset it, you should also create a first revision.

Naturally, your official source tree lives on some Git-capable server, which we denote by $GIT_REPOhttp://code.google.com/hosting/createProject creating a new Google Code project, initialize an intermediary repository and fetch the Git tree:

 $ git svn clone --username you https://your-project.googlecode.com/svn/
 $ GIT_REPO=git@github.com:hwr-berlin/bajos.git #example!!!
 $ cd svn
 $ git fetch $GIT_REPO

Create a temporary branch for the fetched repository, and tag its head:

 $ git branch tmp $(cut -b-40 .git/FETCH_HEAD)  $ git tag -a -m "Last fetch" last tmp read more

Bajos availabel on Github.com

July 12, 2010

In hope of getting some contribution and feedback to bajos I have hosted it on github, so everything is availabel for everone:

Check out bajos from github.com
http://github.com/cehberlin/bajos

Check out my post on arduino.org

July 12, 2010

Since last december I am working on a project of my college BAJOS, which makes java availabel vor microcontrollers.  Now I do some public relation stuff, because this great project is not mind in the internet community. therefore check out:

http://arduino.org/blogs/entry/What-is-Bajos-Where-can-I-get-it read more

Build Boost Library with Visual Studio 2010 (x86)

May 5, 2010

How to build boost library with Visual Studio 2010

Bash Script for converting DOS to UNIX textfiles

March 7, 2010

This is a short bash script, which I have written as a homework in my studies. It converts all files in parameters from DOS to UNIX or from UNIX to DOS, depending on their current style.

::CODECOLORER_BLOCK_6::

have fun with it!