Dropping knowledge

May 31, 2007 on 2:08 pm | In Computing | Comments Off

Today over at vowe.net, Cem Basman dropped again a wonderful IT-related link. This one is on Identity 2.0.

Homesick

May 30, 2007 on 10:40 pm | In Miscellaneous | Comments Off

Gurten, Bern

The Gurten with the Liebefeld and Spiegel suburbs on the morning of the 30th of May 2007 at 5:45 a.m.

Backdraft

May 28, 2007 on 9:58 pm | In Philosophy | Comments Off

Estimating the number of fighters leaving Iraq is at least as difficult as it has been to count foreign militants joining the insurgency. But early signs of an exodus are clear, and officials in the United States and the Middle East say the potential for veterans of the insurgency to spread far beyond Iraq is significant.

I wonder how long it takes for someone to blame Old Europe for causing this effect with its abstinence from the war.

Full Story @ NY Times

Poker Night

May 28, 2007 on 9:01 pm | In Miscellaneous | Comments Off

Take a couple friends from the good ol’ times, add sushi, poker equipment, and sufficient amounts of “beverages”. Result: a lot of fun on a rainy Sunday afternoon.

pokernight

Adding a Palm to Kubuntu Linux

May 27, 2007 on 8:04 am | In Computing | Comments Off

This morning I have been able to solve one of the problems with Linux I carried with me the longest, that is over three years by now. Some distros will automatically recognize your palm (=the way it should be), but most of them don’t, so you’re left rather alone without digging deeply into USB literature.

Adding a Palm in Linux is very straight forward and not hard at all. With

tail -f /var/log/messages

active in a terminal you press the Hotsync button and look for the tty address the Palm is hooked up to. Once you know that, you enter that value (e.g. /dev/ttyUSB0 will do the trick in most cases) in the setup of your linux pilot software (I use kpilot) and off you go.

The problem starts to get nasty, however, when your Palm connects with your Linux kernel, but no tty node is being created. In this case, your tail -f will show something comparable to

May 27 08:02:17 viper kernel: [ 2206.484000] usb 1-2: new full speed USB device using uhci_hcd and address 7
May 27 08:02:17 viper kernel: [ 2206.652000] usb 1-2: configuration #1 chosen from 1 choice
May 27 08:02:59 viper kernel: [ 2249.336000] usb 1-2: USB disconnect, address 7

To create the missing node with udev, you first need to write a rule in

/etc/udev/rules.d/

I found this out with a lot of googling and these two very hepful tutorials: UbuntuGuide, Andreas Haack’s Palm Treo 650 And Linux Howto.

Especially the second is the most extensive literature you can find on Palms, Linux, and USB. It systematically takes you through all the steps required to hook up your Palm.

BTW: I still had no node when using the tip from the UbuntuGuide, but it worked when I added in my rule the

SUBSYSTEM=="tty",

from Andreas’ howto. My final rule looks like this:

BUS="usb", SYSFS{product}="Palm Handheld*", KERNEL="ttyUSB*", SUBSYSTEM=="tty", NAME{ignore_remove}="pilot", SYMLINK="pilot", MODE="666"

Next Page »

Powered by WordPress. The parcival.org theme is a knock-off from the Pool Theme by Borja Fernandez.
Entries and comments feeds. ^Top^