This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
en:users:drivers:ath11k:installation [2020/12/18 07:45] Kalle Valo Add links to distro kernel documentation |
en:users:drivers:ath11k:installation [2021/09/08 14:01] (current) Brian Saghy |
||
---|---|---|---|
Line 37: | Line 37: | ||
git clone git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git | git clone git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git | ||
| | ||
- | Install firmware: | + | Install Wi-fi firmware: |
<code> | <code> | ||
cd linux-firmware | cd linux-firmware | ||
sudo cp -r ath11k/ /lib/firmware/ | sudo cp -r ath11k/ /lib/firmware/ | ||
+ | </code> | ||
+ | |||
+ | Install Bluetooth firmware: | ||
+ | |||
+ | <code> | ||
+ | sudo cp qca/htnv20.bin /lib/firmware/qca/ | ||
+ | sudo cp qca/htbtfw20.tlv /lib/firmware/qca/ | ||
</code> | </code> | ||