IT WORKS! Thanks for you all! :) Just another low priority question: is there any way to read the status of the power button? I mean it somebody pushed it?
Hidasi Jozsef wrote:
IT WORKS! Thanks for you all! :) Just another low priority question: is there any way to read the status of the power button? I mean it somebody pushed it?
we'll only answer that question if you send us a HOWTO and writeup on 1. what you did 2. what SVN version 3. do you have graphics.
thanks
ron
Ronald G Minnich wrote:
Hidasi Jozsef wrote:
IT WORKS! Thanks for you all! :) Just another low priority question: is there any way to read the status of the power button? I mean it somebody pushed it?
we'll only answer that question if you send us a HOWTO and writeup on
- what you did
- what SVN version
- do you have graphics.
thanks
ron
Sorry, I forgot the :-) on this.
Thanks for doing this work. It is wonderful to see more ports being done.
ron
Hello Ronald,
I'll answer the questions: 1. Compiled LinuxBIOS for Tyan S2882 2 Opteron processors 4GByte RAM - Integrated VGA Integrated Sata Silicon images
This was the first time I've worked with LinuxBIOS so I have to get more knowledge about the whole code before to be able to develope it. :)
I've dumped the VGA BIOS ROM what seems to be 32kbytes based at 0xc0000 (follows the BIOS of the two Promise SATA cards), so I've mentioned before somewhy it DIDN'T work!! It DIDN't initialized the VGA however the linuxbios wrote that message what you said it means everything is OK, but it wasn't! After all, I got to be crazy about this, I extracted it from the AMI BIOS ROM the extracted ROM was 36kbytes!! I don't know where was the lost 4kbytes:) After all, with this new ROM Video works fine! The message is till the same. (I've moved the VIDEO ROM after the payload of the failback BIOS because it got crazy if somebody messes up the normal bios:) -Some minor modifications in the board config... 2. SVN Snapshoot on 28th of April 3. Yes, I do now :))
So I like linuxbios :) It should be fine if almost the all functions would work just like with the original AMI BIOS, so I'm not familiar with ACPI, but as I deal with electronics too it's not a hopeless thing to me to answer this:) The first but minor question is that how can we make the power button to work:) The other is what are the requirements of PowerNow! to work?
Sunday, April 30, 2006, 5:49:33 AM, you wrote:
Hidasi Jozsef wrote:
IT WORKS! Thanks for you all! :) Just another low priority question: is there any way to read the status of the power button? I mean it somebody pushed it?
we'll only answer that question if you send us a HOWTO and writeup on
- what you did
- what SVN version
- do you have graphics.
thanks
ron
add acpi support to s2882 should be easy, because serengeti_leopard already include the acpi support...., and all with amd 8111...
you can compare the two MB, and move some code from serngeti_leopard to s2882....and test it.
YH
Hello yhlu,
That's what I'm doing now:)
Sunday, April 30, 2006, 6:21:21 PM, you wrote:
add acpi support to s2882 should be easy, because serengeti_leopard already include the acpi support...., and all with amd 8111...
you can compare the two MB, and move some code from serngeti_leopard to s2882....and test it.
YH
Where can I download that IASL compiler stuff?
Sunday, April 30, 2006, 6:21:21 PM, you wrote:
add acpi support to s2882 should be easy, because serengeti_leopard already include the acpi support...., and all with amd 8111...
you can compare the two MB, and move some code from serngeti_leopard to s2882....and test it.
YH
what is your Linux dist...? If it is suse, you can install the package from the source disk...
YH
Hi!
/usr/sbin/iasl -tc /src/LinuxBIOSv2/src/mainboard/tyan/s2882/dx/pci2.asl
Intel ACPI Component Architecture ASL Optimizing Compiler version 20060421 [Apr 30 2006] Copyright (C) 2000 - 2006 Intel Corporation Supports ACPI Specification Revision 3.0a
Segmentation fault
any suggestions?
Sunday, April 30, 2006, 8:24:08 PM, you wrote:
what is your Linux dist...? If it is suse, you can install the package from the source disk...
YH
your iasl seems too new...
YH
On 4/30/06, Hidasi Jozsef hidi@e-tiger.net wrote:
Hi!
/usr/sbin/iasl -tc /src/LinuxBIOSv2/src/mainboard/tyan/s2882/dx/pci2.asl
Intel ACPI Component Architecture ASL Optimizing Compiler version 20060421 [Apr 30 2006] Copyright (C) 2000 - 2006 Intel Corporation Supports ACPI Specification Revision 3.0a
Segmentation fault
any suggestions?
Sunday, April 30, 2006, 8:24:08 PM, you wrote:
what is your Linux dist...? If it is suse, you can install the package from the source disk...
YH
-- Best regards, Hidasi mailto:hidi@e-tiger.net
-- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios
* yhlu yinghailu@gmail.com [060501 04:07]:
your iasl seems too new...
YH
I'm using this one (SUSE 10) and it works fine..
Intel ACPI Component Architecture ASL Optimizing Compiler version 20050902 [Sep 9 2005] Copyright (C) 2000 - 2005 Intel Corporation Supports ACPI Specification Revision 3.0
Can you compile iasl with -g and run it in gdb to find out where and why it crashes...
On 4/30/06, Hidasi Jozsef hidi@e-tiger.net wrote:
Hi!
/usr/sbin/iasl -tc /src/LinuxBIOSv2/src/mainboard/tyan/s2882/dx/pci2.asl
Intel ACPI Component Architecture ASL Optimizing Compiler version 20060421 [Apr 30 2006] Copyright (C) 2000 - 2006 Intel Corporation Supports ACPI Specification Revision 3.0a
Segmentation fault
any suggestions?