update some content
This commit is contained in:
@@ -45,9 +45,9 @@
|
||||
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
|
||||
|
||||
<link href="https://h.cowbay.org/css/style.css?v=1634607506" rel="stylesheet" id="theme-stylesheet" type='text/css' media='all'>
|
||||
<link href="https://h.cowbay.org/css/style.css?v=1635401692" rel="stylesheet" id="theme-stylesheet" type='text/css' media='all'>
|
||||
|
||||
<link href="https://h.cowbay.org/css/custom.css?v=1634607506" rel="stylesheet" type='text/css' media='all'>
|
||||
<link href="https://h.cowbay.org/css/custom.css?v=1635401692" rel="stylesheet" type='text/css' media='all'>
|
||||
<link rel="shortcut icon" href="https://h.cowbay.org/img/favicon.ico" type="image/x-icon">
|
||||
<link rel="icon" href="https://h.cowbay.org/img/favicon.ico" type="image/x-icon">
|
||||
|
||||
@@ -316,9 +316,9 @@ if (!doNotTrack) {
|
||||
<p>底下就大概說一下怎麼解決</p>
|
||||
<p>###安裝相關套件###</p>
|
||||
<p>登入proxmox 主機後,執行以下指令安裝套件</p>
|
||||
<pre tabindex="0"><code>apt install linux-headers build-essential git make gcc
|
||||
<pre><code>apt install linux-headers build-essential git make gcc
|
||||
</code></pre><p>然後馬上就卡關了 XD</p>
|
||||
<pre tabindex="0"><code>root@pve:~# apt install linux-headers
|
||||
<pre><code>root@pve:~# apt install linux-headers
|
||||
Reading package lists... Done
|
||||
Building dependency tree
|
||||
Reading state information... Done
|
||||
@@ -374,15 +374,15 @@ You should explicitly select one to install.
|
||||
E: Package 'linux-headers' has no installation candidate
|
||||
root@pve:~#
|
||||
</code></pre><h3 id="改用以下套件名稱安裝">改用以下套件名稱安裝###</h3>
|
||||
<pre tabindex="0"><code>apt install pve-headers-4.15.18-15-pve build-essential git make gcc
|
||||
<pre><code>apt install pve-headers-4.15.18-15-pve build-essential git make gcc
|
||||
</code></pre><p>第一個套件會隨著pve版本不同有所變化,所以要看當下執行時,系統提供的訊息來決定</p>
|
||||
<p>我是用清單內最新的版本</p>
|
||||
<p>接著把驅動程式 clone 回來</p>
|
||||
<pre tabindex="0"><code>git clone https://github.com/Aquantia/AQtion.git
|
||||
<pre><code>git clone https://github.com/Aquantia/AQtion.git
|
||||
</code></pre><p>參考 README</p>
|
||||
<p><a href="https://github.com/Aquantia/AQtion/blob/master/README.txt">https://github.com/Aquantia/AQtion/blob/master/README.txt</a></p>
|
||||
<p>進入目錄後開始編譯</p>
|
||||
<pre tabindex="0"><code>make
|
||||
<pre><code>make
|
||||
</code></pre><p>編譯完,應該就能看到網卡了,不過我是還有重開機</p>
|
||||
<p>順便貼一下10G網路的速度,感覺還真的…..不怎麼樣 ….</p>
|
||||
<p><img src="https://i.imgur.com/yM8HsSi.png" alt=""></p>
|
||||
@@ -675,7 +675,7 @@ title="pinterest icon"></i>
|
||||
</div>
|
||||
<script src="https://h.cowbay.org/js/jquery.min.js"></script>
|
||||
<script src="https://h.cowbay.org/js/jquerymigrate.js"></script>
|
||||
<script src="https://h.cowbay.org/js/production.min.js?v=1634607506"></script>
|
||||
<script src="https://h.cowbay.org/js/production.min.js?v=1635401692"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user