Michal Čihař - Archive for 7/2006

I will read the doc next time

After spending few hours (not intensive work, I was doing also other stuff) with duplicty and dropbear, I finally got the idea to enter magic words to Google to find solution.

Those words were excitingly "openwrt sftp" where first link points to sftp with Dropbear howto.

Next time I should start with looking for documentation, most likely somebody already had same issue…

Printing through OpenWrt in few seconds

The OpenWrt toy is doing more and more work for me. I just connected USB/LPT adaptor and my printer and setup printing in few seconds. Hardest and longest part was to follow howto and click in windows on correct buttons :-).

Cups also speaks well with this device, so I'm definitely convinced it was a good buy.

Munin and OpenWrt

Last thing which was missing was to add new router to monitoring using Munin which I use for this purpose. The only reasonable way seemed to be SNMP so I installed it to OpenWrt.

And the rest was incredibly simple! Just add snmp host to munin.conf:

[openwrt.lan]
    address localhost

And run SNMP discovery on monitoring host (the one which runs munin-node):

munin-node-configure-snmp openwrt.lan | sh

It automatically creates symlinks for everything it detects (network interfaces, load, disk space and users) and only remaining thing is to restart munin-node.

OpenWrt rocks

I'm starting to love this distribution. After few hours I've setup everything I needed including OpenVPN to other locations. Most of things were pretty easy to configure and basic settings can done as well over web interface.

The only thing I don't understand is that for some reason I don't see WAN IP address settiongs (I'm using static IP) and same way I lost WEP/WPA key configuration. Those parts of dialog simply do not appear on page while HTML is still there. I didn't yet have time to debug, but maybe later.

New home toy - ASUS WL-500G Deluxe

Today my new toy arrived. I originally wanted to stay with ASUS firmware for a while, but I started to hate it too quickly so OpenWrt was installed just half an hour after unpacking the device :-).

Installation via tftp as described in documentation went smoothly, now I'm looking at web interface and finding possibilities of this box.

WiFi router

I desperately need quiet wireless router. Currently old Pentium does the work, but it's too noisy and power consuming to be still on. The problem is that I use it for another things as backup, file and print server and those things can't be easilly moved to some generic router.

I thought about buying some VIA EPIA board with fanless power supply or some router supported by OpenWRT which could be later expanded to do at least part of jobs currently done by "router".

At the end I've chosen ASUS WL-500g Deluxe which is reported to be fully supported by OpenWRT. For now it will live with generic firmware, later I will start to experiment with OpenWRT to get out of this hardware as much as possible.

Can somebody swith heating off?

I have weather these days. It's seven clock in the morning and here is nice 25°C. How could man sleep in that? And I didn't mention that over day are temperatures around 35°C.

So could somebody there up finally switch off the heater? Thanks a lot.

How to support more phones?

Users always request support for their latest shiny new phone. But how to manage such support in environment where you can not buy each new phone to implement support for it?

You can try write driver only by using documentation for manufacturers who provide it (like Sony-Ericsson), but there will most likely be bugs which need hardware to be debugged.

For phones where is no documentation available (eg. Nokia), it is almost impossible to support them without having access to actual device (at least through user who has enough interest in improving support).

I'd like to implement full support for Sony-Ericsson to achieve comparable feature set to FMA. However I still have more important expenses than buying phone from them, so this task stuck for long time in my queue. In fact it also holds Wammu development as I'd like to start with more complex feature set than my current phone supports and it's impossible to implement it without phone.

So what now? Maybe is here somebody who would be interested enough in improved tools and will help me buying such phone. But I don't believe this will happen, at least my current experiences tell so…