With this method (by having network and usb at the same ip address) has anybody been able to initiate synching from Z? In my case it works as long as it is in the USB cradle although the traffic is still going on wi-fi, I guess. But after I take it out of USB I can NOT connect to PC for synchronization, if I initiate it from Z. It says "conection aborted".
I think qtsamba (PCLink) has been hardcoded to use usb interface. Is there a way to fool qtsamba so that it thinks usb interface is up but actually it is not?
Thanks a lot for any help.
sheel
OK, let me start by saying I don't use Sync (not having a windows machine). But I do know IP networking, and it is:
1) Bad to use the same IP address on muliple interfaces (like USB and eth0)
2) Really Bad to use the same IP address as someone else on the network, your machine will try and grab their packets, and you'll just mess them up. If that "other" machine happens to be the router for your network (which the .1 address common is), you will prevent anyone else from getting out of the network.
Don't do this.But I have figured out how to get Samba running on an interface other than USB. I set it up to run on my eth0, and I can query it with smbclient (under linux), so I suspect it would work for the Windows folks. This doesn't solve the Sync problem, but it should let you "share" files from your Zaurus to your Windows (or Linux) machine.
Here's how to configure Samba on an interface other than USB. I used the terminal to do all these changes:
1) Edit the file: /home/root/usr/lib/samba/smb.conf
1a) change the line: "interfaces = usbd0" to "interfaces = eth0"
1b) save the changes
2) start Samba by issuing the command: /etc/rc.d/init.d/samba start
Now you should be able to browse your Zaurus via Windows. Just map the folder \\<zaurus ip>\home to a drive.
To stop Samba on the Zaurus use the command: /etc/rc.d/init.d/samba stop
I just gave it a quick test, and was able to see everything on my SD card, as well as "Main_Memory"
It still doesn't sync, but I hope it helps,
Craig...