-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSurfacePro Ubuntu Setting
More file actions
35 lines (19 loc) · 1 KB
/
SurfacePro Ubuntu Setting
File metadata and controls
35 lines (19 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
My device is Surface Pro 5
After installing Ubuntu system 18.04LTS, the kernel version is 5.0.*
The newest kernel version 5.4 is not working on some functions ,for example, touchscreen, power button and battery status.
So the kernel version of 5.3.18 for Surface is reccommonded.
Update and Upgrade
sudo apt update & upgrade
Install packages
sudo apt install git
Clone this repository
git clone --depth 1 https://github.com/linux-surface/linux-surface.git
cd linux-surface (change to linux surface directory)
sudo ./setup.sh
Then you need download and install Kernel packages from https://github.com/linux-surface/linux-surface/releases
sudo dpkg -i linux-headers-[VERSION].deb linux-image-[VERSION].deb linux-libc-dev-[VERSION].deb
As mentioned above, the kernel version of 5.3.18 is installed.
After installing kernel, reboot your device.
You can check the kernel version running on your device by uname -r
After rebooting, the kernel version should be "5.3.18-surface"
Then all functions are working well.