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:25] 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 ====== | ||
- | For some reasons current Ubuntu 22.04/24.04 LTS with Linux kernel 6.8 doesn' | + | For some reasons current Ubuntu |
- | + | the [[https:// | |
- | the [[https:// | + | |
===== Preparation ===== | ===== Preparation ===== | ||
- | As we need do 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 18: | Line 31: | ||
```shell | ```shell | ||
$ sudo apt update | $ sudo apt update | ||
- | $ sudo apt install -y git build-essential gcc-12 | + | $ sudo apt install -y git build-essential gcc-12 |
$ cd ~/Downloads | $ cd ~/Downloads | ||
$ git clone git:// | $ git clone git:// | ||
Line 32: | 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 49: | Line 62: | ||
``` | ``` | ||
- | ===== Check Wi-Fi driver | + | ===== Check Wi-Fi status |
After reboot, you can check the kernel log about the Wi-Fi driver. | After reboot, you can check the kernel log about the Wi-Fi driver. | ||
Line 73: | Line 86: | ||
```shell | ```shell | ||
- | khadas@khadas-Mind-2-AI-Maker-Kit: | + | $ ifconfig wlo1 |
wlo1: flags=4099< | wlo1: flags=4099< | ||
ether b0: | ether b0: | ||
Line 82: | Line 95: | ||
``` | ``` | ||
+ | ===== Troubleshooting ===== | ||
+ | |||
+ | If you upgrade the kernel manually then you may need to [[# | ||
+ | ]] again to make the Wi-Fi work. | ||
+ | |||
+ | ===== In the end ===== | ||
+ | |||
+ | The Linux kernel '' | ||
+ | */ |