@@ -91,11 +91,17 @@ See: https://github.com/linux-surface/linux-surface/blob/master/README.md
91
91
92
92
## Wifi Firmware for Surface Go
93
93
94
- On the Surface Go, the standard firmware from the official Linux Firmware repo has issues with the
95
- ` ath10k ` QCA6174 Wifi device.
96
- You will see messages like "Can't ping firmware".
94
+ On the Surface Go, the standard firmware from the official Linux Firmware repo used to have issues
95
+ with the ` ath10k ` QCA6174 Wifi device.
97
96
98
- The most effective fix to-date is to remove the ` board-2.bin ` file or replace it with a copy of the
97
+ This was fixed in Nov 2021:
98
+ - https://github.com/linux-surface/linux-surface/issues/542#issuecomment-976995453
99
+
100
+ ### Background:
101
+
102
+ With the older firmware, you would see messages like "Can't ping firmware".
103
+
104
+ The most effective fix was to remove the ` board-2.bin ` file or replace it with a copy of the
99
105
` board.bin ` file.
100
106
101
107
The derivative in ` surface-go/firmware/ath10k/ ` can configure this, with the
@@ -107,14 +113,6 @@ This is the only way (currently) to force the driver to use the new firmware.
107
113
108
114
For more details, see: https://github.com/linux-surface/linux-surface/wiki/Surface-Go#wifi-firmware
109
115
110
- _ * NOTE:* _ There's some work to patch the kernel to make it easier to override which firmware file
111
- to use for QCA6174, which would obviate this more-destructuve approach:
112
- - https://github.com/linux-surface/kernel/commit/22ef83836c4aa89e9eb98de9b47ed24b6c2a1d45
113
-
114
- _ * NOTE:* _ There was an attempt to get this firmware incorporated into the aggregate ` board-2.bin ` ,
115
- but (as of this writing) the request appears to have been ignored:
116
- - https://github.com/linux-surface/linux-surface/issues/41
117
-
118
116
References:
119
117
- https://github.com/jakeday/linux-surface/issues/441
120
118
- https://www.reddit.com/r/SurfaceLinux/comments/e8quqg/surface_go_official_wifi_fix/
0 commit comments