http://bugs.winehq.org/show_bug.cgi?id=15987
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #4 from Anastasius Focht focht@gmx.net 2008-11-09 14:26:42 --- Hello,
yes target hardware information would be useful. How is your Windows CE/Windows Mobile device recognized in Linux? Such USB devices are usually talked using virtual serial interface (which is what Windows does with wineceusb driver)
If it's recognized in Linux using USB serial module (dmesg | grep usbserial) you might want to map it to COMx and use serial connection option of ActiveSync. E.g.
$ ln -s /dev/ttyUSB0 ~/.wine/dosdevices/com1
Make sure you have appropriate user rights for /dev/ttyUSB0 (sudo chmod a+rw /dev/ttyUSB0)
There is also a native Linux toolsuite, called "synce" (http://www.synce.org/) which aims to be feature compatible.
Regards