atom feed10 messages in org.freebsd.freebsd-mobilePalm Tungsten E2
FromSent OnAttachments
Eugeny N DzhurinskyJan 5, 2006 7:51 am 
Eric AndersonJan 5, 2006 8:02 am 
Eugeny N DzhurinskyJan 5, 2006 8:13 am 
Eugeny N DzhurinskyJan 5, 2006 8:26 am 
David GilbertJan 6, 2006 8:01 am 
Joseph OlattJan 6, 2006 8:24 am 
Eugeny N DzhurinskyJan 9, 2006 3:10 am 
Joseph OlattJan 10, 2006 6:13 am 
Eric AndersonJan 10, 2006 6:37 am 
Eugeny N DzhurinskyJan 10, 2006 9:17 am 
Subject:Palm Tungsten E2
From:Eugeny N Dzhurinsky (euge@jdevelop.com)
Date:Jan 5, 2006 8:13:55 am
List:org.freebsd.freebsd-mobile

On Thu, Jan 05, 2006 at 10:02:45AM -0600, Eric Anderson wrote:

Eugeny N Dzhurinsky wrote:

Is there any how-to available about how to convert and upload, for example, PDF document to Palm? Or how to synchronize Palm with JPilot?

I installed JPilot from ports, but was not able to access my Palm (when attaching, and after pressing hotsync button on USB cable, Palm becomes available as /dev/ugen* ). I tried to set PILOTPORT to /dev/ugen0 and all other ugen* devices, but no luck :(

You need uvisor loaded at least, and I'm not sure if that palm is supported or not - if not, it might be as simple as adding some lines in the right usb files..

after plugging palm i found the ID is 0x0061, and this results as cd /usr/src/sys/dev/usb && grep '^product PALM.*0x0061' usbdevs product PALM ZIRE31 0x0061 Palm Zire 31

so it seems i really need just few drivers in kernel, thanks!