Hi,
The Super IO is nsc-87417, there is a directory for the chip. I have enabled the keyboard device in mainboard Config.lb, as below,
Device pnp 2e.6 on io 0x60 = 0x60 io 0x62 = 0x64 irq 0x70 = 1 End However, in super/nsc/pc87417/superio.c, the keyboard pnp_info is {&ops, PC87417_KBCK, PNP_IO0 | PNP_IO1 | PNP_IRQ0, {0x7f8, 0}, {0x7f8, 4}}, is it correct? I think it should be PNP_IRQ1, {0x60, 0} and {0x60, 4}, I changed it, but still no keyboard. What should I do next?
Best Regards
??? Feng Libo @ AMD Ext: 20906 Mobile Phone: 13683249071 Office Phone: 0086-010-62801406
-----Original Message----- From: ron minnich [mailto:rminnich@gmail.com] Sent: Thursday, August 02, 2007 11:32 PM To: Feng, Libo Cc: linuxbios@linuxbios.org Subject: Re: [LinuxBIOS] No keyboard.
On 8/2/07, Feng, Libo Libo.Feng@amd.com wrote:
Hi, all,
Today, I almost finish LinuxBIOS on Tyan s3992. A text-mode RedHat is booted, and a "Hello, World" is written and run. Thank a lot of people here. The mistake I made is building LinuxBIOS on a FC machine and testing it on another RH machine, many machine check panics arose.
The one thing left is that keyboard is not enabled in Linux. It seems it is not correctly configured in LinuxBIOS. I have to use a serial port and terminal to access the machine. Where the keyboard is enabled in LinuxBIOS? And maybe easier, Linux has some kind of application like Windows to configure keyboard or not?
This is great news!
What chip is the keyboard connected to? Then we can see how to enable it.
ron