* PIC Problem
@ 2003-01-02 19:29 Gustavo Junior Alves
0 siblings, 0 replies; 8+ messages in thread
From: Gustavo Junior Alves @ 2003-01-02 19:29 UTC (permalink / raw)
To: linux-msdos
Hi All,
I trying to run an app build on Clipper and everythigs goes fine, but
password dialog. The keyboard freeze from this moment and on the log show:
KBD: port60 still has data
The keyboard still reported on the log but application. Any ideas about
this problem????
This is the log:
http://www.coslinux.com.br/files/tmp/debug1.txt.gz (55kB)
Thank you,
Gustavo Junior Alves
alves@coslinux.com.br
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: PIC Problem
@ 2003-01-04 9:05 Stas Sergeev
2003-01-01 2:24 ` Gustavo Junior Alves
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Stas Sergeev @ 2003-01-04 9:05 UTC (permalink / raw)
To: linux-msdos
Hello.
Gustavo Junior Alves wrote:
> The keyboard still reported on the log but application. Any ideas about
> this problem????
> This is the log:
> http://www.coslinux.com.br/files/tmp/debug1.txt.gz (55kB)
For some reasons the interrupts are
left masked, but from the log it is
unclear why (PIC needs more debug
messages).
Please open the bug report on an SF
page and attach your program to it.
^ permalink raw reply [flat|nested] 8+ messages in thread* PIC Problem
2003-01-04 9:05 Stas Sergeev
@ 2003-01-01 2:24 ` Gustavo Junior Alves
2003-01-06 11:04 ` Gustavo Junior Alves
2003-01-28 16:27 ` Gustavo Junior Alves
2 siblings, 0 replies; 8+ messages in thread
From: Gustavo Junior Alves @ 2003-01-01 2:24 UTC (permalink / raw)
To: linux-msdos; +Cc: Stas Sergeev
Hi Stas,
You remember that problem with keyboard??? (bug 663042
<http://sourceforge.net/tracker/index.php?func=detail&aid=663042&group_id=49784&atid=457447>).
The problem still occurs on text-mode (on the graphics mode,
everything works fine). I have tested on 1.1.4 and 1.1.4.9. You have any
ideas?
Thanks,
Gustavo Junior Alves
alves@coslinux.com.br
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: PIC Problem
2003-01-04 9:05 Stas Sergeev
2003-01-01 2:24 ` Gustavo Junior Alves
@ 2003-01-06 11:04 ` Gustavo Junior Alves
2003-01-28 16:27 ` Gustavo Junior Alves
2 siblings, 0 replies; 8+ messages in thread
From: Gustavo Junior Alves @ 2003-01-06 11:04 UTC (permalink / raw)
To: Stas Sergeev; +Cc: linux-msdos
Done.
PS: I tried only with DOSEMU 1.1.4.
Gustavo
Stas Sergeev wrote:
> Hello.
>
> Gustavo Junior Alves wrote:
>
>> The keyboard still reported on the log but application. Any ideas
>> about this problem????
>> This is the log:
>> http://www.coslinux.com.br/files/tmp/debug1.txt.gz (55kB)
>
> For some reasons the interrupts are
> left masked, but from the log it is
> unclear why (PIC needs more debug
> messages).
> Please open the bug report on an SF
> page and attach your program to it.
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 8+ messages in thread
* PIC Problem
2003-01-04 9:05 Stas Sergeev
2003-01-01 2:24 ` Gustavo Junior Alves
2003-01-06 11:04 ` Gustavo Junior Alves
@ 2003-01-28 16:27 ` Gustavo Junior Alves
2003-01-28 17:10 ` Bart Oldeman
2 siblings, 1 reply; 8+ messages in thread
From: Gustavo Junior Alves @ 2003-01-28 16:27 UTC (permalink / raw)
To: linux-msdos; +Cc: Stas Sergeev
Hi Stas,
You remember that problem with keyboard??? (bug 663042
<http://sourceforge.net/tracker/index.php?func=detail&aid=663042&group_id=49784&atid=457447>).
The problem still occurs on text-mode (on the graphics mode,
everything works fine). I have tested on 1.1.4 and 1.1.4.9. You have any
ideas?
Thanks,
Gustavo Junior Alves
alves@coslinux.com.br
-
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: PIC Problem
@ 2003-01-29 2:16 Stas Sergeev
2003-01-29 12:49 ` Gustavo Junior Alves
0 siblings, 1 reply; 8+ messages in thread
From: Stas Sergeev @ 2003-01-29 2:16 UTC (permalink / raw)
To: linux-msdos
Hello.
Gustavo Junior Alves wrote:
> You remember that problem with keyboard??? (bug 663042
> <http://sourceforge.net/tracker/index.php?func=detail&aid=663042&group_id=49784&atid=457447>).
> The problem still occurs on text-mode (on the graphics mode,
> everything works fine). I have tested on 1.1.4 and 1.1.4.9. You have
> any ideas?
I have deleted your program a couple
of years ago, but IIRC it was masking
the keyboard IRQ and was reading the
port60 for keypresses - extremely dumb
way of dealing with keyboard and have
nothing to do with PIC btw.
AFAIK the problem with terminal mode is
that we can't detect the release events,
so the release event is passed to the
program immediately after the press
event, and if the program uses a polling
technique, then it will miss the press
event as it lasts for the very short
period.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: PIC Problem
2003-01-29 2:16 Stas Sergeev
@ 2003-01-29 12:49 ` Gustavo Junior Alves
0 siblings, 0 replies; 8+ messages in thread
From: Gustavo Junior Alves @ 2003-01-29 12:49 UTC (permalink / raw)
To: Stas Sergeev; +Cc: linux-msdos
The cursor prompt doen't showed on the screen, too. This event occurs
before the keyboard reading (I believe). This may be the source of the
problem???? (Sorry about the stupid question :-) ) If not, you can
advice me about where to start fix this problem?
Gustavo
Stas Sergeev wrote:
> Hello.
>
> Gustavo Junior Alves wrote:
>
>> You remember that problem with keyboard??? (bug 663042
>> <http://sourceforge.net/tracker/index.php?func=detail&aid=663042&group_id=49784&atid=457447>).
>> The problem still occurs on text-mode (on the graphics mode,
>> everything works fine). I have tested on 1.1.4 and 1.1.4.9. You have
>> any ideas?
>
> I have deleted your program a couple
> of years ago, but IIRC it was masking
> the keyboard IRQ and was reading the
> port60 for keypresses - extremely dumb
> way of dealing with keyboard and have
> nothing to do with PIC btw.
> AFAIK the problem with terminal mode is
> that we can't detect the release events,
> so the release event is passed to the
> program immediately after the press
> event, and if the program uses a polling
> technique, then it will miss the press
> event as it lasts for the very short
> period.
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2003-01-29 12:49 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-02 19:29 PIC Problem Gustavo Junior Alves
-- strict thread matches above, loose matches on Subject: below --
2003-01-04 9:05 Stas Sergeev
2003-01-01 2:24 ` Gustavo Junior Alves
2003-01-06 11:04 ` Gustavo Junior Alves
2003-01-28 16:27 ` Gustavo Junior Alves
2003-01-28 17:10 ` Bart Oldeman
2003-01-29 2:16 Stas Sergeev
2003-01-29 12:49 ` Gustavo Junior Alves
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox