Re: kernel/comm.c - page fault in thread

2005-11-14 Thread Cihan Altinay
Uwe Bonnes wrote: Cihan> I am currently in Australia so I guess it wouldn't be possible Cihan> although it would help a lot. It's only a RS232 9 pin connector with 3 solder blobs. If you have a solder iron, easily done yourself. Ok, I'll see if it is still necessary. Cihan> I am

Re: kernel/comm.c - page fault in thread

2005-11-14 Thread Uwe Bonnes
> "Cihan" == Cihan Altinay <[EMAIL PROTECTED]> writes: Cihan> Uwe Bonnes wrote: >> If you need input into the serial port, consider using some kind of >> loopback. Either use the plug with the appropriate pins shorted , or >> use two serial lines with a crossover cable. >>

Re: kernel/comm.c - page fault in thread

2005-11-13 Thread Cihan Altinay
Uwe Bonnes wrote: If you need input into the serial port, consider using some kind of loopback. Either use the plug with the appropriate pins shorted , or use two serial lines with a crossover cable. Where do you live. I could consider sending you the plug.. I am currently in Australia so I gu

Re: kernel/comm.c - page fault in thread

2005-11-10 Thread Uwe Bonnes
> "Cihan" == Cihan Altinay <[EMAIL PROTECTED]> writes: ... Cihan> I studied the test cases in tests/comm.c but I am not sure how to Cihan> implement a test that requires input from the serial port. I saw Cihan> the loopback possibility but I cannot test it. Do I need to Cihan>

Re: kernel/comm.c - page fault in thread

2005-11-09 Thread Cihan Altinay
Uwe Bonnes wrote: "Cihan" == Cihan Altinay <[EMAIL PROTECTED]> writes: Cihan> Uwe Bonnes wrote: >>> "Cihan" == Cihan ALTINAY <[EMAIL PROTECTED]> writes: >> Cihan> Hi again, Sorry for the double post and the stupid default Cihan> From-Header (not my machine). I replaced

Re: kernel/comm.c - page fault in thread

2005-11-09 Thread Uwe Bonnes
> "Cihan" == Cihan Altinay <[EMAIL PROTECTED]> writes: Cihan> Uwe Bonnes wrote: >>> "Cihan" == Cihan ALTINAY <[EMAIL PROTECTED]> writes: >> Cihan> Hi again, Sorry for the double post and the stupid default Cihan> From-Header (not my machine). I replaced my modified com

Re: kernel/comm.c - page fault in thread

2005-11-09 Thread Cihan Altinay
Uwe Bonnes wrote: "Cihan" == Cihan ALTINAY <[EMAIL PROTECTED]> writes: Cihan> Hi again, Sorry for the double post and the stupid default Cihan> From-Header (not my machine). I replaced my modified comm.c with Cihan> the latest CVS, made the changes as described below and still got

Re: kernel/comm.c - page fault in thread

2005-11-08 Thread Uwe Bonnes
> "Cihan" == Cihan ALTINAY <[EMAIL PROTECTED]> writes: Cihan> Hi again, Sorry for the double post and the stupid default Cihan> From-Header (not my machine). I replaced my modified comm.c with Cihan> the latest CVS, made the changes as described below and still got Cihan> comm

Re: kernel/comm.c - page fault in thread

2005-11-07 Thread Mr Cihan ALTINAY
05 10:13 am Subject: kernel/comm.c - page fault in thread > Hi, > > I finally got G-Ware to work flawlessly under wine after some > tweaks in the comm.c file. One problem was in the (thread) function > COMM_WaitCommEventService(). > When I 'disconnect' in the client prog

kernel/comm.c - page fault in thread

2005-11-07 Thread Mr Cihan ALTINAY
Hi, I finally got G-Ware to work flawlessly under wine after some tweaks in the comm.c file. One problem was in the (thread) function COMM_WaitCommEventService(). When I 'disconnect' in the client program it calls purge and sets the event mask to 0 (ie. it is no longer interested in events from th