This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
products:maker-kit:mind-2-ai-maker-kit:troubleshooting:fix-wifi [2024/12/27 04:41] nick |
products:maker-kit:mind-2-ai-maker-kit:troubleshooting:fix-wifi [2024/12/30 05:28] (current) nick |
||
---|---|---|---|
Line 1: | Line 1: | ||
{{indexmenu_n> | {{indexmenu_n> | ||
+ | /* | ||
====== Fix Ubuntu Wi-Fi ====== | ====== Fix Ubuntu Wi-Fi ====== | ||
Line 11: | Line 11: | ||
As you need to download the Wi-Fi driver and firmware from the internet, so **you need a USB ethernet adaptor to access the network**. | As you need to download the Wi-Fi driver and firmware from the internet, so **you need a USB ethernet adaptor to access the network**. | ||
+ | ===== Disable the Secure Boot ===== | ||
+ | |||
+ | You need to disable the Secure Boot to update the Wi-Fi drivers, you can follow the steps below to disable the Secure Boot. | ||
+ | |||
+ | Reboot and press '' | ||
+ | |||
+ | ===== Upgrade your system ===== | ||
+ | |||
+ | ```shell | ||
+ | $ sudo apt update | ||
+ | $ sudo apt full-upgrade -y | ||
+ | $ sync | ||
+ | $ sudo reboot | ||
+ | ``` | ||
===== Download and install the Wi-Fi driver ===== | ===== Download and install the Wi-Fi driver ===== | ||
Line 31: | Line 45: | ||
$ sync | $ sync | ||
``` | ``` | ||
- | ===== Updatel | + | ===== Update |
You also need to follow the steps below to update the Wi-Fi firmware: | You also need to follow the steps below to update the Wi-Fi firmware: | ||
Line 81: | Line 95: | ||
``` | ``` | ||
- | ===== In the end ===== | + | ===== Troubleshooting |
- | The Linux kernel | + | If you upgrade the kernel |
+ | ]] again to make the Wi-Fi work. | ||
+ | |||
+ | ===== In the end ===== | ||
+ | The Linux kernel '' | ||
+ | */ |