http://bugs.winehq.org/show_bug.cgi?id=15091
Summary: fMA is unable to get list of serial ports Product: Wine Version: 1.1.3 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: dmitriy.geels@gmail.com
I managed to run floAt's Mobile Agent in wine, but it is still not usable, because is doesn't detect any serial port.
Serial ports from ~/.wine/dosdevices/ are visible in wine (tested with echo "ATZ" > comX from cmd).
dmig@dmig-desktop:~$ ll .wine/dosdevices/ итого 0 lrwxrwxrwx 1 dmig dmig 14 2008-08-29 17:02 a: -> /media/floppy0 lrwxrwxrwx 1 dmig dmig 10 2008-07-02 13:57 c: -> ../drive_c lrwxrwxrwx 1 dmig dmig 10 2008-08-29 17:11 com1 -> /dev/ttyS0 lrwxrwxrwx 1 dmig dmig 10 2008-08-29 17:11 com2 -> /dev/ttyS1 lrwxrwxrwx 1 dmig dmig 12 2008-08-29 17:11 com3 -> /dev/rfcomm0 lrwxrwxrwx 1 dmig dmig 12 2008-08-29 17:12 com4 -> /dev/ttyUSB0 lrwxrwxrwx 1 dmig dmig 10 2008-08-29 17:02 d: -> /home/dmig lrwxrwxrwx 1 dmig dmig 13 2008-08-29 17:02 e: -> /media/cdrom0 lrwxrwxrwx 1 dmig dmig 8 2008-08-29 17:11 lpt1 -> /dev/lp0 lrwxrwxrwx 1 dmig dmig 1 2008-07-02 13:57 z: -> /
http://bugs.winehq.org/show_bug.cgi?id=15091
--- Comment #1 from Dmitriy Geels dmitriy.geels@gmail.com 2008-09-01 06:14:27 --- Created an attachment (id=15769) --> (http://bugs.winehq.org/attachment.cgi?id=15769) just a screenshot, showing settings dialog
http://bugs.winehq.org/show_bug.cgi?id=15091
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |hardware
--- Comment #2 from Austin English austinenglish@gmail.com 2008-09-02 10:58:46 --- Do you have it recognzied in your OS?
http://bugs.winehq.org/show_bug.cgi?id=15091
--- Comment #3 from Dmitriy Geels dmitriy.geels@gmail.com 2008-09-02 11:10:17 --- (In reply to comment #2)
Do you have it recognzied in your OS?
Recognized what?
There are serial ports available, (see http://bugs.winehq.org/show_bug.cgi?id=15091#c0), they are provided to wine. As I tested in "wine cmd" using 'echo "ATZ" > comX' command, physical ports are accessed normally. But for some reason fMA is unable to access them.
http://bugs.winehq.org/show_bug.cgi?id=15091
--- Comment #4 from Austin English austinenglish@gmail.com 2008-09-02 18:32:08 --- Does the software not directly interface with your phone/hardware? Is that hardware recognized in your OS?
http://bugs.winehq.org/show_bug.cgi?id=15091
--- Comment #5 from Dmitriy Geels dmitriy.geels@gmail.com 2008-09-03 03:35:46 --- (In reply to comment #4)
Does the software not directly interface with your phone/hardware? Is that hardware recognized in your OS?
No. It connects to phone using serial port or IR/BT (these are unavailable).
http://bugs.winehq.org/show_bug.cgi?id=15091
Dmitriy Geels dmitriy.geels@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|1.1.3 |1.1.4
http://bugs.winehq.org/show_bug.cgi?id=15091
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|1.1.4 |1.1.3
--- Comment #6 from Dmitry Timoshkov dmitry@codeweavers.com 2008-09-11 03:35:34 --- Please don't change an originally reported version.
http://bugs.winehq.org/show_bug.cgi?id=15091
--- Comment #7 from Austin English austinenglish@gmail.com 2009-03-30 12:56:58 --- Is this still an issue in current (1.1.18 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=15091
--- Comment #8 from Dmitriy Geels dmitriy.geels@gmail.com 2009-03-31 01:01:04 --- Problem is still there in 1.1.18.
I think, I found the solution: http://wiki.jswindle.com/index.php/Wine_Registry#Serial_Com_Port
There is no keys under HARDWARE\DEVICEMAP\SERIALCOMM, so this should be the problem.
http://bugs.winehq.org/show_bug.cgi?id=15091
--- Comment #9 from Dmitriy Geels dmitriy.geels@gmail.com 2009-03-31 01:02:43 --- Yes! This is it! Add this to ~/.wine/system.reg: [Hardware\Devicemap\Serialcomm] "Serial0"="COM1" "Serial1"="COM2" "Serial2"="COM3" "Serial3"="COM4" "Serial4"="COM5" "Serial5"="COM6" "Serial6"="COM7" "Serial7"="COM8" "Serial8"="COM9"
Then fMA will see serial ports.
http://bugs.winehq.org/show_bug.cgi?id=15091
--- Comment #10 from Dmitriy Geels dmitriy.geels@gmail.com 2009-04-01 15:14:02 --- Still one problem: application finds phone, if testing in settings dialog, on connection page but wizard, which is the only way to make new phone profile, fails to find phone
http://bugs.winehq.org/show_bug.cgi?id=15091
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |xerox_xerox2000@yahoo.co.uk Resolution| |DUPLICATE
--- Comment #11 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-08-26 18:27:10 --- (In reply to comment #9)
Yes! This is it! Add this to ~/.wine/system.reg: [Hardware\Devicemap\Serialcomm] "Serial0"="COM1" "Serial1"="COM2" "Serial2"="COM3" "Serial3"="COM4" "Serial4"="COM5" "Serial5"="COM6" "Serial6"="COM7" "Serial7"="COM8" "Serial8"="COM9"
Then fMA will see serial ports.
that's a duplicate of bug 11811. Try the patch from Andrew Hurst, that should resolve the issue. Feel free to reopen if you still run into trouble
*** This bug has been marked as a duplicate of bug 11811 ***
http://bugs.winehq.org/show_bug.cgi?id=15091
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #12 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-08-26 18:28:49 --- closing dupe
http://bugs.winehq.org/show_bug.cgi?id=15091
Saulius K. saulius2@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |saulius2@gmail.com