<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>i350 &#8211; richliu&#039;s blog</title>
	<atom:link href="https://blog.richliu.com/tag/i350/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.richliu.com</link>
	<description>Linux, 工作, 生活, 家人</description>
	<lastBuildDate>Wed, 24 Feb 2021 17:55:13 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>
	<item>
		<title>The NVM Checksum Is Not Valid</title>
		<link>https://blog.richliu.com/2021/02/25/4341/the-nvm-checksum-is-not-valid/</link>
					<comments>https://blog.richliu.com/2021/02/25/4341/the-nvm-checksum-is-not-valid/#respond</comments>
		
		<dc:creator><![CDATA[richliu]]></dc:creator>
		<pubDate>Wed, 24 Feb 2021 17:55:12 +0000</pubDate>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[firmware]]></category>
		<category><![CDATA[i350]]></category>
		<category><![CDATA[Intel]]></category>
		<guid isPermaLink="false">https://blog.richliu.com/?p=4341</guid>

					<description><![CDATA[<p>這個是我 Intel i350-T4 最近出現的錯誤訊息，是最近 Power 壞掉之後才發生的，錯誤訊息如下  [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://blog.richliu.com/2021/02/25/4341/the-nvm-checksum-is-not-valid/">The NVM Checksum Is Not Valid</a> appeared first on <a rel="nofollow" href="https://blog.richliu.com">richliu&#039;s blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>這個是我 Intel i350-T4 最近出現的錯誤訊息，是最近 Power 壞掉之後才發生的，錯誤訊息如下</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p></p><cite>[  775.510780] igb: Intel(R) Gigabit Ethernet Network Driver &#8211; version 5.4.0-k<br /> [  775.510782] igb: Copyright (c) 2007-2014 Intel Corporation.<br /> [  775.526676] igb 0000:01:00.0: The NVM Checksum Is Not Valid<br /> [  775.602407] igb: probe of 0000:01:00.0 failed with error -5<br /> [  775.617632] igb 0000:01:00.1: The NVM Checksum Is Not Valid<br /> [  775.693405] igb: probe of 0000:01:00.1 failed with error -5<br /> [  775.708632] igb 0000:01:00.2: The NVM Checksum Is Not Valid<br /> [  775.784404] igb: probe of 0000:01:00.2 failed with error -5<br /> [  775.799632] igb 0000:01:00.3: The NVM Checksum Is Not Valid<br /> [  775.875410] igb: probe of 0000:01:00.3 failed with error -5</cite></blockquote>



<span id="more-4341"></span>



<p>解決方法也很簡單，下載 <a rel="noreferrer noopener" aria-label="Intel® Ethernet連接啟動公用程式、預啟動映射和 EFI 驅動程式 (opens in a new tab)" href="https://downloadcenter.intel.com/zh-tw/download/29137?v=t" target="_blank">Intel® Ethernet連接啟動公用程式、預啟動映射和 EFI 驅動程式</a> 在 Linux 下解開之後，</p>



<p>$ cd APPS/BootUtil/Linux_x64<br />$ chmod +x bootutil64e<br />$ sudo ./bootutil64e<br />Connection to QV driver failed &#8211; please reinstall it!<br />Intel(R) Ethernet Flash Firmware Utility<br /> BootUtil version 1.7.26.3<br /> Copyright (C) 2003-2020 Intel Corporation</p>



<p>ERROR: The adapter (location 0:25.0) cannot be initialized due to inaccessible device memory.<br /> Update the device driver and reboot the system before running this utility again.<br /> Consult the utility documentation for more information.<br />Type BootUtil -? for help<br />Port Network Address Location Series  WOL Flash Firmware                Version<br /> ==== =============== ======== ======= === ============================= =======<br />   2   A0369FA1FB70     1:00.0 Gigabit NO  FLASH Unknown<br />   3   A0369FA1FB71     1:00.1 Gigabit N/A FLASH Disabled<br />   4   A0369FA1FB72     1:00.2 Gigabit N/A FLASH Disabled<br />   5   A0369FA1FB73     1:00.3 Gigabit N/A FLASH Disabled</p>



<p>2,3,4,5 就是我們要處理的網路卡，只要下以下指令之後再重開機就會恢復了</p>



<p>$ sudo ./bootutil64e -NIC 2 -defcfg<br />$ sudo ./bootutil64e -NIC 3 -defcfg<br />$ sudo ./bootutil64e -NIC 4 -defcfg<br />$ sudo ./bootutil64e -NIC 5 -defcfg</p>



<p>ref. <a href="https://superuser.com/questions/1104537/how-to-repair-the-checksum-of-the-non-volatile-memory-nvm-of-intel-ethernet-co" target="_blank" rel="noreferrer noopener" aria-label="How to repair the checksum of the non-volatile memory (NVM) of Intel Ethernet Controller I219-V of an ASUS laptop? (opens in a new tab)">How to repair the checksum of the non-volatile memory (NVM) of Intel Ethernet Controller I219-V of an ASUS laptop?</a></p>
<p>The post <a rel="nofollow" href="https://blog.richliu.com/2021/02/25/4341/the-nvm-checksum-is-not-valid/">The NVM Checksum Is Not Valid</a> appeared first on <a rel="nofollow" href="https://blog.richliu.com">richliu&#039;s blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.richliu.com/2021/02/25/4341/the-nvm-checksum-is-not-valid/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
