
Oh, and regarding all reported problems on overheating... no problems here!
This means new possibilities for Zubuntu... More on this later!
[ 4 comments ] ( 504 views ) | permalink |






So, there are lots of things to do, meaning I have to spend more hours experimenting, debugging, configuring. -sigh-
First try on getting the htc-hero theme running didn't work. Would by nice to have that working as well...
[ 10 comments ] ( 1949 views ) | permalink |





This is just a quick post from my holiday address in Italy, using my SL-C860 on a wifi network in Montefalco, Umbria. It's kind of difficult to type, and the wifi connection is really bad, so I have to keep this short. In one of my late-night experiments I succeeded in getting Zubuntu work. Be patient though, it will take at least another week to upload anything new.
Oh, and yes, I will provide patches and source... When I'm ready. Power management is still not 100% working, so I need more time to fix it. The kernel config can be extracted using the config-module.
[ 8 comments ] ( 771 views ) | permalink |






Just after releasing version 2.0 I found that there are some things that need to be fixed. I think it's handy when I start a list here with known problems and their solution (whenever I found one). Decide for yourself if it's worth fixing, or if you rather wait for me to upload a new release, which could take a while.
As always, I welcome any feedback, and please report problems, share fixes, enhancements etc.
kdepimpi
Package
libqt3-mt
isn't installed. Install it with apt-get install libqt3-mt
. If you don't have an internet connection setup download it here and copy the file into /var/cache/apt/archives
, then install it with the command above.Apart from the missing package you need to move some libraries. Do this with
mv /opt/kdepimpi/lib* /usr/lib
. This should make the kdepimpi applications working.Sound
Run
alsamixer
, and change the following settings:Left mixer (is [off], press "M" to enable) Right mixer (is [off], press "M" to enable) Speaker (use "up-key" to turn volume up) Right mixer left (is [off], press "M" to enable) Left mixer right (is [off], press "M" to enable)
You'll find them all the way to the right. Exit
alsamixer
by pressing the "cancel" key twice. This should enable sound.Broken packages
After running
apt-get update
followed by apt-get upgrade
to get the latest package updates from the repositories you'll find that some packages bail out with an 'illegal instruction' error. This is due to a bug in libstdc++6. For now, hold your horses and wait before upgrading.Other things that need to be fixed:
Mapping volume up and down on the back Screen swivel auto rotation
[ updated 01-09-2009 ]
[ 22 comments ] ( 1330 views ) | permalink |






Zubuntu v2.0 is based on Ubuntu 9.10 "Karmic Koala" and is using the latest linux 2.6.31-rc8 kernel.
For all of you lucky enough to own a Spitz (SL-C3000, SL-C3100 and SL-C3200) please download the root filesystem and the root-addition archive containing the device-specific kernel and the kernel-modules for Spitz,
Please use the installation instructions from the previous version.
More info on this later. Now I need a good nights sleep first!
[ 26 comments ] ( 1750 views ) | permalink |






I say this is a great upgrade from the Zaurus, much better than any of those battery slurping, overpriced and overweight Wintel based things thrown at us for months now.
Time for a group buy. I'll check what Brett can do for us. Anyone in? The more the merrier :-)
PS: The PS-Z1 seems to be based on Ubuntu 9.04... Would be cool to have a Zubuntu 2.0 based on 9.10 for the Zaurus in the meantime. Oh, what the heck, I'll upload one later.
[ 19 comments ] ( 18425 views ) | permalink |






So I figured today was the time to delve into the secrets of chipsets, firmware and flashing, just to see if I could get the Buffalo running again in Zubuntu.
First I checked for the chipset on the Buffalo card. Where else than on OESF I found that the Buffalo had a Prism 2.5 chipset. Next thing I checked was whether there was a way to update the firmware. I had no idea, never tried actually. I found this great site with lots of interesting information about flashing prism2 firmware.
I noted the information (using the '
dmesg|tail
' command) after inserting the card into the Zaurus. It said:wifi0: NIC: id=0x800c v1.0.0
wifi0: PRI: id=0x15 v1.1.0
wifi0: STA: id=0x1f v1.3.5
wifi0: defaulting to host-based encryption as a workaround for firmware bug in Host AP mode WEP
wifi0: defaulting to bogus WDS frame as a workaround for firmware bug in Host AP mode WDS
wifi0: registered netdevice wlan0
Using this handy reference table, I found that in my case, having a NIC id of 800c, I needed a primary 'K' and secondary 'F' release code of the Prism2 firmware. So I downloaded the firmware, using version 1.1.1 (
pk010101.hex
) for the primary firmware and version 1.8.2 (sf010802.hex
) for the station firmware. Version 1.8.2 is not the latest (that is 1.8.4) but reportingly the most stable version, so I went for that one.I used the Zaurus to do the actual firmware flashing. The
hostap-utils
package contains the prism2_srec
utility, which is used for the firmware flashing. After doing a testrun using...# prism2_srec -v wlan0 pk010101.hex sf010802.hex
...I saw no significant errors of any kind, so I then started the actual flashing using...
# prism2_srec -v -f wlan0 pk010101.hex sf010802.hex
This went flawlessly, and '
dmesg|tail
' now told me:wifi0: NIC: id=0x800c v1.0.0
wifi0: PRI: id=0x15 v1.1.1
wifi0: STA: id=0x1f v1.8.2
Firmware upgrade went fine this far, according to the version upgrade, so now it was time to check whether or not the card supported any new features, WPA being the most important for me.
In the current version of Zubuntu I use WICD as network manager. In the properties I saw my home network instantly (it was not shown at all before the flash upgrade) and I could choose WPA as well. After entering my WPA passphrase I was connected to my wireless home network in just a minute.
This was worth the upgrade, I hope this is of any help to any of you. It may be worth upgrading your wireless card as well. Be careful to pick the right firmware versions for you specific situation!
[ 5 comments ] ( 503 views ) | permalink |





For all of you who want to try the latest and greatest (and why wouldn't you) please download the latest SL-C3000, SL-C3100 and SL-C3200 kernel for your Spitz device and give it a try.
2.6.31-rc3 kernel MD5: 602d83142fbf3d8692e4adf4dee07b4d 2.6.31-rc3 modules MD5: b154506766ead4018140ca3c8bef9a63
Like previous kernels, the offline charging code still doesn't work, but at least the suspend/resume works again (thanks to Eric Miao for helping out again). This kernel also has all drivers compiled in to get Android going, so hopefully more on that later as well.
Again, please give it a try and give me feedback on your findings!
[ 13 comments ] ( 765 views ) | permalink |






Current status
The 2.6.31-rc3 kernel is booting. Long live the serial cable, which revealed that there currently is a problem with the alsa sound device driver. So after disabling sound support in the kernel for the time being the kernel at least boots. Not that I see anything in the console! Bummer, the lcd (or backlight?) seems to be turned off. But from the serial console I understand that everything boots ok. After logging in as "root" (blindly) and starting "xinit" the Zubuntu desktop is started. Fonts are displayed as boxes, but hey, that should be easily fixed. I almost got excited, but soon found out that the touchscreen doesn't seem to work. But then again, I didn't calibrate the screen... Now, how do I press Ctrl-Alt-Backspace on this ridiculous small keyboard... I don't know, stuck again I guess. Ouch, have to Reset the device again, possibly corrupting the filesystem.Anyone willing to help from here?
Bare in mind that this is all pretty experimental, so if you want to try it yourself don't be afraid to get your hands dirty and be prepared for some nasty headaches!
Backing up your device
First thing I did was making a NAND backup. If, in the worst case, this doesn't work out, I can always restore to the original state. Let me document here how I did that, because I didn't know that myself for this device. First of all make sure you have a FAT formatted SD or CF card inserted for storing the backup.Removing AC/Power, keep the 'D' and 'P' keys pressed on the keyboard and then press the Reset button on the back of the device. The Diagnostic menu should show up now. While in the menu plug in the AC/Power adapter, just to make sure there's enough juice for backing up the device. Go Left and Down twice and press "Ok" to select the option "NAND BACKUP". Follow further instructions on screen. Good thing this device has English messages by the way! All the other models I own show Japanese messages, and well, although I know my way around those menus, I really don't understand any of the text shown. Anyway, after the backup has finished press Cancel to get back to the Diagnostic menu.
Press the Reset button again to turn off the device. I don't know if this is the preferred way to do this, but I couldn't find a better method.
Making preparations
Use the instructions for setting up the Zubuntu filesystem from here in the "Making preparations" part. The Tosa specific root-additions can be found here.Flashing the Multiboot kernel
Since I messed up my build tree pretty badly I wasn't able to build a multiboot kernel for the Tosa. Luckily 'Ant' had a copy lying around somewhere (thanks for that Andrea) so off I went flashing the multiboot kernel.First, plug in the AC/Power adapter. Second, insert your FAT formatted CF or SD card containing the updater.sh and zImage.bin files. Now Reset the Zaurus using the button on the back of the device. To get into the Maintenance menu, press and hold the "OK" button, and press the power button. It should pop up a menu that has four options (nicely in English again), choose the option that says "Update". Select the medium that you are using, either CF or SD. The updater will run and the kernel is flashed. When it is done, the device will automatically reboot.
Experimental
From here it all gets a bit wacky. After reboot, the boot menu is shown, probably saying it couldn't find any bootable kernels (unless you prepared well of course). Pressing the Power button doesn't work, so I had to Reset the device again. Not very nice, but the kernel has no SD/CF cards mounted, so these won't get corrupt (no guarantees).Booting the device with the Zubuntu SD/CF card inserted shows Zubuntu in the boot menu. Pressing the "OK" button starts Zubuntu, at least until the login prompt. Login using "root" and type "startx" to see the desktop. Be aware that the touchscreen needs calibrating, but ts_calibrate bails out with an error here, so that didn't work for me.
Help is needed from here, so please try this and give me your feedback, report problems, share fixes, enhancements etc.
As you know by now, using the "Donate" button from the menu on the left keeps me motivated big time!
[ 7 comments ] ( 571 views ) | permalink |





In the Zubuntu 1.0-RC1 release I included Audacious as a lightweight media player. Worked as a charm, at least for me. Now, working on the Zubuntu 2.0-RC1 release, I tried the Audacious v1.5.1 player from the Ubuntu Jaunty repository. No luck, the player wouldn't even start, it just segfaulted.

To my surprise, the author of Audacious has just released a brand new version (v2.0.1) a couple of days back. Perfect timing, so I downloaded the source and started to compile it once again natively. The building started about 5 hours ago now, and it is still building the list of plugins. I had to restart the build once because of an error in the SID plugin, so I disabled that one. Maybe next time I need to check first whether cross-compilation is a better option. I wouldn't dare to stop it now!
To be continued, hopefully the result will be worthwhile...
Update: Not bad at all. Building finally finished, and the player works. Guess what. I think this will be the media player for the next oncoming Zubuntu release
:-)
Update: I'm glad to say this was really worth the effort. The new Audacious 2.0.1 player plays the tracks I've thrown at it without any interruptions. Bitrates varied up to 256Kb/s. And it's even light enough to do other stuff as well without any problems. Superb!
[ 10 comments ] ( 555 views ) | permalink |




