Page 1 of 1

Unable to start Jpilot

Posted: Sat 03 May 2008, 04:50
by josh.viklef
After installing can I start it. If I try to run it after reboot there's nothing doing. On console (when I type Jpilot) is "Error: could not set encoding"

script jpilot contains:

Code: Select all

#!/bin/sh

jpilot &

Posted: Sat 03 May 2008, 07:29
by muggins
josh.viklef,

for us un-initiated, who, where, what is j-pilot?

Posted: Sat 03 May 2008, 09:12
by gary101
You could try this:

#!/bin/sh
modprobe usbserial
modprobe visor
# /bin/mknod /dev/ttyUSB0 c 188 0
# /bin/mknod /dev/ttyUSB1 c 188 1
# /bin/chmod 0666 /dev/ttyUSB?
jpilot &

Depens which pet/pup version of the program you are using and which puppy version.

For the uninitiated, Jpilot is for connecting and syncing palm computer to your computer.

gary

Posted: Mon 05 May 2008, 15:58
by josh.viklef
gary101 wrote:You could try this:

#!/bin/sh
modprobe usbserial
modprobe visor
# /bin/mknod /dev/ttyUSB0 c 188 0
# /bin/mknod /dev/ttyUSB1 c 188 1
# /bin/chmod 0666 /dev/ttyUSB?
jpilot &

Depens which pet/pup version of the program you are using and which puppy version.

For the uninitiated, Jpilot is for connecting and syncing palm computer to your computer.

gary
But if I click on an icon, thats nothing happen. (First time after installation it normally starts)