In the MB Config.lb, you need to enable keyboard and mouse in superio part.
YH
-----邮件原件----- 发件人: Brian Maly [mailto:bmaly@angstrom.com] 发送时间: 2004年4月22日 12:37 收件人: YhLu 抄送: ron minnich; linuxbios@clustermatic.org 主题: Re: 答复: ATI rage xl.init
I first wanted to say how nice it is to see linux boot from linuxbios with graphical console and have X come up... a beautiful thing!
So now when linux boots, video looks good, but I am unable to use the mouse + keyboard. I have CONFIG_CONSOLE_SERIAL8250 defined in linuxbios and I think this may have something to with it (but then again this could just be a generic linux problem and nothing to do with linuxbios). Any ideas? Will I need btextconsole.c to fix this?
Im just trying to determine if I need to modify something in linuxbios resolve this? Otherwise Ill assume this to be a more generic linux console problem and proceed from there. any input is welcome. thanks...
-Regards, Brian
On Tue, 2004-04-20 at 15:41, YhLu wrote:
the
I added the following and it worked like a charm:
pnp 2e.5 on # Mouse irq 0x70 = 12
thanks again.
-Regards, Brian
On Thu, 2004-04-22 at 15:43, YhLu wrote:
can you send me a diff -u and I will apply this path.
ron
This change got the mouse working on arima/hdama (and automagically got the keyboard working as well) for ATI RageXL framebuffer console and X. Was this what you wanted? Maybe I misunderstood...
-Regards, Brian
[brian@localhost hdama]$ pwd /home/brian/freebios2/src/mainboard/arima/hdama [brian@localhost hdama]$ diff -u Config.lb.old Config.lb --- Config.lb.old 2004-04-23 11:45:01.000000000 -0400 +++ Config.lb 2004-04-23 11:46:56.000000000 -0400 @@ -291,7 +291,8 @@ io 0x60 = 0x3f8 irq 0x70 = 4 pnp 2e.4 off # SWC - pnp 2e.5 off # Mouse + pnp 2e.5 on # Mouse + irq 0x70 = 12 pnp 2e.6 on # Keyboard io 0x60 = 0x60 io 0x62 = 0x64 @@ -299,7 +300,7 @@ pnp 2e.7 off # GPIO pnp 2e.8 off # ACB pnp 2e.9 off # FSCM - pnp 2e.a off # WDT + pnp 2e.a off # WDT end end end
Quoting ron minnich rminnich@lanl.gov:
can you send me a diff -u and I will apply this path.
ron