←back to thread

360 points pjf | 1 comments | | HN request time: 0.196s | source
Show context
skyde ◴[] No.14300495[source]
How can we use it today! Is it in Linux code already and easy to enable ?
replies(4): >>14300654 #>>14300679 #>>14301568 #>>14306421 #
1. newman314 ◴[] No.14306421[source]
To get this on Ubuntu 16.04 LTS, get and install the following:

  wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.9.26/linux-headers-4.9.26-040926_4.9.26-040926.201705031231_all.deb kernel.ubuntu.com/~kernel-ppa/mainline/v4.9.26/linux-image-4.9.26-040926-generic_4.9.26-040926.201705031231_i386.deb kernel.ubuntu.com/~kernel-ppa/mainline/v4.9.26/linux-image-4.9.26-040926-generic_4.9.26-040926.201705031231_amd64.deb
  sudo dpkg -i linux-headers-4.9*.deb linux-image-4.9*.deb