Unable to start Jpilot

Using applications, configuring, problems
Post Reply
Message
Author
josh.viklef
Posts: 12
Joined: Fri 20 Jul 2007, 20:44

Unable to start Jpilot

#1 Post 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 &
muggins
Posts: 6724
Joined: Fri 20 Jan 2006, 10:44
Location: hobart

#2 Post by muggins »

josh.viklef,

for us un-initiated, who, where, what is j-pilot?
User avatar
gary101
Posts: 555
Joined: Sun 08 Oct 2006, 09:51
Location: Boston, Lincs. UK

#3 Post 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
josh.viklef
Posts: 12
Joined: Fri 20 Jul 2007, 20:44

#4 Post 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)
Post Reply