First thanks a lot, second, I installed coldsync, when tried to load
the module visor.o (just typing insmod /lib/.../visor.o), I get this
error:

/lib/modules/2.4.3-12/kernel/drivers/usb/serial/visor.o: unresolved
symbol usb_serial_register_R5fc92a13
/lib/modules/2.4.3-12/kernel/drivers/usb/serial/visor.o: unresolved
symbol usb_serial_deregister_Rbd255e7b

Can you help me install it? and what should I do after that?

Yours,
Behdad

On Sat, 6 Oct 2001, Marius Gedminas wrote:

> On Sat, Oct 06, 2001 at 09:13:32PM +0330, Behdad Esfahbod wrote:
> > Is there any way to sync my Palm m505 with RedHat Linux 7.1 with
> > a USB cradle? Would someone please explain?
>
> A possible way is to use coldsync (at least version 2.2.0) with visor.o
> module from a recent 2.4 kernel (CONFIG_USB_SERIAL_VISOR=m).  Then in your
> ~/.coldsyncrc indicate that coldsync should use usb_m50x protocol:
>
>   listen usb_m50x {
>     device: /dev/palm;
>   }
>
> On my system /dev/palm is a symlink to /dev/ttyUSB1 -- it might be different
> if you use devfs and/or have other USB devices connected.  Loading the
> visor.o module will show the actual two devices assigned to your Palm --
> you'll need the second one.
>
> BTW visor.o from 2.4.9 kernel always enables debug logging and this can
> eat quite a lot of disk space.  Here's a patch for that
>
> --- drivers/usb/serial/visor.c.orig        Wed Sep 12 00:17:01 2001
> +++ drivers/usb/serial/visor.c     Sat Oct  6 23:32:24 2001
> @@ -568,8 +568,8 @@
>         }
>
>         /* force debugging on for the palm devices for now */
> -       if (serial->dev->descriptor.idVendor == PALM_VENDOR_ID)
> -               debug = 1;
> +       /* if (serial->dev->descriptor.idVendor == PALM_VENDOR_ID)
> +               debug = 1; -- I don't need 100s of MBs in my /var/log every day */
>
>         dbg(__FUNCTION__);
>
>
> Marius Gedminas
>

-- 
Behdad
15 Mehr 1380, 2001 Oct 7

[Finger for Geek Code]

_______________________________________________
Pilot-unix mailing list
[EMAIL PROTECTED]
http://hcirisc.cs.binghamton.edu/mailman/listinfo/pilot-unix

Reply via email to