search for: comm

Displaying 20 results from an estimated 2708 matches for "comm".

Did you mean: com
2005 Mar 21
0
Comport access error
I'm trying to get working a simulator. I use wine + wondows. The prgram runs quite welle Bit I get an error when accessing the com1 port (the game adapter is a serial one) This worked with wine 20040914 but is now broken. Here is the comm trace: [jm@localhost AeroFly Professional]$ WINEDEBUG="comm" wine afpro Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixel to set the screen resolution and remove the "Resolution" entry in the c fixme:opengl:query_function_pbuffer gl_version is: "1.5.3...
2003 May 21
6
COM: port problems
Unfortunately, almost all the Windows programs I want to run under Wine need to access the COM: ports, and I cannot get any of them to run. Typically, I get stuff like this ... fixme:comm:EscapeCommFunction16 no cid=0 found! fixme:comm:EscapeCommFunction16 no cid=0 found! err:comm:COMM16_ReadComplete async read failed 000003e3 fixme:comm:EscapeCommFunction16 no cid=3 found! err:comm:COMM16_ReadComplete async read failed 000003e3 Given that I can't get any of them to wor...
2001 Dec 04
2
Serial Errors
...and run a program to control a video switcher that doesn't have a linux ported program. The program starts OK but when it scans the com1 to diagnose the switcher, it reports a bad serial port or faulty connection. The utility has no problem under windows. I included a trace using --debugmsg +comm,+file (hope it is OK to send the attachment). Can anyone make sense out of it, as I can't. Can I solve the problem using setserial or stty. Any help will be greatly appreciated. Thanks, Carlos E. Saldarriaga -------------- next part -------------- trace:file:CreateFileA C:\Program Files\...
2008 Jun 19
3
Comport Serial Port Card (8 Ports)
It is some time that I using AirMail3 with wine. I have the latest version of Wine but after I configure the Ports from ttyR0 to ttyR7 and running AirMail3 this application is not able to comunicate using the equivalent COM1 .... COM4 ports. I'm not sure if Wine is converting correctly ttyR0 to COM1 and so forth. The result is that for the Hurricane season I can NOT use E-Mail under
2009 Jun 19
3
Wine and serial port again
...ave a very special device connected to my serial port and want to execute a Win32 program to work with the device. I trying to execute it with wine 1.0.1 form debian package. Win32 software starts and says that can not find a device. Under VirtualBox it works fine. This is a part of log with +file,+comm debug flags: Code: trace:file:get_dos_device L"COM1" -> "/home/oleg/.wine/dosdevices/com1" trace:file:get_dos_device L"COM2" -> "/dev/ttyS1" trace:file:get_dos_device L"COM3" -> "/dev/ttyS2" trace:file:get_dos_device L"COM4...
2001 Feb 28
1
com port acccess again
hi guys! i have some problem whit wine about the $SUBJECT i start my program and i get the following error message: ceta.2@sb-003:~/.wine/fakewin/csoft30 > wine --debugmsg +comm --managed comkern.exe err:win32:fixup_imports No implementation for shlwapi.dll.0(StrRetToBufA) imported from shell32.dll, setting to 0xdeadbeef err:win32:fixup_imports No implementation for shlwapi.dll.0(StrRetToBufW) imported from shell32.dll, setting to 0xdeadbeef trace:comm:COMM_Init COM1 = /...
2004 Aug 19
1
Serial Communication
I try to use SimoComU, a tool to control frequency converters, on Wine. Since version 2004-07-16 it opens its main window, and most functions seem to work. Anyway, it does not communicate over the serial line. I see the following output: trace:file:CreateFileW L"COM1" GENERIC_READ GENERIC_WRITE OPEN_EXISTING attributes 0x0 trace:file:RtlDosPathNameToNtPathName_U (L"COM1",0x4066eed4,(nil),(nil)) trace:file:RtlGetFullPathName_U (L"COM1" 520 0x4066...
2004 Apr 09
1
Sharp ZQ-290s sync software
Hi, Since Sharps communication protocols are "top secret", I'm trying to port their sync software to linux. I'm new to wine, so this might be silly, but after hours of googling and searching for solutions I'm posting this. After installing DCOM98.exe, the Desktop software installed, and it runs. On...
2001 Nov 07
1
WG: Re: Wine and the serial port [LONG]
Hi, I applied your patch and recompiled, but I'm still having trouble. In what follows I've tried to describe some details. The first problem was this: The Comm-Port gets opened with overlapped I/O. However, for WaitCommEvent() we do not specify an overlapped structure. This works fine on NT4 / W2K, but is contrary to the documentation, which specifys that you need to supply an overlapped structure if you do. Quote: "If hFile was opened with FILE_FLAG...
2008 Jul 01
2
problem with mpiexec and Rmpi
Dear R People: I'm having some trouble with mpiexec and Rmpi. I would like to be able to pass in the number of "children" via the mpiexec command (from the command line). this is in SUSE10.1, with R-2.7.1 Here are my files: cat eb.R library(Rmpi) mpi.remote.exec(paste("i am",mpi.comm.rank(),"of",mpi.comm.size())) mpi.quit() hodgesse at erinstoy:~/Desktop/R-2.7.1/bin> cat e.in source("eb.R") hodgesse at...
2013 Sep 21
2
[LLVMdev] Debug info failing in assembler.
...amp; %microblazerun %t // FAIL: %mipsecc -g -o %t %s && %mipsrun %t // FAIL: %mipselecc -g -o %t %s && %mipselrun %t // FAIL: %ppcecc -g -o %t %s && %ppcrun %t // FAIL: %ppc64ecc -g -o %t %s && %ppc64run %t // RUN: %x86_64ecc -g -o %t %s && %x86_64run %t int comm; int main() { comm = 6; } This fails on all but the x86 processors. The typical failure looks like this: ... .type comm, at object # @comm .comm comm,4,4 .cfi_sections .debug_frame .bss .L.bss_end: ... .L.debug_abbrev_end: .section...
2001 Nov 23
5
Communications problem
I am trying to get an home automation system called Thinkboxx to run on a linux system, Thinkboxx has a windoze program that controls the Thinkboxx over the com port. the program seems to be running well, but when it tries to open the com ports it say that it has an "Unknown Communications problem". I think my configuration of wine and the com port is ok, i have spent some time reading manuals and howtos but cant seem to find the flaw. can somone help. Here folows some output i got using -debugmsg +comm,+file trace:file:CreateFileA COM2 GENERIC_READ GENERIC_WRITE OP...
2013 Sep 22
1
[LLVMdev] Debug info failing in assembler.
If it thinks the symbol is in the BSS section, then it should never have tried to use .comm to emit it I think. On x86 it does not try to mix and match, which is why it works. AFAIK comm symbols are regarded as having no section, rather than being bss, so I think it's a bug in whatever code printed that .comm statement. I'll look into this tomorrow. > Eric Christopher <...
2009 Feb 06
0
"SRM Training System" error Port None (usb / serial)
...ut so I added myself to group dial out Code: sudo useradd -g dialout fhsm but still the SRM program just shows "None" in the com port drop down list. When I run wine SRMWIN.exe and then try and try to connect to the powercontrol the terminal output is: Code: wine SRMWIN.exe fixme:comm:set_queue_size insize 40 outsize 40 unimplemented stub err:comm:get_baud_rate tcgetattr error 'Input/output error' fixme:comm:set_queue_size insize 40 outsize 40 unimplemented stub err:comm:set_baud_rate tcgetattr error 'Input/output error' err:comm:set_baud_rate tcgetattr error ...
2001 Sep 14
5
wine serial support
Hi, I use wine to run a terminal emulator (NetTerm). It connects to a Linux Server (it was meant to run from windows) that runs a commerce software. This Linux commerce software sends the terminal emulator escape codes to interface with a "ticket" printer attached to a serial port. The reason to go thru all this problem is that the printer has a proprietary, closed source driver for windows only and interface only with...
2014 Apr 23
1
SELInux and POSTFIX
...olicy module to allow this access. Do allow this access for now by executing: # grep smtp /var/log/audit/audit.log | audit2allow -M mypol # semodule -i mypol.pp grep 546AA6099F /var/log/audit/audit.log | audit2why type=AVC msg=audit(1398199187.646:29332): avc: denied { getattr } for pid=23387 comm="smtp" path="/var/spool/postfix/active/546AA6099F" dev=dm-0 ino=395679 scontext=unconfined_u:system_r:postfix_smtp_t:s0 tcontext=unconfined_u:object_r:postfix_spool_maildrop_t:s0 tclass=file Was caused by: Missing type enforcement (TE) allow rule. You can use audit2allow...
2001 Oct 13
3
ttyS0 access
...8.1 there is no ttyS0 devices but links to /dev/tts/0 and /dev/tts/1 I realy don't remember how was until last week, but I think about users and perms to devices. I try to chmod a+rw for /dev/tts/0 and tts/1 but does not work. In the bash where I call the wine messages apears like that: fixme:comm:EnableCommNotification16 no handle for cid = ffffffff! fixme:comm:EscapeCommFunction16 no cid=65535 found! fixme:comm:CloseComm16 no cid=-1 found! fixme:comm:EscapeCommFunction16 no cid=65535 found! fixme:comm:EscapeCommFunction16 no cid=65535 found! fixme:comm:FlushComm16 no cid=-1 found! fixme:co...
2013 Sep 21
0
[LLVMdev] Debug info failing in assembler.
...L: %mipsecc -g -o %t %s && %mipsrun %t > // FAIL: %mipselecc -g -o %t %s && %mipselrun %t > // FAIL: %ppcecc -g -o %t %s && %ppcrun %t > // FAIL: %ppc64ecc -g -o %t %s && %ppc64run %t > // RUN: %x86_64ecc -g -o %t %s && %x86_64run %t > > int comm; > int main() > { > comm = 6; > } > > This fails on all but the x86 processors. The typical failure looks like > this: > ... > .type comm, at object # @comm > .comm comm,4,4 > .cfi_sections .debug_frame > .bss &g...
2017 Mar 15
2
Having problem getting Asterisk to work on CentOS 7
On Tue, Mar 14, 2017 at 02:46:19PM -0400, Ron Wheeler wrote: > https://docs.fedoraproject.org/en-US/Fedora/11/html/Security-Enhanced_Linux/sect-Security-Enhanced_Linux-Working_with_SELinux-Enabling_and_Disabling_SELinux.html > > If disabling Selinux solves your problem, then your problem may be related > to Selinux. > If it does not change yout problem, you may want to look
2009 Jun 29
0
Naive knn question
...set and the 6 mediods of the training data defined by using PAM. I continue to get error messages in regards to either the lengths of matrices being different or that the dimensions of my data are incorrect. Here are the two steps I am using. I define my training data set: #read in the data file comm.data = read.csv(comm.data.file,as.is=T); rownames(comm.data) = comm.data[,1] comm.dist = dist(comm.data[-1]) #define the fish community clusters clust.data = pam(comm.dist, 6, diss = TRUE, keep.diss = TRUE) #plot(clust.data) #print(clust.data) #define the community groupings comm.groups = data.fram...