1. Moved website hosting

    Since I created my first website (in 1996) it got moved many times and have different layout/contents. First version was kind of expanded bookmarks from Lynx browser, later it got improved and finally I started experimenting with dynamic websites. During that time it was hosted at university or on servers owned by friends. Finally few years ago I moved to commercial hosting but recently decided that it is a time to take control and host it by myself.

    So now it is running on my home router — I hope that it will survive any amount of readers for websites which I host here (but no DDoS please — I need bandwidth for work). Will it stay here? Time will show.

    Written by Marcin Juszkiewicz on
  2. Reorganization of desk: day 1

    Before UDS-O I decided that it is a time to change organization of my desk. Current setup is effect of two years of using several boards/computers etc.

    Today I went on desk and under it and started disconnecting all cables which are no longer in use:

    • 3 null modem serial cables
    • 3 USB extenders
    • ATX 200W psu modded to provide 5V/12V for developer boards
    • E-SATA cable used with USB/ESATA hdd enclosure which is now connected over USB to PandaBoard
    • 3 Ethernet cables
    • mini-USB cable used as serial console with SheevaPlug
    • VGA cable which was used with second LCD — will be reconnected when there will be time for desktop

    But that’s just beginning. Next days will bring disconnecting all developer boards, moving cable modem and phone base near to router, mounting two PandaBoards on piece of MDF (so they will not float), mounting some extra shelves to get rid of stuff from desk.

    At the end I plan to have 2-4 LCD panels (or 2 monitors + 4-port KVM switch), two keyboards, two mouses, two laptops on one desk. Hope to finish it before end of next week.

    Written by Marcin Juszkiewicz on
  3. Linux 2.6.38 on Efika MX Smartbook

    Some time ago I updated my Efika MX Smartbook to run latest natty (which it was running since I got it) and then to newer kernel: 2.6.38 version.

    Most of informations how to do it I got from guys sitting on #efika irc channel. There are 3 git repositories involved:

    Fetch/checkout all three into separate directories.

    First we need sdma firmware. Do not ask me what it is — you will need it to build kernel. Cd into directory, call “make” then copy sdma-imx51-to3.bin into firmware directory of linux kernel sources.

    Second step is applying patches to kernel. Cd into linux dir, checkout a10aabd5e313ec6481569be20d120191692b4ca6 revision (this is which I used) and call:

    QUILT_PATCHES=../rtp-patches/ quilt push -a

    This will apply all required patches. Grab my kernel configuration and store it under .config name. Feel free to make some changes into it. Then build kernel.

    How to get kernel to device is left for readers — if you know how to build then you are expected to know that.

    Next step (we nearly finished) is to boot kernel. So reboot machine and watch how it gets up and running. With my kernel config you will probably see nothing… Cause I moved lot of things into modules. Edit /etc/modules file and add:

    • snd-soc-imx-3stack-sgtl5000 — sound driver
    • efikasb_rfkill — needed for wifi to work
    • mx5fb — framebuffer

    Do not expect that 2d/3d stuff which works on official images (with non-free packages) will work. But if you will check modules then you can also look what is in NOR flash (but better do not play with it):

    hrw@efika:~$ cat /proc/mtd dev: size erasesize name mtd0: 00040000 00001000 “u-boot” mtd1: 00010000 00001000 “config” mtd2: 00010000 00001000 “test”

    Is it worth playing? Yes and no. Good is that kernel is more fresh then 2.6.31.14.20 which was installed, but also it lost some 2d/3d acceleration support. But who knows… Maybe one day :)

    Written by Marcin Juszkiewicz on
  4. UDS-O

    This week I am in Budapest, Hungary attending Ubuntu Developer Summit for 11.10 ‘oneiric’ release discussions. But this is not only Ubuntu — there is huge amount of Linaro people discussing what to do next cycle.

    Sunday

    Travel, travel, travel… Usual way — bus from home to Berlin airport (SXF this time) where I met with Henning ‘woglinde’ Heinold to donate my old Linksys WRT54 which I got donated few years ago to be able to use my Zauruses wireless. Router had to be in use on OpenEmbedded stand at LinuxTag, Berlin — go there and visit them at booth 7.2b 112.

    Again flight was with Easyjet. It is cheap airline but with speedy boarding it is good enough to go with. Bad side is that it lands at old terminal 1 in Budapest so I had to go to hotel by my own.

    Evening was Canonical only meeting where there was a presentation of some things which will go into 11.10 Ubuntu release (nearly same to next day keynote). After food, discussions and finally sleep ;D

    Monday

    Sessions started — I attended few:

    • Ubuntu LEB documentation
    • cross toolchain user stories — my own session where most of time Micheal Hope was telling us about requests which Toolchain WG got
    • user stories for nano image
    • DMB regular meeting — I became Ubuntu developer during it!

    During evening was ‘Meet & Greet’ social event sponsored by Openstack and Freescale. Nice way to catch with people. Especially when you meet old friends which you never met in person ;D I met Marek Szyprowski which whom I was writing to Polish Amiga paper magazine named ‘eXec’ (but website with similar name does not have nothing in common now). We talked for quite long time about misc things. Also met some other folks, refreshed faces memory etc.

    Tuesday

    Sessions:

    • cross toolchain user stories (again) — we discussed notes from previous day, decided on some details and created work items so I can start working on it
    • Ubuntu LEB documentation (also again)
    • Linaro Ubuntu LEB process for 11.11
    • GDB as cross debugger

    As you see LEB was topic of a day. And it was not everything — next day was another session.

    Evening was taken by The Linaro Technical Showcase sponsored by IBM. What was there? Many interesting things:

    • Arnd Bergmann was talking why class4 SD card can be much better then class10 one
    • Freescale Landing Team was presenting i.mx53 Quick Start boards
    • Ash Charles from Gumstix was presenting their new miniboards with DM37xx cpus and few carrier boards
    • Paweł Moll from ARM was presenting Cortex A15 running from two biggest FPGA chips. It had just 11MHz clock but it was enough to show Doom game running on connected monitor.
    • Oxlab guys shown their work on Android and how you can hibernate BeagleBoard
    • ST-Ericsson guys presented Snowball boards — we had a talk on some hardware details
    • Konstantinos Margaritis shown what kind of difference can be between armel and armhf ports on same hardware
    • Angus Ainslie presented Samsung developer board and we had interesting discussion about it

    I do not remember all presentations — those ones interested me most. ARM one was amazing — huge FPGAs which were able to emulate A15, A5, A9 just by booting with different MicroSD card… And it is not related only to CPU emulation cause there were two expansion slots on mainboard so FPGAs can became graphics card with Mali core flashed into. Second board was ‘simple’ A9 with Mali and some OpenGL(ES) demo was running there.

    And again — new faces to join with names. Talked with Ash Charles about discussions in past when I helped Gumstix developers with OpenEmbedded, Angus Ainslie from ST-Ericsson was working for Openmoko at time when we had cooperation and so on…

    Wednesday

    Woke up early… What to do after 6:10? Go swimming! So I went to Royal SPA and spent some time in swimming pool and sauna so day started nicely.

    Sessions:

    • automated cross-buildd system/service
    • Ubuntu LEB Star Rating documentation — my session again on how we want to rate level of support of member boards
    • ARM Linus interface 3 — attended just to check how kernel developers are discussing how to improve arch/arm/ situation

    Met Mark Brown with whom I was working in OpenEmbedded project and after lunch I went to do some sight seeing with Paweł Moll. Budapest is nice city and I have to came back here one day.

    Team dinner somewhere in the city was quite good. We had a fun going back to hotel when ~half of us used phones to navigate though city ;D

    Thursday

    Sessions:

    • arm and other archs certification program — Canonical has certification program of machines which came with Ubuntu pre-installed. I have to check at their tools.
    • ALIP mini-distro and build system user/developer stories — interesting discussion
    • cross-toolchains for the ARM hard-float ABI — will have to provide them for Ubuntu and other but it is doable
    • next steps with multiarch in Ubuntu — where do we go and how

    Evening was sight seeing with local guides. We saw parlament building, chain bridge, castle area and ended in interesting pub.

    Friday

    Ending day and nearly no sessions today:

    • port to the ARM hard-float ABI — Ubuntu armhf someone?
    • Linaro Review of LDS week
    • easier access to -dbgsym packages

    Some of people already packed and left, rest will go to have fun at UDS party.

    Summary

    It was my third UDS and I feel that it was best one. I had two blueprints to handle and both had great discussions which ended in many notes and work items. There was lot of people both from Ubuntu community and Linaro teams. I met many developers, some old friends, went to so many sessions that it took me most of time (I do not remember is list in post is complete).

    It was nice to see amount of ARM netbooks at people hands — mostly Genesi Smartbooks but also several Toshiba AC100 ones. I think that it shows that times are changing and who knows… maybe at next event I will not use my ASUS UL30A laptop.

    And this is another UDS with some added hardware. This time it is Pandaboard A1 which can replace my EA1 at my work for Linaro. Probably will keep both running one to another but one (EA1) with Ubuntu and second (A1) will be used for misc tests.

    Now it is a time to drop laptop in hotel room and go for party!!!

    Written by Marcin Juszkiewicz on
  5. Cyanogenmod7 released

    When I bought Nexus S in January I was using stock Android for few weeks. But somewhere around FOSDEM I moved to nightly builds of Cyanogenmod which is alternative “distribution” of Android done in more open way.

    Why moved? New features, out of box support for Polish language, no problems with getting root access for applications, big community behind project were main reasons. And more… I have now custom kernel (Netarchy 1.3.0.2), DPI changed to 210 (from original 240) with use of Font Changer and normal font replaced by Ubuntu one (also done in Font Changer).

    I was updating my phone from one nightly build to another. From one RC to other and today moved to final version. Upgrading usually went fine, but each time I had to reinstall custom kernel or change back to 210 DPI but that’s how it works. I will probably check other alternative builds one day but today I am satisfied with Cyanogenmod7.

    But as this is final version then maybe I will find some time and (after discussions with our Android magicians) will do build of it with Linaro cross compiler — who knows, maybe will give few more percent of speed extra?

    Written by Marcin Juszkiewicz on
  6. Linaro porting jam

    Some time ago someone at Linaro got nice idea and “Linaro porting jam” got created. But what it is?

    Once per week (Wednesday 14:00 — 18:00 UTC) we gather on #linaro channel (Freenode) and work on Ubuntu bugs which affects ARM architecture. This week I reviewed some bugs on Tuesday and started working on fixes.

    Effects? Few new uploads into Ubuntu archive:

    • lxc was lacking ARM support
    • ace has silly way of finding libraries which fails on multiarch systems
    • svgalib does not build all binaries on every architecture but assumes that they are present
    • llvm-snapshot got preprocessed source requested by toolchain WG guys from Linaro

    I also tried few other packages but failed to find a way to get them fixed. For some I left comments in their bug reports.

    Fixing bugs in packages which you do not use or even never heard before can be fun. Join us next week :)

    Written by Marcin Juszkiewicz on
  7. Trips in 2011

    There is one good thing in 2011 year — I know when I will have to travel for company meetings and which conferences I will have to forget due to this…

    So in May I will attend Ubuntu Developer Summit which is a place where we discuss what we want to have done in next release. Event is also known as Linaro@UDS-O cause Linaro people will be there for same reason. Location: Budapest, Hungary. Time: 9-13 May 2011.

    Then there will be Ubuntu Platform Sprint which I may be attending but this was not yet decided. This event is Canonical internal and this time will be without Linaro people (which were present on two previous ones). Location: Dublin, Ireland. Time: 27th June - 1st July 2011.

    As Linaro has grown we got own sprint — Linaro Platform Sprint where we will work for a week in one place instead of being spread all over the world. Location: near Cambridge, UK. Time: 1-5 August 2011.

    And finally another Ubuntu Developer Summit will take place (again) in Orlando, Florida. This will be more interesting UDS because 12.04 will be LTS so more discussions about long term things will probably take place. Location: Orlando, Florida. Time: 24-28 October 2011.

    So this year no LinuxTag for me (UDS-O time), no ELC-E (UDS-P). I was thinking about attending Desktop Summit in Berlin but I lost faith in both GNOME and KDE so looks like there is no sense in going there. Will have a look to be somewhere and meet some people from outside of Ubuntu and Linaro worlds.

    Written by Marcin Juszkiewicz on
  8. Switched to XFCE

    Normally I use KDE 4.6 but recently Kmail started to have serious problems with fetching my email from IMAP so I decided that enough is enough and started checking other options.

    As on efika smartbook I am using XFCE I installed it, logged into and configured to be more or less proper environment for me. Also tried Unity and GNOME but none of them fit me.

    What is definition of “what fits me”? I use 3-4 virtual desktops:

    1. terminals, editors
    2. web (chromium now)
    3. mailer
    4. short work related apps

    Jabber client (psi) is set to appear on all desktops. I switch using +[1-9] keys or by scrolling mousewheel over desktop. I move windows with +LMB and resize them with +RMB. Doubleclick on window title == roll and same for mousewheel unless there is tabbing support in WM (then it switches tabs).

    So first which failed was Unity. I saw it before on other people laptops but did not took much time to play with it. Logged into session and after ~hour uninstalled everything. No application menu (I do not like “type a name” type icon launchers), no virtual desktops in old way. I felt lost - no idea how to get rid of storage icons from launcher, how to add new entries.

    Next one was classic GNOME. Lot of time passed since v1.4 which was last version used by me (then switched to Windowmaker + rox-filer + gnome-panel, then kde 3 and kde 4). Indicators, settings applets split into user and admin ones, lack of Polish language by default (I thought that I installed it but visit in settings/admin/languages told different thing). Had few hard system crashes but with help of #ubuntu-x guys I found that one of mesa libraries was still from xorg-edgers ppa. After reverting to natty one compiz was stable. But I did not found a way to get +RMB for resizing window. Spent some time configuring system but I did not felt good in this system.

    Went back to XFCE as this is simple, clean and fast starting. Now my set of tools is mix of KDE, XFCE, GNOME ones as I use Okular, XFCE-Terminal and Evolution ;D

    But Evolution shows own problems after few days. I am unable to use Canonical LDAP for addressbook even it is properly configured. I suppose that some dependency is missing which is fulfilled in standard GNOME desktop. Lack of ability to change keyboard shortcuts is a serious limitation for me as I am used to other then default ones. There is no way (or I did not found it yet) to set same way of displaying emails for all folders (including sort order). Some confirmation requests should have “Do not ask anymore” checkboxes — for example “mark all emails in this folder as read” one. And GMail contacts addressbook is not working — but this can be work around by exporting from web interface and importing VCards.

    But the most annoying thing is weird way to decide when mail is read. I set it to 0 seconds as this allows me to quickly slip though emails which I do not found interesting enough to reply but instead Evolution forgets to mark some of them as read. And there is no code to detect repeated shortcuts (as somehow I got to the point where I could change some) so I have “Ctrl-D” as “mark as read” which also deletes email (which is not listed in menu)… And why do I have to configure whole account just to add identity… Or why I can not define one SMTP server for all incoming accounts?

    So far I am fine with this setup. Will have to check other email applications again (Claws maybe, definitely not Thunderbird) as Evo is not so good as people are describing it.

    Written by Marcin Juszkiewicz on
Page 45 / 106