Mint 15 該如何patch kernel - Linux

Table of Contents

之前試著用lm-sensor 和 fancontrol控制風扇

但抓不到硬體

Google 的結果是要安裝patch

根據網頁上的說明 成功下載了patch
https://code.google.com/p/vaio-f11-linux/wiki/KernelSupport

但是不知道怎麼patch kernel

前面爬文看到patch的方法是打以下指令
cd "kernel source 的路徑"
patch -p1 "patch 的路徑"

我用 sudo apt-get install linux-source

之後在 /usr/src/ 裡多了一個資料夾 linux-source-3.8.0

但我在那個資料夾還是無法patch

請問我該如何按照google網頁上的說明做呢

--

All Comments

Andrew avatarAndrew2013-07-15
patch -p1 < "patch 的路徑"
Erin avatarErin2013-07-20
喔喔了解 原來少了東西 感謝回答 :)