It is currently Thu May 23, 2013 4:19 pm

All times are UTC




Post new topic Reply to topic  [ 29 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: gpilot (or not)
PostPosted: Wed Sep 30, 2009 4:11 pm 
Regular Zenwalker
Regular Zenwalker

Joined: Sun Feb 08, 2009 2:27 pm
Posts: 30
Hi

Have got evolution up and running but have an issue trying to find the right sync software.

evolution says it needs gnome pilot but gpilot and the gpilot conduits do not appear to be on the repositories.

Any idea where would I find them and how I would install them if they are not repository based?

Cheers

PCB


 Profile Send private message  
 
 Post subject: Re: gpilot (or not)
PostPosted: Wed Sep 30, 2009 11:31 pm 
Zenwalker
Zenwalker

Joined: Sun Sep 27, 2009 6:21 pm
Posts: 9
Location: Texas
pilot-link 0.12.3 is in the current repository -- might that help you?

_________________
2007 ASUS EeePC 701(B) 4GB - Original 0401 BIOS - 1 GB RAM - Zenwalk 6.2


 Profile Send private message  
 
 Post subject: Re: gpilot (or not)
PostPosted: Thu Oct 01, 2009 7:03 am 
Regular Zenwalker
Regular Zenwalker

Joined: Sun Feb 08, 2009 2:27 pm
Posts: 30
Thanks, yes, I know as I checked that and have it installed :)

My understanding is that pilot-link is the command line / background element of the sync and gpilot (and gpilotd) is the Gnome front end that evolution needs to have installed so that you can do the sync. If I try and select the Sync options on evolution I get "GNOME Pilot tools not installed".

I have tried a manual package install of downloads of gnome-pilot and the conduits from their website but they were not built for Zenwalk / Slackware and there are package dependency issues and issues around make / make install that I cannot resolve (only a n00b).

So, what I need to do is find a way of installing Zenwalk compliant packages for gnome-pilot and gnome-pilot-conduits (ideally through xnetpkg) and then be set it up, run gpilotd and sync.

There appears to be very little information out there on the interweb about gpilot and Linux and most of it is too general rather than Zenwalk specific.

Any help would be greatly appreciated.

PCB


 Profile Send private message  
 
 Post subject: Re: gpilot (or not)
PostPosted: Thu Oct 01, 2009 8:20 am 
Regular Zenwalker
Regular Zenwalker

Joined: Sun Feb 08, 2009 2:27 pm
Posts: 30
Have found http://www.linuxpackages.net/ which seems to be a store of Slackware packages and contains gpilot etc.

have also STFW and found:

tar -zxvf file.tgz
./configure
make
make install

Which I think installs packages the hard way.

Watch this space....


 Profile Send private message  
 
 Post subject: Re: gpilot (or not)
PostPosted: Thu Oct 01, 2009 11:27 am 
Experienced Zenwalker
Experienced Zenwalker

Joined: Wed Nov 26, 2008 6:44 am
Posts: 156
try these two:
http://repository.slacky.eu/slackware-1 ... 86-1as.tgz
http://repository.slacky.eu/slackware-1 ... 86-1as.tgz

Install it by right-clicking and select Install in Thunar. Then, try to launch it. If it doesn't launch, open up terminal and type the command to see what error message you get. If it works, then you can try to build the 2.0.17 version using the included script with the package. It can be found in /usr/doc/gnome-pilot*. You will need the *SlackBuild and slack-desc files to build the new version, and of course edit the SlackBuild with the correct version number.

Hope this is not too confusing. Good luck!


 Profile Send private message  
 
 Post subject: Re: gpilot (or not)
PostPosted: Thu Oct 01, 2009 3:30 pm 
Regular Zenwalker
Regular Zenwalker

Joined: Sun Feb 08, 2009 2:27 pm
Posts: 30
Hi

Thanks for that! I learned something new there!

I loaded and it runs OK but...

whatever device I used, it would not detect my PDA.

I have a Palm Zire 31 and I tried it as USB | Time out = 2 | /dev/ttyUSB1 | 57600 and tried to send to PDA whilst hot syncing the Palm first but it refused to spot the Palm.

I looked in the device file in /user/.../gpilot/... and the device and model is enumerated there. It just does not see the Palm.

Sooo close.

Any suggestions?

PCB


 Profile Send private message  
 
 Post subject: Re: gpilot (or not)
PostPosted: Thu Oct 01, 2009 9:55 pm 
Experienced Zenwalker
Experienced Zenwalker

Joined: Wed Nov 26, 2008 6:44 am
Posts: 156
after you connect it via usb, run this command as root user: dmesg |tail and post the output here. Also, please provide the output of this command: ls -l /dev/ttyUSB*


 Profile Send private message  
 
 Post subject: Re: gpilot (or not)
PostPosted: Sun Oct 04, 2009 9:09 am 
Regular Zenwalker
Regular Zenwalker

Joined: Sun Feb 08, 2009 2:27 pm
Posts: 30
Cheers

Doesn't look encouraging...

dmesg | tail (Swapping USB from one port the other seems to be only way to get something to happen)

Code:
generic-usb 0003:093A:2510.0003: input: USB HID v1.11 Mouse [PIXART USB OPTICAL MOUSE] on usb-0000:00:13.2-1/input0
usb 4-2: new full speed USB device using ohci_hcd and address 5
usb 4-2: device descriptor read/64, error -62
usb 4-2: device descriptor read/64, error -62
usb 4-2: new full speed USB device using ohci_hcd and address 6
usb 4-2: device descriptor read/64, error -62
usb 4-2: device descriptor read/64, error -62
usb 4-2: new full speed USB device using ohci_hcd and address 7
usb 4-2: device not accepting address 7, error -62
hub 4-0:1.0: unable to enumerate USB device on port 2


ls -l /dev/ttyUSB*

Code:
ls: cannot access /dev/ttyUSB*: No such file or directory


 Profile Send private message  
 
 Post subject: Re: gpilot (or not)
PostPosted: Sun Oct 04, 2009 9:54 am 
Experienced Zenwalker
Experienced Zenwalker

Joined: Wed Nov 26, 2008 6:44 am
Posts: 156
okay.... so, I went on to read README.usb of pilot-link and find few things that you can try.

1. In terminal, as a root user, issue the following commands:
modprobe usbserial
modprobe visor

2. Plug in your Zire 31 and again use
dmesg | tail
3. let's check if you have ttyUSB0 and/or ttyUSB1 in your /dev/directory:
ls -l /dev/ttyUSB*

Please report back.


 Profile Send private message  
 
 Post subject: Re: gpilot (or not)
PostPosted: Fri Oct 09, 2009 10:18 am 
Regular Zenwalker
Regular Zenwalker

Joined: Sun Feb 08, 2009 2:27 pm
Posts: 30
Hmmm....

Code:
wlan0: associated
usbcore: registered new interface driver usbserial
USB Serial support registered for generic
usbcore: registered new interface driver usbserial_generic
usbserial: USB Serial Driver core
USB Serial support registered for Handspring Visor / Palm OS
USB Serial support registered for Sony Clie 3.5
USB Serial support registered for Sony Clie 5.0
usbcore: registered new interface driver visor
visor: USB HandSpring Visor / Palm OS driver


or

Quote:
usb 5-2: device descriptor read/64, error -62
usb 5-2: device descriptor read/64, error -62
usb 5-2: new full speed USB device using ohci_hcd and address 12
usb 5-2: device descriptor read/64, error -62
usb 5-2: device descriptor read/64, error -62
usb 5-2: new full speed USB device using ohci_hcd and address 13
usb 5-2: device not accepting address 13, error -62
usb 5-2: new full speed USB device using ohci_hcd and address 14
usb 5-2: device not accepting address 14, error -62
hub 5-0:1.0: unable to enumerate USB device on port 2



Code:
ls: cannot access /dev/ttyUSB*: No such file or directory


Did it again and got /dev/ttyUSB created.

It seems to randomly connect the device and then randomly drop, often if the device powers down or I do one of the term commands.

Basically it can't establish and maintain the link consistently.

I ass


 Profile Send private message  
 
 Post subject: Re: gpilot (or not)
PostPosted: Fri Oct 09, 2009 9:40 pm 
Experienced Zenwalker
Experienced Zenwalker

Joined: Wed Nov 26, 2008 6:44 am
Posts: 156
well... at least we now know that the driver modules need to be loaded for it to be recognized. This is a good start. Now, let's put these in your /etc/rc.d/rc.local. So, as root, open up /etc/rc.d/rc.local in your favorite text editor and add:
Code:
modprobe usbserial
modprobe visor vendor=0x830 product=0x0061

Now, retype those two commands in Terminal so they are loaded. Moving on...

According to what you wrote, /dev/ttyUSB* on your later attempt. So, let's try this:

1. Still as root user, create /etc/udev/rules.d/pilot.rules using your favorite text editor (i.e. create pilot.rules in /etc/udev/rules.d directory)
2. Add the following lines:
Code:
BUS=="usb", SYSFS{product}=="Palm Handheld*|Handspring *", KERNEL=="ttyUSB*", NAME="ttyUSB%n", SYMLINK="pilot", GROUP="usb", MODE="0666"

3. Restart udev in Terminal:
Code:
service restart udev


You can logout from root and try connecting your palm again as a regular user. Hopefully, this time, it will work fine.

Good luck!


 Profile Send private message  
 
 Post subject: Re: gpilot (or not)
PostPosted: Sun Oct 11, 2009 4:27 pm 
Regular Zenwalker
Regular Zenwalker

Joined: Sun Feb 08, 2009 2:27 pm
Posts: 30
Sooooooo close...

I did this and I get
Quote:
usb 4-1: Handspring Visor / Palm OS converter now attached to ttyUSB1
usb 4-1: USB disconnect, address 3
visor ttyUSB0: Handspring Visor / Palm OS converter now disconnected from ttyUSB0
visor ttyUSB1: Handspring Visor / Palm OS converter now disconnected from ttyUSB1
visor 4-1:1.0: device disconnected
usb 4-1: new full speed USB device using ohci_hcd and address 4
usb 4-1: configuration #1 chosen from 1 choice
visor 4-1:1.0: Handspring Visor / Palm OS converter detected
usb 4-1: Handspring Visor / Palm OS converter now attached to ttyUSB0
usb 4-1: Handspring Visor / Palm OS converter now attached to ttyUSB1


and

Quote:
/dev/ttyUSB0 /dev/ttyUSB1


But the connection still times out.

I had a look on pilot link but a bit clueless where to go from here...


 Profile Send private message  
 
 Post subject: Re: gpilot (or not)
PostPosted: Sun Oct 11, 2009 9:59 pm 
Experienced Zenwalker
Experienced Zenwalker

Joined: Wed Nov 26, 2008 6:44 am
Posts: 156
The dmesg looks promising. If my readings are correct, the kernel only detects it when you attempt to hotsync and disconnect when hotsyncing is done or has failed because it times out. If it timed out, that means gpilot wasn't connecting to your zire. Or, most likely gpilot wasn't looking in the right place.

So.... with my lack knowledge of gpilot, I shall attempt to walk you through this, based on what I have read. It is my understanding that gpilot has some sort of wizard to help you with hotsyncing, right?
First, launch the gpilot wizard
Second, in the Wizard Screen #2, check to make sure you have correct information
Quote:
Default Settings:
Name: Cradle
Connection Speed: 9600
Device: /dev/ttyUSB1 or /dev/ttyUSB0
Timeout: 20 (default was 2)
Connection: USB

Third, before proceeding to the next wizard screen, press hotsync on your Zire
Fourth, proceed to Wizard screen #3 and then Wizard screen #4

I didn't realize how complicated it is to connect Palm via USB. I abandoned using the USB-serial adapter for my Palm Vx when I bought my laptop which comes with infrared port. l!!! I use jpilot for my syncing. It wasn't easy too in the beginning since I didn't realize that the earlier incarnations of ZW didn't have my IR port compiled as a module. Now, my Palm Vx is happily talking to my laptop via IR. Anyhoo... I hope yours will work. I am keeping my fingers crossed for you.

Let's hope it will work this time.


 Profile Send private message  
 
 Post subject: Re: gpilot (or not)
PostPosted: Mon Oct 12, 2009 8:14 pm 
Regular Zenwalker
Regular Zenwalker

Joined: Sun Feb 08, 2009 2:27 pm
Posts: 30
Nope - still refuses to detect the palm.

Everything set up hunky dory but just flat out refuses to make the connection.

I think I shall take the hint and go on to eBay and get a palm which has a serial connector... :(


 Profile Send private message  
 
 Post subject: Re: gpilot (or not)
PostPosted: Tue Oct 13, 2009 5:16 am 
Experienced Zenwalker
Experienced Zenwalker

Joined: Wed Nov 26, 2008 6:44 am
Posts: 156
well... if that's the route you wish to take, then go for it. While waiting for it, could you try launching gpilot from Terminal and then attempt hotsyncing. When it failed to sync, please post what the output on the Terminal screen says.


 Profile Send private message  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 29 posts ]  Go to page 1, 2  Next

All times are UTC


 Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: