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:
Ron,
I have enabled the ati rage xl frame buffer in LinuxBIOS, also moved the btext.c to the LinuxBIOS. So I can get output on CRT in LinuxBIOS after
the
ati device init.
I'm going to add one console besides console8250.c and vgaconsole.c.
Please suggest the console name for that:
- fbconsole.c
- or btextconsole.c to honor the btext.c author
The btext.c is in the linux/arch/ppc/kernel/btext.c
Regards
YH
-----邮件原件----- 发件人: ron minnich [mailto:rminnich@lanl.gov] 发送时间: 2004年4月14日 15:01 收件人: Brian Maly 抄送: linuxbios@clustermatic.org 主题: Re: ATI rage xl.init
Ollie knows better than me but I'm guesssing there are still some registers not set right in linuxbios. Note that to date for our nvidia stuff we've had to set these registers by hand in a shell script.
VGA is still not quite right, but we're trying to get it.
ron
Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios
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:
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:
Ron,
I have enabled the ati rage xl frame buffer in LinuxBIOS, also moved the btext.c to the LinuxBIOS. So I can get output on CRT in LinuxBIOS after
the
ati device init.
I'm going to add one console besides console8250.c and vgaconsole.c.
Please suggest the console name for that:
- fbconsole.c
- or btextconsole.c to honor the btext.c author
The btext.c is in the linux/arch/ppc/kernel/btext.c
Regards
YH
-----邮件原件----- 发件人: ron minnich [mailto:rminnich@lanl.gov] 发送时间: 2004年4月14日 15:01 收件人: Brian Maly 抄送: linuxbios@clustermatic.org 主题: Re: ATI rage xl.init
Ollie knows better than me but I'm guesssing there are still some registers not set right in linuxbios. Note that to date for our nvidia stuff we've had to set these registers by hand in a shell script.
VGA is still not quite right, but we're trying to get it.
ron
Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios
Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios
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