PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Garfikkarte zerflasht???


Henne
2007-09-02, 18:09:59
Hallo @ ALL

ich habe da ein rießen Problem.

Ich habe zwei EVGA 8800 GTX und dies mit einem neuen BIOS versehen.
Bei der einen funktioniert es auch hervorragen nur bei der zweiten nicht.

So genaues Problem:

Wenn ich die zweiter alleine in den Recher tue dann läuft der Rechner mit dem aktuellen Treiber 163.44 nicht hoch. Im Dos piepst der Rechner für das finden aller Komponeten nicht mal.

Wenn ich den Rechner mit einer DOS Diskette starte dann findet er auch beide Grafikkarten.

Mh wer kann mir da helfen?
Bin am Ende mit meinem Wissen.

Habe bereits alles versucht auch mit nvflash -j - 4 - 5 -6.

Was mir aufgefallen ist, dass wenn ich die erste Garfikkarte flashe dann geht es releativ flott bei der zweiten geht es richtig langsam.

Wer hat eine BIOS EVGA 60.80.08.00.37?
Kann mir das jemand zusenden?

Gibt es beim flashen ein Befehl der mal die Grafikkarte formatiert?

Help me :confused:

(+44)
2007-09-02, 18:26:38
http://www.mvktech.net/component/option,com_remository/Itemid,26/func,selectfolder/cat,51/orderby,4/

StefanV
2007-09-02, 18:33:56
Tja, PCI GraKa besorgen oder eine Karte von einem anderen Chiphersteller, sofern du ein Brett hast, bei dem 2 PCIe x16 Slots vorhanden sind.

Dann heißts hoffen, das die Device ID nicht versemmelt wurde, so dass das Flashtool die Karte erkennt...

Wird sie nicht erkannt, hast WIRKLICH ein Problem....

Henne
2007-09-02, 23:14:54
Danke für die Antworten.

Leider finde ich bei mkvtech nicht das Bios 60.80.08.00.37.
Ich finde dort nur das 60.80.08.00.40!!

Die Karte wird ja durch das nvflash erkannt.
Es gibt ein Device 0 und ein Device 1.

Also sollte ja die Karte da sein, oder nicht?

Wer hat so ein blödes Bios.

Henne
2007-09-03, 09:42:19
Kann mir da keine helfen? :confused:

kmf
2007-09-03, 10:55:26
Welche ist die die nicht funktioniert? Falls es die device 1 ist, versuch mal das Flashen zu erzwingen.

nvflash -4 -5 -6 -j -i1 bios.rom

Ist es device 0, dann

nvflash -4 -5 -6 -j -i0 bios.rom

Henne
2007-09-03, 11:21:20
Es ist Device 1 die nicht mehr richtig will.

Was bedeute den der Befehl j bei nvflash?

kmf
2007-09-03, 11:52:21
Es ist Device 1 die nicht mehr richtig will.

Was bedeute den der Befehl j bei nvflash?NVIDIA Firmware Update Utility (Version 5.50)

-- Primary Commands --
Update firmware: nvflash [options] <filename>
Save firmware to file: nvflash [options] --save <filename>
Compare adapter firmware: nvflash [options] --compare <filename>
Update TV data: nvflash [options] --tv <filename>
Display version: nvflash [options] --version [<filename>]
Display firmware bytes: nvflash [options] --display
Check for supported EEPROM: nvflash [options] --check
Write protect EEPROM: nvflash [options] --protecton
Remove write protect: nvflash [options] --protectoff
Change soft straps: nvflash [options] --straps=<straps>
Set IEEE 1394 GUID: nvflash [options] --guid=<guid>
Set IEEE 1394 GUID source: nvflash [options] --guidsource=<location>
List adapters: nvflash [options] --list

-- Commands and Options --
help ? Display this screen.
save b <filename> Read EEPROM and save to <filename>.
compare k <filename> Read EEPROM and compare with <filename>.
tv x <filename> Transfer TV data from file to EEPROM.
version v <filename> Display file version and ~CRC32
(if no filename, acts on display adapter).
display d [bytes] Display 256 the first bytes of the EEPROM
(default is 256 bytes)
check c Check for supported EEPROM.
protecton w Write protect EEPROM (only on some EEPROM's).
protectoff r Remove EEPROM write protect (only on some EEPROM's).
straps m <straps> Change soft straps.
format is: AND Mask 0, OR Mask 0, AND Mask 1, OR Mask 1
guid q <guid> Set the IEEE 1394 GUID in the firmware image
(GUID is in the form of 16 hex digits).
guidsource 1 <location> Set the source of the IEEE 1394 GUID.
main - main EEPROM image
dedicated - separate serial EEPROM part
list a List all NVIDIA display adapters found in the system.
nolight l Do not light keyboard LEDs.
overridetype 5 Allow firmware and adapter PCI device ID mismatch.
overridesub 6 Allow firmware and adapter PCI subsystem ID mismatch.
reboot y Reboot the PC after other tasks completed.
keepstraps g Keep the soft straps already present in the EEPROM
after flashing the new image.
[B]romstrap j Override the ROM strap setting to allow flashing an
image when grounding the STRAP_SUB_VENDOR pin.
This allows flashing a corrupted or erased EEPROM.
Note: Make sure there is a physical EEPROM present
when using this option
index i <index> Force a specific device index.
fwindex F <fw index> Index of which firmware image to use from a firmware
bundle.
auto A When possible, run without user intervention.
directpci n Bypass the PCI BIOS.
silence s <level> Silence level:
default All beeps.
#=4 (or 2) No progress beeps.
#=5 (or 1) No beeps.
override o <level> Override safety check level:
default unknown EEPROM | NV adapter aborts application.
level=1 unknown EEPROM acceptable for read operations.
level=2 unknown NV adapter acceptable for read operations.
level=3 Combined effect of 1,2 (cannot write to unknown EEPROM or adapter).

Use a single dash ("-") to use the single letter version of a command.
Use a double dash ("--") to use the longer descriptive version of a command.
Use equals ("=") to specify parameters, with separating commas (",").