Dear visitor, welcome to VDR Portal. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

This post has been edited 1 times, last edit by "Mirko76" (Mar 12th 2004, 8:11pm)
Quoted
Wie seh ich, ob der Chip korrekt geflasht wurde?


|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 |
diff -ur freebios.orig/src/cpu/k7/cpufixup.c freebios/src/cpu/k7/cpufixup.c
--- freebios.orig/src/cpu/k7/cpufixup.c Sat Aug 2 15:53:01 2003
+++ freebios/src/cpu/k7/cpufixup.c Sat Aug 2 15:45:25 2003
@@ -51,7 +51,7 @@
rdmsr(SYSCFG_MSR, lo, hi);
printk_spew("SYSCFG was 0x%x:0x%x\n", hi, lo);
lo |= SYSCFG_MSR_MtrrVarDramEn;
- lo |= SYSCFG_MSR_SysEccEn;
+ //lo |= SYSCFG_MSR_SysEccEn;
wrmsr(SYSCFG_MSR, lo, hi);
rdmsr(SYSCFG_MSR, lo, hi);
printk_spew("SYSCFG IS NOW 0x%x:0x%x\n", hi, lo);
|
Was für ein LinuxBIOS im Kernel? Wenn du die Patches meinst, es geht auch ohne. Sie sorgen für eine bessere Unterstützung des SiS Chipsatzes durch den Kernel. Könnte allerdings sein, dass sich das Board nicht mehr abschaltet??
Quoted
Und dieses Linuxbios im kernel, is das von Nöten oder gehts auch ohne?
Lies dir die letzten drei Seiten dieses Threads durch, dann weist du es
Quoted
wie schwer ist es LINUX (genauer LinVDR) von der Festplatte mit LinuxBIOS zu booten
.
.
This post has been edited 1 times, last edit by "Monroe" (Mar 13th 2004, 12:28am)
Quoted
Original von olafhenkel
Da werde ich mich noch lange drüber aufregen und ich weiss, mit Windows wäre mir sowas nicht passiert. Denn da weiss ich, was ich tun muss.
Jo, besser ist das.
Quoted
"write nftla blabla" im Kernel zu aktivieren.
.
This post has been edited 2 times, last edit by "Mirko76" (Mar 13th 2004, 12:13am)
Quoted
Achso, eins noch, wie sieht es mit dem ide-spinup-patch aus
für die aktuellen Kernel?
This post has been edited 1 times, last edit by "Monroe" (Mar 13th 2004, 12:36am)

Quoted
juhu, es klappt, es bootet und ich kann mich per ssh einloggen.
Quoted
Vielen Dank für deine Hilfe und Geduld, Monroe