http://bugs.winehq.org/show_bug.cgi?id=15987 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net --- Comment #4 from Anastasius Focht <focht(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.