Difference between revisions of "Fitlet: Linux: Kernel"

From fit-PC wiki
Jump to: navigation, search
Line 1: Line 1:
 
== Installation ==
 
== Installation ==
 
* Download the [http://www.fit-pc2.com/download/fitlet/Linux/mint/17/linux-image-3.16.7-generic.fitlet_2015.11.17_amd64.deb kernel image] and [http://www.fit-pc2.com/download/fitlet/Linux/mint/17/linux-headers-3.16.7-generic.fitlet_2015.11.17_amd64.deb kernel headers] to the fitlet.
 
* Download the [http://www.fit-pc2.com/download/fitlet/Linux/mint/17/linux-image-3.16.7-generic.fitlet_2015.11.17_amd64.deb kernel image] and [http://www.fit-pc2.com/download/fitlet/Linux/mint/17/linux-headers-3.16.7-generic.fitlet_2015.11.17_amd64.deb kernel headers] to the fitlet.
 
 
* Open the terminal and install the new linux-*.deb packages:
 
* Open the terminal and install the new linux-*.deb packages:
 
  $ sudo dpkg -i /path/to/linux-*.deb
 
  $ sudo dpkg -i /path/to/linux-*.deb
 
 
* Reboot the system:
 
* Reboot the system:
 
  $ sudo reboot -f
 
  $ sudo reboot -f
 
+
* The patch vs mainline kernel [http://www.fit-pc2.com/download/fitlet/Linux/mint/17/fitlet.3.16.diff fitlet.3.16.diff]
  
 
[[category:fitlet]]
 
[[category:fitlet]]

Revision as of 12:09, 18 November 2015

Installation

$ sudo dpkg -i /path/to/linux-*.deb
  • Reboot the system:
$ sudo reboot -f