Nick: Julian_ E-mail: hercares@gmail.com Board: Asus l1n64 Contents: Julian_, can you please add a line in chipset_enable.c, around line 1398, right above the "if (dev)" line and after the "dev = pci_dev_find_next(..." line: msg_pinfo("Dev: %p\n", dev); ------------------------------------------ flashrom v0.9.5.2-r1515 on Linux 3.0.21-std250-i586 (i686), built with libpci 3.1.7, GCC 4.4.6, little endian flashrom is free software, get the source code at http://www.flashrom.org Calibrating delay loop... OK. Found chipset "NVIDIA MCP55". Enabling flash write... OK - searching further chips. Dev: 0x97e21b0 No EEPROM/flash device found. Note: flashrom can never write if the flash chip isn't found automatically. Julian_, actually, as a quick test, can you change line ~1410, "} while(0);" to "} while(1);" (0 -> 1)? also add a single line immediately above that: "break;" Found chipset "NVIDIA MCP55". Enabling flash write... OK - searching further chips. Dev: 0x85381b0 Found chipset "NVIDIA MCP55". Enabling flash write... OK - searching further chips. Dev: (nil) WARNING: No chipset found. Flash detection will most likely fail. Found Winbond flash chip "W39V080A" (1024 kB, LPC) at physical address 0xfff00000. No operations were specified. -------------------------------------------------- ./flashrom -w bios.rom flashrom v0.9.5.2-r1515 on Linux 3.0.21-std250-i586 (i686), built with libpci 3.1.7, GCC 4.4.6, little endian flashrom is free software, get the source code at http://www.flashrom.org Calibrating delay loop... OK. Found chipset "NVIDIA MCP55". Enabling flash write... OK - searching further chips. Dev: 0x828e1c0 Found chipset "NVIDIA MCP55". Enabling flash write... OK - searching further chips. Dev: (nil) WARNING: No chipset found. Flash detection will most likely fail. Found Winbond flash chip "W39V080A" (1024 kB, LPC) at physical address 0xfff00000. Flash image seems to be a legacy BIOS. Disabling coreboot-related checks. Reading old flash chip contents... done. Erasing and writing flash chip... Erase/write done. Verifying flash... VERIFIED.