Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jan 2002 01:55:23 -0800 (PST)
From:      Tom Kersten <tomkersten98@yahoo.com>
To:        freebsd-questions@freebsd.org
Subject:   Visor Sync Setup Question....Please Help
Message-ID:  <20020118095523.16501.qmail@web10001.mail.yahoo.com>

next in thread | raw e-mail | index | archive | help
Hello,

I just purchased a Visor Edge and was hoping to be
able to sync it with by FreeBSD machine. I went
through the setup pretty thoroughly, but am still not
getting it to work. I have created/edited the
following files:

~/.coldsync.rc
/usr/local/etc/coldsync.conf
/usr/local/etc/palms
/etc/fbtab

I receive the following error when I try to type
"coldsync -mI":

~/.coldsyncrcError: /home/thomas/.coldsyncrc: 33:
syntax error
Error: Couldn't read configuration file
"/home/thomas/.coldsyncrc".
Error: Can't load configuration.

I can't seem to find an error there tho'. 

I have attached a concatenated copy of all of these
files. My cradle in on the second usb port (which is
ugen1, right?)....anyway, please take a look and let
me know what you think...let me know if you need more
info.....

Thanks in Advance,

Thomas Kersten



#my .coldsyncrc file
#Coldsync config file for Visor Handheld
 
#######################################
#        Listen Section--for usb      #
#######################################
listen usb {
              device: /dev/ugen1;
              protocol: full;
           }
 
 
#######################################
#        PDA    Section               #
#######################################
pda  {
         snum: *Visor*;
         username: "thomas";
         default;
     }
 
#######################################
#        Conduit Section              #
#######################################
conduit sync {
                type: */*;
                path: [generic];
                default;
             }
 
#######################################
#        Options Section              #
#######################################
option {
          install_first:  true;
          force_install:  no;
 
          CONDUIT_PATH:
"$(CONDUITDIR):$(HOME)/.palm/conduits";



# my /usr/local/etc/palms file
#/usr/local/etc/palms
#Palms file that sets up known palms and their
associated users, has 
following form:
#serial|username|userid|luser|name|conf_fname
*Visor*|thomas||thomas|
 
 
#"name" and "conf_fname" may be omitted
# see "man coldsync" for other details

###################################################################################


# my /etc/fbtab file
# $FreeBSD: src/etc/fbtab,v 1.3 1999/09/13 17:09:07
peter Exp $
#
#/dev/ttyv0     0600    /dev/console
#/dev/ttyv0     0600    /dev/pcaudio:/dev/pcaudioctl
/dev/ugen1      0066    /dev/ugen1



__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020118095523.16501.qmail>