Robert Millan wrote:
Hi,
After commenting this with Uwe on IRC, he said I should ask to the list to see if someone knows what's going on.
I'm running LB with some patches (combined with fixes sent by Uwe and Rudolf), plus some PNP adjustments for the keyboard/game/midi ports on my ASUS A8N5X (K8/CK804/IT8712F), and keyboard is not working neither from FILO nor Linux.
Find attached:
- combined diff of the changes I have relative to svn
- minicom capture log (using loglevel 11)
- "lspci -nnv" and "lspnp -v" output
Some hint would be appreciated. TIA!
I assume you have a good reason, but why are you changing the it8712f pnp device numbers? I am not positive how this works, but I think changing 2e.0 to 2e.7 means that you are trying to program the it8712f logical device 7 with floppy settings. http://www.tranzistoare.ro/datasheets/1150/495234_DS.pdf
IRQ routing/polarity/mask issues? Check mptable.c and irq_tables.c.
You can check the keyboard controller input buffer to see if a keystroke is in there. Then you would know that interrupt isn't getting through.
Do you have serial console working and does keyboard work there? That would tell you if interrupts are making it from the SIO.
http://homepages.cwi.nl/~aeb/linux/kbd/scancodes-8.html
Hope this helps. Marc