http://bugs.winehq.org/show_bug.cgi?id=13466
Summary: Samsung PC Studio: cannot connect to /dev/ttyACM0 Product: Wine Version: 1.0-rc2 Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: edwin.smulders@gmail.com
Created an attachment (id=13383) --> (http://bugs.winehq.org/attachment.cgi?id=13383) log "wine Launcher.exe"
/dev/ttyACM0 is the device that appears when i connect my mobile phone with the USB cable.
Note that gammu/wammu detects my phone on this port but can't connect either.
Samsung PC Studio doesn't give any messages as to why it can't connect, it doesn't even say it can't.
This bug might be a duplicate of some other usb/serial port device bug, but i leave that to the judgement of somebody with more experience.
Attached is the log from running "wine Launcher.exe"
http://bugs.winehq.org/show_bug.cgi?id=13466
--- Comment #1 from Austin English austinenglish@gmail.com 2008-11-24 16:08:42 --- Have you made a symlink in dosdevices? Is this still an issue in current (1.1.9 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=13466
Guido guido@thuisbasis.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |guido@thuisbasis.net
--- Comment #2 from Guido guido@thuisbasis.net 2009-03-08 05:22:29 --- Using wine-1.1.15 on Gentoo Linux (x86_64 AMD Athlon(tm) 64 X2 Dual Core) the only thing I get is a pop-up window saying "PC Studio is already running". Creating a com1: symlink to /dev/ttyACM0 has no effect.
http://bugs.winehq.org/show_bug.cgi?id=13466
--- Comment #3 from Austin English austinenglish@gmail.com 2009-09-08 11:38:15 --- Is this still an issue in current (1.1.29 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=13466
--- Comment #4 from Guido guido@thuisbasis.net 2009-09-09 03:18:17 --- Created an attachment (id=23520) --> (http://bugs.winehq.org/attachment.cgi?id=23520) Samsung PC Studio in wine-1.1.29 screenshot
http://bugs.winehq.org/show_bug.cgi?id=13466
--- Comment #5 from Guido guido@thuisbasis.net 2009-09-09 03:19:27 --- Created an attachment (id=23521) --> (http://bugs.winehq.org/attachment.cgi?id=23521) Samsung PC Studio options in wine-1.1.29 screenshot
http://bugs.winehq.org/show_bug.cgi?id=13466
--- Comment #6 from Guido guido@thuisbasis.net 2009-09-09 03:36:31 --- Created an attachment (id=23522) --> (http://bugs.winehq.org/attachment.cgi?id=23522) Samsung PC Studio in wine-1.1.29 log
http://bugs.winehq.org/show_bug.cgi?id=13466
--- Comment #7 from Guido guido@thuisbasis.net 2009-09-09 03:48:33 --- Attached some screenshots and a logfile. Besides some cosmetic stuff like the titlebar and the the missing lower part of the options window, the application still does not detect the mobile phone.
As before I symlinked /dev/ttyACM0 to a com1: dosdevice. In the connection window one can select the type of connection. Of the 4 types (USB, Bluetooth, Infrared and Serial) only USB is enabled, which is correct. With or without the symlink to the dosdevice and even after disconnecting the mobile phone the results are the same.
As the original submitter mentioned, the Samsung PC Studio app does not emit any useful (error) messages.
http://bugs.winehq.org/show_bug.cgi?id=13466
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #23521|text/plain |image/png mime type| |
http://bugs.winehq.org/show_bug.cgi?id=13466
--- Comment #8 from Guido guido@thuisbasis.net 2010-02-28 03:20:27 --- I recently tested Samsung PC Studio with wine-1.1.39. All the windows are drawn properly now, so that part is fixed!
Although still only the USB button is enabled, it is possible to select the serial connection. Another window opens where you can select the serial port, but the application does not detect any serial ports, because the drop down list only shows "No Ports".
http://bugs.winehq.org/show_bug.cgi?id=13466
--- Comment #9 from Guido guido@thuisbasis.net 2010-02-28 04:45:14 --- Small update:
I created a symlink com1, without the ':' (!), and now Samsung PC Studio enables the Serial connection button by default. It is still not possible to select the right port though ("No Port" in the drop down list) and therefore it is not possible to connect to the phone.
Based on the http://wiki.jswindle.com/index.php/Wine_Registry#The_Registry_Settings and bug #8783 I added registry entries for 8 COM ports in system.reg:
[Hardware\Devicemap\Serialcomm] "COM1"="COM1" "COM2"="COM2" "COM3"="COM3" "COM4"="COM4" "COM5"="COM5" "COM6"="COM6" "COM7"="COM7" "COM8"="COM8"
[Hardware\Devicemap\Serialcomm] 1131331688 "COM1"="COM1" "COM2"="COM2" "COM3"="COM3" "COM4"="COM4" "COM5"="COM5" "COM6"="COM6" "COM7"="COM7" "COM8"="COM8"
[Hardware\Devicemap\Serialcomm] 1231984861 @="" "Serial0"="COM1" "Serial1"="COM2" "Serial2"="COM3" "Serial3"="COM4" "Serial4"="COM5" "Serial5"="COM6" "Serial6"="COM7" "Serial7"="COM8"
After running Samsung PC Studio this is changed into:
[Hardware\Devicemap\Serialcomm] 1240428288 "COM1"="COM1" "COM2"="COM2" "COM3"="COM3" "COM4"="COM4" "COM5"="COM5" "COM6"="COM6" "COM7"="COM7" "COM8"="COM8" "Serial0"="COM1" "Serial1"="COM2" "Serial2"="COM3" "Serial3"="COM4" "Serial4"="COM5" "Serial5"="COM6" "Serial6"="COM7" "Serial7"="COM8"
Still no connection though. Maybe this bug should depend on #8783?
http://bugs.winehq.org/show_bug.cgi?id=13466
--- Comment #10 from Austin English austinenglish@gmail.com 2011-03-29 19:30:43 CDT --- This is your friendly reminder that there has been no bug activity for 6 months. Is this still an issue in current (1.3.16 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=13466
--- Comment #11 from Raph raphael.droz+floss@gmail.com 2011-06-30 13:49:16 CDT --- Created an attachment (id=35377) --> (http://bugs.winehq.org/attachment.cgi?id=35377) Samsung PC Studio ConMgr_Setting.exe utility log
I can confirm this: ConMgr_Setting does not provide any available COM port in the select list. (it _should_)
$ WINEDEBUG=warn+all wine ConMgr_Setting.exe # app-emulation/wine-1.3.23 on ~amd64
http://bugs.winehq.org/show_bug.cgi?id=13466
Raph raphael.droz+floss@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |raphael.droz+floss@gmail.co | |m
http://bugs.winehq.org/show_bug.cgi?id=13466
--- Comment #12 from Raph raphael.droz+floss@gmail.com 2011-07-01 05:39:54 CDT --- I tried the patch from #8783 but there still isn't any port available.
http://bugs.winehq.org/show_bug.cgi?id=13466
Rémy Léridon r.ler@orange.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #13 from Rémy Léridon r.ler@orange.fr 2011-08-17 03:43:13 CDT --- *** This bug has been confirmed by popular vote. ***
http://bugs.winehq.org/show_bug.cgi?id=13466
--- Comment #14 from Raph raphael.droz+floss@gmail.com 2012-03-18 18:45:27 CDT --- Created attachment 39454 --> http://bugs.winehq.org/attachment.cgi?id=39454 part of a log, USB connection, phone not detected
Since I'm now able to get gnokii + usb_serial ttyUSB to work with my phone, I gave a new try to ConMgr_Settings using USB with wine-1.3.37.
In the app', the USB logo is not greyed out but when I click on "connect" it does not go further. The phone is marked as "not connected". It seems confirmed by the following line in debug: warn:debugstr:OutputDebugStringA "[ConMgrC]GetDeviceCount:0\n"
Attached are some of the most meaningful lines (sadly not that meaningful for me so far).
Most notably: fixme:ole:NdrCorrelationInitialize ... warn:ole:ServerRpcChannelBuffer_GetDestCtx ...
Is there any related bugreports/patch to try ? Is there a "right way" to setup USB under wine ?
http://bugs.winehq.org/show_bug.cgi?id=13466
--- Comment #15 from Raph raphael.droz+floss@gmail.com 2012-03-18 18:53:52 CDT --- But looking at my previous and current log, there's a huge number of "warn:module:load_builtin_dll". MFC71LU.DLL, ConMgrC.dll, MSLUR71.dll, PSCtrl.dll, MMSComm.dll, XTP9601LibL.dll, MSLUP71.dll, MLMMSMsg.dll, MLSYAud.dll, M5_EmuSmw5.dll.
I don't know how buggy is my wine build, but all these missing dll probably don't help Samsung PC Studio to detect the phone correctly.
https://bugs.winehq.org/show_bug.cgi?id=13466
--- Comment #16 from Austin English austinenglish@gmail.com --- This is your friendly reminder that there has been no bug activity for 2 years. Is this still an issue in current (1.7.16 or newer) wine?
https://bugs.winehq.org/show_bug.cgi?id=13466
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |hardware Status|NEW |RESOLVED Resolution|--- |ABANDONED Severity|enhancement |normal
--- Comment #17 from Ken Sharp imwellcushtymelike@gmail.com --- Abandoned
https://bugs.winehq.org/show_bug.cgi?id=13466
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #18 from Bruno Jesus 00cpxxx@gmail.com --- Closing abandoned bugs.