Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 50

Thread: HOWTO: Syncing Smartphones with SynCE & Multisync

  1. #21
    Join Date
    Oct 2005
    Beans
    76

    Re: HOWTO: Syncing Smartphones with SynCE & Multisync

    Right, the file is now hosted at:

    http://www.dython.net/z/hosted/storm...ver-new.tar.gz

    Its basicly just a modified version of the one found at one of the sources I mentioned in the first post... Taking account of the new kernel directory. Meh. Im sorry. ill get it hosted in a different spot too

    In the past location, the server got wiped, and the domain was taken by crawlers!

  2. #22
    Join Date
    Feb 2006
    Location
    Enschede, The Netherlands
    Beans
    4
    Distro
    Kubuntu Breezy 5.10

    Re: HOWTO: Syncing Smartphones with SynCE & Multisync

    thanks!

    let's see if i can get it to work now

    [edit]

    well obviously I can't

    The file untars okay now, but during

    sudo make
    I get this error message:
    Code:
    dandelion@adam:~/kernel-2.6-driver$ sudo make
    ln -sf /usr/src/linux/drivers/usb/serial/usb-serial.h usb-serial.h
    ln -sf ipaq.h-2.6.13.3 ipaq.h
    cp -p ipaq.c-2.6.13.3 ipaq.c
    patch -N -p0 < ipaq-select-endpoints.diff
    patching file ipaq.c
    Hunk #3 succeeded at 944 (offset 384 lines).
    Hunk #4 succeeded at 979 (offset 384 lines).
    patch -N -p0 < ipaq-version.diff
    patching file ipaq.c
    Hunk #1 succeeded at 74 (offset 9 lines).
    patch -N -p4 < ipaq-psion-teklogix.diff
    patching file ipaq.c
    Hunk #1 succeeded at 102 (offset 10 lines).
    Hunk #2 succeeded at 118 (offset 10 lines).
    Hunk #3 succeeded at 250 (offset 10 lines).
    Hunk #4 succeeded at 485 (offset 10 lines).
    patch -N -p4 < ipaq-smartphones.diff
    patching file ipaq.c
    Hunk #1 succeeded at 926 (offset 14 lines).
    touch .patched
    make -C /lib/modules/2.6.12-10-k7/build SUBDIRS=/home/dandelion/kernel-2.6-driver modules
    make: *** /lib/modules/2.6.12-10-k7/build: No such file or directory.  Stop.
    make: *** [default] Error 2
    So there seems to be a problem.

    The next steps:
    sudo rmmod ipaq
    modprobe usbserial
    are no problem, but in the last I get an error:

    Code:
    dandelion@adam:~/kernel-2.6-driver$ sudo insmod ./ipaq.ko
    insmod: can't read './ipaq.ko': No such file or directory
    any thoughts on what's happening?
    Last edited by Dandelion; February 28th, 2006 at 02:50 PM.

  3. #23
    Join Date
    Oct 2005
    Beans
    76

    Re: HOWTO: Syncing Smartphones with SynCE & Multisync

    Strange, because that file *should* be there... hmmm...Try

    sudo insmod ipaq.ko

    Im not sure if its a permissions problem... but it shouldn't be. Ack... I am so confused. If you ls -l in that directory, does it show an ipaq.ko file?

  4. #24
    Join Date
    Feb 2006
    Beans
    1

    Re: HOWTO: Syncing Smartphones with SynCE & Multisync

    I tried downloading the from the new site (http://www.dython.net/z/hosted/storm...ver-new.tar.gz) and found the same problem as Dandelion.

    Stormx thanks for helping out with this: I tried ls -l and ipaq.ko is not in the directory.

    Any suggestions?

  5. #25
    Join Date
    Feb 2006
    Location
    Enschede, The Netherlands
    Beans
    4
    Distro
    Kubuntu Breezy 5.10

    Re: HOWTO: Syncing Smartphones with SynCE & Multisync

    nope the file is not in the directory.

  6. #26
    Join Date
    May 2005
    Location
    Lecce, Italy
    Beans
    6,168
    Distro
    Ubuntu

    Re: HOWTO: Syncing Smartphones with SynCE & Multisync

    This guide has been ported to the Ubuntu Storage Document Facility (UDSF):

    http://doc.gwos.org/index.php/HOWTO:Syncing_Smartphones

  7. #27
    Join Date
    Apr 2005
    Location
    Turkey
    Beans
    353
    Distro
    Ubuntu Development Release

    Re: HOWTO: Syncing Smartphones with SynCE & Multisync

    this is my error outputt
    root@jt:/tmp/kernel-2.6-driver# sudo make
    ln -sf /usr/src/linux/drivers/usb/serial/usb-serial.h usb-serial.h
    ln -sf ipaq.h-2.6.13.3 ipaq.h
    cp -p ipaq.c-2.6.13.3 ipaq.c
    patch -N -p0 < ipaq-select-endpoints.diff
    patching file ipaq.c
    Hunk #3 succeeded at 944 (offset 384 lines).
    Hunk #4 succeeded at 979 (offset 384 lines).
    patch -N -p0 < ipaq-version.diff
    patching file ipaq.c
    Hunk #1 succeeded at 74 (offset 9 lines).
    patch -N -p4 < ipaq-psion-teklogix.diff
    patching file ipaq.c
    Hunk #1 succeeded at 102 (offset 10 lines).
    Hunk #2 succeeded at 118 (offset 10 lines).
    Hunk #3 succeeded at 250 (offset 10 lines).
    Hunk #4 succeeded at 485 (offset 10 lines).
    patch -N -p4 < ipaq-smartphones.diff
    patching file ipaq.c
    Hunk #1 succeeded at 926 (offset 14 lines).
    touch .patched
    make -C /lib/modules/2.6.15-18-686/build SUBDIRS=/tmp/kernel-2.6-driver modules
    make[1]: Entering directory `/usr/src/linux-headers-2.6.15-18-686'
    CC [M] /tmp/kernel-2.6-driver/ipaq.o
    /tmp/kernel-2.6-driver/ipaq.c:564: error: variable ‘ipaq_device’ has initializer but incomplete type
    /tmp/kernel-2.6-driver/ipaq.c:565: error: unknown field ‘owner’ specified in initializer
    /tmp/kernel-2.6-driver/ipaq.c:565: warning: excess elements in struct initializer
    /tmp/kernel-2.6-driver/ipaq.c:565: warning: (near initialization for ‘ipaq_device’)
    /tmp/kernel-2.6-driver/ipaq.c:566: error: unknown field ‘name’ specified in initializer
    /tmp/kernel-2.6-driver/ipaq.c:566: warning: excess elements in struct initializer
    /tmp/kernel-2.6-driver/ipaq.c:566: warning: (near initialization for ‘ipaq_device’)
    /tmp/kernel-2.6-driver/ipaq.c:567: error: unknown field ‘id_table’ specified in initializer
    /tmp/kernel-2.6-driver/ipaq.c:567: warning: excess elements in struct initializer
    /tmp/kernel-2.6-driver/ipaq.c:567: warning: (near initialization for ‘ipaq_device’)
    /tmp/kernel-2.6-driver/ipaq.c:568: error: unknown field ‘num_interrupt_in’ specified in initializer
    /tmp/kernel-2.6-driver/ipaq.c:568: warning: excess elements in struct initializer
    /tmp/kernel-2.6-driver/ipaq.c:568: warning: (near initialization for ‘ipaq_device’)
    /tmp/kernel-2.6-driver/ipaq.c:569: error: unknown field ‘num_bulk_in’ specified in initializer
    /tmp/kernel-2.6-driver/ipaq.c:569: warning: excess elements in struct initializer
    /tmp/kernel-2.6-driver/ipaq.c:569: warning: (near initialization for ‘ipaq_device’)
    /tmp/kernel-2.6-driver/ipaq.c:570: error: unknown field ‘num_bulk_out’ specified in initializer
    /tmp/kernel-2.6-driver/ipaq.c:570: warning: excess elements in struct initializer
    /tmp/kernel-2.6-driver/ipaq.c:570: warning: (near initialization for ‘ipaq_device’)
    /tmp/kernel-2.6-driver/ipaq.c:571: error: unknown field ‘num_ports’ specified in initializer
    /tmp/kernel-2.6-driver/ipaq.c:571: warning: excess elements in struct initializer
    /tmp/kernel-2.6-driver/ipaq.c:571: warning: (near initialization for ‘ipaq_device’)
    /tmp/kernel-2.6-driver/ipaq.c:572: error: unknown field ‘open’ specified in initializer
    /tmp/kernel-2.6-driver/ipaq.c:572: warning: excess elements in struct initializer
    /tmp/kernel-2.6-driver/ipaq.c:572: warning: (near initialization for ‘ipaq_device’)
    /tmp/kernel-2.6-driver/ipaq.c:573: error: unknown field ‘close’ specified in initializer
    /tmp/kernel-2.6-driver/ipaq.c:573: warning: excess elements in struct initializer
    /tmp/kernel-2.6-driver/ipaq.c:573: warning: (near initialization for ‘ipaq_device’)
    /tmp/kernel-2.6-driver/ipaq.c:574: error: unknown field ‘attach’ specified in initializer
    /tmp/kernel-2.6-driver/ipaq.c:574: warning: excess elements in struct initializer
    /tmp/kernel-2.6-driver/ipaq.c:574: warning: (near initialization for ‘ipaq_device’)
    /tmp/kernel-2.6-driver/ipaq.c:575: error: unknown field ‘shutdown’ specified in initializer
    /tmp/kernel-2.6-driver/ipaq.c:575: warning: excess elements in struct initializer
    /tmp/kernel-2.6-driver/ipaq.c:575: warning: (near initialization for ‘ipaq_device’)
    /tmp/kernel-2.6-driver/ipaq.c:576: error: unknown field ‘write’ specified in initializer
    /tmp/kernel-2.6-driver/ipaq.c:576: warning: excess elements in struct initializer
    /tmp/kernel-2.6-driver/ipaq.c:576: warning: (near initialization for ‘ipaq_device’)
    /tmp/kernel-2.6-driver/ipaq.c:577: error: unknown field ‘write_room’ specified in initializer
    /tmp/kernel-2.6-driver/ipaq.c:577: warning: excess elements in struct initializer
    /tmp/kernel-2.6-driver/ipaq.c:577: warning: (near initialization for ‘ipaq_device’)
    /tmp/kernel-2.6-driver/ipaq.c:578: error: unknown field ‘chars_in_buffer’ specified in initializer
    /tmp/kernel-2.6-driver/ipaq.c:578: warning: excess elements in struct initializer
    /tmp/kernel-2.6-driver/ipaq.c:578: warning: (near initialization for ‘ipaq_device’)
    /tmp/kernel-2.6-driver/ipaq.c:579: error: unknown field ‘read_bulk_callback’ specified in initializer
    /tmp/kernel-2.6-driver/ipaq.c:579: warning: excess elements in struct initializer
    /tmp/kernel-2.6-driver/ipaq.c:579: warning: (near initialization for ‘ipaq_device’)
    /tmp/kernel-2.6-driver/ipaq.c:580: error: unknown field ‘write_bulk_callback’ specified in initializer
    /tmp/kernel-2.6-driver/ipaq.c:580: warning: excess elements in struct initializer
    /tmp/kernel-2.6-driver/ipaq.c:580: warning: (near initialization for ‘ipaq_device’)
    /tmp/kernel-2.6-driver/ipaq.c: In function ‘ipaq_init’:
    /tmp/kernel-2.6-driver/ipaq.c:941: warning: passing argument 1 of ‘usb_serial_register’ from incompatible pointer type
    /tmp/kernel-2.6-driver/ipaq.c:950: error: invalid use of undefined type ‘struct usb_serial_device_type’
    /tmp/kernel-2.6-driver/ipaq.c:951: error: invalid use of undefined type ‘struct usb_serial_device_type’
    /tmp/kernel-2.6-driver/ipaq.c:952: error: invalid use of undefined type ‘struct usb_serial_device_type’
    /tmp/kernel-2.6-driver/ipaq.c:961: warning: passing argument 1 of ‘usb_serial_deregister’ from incompatible pointer type
    /tmp/kernel-2.6-driver/ipaq.c: In function ‘ipaq_exit’:
    /tmp/kernel-2.6-driver/ipaq.c:970: warning: passing argument 1 of ‘usb_serial_deregister’ from incompatible pointer type
    make[2]: *** [/tmp/kernel-2.6-driver/ipaq.o] Error 1
    make[1]: *** [_module_/tmp/kernel-2.6-driver] Error 2
    make[1]: Leaving directory `/usr/src/linux-headers-2.6.15-18-686'
    make: *** [default] Error 2
    root@jt:/tmp/kernel-2.6-driver#
    ____________________________
    Mahir Sayar
    http://puccaso.com

  8. #28
    Join Date
    Mar 2006
    Beans
    2

    Question Re: HOWTO: Syncing Smartphones with SynCE & Multisync

    Well, first of all many thanks for this thread as I eventually managed to get some files of an SPV C500. I did have some issues though.

    This specific machine is used by 100% newbies, I replaced their owned Windows XP box with ubuntu and the above only works with my login (as a sudoer).

    How can I know set it up so that all four users can plugin their phones (two C500's) and automatically mount the device to browse the files? Not really interested on sync at the moment...

    Is this possible?

  9. #29
    Join Date
    Apr 2006
    Beans
    9
    Distro
    Ubuntu 6.10 Edgy

    Re: HOWTO: Syncing Smartphones with SynCE & Multisync

    Quote Originally Posted by puccaso
    this is my error outputt
    For kernels > 2.6.15 you have to use the SVN version of kernel-2.6-module, see:
    http://www.mail-archive.com/synce-de.../msg00231.html

    I've just tried it, but unfortunately I didn't get to work.
    I still get the error mentioned here (kernel: ipaq.c: ipaq_read_bulk_callback - nonzero read bulk status received: -2). Note it doesn't say -84, but -2.

    Maybe we have to use the synce-programs from SVN too?

  10. #30
    Join Date
    Dec 2005
    Beans
    84
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: HOWTO: Syncing Smartphones with SynCE & Multisync

    I am getting the following error:

    Code:
    insmod: can't read './ipaq.ko': No such file or directory
    I will subscribe to this thread in the meantime.
    Ubuntu 5.10 Kernel 2.6.12-10.26 <in the beginning>
    Ubuntu 10.10 Kernel Linux 2.6.35-23-generic-pae<I am back,2010.10.08>

Page 3 of 5 FirstFirst 12345 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •