Author Topic: Sync sl5500 OpenZaurus 3.3.5 and QtopiaDesktop 1.7  (Read 4846 times)

diesel1

  • Jr. Member
  • **
  • Posts: 94
    • View Profile
    • http://www.diesel1.demon.co.uk
Sync sl5500 OpenZaurus 3.3.5 and QtopiaDesktop 1.7
« on: January 04, 2004, 12:59:04 pm »
After following lots of instructions to sync my Z with QtopiaDesktop I finally got it working.

My Z is running OpenZaurus 3.3.5.
I have set up a usb connection with my Mandrake 9.2 box and turned on IP forwarding as described in many howtos. I installed QtopiaDesktop 1.7 from the Redhat rpm.

I started QDesktop but the sync menu was unavailable. I had the Z in the cradle and connected to the Mandrake box.

I opend Settings/Security and then the Sync tab.
The setting appeared correct at 192.168.129.0/24 but I tried the \'Any\' setting.

On closing the Security app the Z asked me whether to accept the Sync request from my Mandrake box.

I said yes and have had sync ever since!

Hope this helps someone.

Diesel1.
C860-Zubuntu
DLinkAir660WCF-1Gb/256Mb/64MbIntegralSD-256Mb/64MbIntegralCF

SL5500-OZ3.5.2/OPIE1.1.7

Anonymous

  • Guest
Sync sl5500 OpenZaurus 3.3.5 and QtopiaDesktop 1.7
« Reply #1 on: January 06, 2004, 08:10:57 am »
thx. yep it helped.

Anonymous

  • Guest
Sync sl5500 OpenZaurus 3.3.5 and QtopiaDesktop 1.7
« Reply #2 on: January 16, 2004, 09:07:39 pm »
Deisel1, you da man!
--Jonathan 8)

Alvis

  • Newbie
  • *
  • Posts: 13
    • View Profile
Sync sl5500 OpenZaurus 3.3.5 and QtopiaDesktop 1.7
« Reply #3 on: January 17, 2004, 12:55:15 am »
I think I\'ve got the usb connection turned on per the how-to for Mandrake. Could someone please forward me to a how-to on IP forwarding?

Anonymous

  • Guest
Sync sl5500 OpenZaurus 3.3.5 and QtopiaDesktop 1.7
« Reply #4 on: January 17, 2004, 08:25:45 am »
This is a script to turn on IP forwarding, you need iptables installed.
The script is saved as ZConnect.sh and made executable.

ifconfig usb0 192.168.129.1 netmask 255.255.255.255 up
 route add -host 192.168.129.201 usb0
 iptables -t nat -F
 iptables -t nat -A POSTROUTING -j SNAT -o eth0 --to 10.0.0.1
 echo 1 ] /proc/sys/net/ipv4/ip_forward

Diesel1.

SL5500+OZ3.3.6-pre1+DLinkCFwireless

Anonymous

  • Guest
Sync sl5500 OpenZaurus 3.3.5 and QtopiaDesktop 1.7
« Reply #5 on: January 17, 2004, 08:29:41 am »
By the way, 192.168.129.1 is you usb connection to your linux box, 10.0.0.1 is your network connection to the inter/intranet.
I now coonect my Z to a wireless access point on my network rather then through the linux box.

Diesel1.

Anonymous

  • Guest
Sync sl5500 OpenZaurus 3.3.5 and QtopiaDesktop 1.7
« Reply #6 on: January 17, 2004, 08:33:14 am »
PS..... again.
You will need to be root/su to run the script.

Diesel1

Alvis

  • Newbie
  • *
  • Posts: 13
    • View Profile
Sync sl5500 OpenZaurus 3.3.5 and QtopiaDesktop 1.7
« Reply #7 on: January 17, 2004, 09:53:45 am »
Quote
By the way, 192.168.129.1 is you usb connection to your linux box, 10.0.0.1 is your network connection to the inter/intranet.
I now coonect my Z to a wireless access point on my network rather then through the linux box.

Diesel1.

I have a wifi card,also, so I assume I would need to change the script accordingly?

By the way, thanks for all your help.

diesel1

  • Jr. Member
  • **
  • Posts: 94
    • View Profile
    • http://www.diesel1.demon.co.uk
Sync sl5500 OpenZaurus 3.3.5 and QtopiaDesktop 1.7
« Reply #8 on: January 17, 2004, 05:39:00 pm »
If you are connecting to the linux box with wifi then replace usb0 with your wifi network interface and IP address.
If you are not connected to the inter/intranet through an ethernet network card (eth0 if it is the first network card) replace eth0 and the 10.0.0.1 with the correct values.

Diesel1.
C860-Zubuntu
DLinkAir660WCF-1Gb/256Mb/64MbIntegralSD-256Mb/64MbIntegralCF

SL5500-OZ3.5.2/OPIE1.1.7

Alvis

  • Newbie
  • *
  • Posts: 13
    • View Profile
Sync sl5500 OpenZaurus 3.3.5 and QtopiaDesktop 1.7
« Reply #9 on: January 18, 2004, 08:28:49 pm »
Diesel1, could you please e-mail me?  I think I need just a little more help getting my script written and my Zaurus synced.  My e-mail addy is in my profie.

Thanks,

Alvis

Alvis

  • Newbie
  • *
  • Posts: 13
    • View Profile
Sync sl5500 OpenZaurus 3.3.5 and QtopiaDesktop 1.7
« Reply #10 on: January 18, 2004, 11:39:48 pm »
Nevermind, got it.