Hi, I have wine without Windows instalation and would like to use my HP Coolpix camera unload software. After installation I allowed direct read/write to COM ports in wine.conf, but the program complains there are no COM ports at all. If I run wine --debugmsg +file +relay, I get something like wine works with COM2 (COM1 is mouse) and missing wineoss.drv, MFC42LOC.DLL and reg.dat. How can I successfully detect my ports in Wine ? Can you recommend, what to do now ? I played with it maybe a week without any success. Vaclav
Vaclav Peroutka <vaclavp@s3group.cz> wrote: : Hi, : I have wine without Windows instalation and would like to use my HP : Coolpix camera unload software. : After installation I allowed direct read/write to COM ports in : wine.conf, but the program complains there are no COM ports at all. : If I run wine --debugmsg +file +relay, I get something like wine works : with COM2 (COM1 is mouse) and missing wineoss.drv, MFC42LOC.DLL and : reg.dat. : How can I successfully detect my ports in Wine ? ... You don't need to detect them, you need to configure them and have appropriate rights on the devices. For me this looks like> iduid=503(bon) ... 14(uucp)...> ls -l /dev/ttyS0crw-rw---- 1 uucp uucp 4, 64 Feb 25 2001 /dev/ttyS0> ls -l /dev/ttyS1crw-rw---- 1 root uucp 4, 65 Jan 19 2001 /dev/ttyS1 and in .wine/config: [serialports] "Com1" = "/dev/ttyS0" "Com2" = "/dev/ttyS1" -- Uwe Bonnes bon@elektron.ikp.physik.tu-darmstadt.de Institut fuer Kernphysik Schlossgartenstrasse 9 64289 Darmstadt --------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------
>After installation I allowed direct read/write to COM ports in >wine.conf, but the program complains there are no COM ports at all. > >If I run wine --debugmsg +file +relay, I get something like wine works >with COM2 (COM1 is mouse) and missing wineoss.drv, MFC42LOC.DLL and >reg.dat. > >How can I successfully detect my ports in Wine ? > >Can you recommend, what to do now ? I played with it maybe a week >without any success. >maybe what you need is an older version of wine. I have some problems with serial port devices that works with wine 20001026, but not with versions later than that. Sometime after 20001026, wine had a major change in the serial part that caused this problem. The result I have with this app and later wines is that I don't have a serial port. Raul Dias>Vaclav > >_______________________________________________ >wine-users mailing list >wine-users@winehq.com >http://www.winehq.com/mailman/listinfo/wine-users >
On Wed, 10 Oct 2001 20:34:31 -0300, Raul Dias <chaos@swi.com.br> wrote:>maybe what you need is an older version of wine. > >I have some problems with serial port devices that works with >wine 20001026, but not with versions later than that.<snip> See documentation/cvs-regression Gerard