*whistles* Awesome stuff that. I just dd'ed the image to an empty CF disk from my camera and booted from my card reader.
all tests on my Asus M4A78-E:
Summary: 59 passed, 29 failed, 0 warnings, 2 aborted.
Some of the FAILs receive a category, low, med, high.
the reassemly/compil. of DSDT showed the usual nearly 200 errors, most of them
Object does not exist ^ (LNK_) (with _ being a letter), probably a syntax messup somewhere, just lots of "xy does not exist", had the same problem when I dumped them manually and tried to reassemle them. Wish I had coding skills and could just fix stuff more easily.
One of the "aborted" tests was
"Cannot read microcode file /usr/share/misc/intel-microcode.dat"
Ha. Ha. Why does it expect to load intel microcode on an AMD machine?
Also the message reads like they had forgotten to include firmware blobs into the disk image file.
It also produced an interrupt storm on IRQ 19, thus disabling 19 and noting that as critical error, but my Gentoo kernel dmesg doesn't say anything about diabled IRQ 19. *shrugs*
And "incorrect checksum" as also seen on my manual dumps for the tables. Humm. I don't know much about it but I don't like it. Wrong checksum sounds always nasty.
How to get this test suite working hopefully quickly
Code:
wget http://kernel.ubuntu.com/~kernel-ppa/testing/maverick-desktop-i386-fwts.img dd if=maverick-desktop-i386-fwts.img of=/dev/sd_
then fdisk /dev/sd_ and "a" 'make the sd_1 bootable), reboot and select the card reader to boot from.
wait some time until it finishes loading and gives you a VGA text menu
select tests, run them, wait, result will automatically be saved to the media (./fwts/today'sdate/somenumber/results.log), shutdown.
Reboot from HDD, go to Phoronix forums and post results.
edit:
I am currently taking data from my VIA C7, the FWTS offers also an xterm implementation (looks like the Gnome one) and other niceness. But apparently there is no acpidump installed. I just used the existing network connection from the box to apt-get install acpidump and then I could dump tables and acpixtract them. So maybe you need to do this for the full results. (I didn't find the tables and compilers in the results log or I was to quick an just missed that part.) I don't know if it is actually written to the USB media for later use, it writes a boot part and an ISO and the ISO is then being mounted as "cdrom" and loaded, but maybe it is writeable and the acpidump will stay for later use on offline machines. Otherwise it is probably possible to copy the binary to a free location on the USB media (I even have a whole partition added to it to save any data or take data with me).
Leave a comment: