質問編集履歴
6
test
CHANGED
File without changes
|
test
CHANGED
@@ -12,7 +12,9 @@
|
|
12
12
|
|
13
13
|
|
14
14
|
|
15
|
-
皆さんのお知恵をお
|
15
|
+
皆さんのお知恵をお貸しください。
|
16
|
+
|
17
|
+
よろしくお願いいたします。
|
16
18
|
|
17
19
|
|
18
20
|
|
5
内容を読みやすいように修正しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,14 +1,18 @@
|
|
1
|
+
【現状】
|
2
|
+
|
1
3
|
Surface Pro 3 のOSを Ubuntu20.04 に上書きしました。
|
2
4
|
|
3
5
|
|
4
6
|
|
7
|
+
【解決したい課題】
|
8
|
+
|
9
|
+
・タイプカバーのキーボードとタッチパッドいずれも反応しない
|
10
|
+
|
5
|
-
し
|
11
|
+
追加で試した内容は常時更新していきます。
|
6
12
|
|
7
13
|
|
8
14
|
|
9
|
-
|
15
|
+
皆さんのお知恵をお菓子いただけよろしくお願いいたします。
|
10
|
-
|
11
|
-
|
12
16
|
|
13
17
|
|
14
18
|
|
@@ -68,49 +72,49 @@
|
|
68
72
|
|
69
73
|
|
70
74
|
|
71
|
-
■2つ目:[参考URL](https://github.com/linux-surface/linux-surface/wiki/Installation-and-Setup#surface-kernel-installation)
|
75
|
+
■2つ目:[参考URL](https://github.com/linux-surface/linux-surface/wiki/Installation-and-Setup#surface-kernel-installation)--------------------------------------------------
|
76
|
+
|
77
|
+
【実行したコマンド】
|
72
78
|
|
73
79
|
|
74
80
|
|
75
81
|
|
76
82
|
|
77
|
-
|
83
|
+
```ここに言語を入力
|
78
84
|
|
79
|
-
|
85
|
+
$ wget -qO - https://raw.githubusercontent.com/linux-surface/linux-surface/master/pkg/keys/surface.asc \
|
80
86
|
|
81
|
-
|
82
|
-
|
83
|
-
> After this you can add the repository configuration and update APT.
|
84
|
-
|
85
|
-
> $ echo "deb [arch=amd64] https://pkg.surfacelinux.com/debian release main" \
|
86
|
-
|
87
|
-
> | sudo tee /etc/apt/sources.list.d/linux-surface.list
|
88
|
-
|
89
|
-
>
|
90
|
-
|
91
|
-
> $ sudo apt update
|
92
|
-
|
93
|
-
> Now you can install the linux-surface kernel and its dependencies. You should also enable the iptsd service for touchscreen support.
|
94
|
-
|
95
|
-
> $ sudo apt install linux-image-surface linux-headers-surface iptsd libwacom-surface
|
96
|
-
|
97
|
-
> $ sudo systemctl enable iptsd
|
98
|
-
|
99
|
-
> After that you can install our secureboot key. This will import the key that the linux-surface kernel is signed with into your bootloader, so that the kernel is bootable without disabling secureboot. This package will print instructions to the terminal, so please install it on its own, not as part of a bigger batch of packages.
|
100
|
-
|
101
|
-
> $ sudo apt install linux-surface-secureboot-mok
|
102
|
-
|
103
|
-
> If your Debian derivate does not support secure boot, please skip the last step.
|
104
|
-
|
105
|
-
> The linux-surface kernel will be installed alongside the default kernel provided by the distribution. This way you have a backup kernel you can use if something goes wrong. The bootloader will pick up the kernel by default, but you should update its configuration to make sure it was recognized.
|
106
|
-
|
107
|
-
> $ sudo update-grub
|
108
|
-
|
109
|
-
> Finally, reboot your system and you should boot into the linux-surface kernel. Please make sure you are actually using the right kernel by checking if the output of uname -a contains the string surface. If it doesn't contain that string, you are still using the default kernel and need to configure your bootloader.
|
87
|
+
| gpg --dearmor | sudo dd of=/etc/apt/trusted.gpg.d/linux-surface.gpg
|
110
88
|
|
111
89
|
|
112
90
|
|
91
|
+
$ echo "deb [arch=amd64] https://pkg.surfacelinux.com/debian release main" \
|
92
|
+
|
93
|
+
| sudo tee /etc/apt/sources.list.d/linux-surface.list
|
94
|
+
|
95
|
+
|
96
|
+
|
97
|
+
$ sudo apt update
|
98
|
+
|
99
|
+
Now you can install the linux-surface kernel and its dependencies. You should also enable the iptsd service for touchscreen support.
|
100
|
+
|
101
|
+
$ sudo apt install linux-image-surface linux-headers-surface iptsd libwacom-surface
|
102
|
+
|
103
|
+
$ sudo systemctl enable iptsd
|
104
|
+
|
105
|
+
|
106
|
+
|
107
|
+
$ sudo apt install linux-surface-secureboot-mok
|
108
|
+
|
109
|
+
|
110
|
+
|
111
|
+
$ sudo update-grub
|
112
|
+
|
113
|
+
```
|
114
|
+
|
115
|
+
|
116
|
+
|
113
|
-
上記の
|
117
|
+
上記のコマンド操作を行った後、 uname -a を実行。以下は実行し、出力された結果です。
|
114
118
|
|
115
119
|
```ここに言語を入力
|
116
120
|
|
@@ -119,11 +123,3 @@
|
|
119
123
|
```
|
120
124
|
|
121
125
|
結果: 最後に再起動も行ったが動かない。
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
追加で試した内容は常時更新していきます。
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
よろしくお願いいたします。
|
4
少しでも分かりやすくするためのタイトルも修正しました。
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
surface Pro3のOSをUbuntuに
|
1
|
+
surface Pro3のOSをUbuntu20.24にしたけどタイプカバーが一切反応しない件
|
test
CHANGED
File without changes
|
3
読みやすい内容に変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -110,9 +110,13 @@
|
|
110
110
|
|
111
111
|
|
112
112
|
|
113
|
-
|
113
|
+
上記の引用の操作を行った後、 uname -a を実行。以下は実行し、出力された結果です。
|
114
|
+
|
115
|
+
```ここに言語を入力
|
114
116
|
|
115
117
|
Linux Myname-surface-3 5.10.06-surface #2 SMP Mon Feb 21:04:28 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
|
118
|
+
|
119
|
+
```
|
116
120
|
|
117
121
|
結果: 最後に再起動も行ったが動かない。
|
118
122
|
|
2
一度Ubuntuを初期化後は当初記載の事象が確認できなくなったため、画像を削除
test
CHANGED
File without changes
|
test
CHANGED
@@ -9,8 +9,6 @@
|
|
9
9
|
・タイプカバーのキーボードとタッチパッドいずれも反応しない
|
10
10
|
|
11
11
|
|
12
|
-
|
13
|
-
![イメージ説明](d66b0d358c88a38676517ce2910b7bba.jpeg)
|
14
12
|
|
15
13
|
|
16
14
|
|
1
一度初期化した上で、タッチパッドを動作させるために実施した内容を記載。それに伴い内容を大きく更新。
test
CHANGED
File without changes
|
test
CHANGED
@@ -6,11 +6,7 @@
|
|
6
6
|
|
7
7
|
|
8
8
|
|
9
|
-
・設定にwi-fiが表示されない。(=設定できない)
|
10
|
-
|
11
9
|
・タイプカバーのキーボードとタッチパッドいずれも反応しない
|
12
|
-
|
13
|
-
・再起動時など下記画像のような謎の処理が始まり永遠に終わらない。
|
14
10
|
|
15
11
|
|
16
12
|
|
@@ -18,11 +14,113 @@
|
|
18
14
|
|
19
15
|
|
20
16
|
|
21
|
-
|
17
|
+
【試行錯誤した内容】
|
22
18
|
|
23
|
-
|
19
|
+
■1つめ:[参考URL](https://askubuntu.com/questions/795730/how-to-get-trackpad-working-on-surface-pro-3-with-16-04)
|
24
20
|
|
25
|
-
|
21
|
+
|
22
|
+
|
23
|
+
【実施手順】-------------------------------------------------------------------
|
24
|
+
|
25
|
+
1 成功したコマンド
|
26
|
+
|
27
|
+
```
|
28
|
+
|
29
|
+
sudo apt-get update
|
30
|
+
|
31
|
+
sudo apt-get upgrade
|
32
|
+
|
33
|
+
③echo "deb http://ppa.launchpad.net/tigerite/kernel/ubuntu trusty main" | sudo tee /etc/apt/sources.list.d/tigerite-kernel-trusty.list
|
34
|
+
|
35
|
+
```
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
2 うまくいかなかったコマンド
|
40
|
+
|
41
|
+
```ここに言語を入力
|
42
|
+
|
43
|
+
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 984AE706D31B333A && sudo apt-get update
|
44
|
+
|
45
|
+
```
|
46
|
+
|
47
|
+
**エラー内容↓**
|
48
|
+
|
49
|
+
gpg:鍵サーバーからの受信に失敗しました:キーサーバーが利用可能ではありません
|
50
|
+
|
51
|
+
|
52
|
+
|
53
|
+
3 実施できなかったコマンド
|
54
|
+
|
55
|
+
```ここに言語を入力
|
56
|
+
|
57
|
+
sudo apt-get install linux-surface
|
58
|
+
|
59
|
+
```
|
60
|
+
|
61
|
+
|
62
|
+
|
63
|
+
|
64
|
+
|
65
|
+
4 その後:③で以下のファイルに追記した"deb http・・etc"を削除
|
66
|
+
|
67
|
+
/etc/apt/sources.list.d/tigerite-kernel-trusty.list
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
|
72
|
+
|
73
|
+
■2つ目:[参考URL](https://github.com/linux-surface/linux-surface/wiki/Installation-and-Setup#surface-kernel-installation)
|
74
|
+
|
75
|
+
|
76
|
+
|
77
|
+
|
78
|
+
|
79
|
+
> First you need to import the keys we use to sign packages.
|
80
|
+
|
81
|
+
> $ wget -qO - https://raw.githubusercontent.com/linux-surface/linux-surface/master/pkg/keys/surface.asc \
|
82
|
+
|
83
|
+
> | gpg --dearmor | sudo dd of=/etc/apt/trusted.gpg.d/linux-surface.gpg
|
84
|
+
|
85
|
+
> After this you can add the repository configuration and update APT.
|
86
|
+
|
87
|
+
> $ echo "deb [arch=amd64] https://pkg.surfacelinux.com/debian release main" \
|
88
|
+
|
89
|
+
> | sudo tee /etc/apt/sources.list.d/linux-surface.list
|
90
|
+
|
91
|
+
>
|
92
|
+
|
93
|
+
> $ sudo apt update
|
94
|
+
|
95
|
+
> Now you can install the linux-surface kernel and its dependencies. You should also enable the iptsd service for touchscreen support.
|
96
|
+
|
97
|
+
> $ sudo apt install linux-image-surface linux-headers-surface iptsd libwacom-surface
|
98
|
+
|
99
|
+
> $ sudo systemctl enable iptsd
|
100
|
+
|
101
|
+
> After that you can install our secureboot key. This will import the key that the linux-surface kernel is signed with into your bootloader, so that the kernel is bootable without disabling secureboot. This package will print instructions to the terminal, so please install it on its own, not as part of a bigger batch of packages.
|
102
|
+
|
103
|
+
> $ sudo apt install linux-surface-secureboot-mok
|
104
|
+
|
105
|
+
> If your Debian derivate does not support secure boot, please skip the last step.
|
106
|
+
|
107
|
+
> The linux-surface kernel will be installed alongside the default kernel provided by the distribution. This way you have a backup kernel you can use if something goes wrong. The bootloader will pick up the kernel by default, but you should update its configuration to make sure it was recognized.
|
108
|
+
|
109
|
+
> $ sudo update-grub
|
110
|
+
|
111
|
+
> Finally, reboot your system and you should boot into the linux-surface kernel. Please make sure you are actually using the right kernel by checking if the output of uname -a contains the string surface. If it doesn't contain that string, you are still using the default kernel and need to configure your bootloader.
|
112
|
+
|
113
|
+
|
114
|
+
|
115
|
+
最後に uname -a を実行
|
116
|
+
|
117
|
+
Linux Myname-surface-3 5.10.06-surface #2 SMP Mon Feb 21:04:28 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
|
118
|
+
|
119
|
+
結果: 最後に再起動も行ったが動かない。
|
120
|
+
|
121
|
+
|
122
|
+
|
123
|
+
追加で試した内容は常時更新していきます。
|
26
124
|
|
27
125
|
|
28
126
|
|