PS/2 Mouse IRQ Problem
-
- Member
- Posts: 32
- Joined: Fri Jan 31, 2014 8:21 am
Re: PS/2 IRQ Not Firing
OK. So why I type something on the keyboard, I am getting IRQ1 and IRQ12 for some reason...Is there a reason why this is happening?
-
- Member
- Posts: 32
- Joined: Fri Jan 31, 2014 8:21 am
Re: PS/2 IRQ Not Firing
Also, although this is working, whenever I move the mouse several times, I am only getting an interrupt once.
Re: PS/2 IRQ Not Firing
It's hard to guess what's wrong. Do you read port 0x60 in each interrupt ? Code ?
If a trainstation is where trains stop, what is a workstation ?
Re: PS/2 IRQ Not Firing
Hello.
Maybe this following information can help too.
[Qemu-devel] ps/2 mouse handler interrupt:
http://lists.gnu.org/archive/html/qemu- ... 00082.html
The PS/2 Mouse Interface:
http://www.computer-engineering.org/ps2mouse/
The PS/2 Keyboard Interface:
http://www.computer-engineering.org/ps2keyboard/
PS2 mouse IRQ:
http://forum.osdev.org/viewtopic.php?t=8323
Dirk
Maybe this following information can help too.
[Qemu-devel] ps/2 mouse handler interrupt:
http://lists.gnu.org/archive/html/qemu- ... 00082.html
The PS/2 Mouse Interface:
http://www.computer-engineering.org/ps2mouse/
The PS/2 Keyboard Interface:
http://www.computer-engineering.org/ps2keyboard/
PS2 mouse IRQ:
http://forum.osdev.org/viewtopic.php?t=8323
Dirk
-
- Member
- Posts: 32
- Joined: Fri Jan 31, 2014 8:21 am
Re: PS/2 IRQ Not Firing
Never mind. I no longer have that problem. Thanks anyway!
Re: PS/2 Mouse IRQ Problem
Please don't post two threads for basically the same continued troubleshooting. I merged the second topic into the first.