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-ubuntu [2025/01/13 02:13] nick |
products:maker-kit:mind-2-ai-maker-kit:troubleshooting:fix-ubuntu [2025/02/20 22:01] (current) nick |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| - | ====== Fix Ubuntu 24.04 issues ====== | + | ====== Fix Ubuntu 24.04.1 issues ====== |
| + | |||
| + | <WRAP important > | ||
| + | This documentation is only applied for **Ubuntu 24.04.1**, if you use **Ubuntu | ||
| + | |||
| + | And we suggest you to use **Ubuntu 24.04.2** or newer version. | ||
| + | </ | ||
| ===== Introduction ===== | ===== Introduction ===== | ||
| Line 26: | Line 33: | ||
| Reboot and press '' | Reboot and press '' | ||
| - | ===== Upgrade your system | + | ===== Upgrade your system ===== |
| ```shell | ```shell | ||
| $ sudo apt update | $ sudo apt update | ||
| $ sudo apt full-upgrade -y | $ sudo apt full-upgrade -y | ||
| + | $ sync | ||
| + | $ sudo reboot | ||
| ``` | ``` | ||
| - | Follow | + | After reboot, follow |
| ```shell | ```shell | ||
| - | $ wget https://kernel.ubuntu.com/ | + | $ wget https://security.ubuntu.com/ |
| - | $ wget https://kernel.ubuntu.com/ | + | $ wget https://security.ubuntu.com/ |
| - | $ wget https://kernel.ubuntu.com/ | + | $ wget https://security.ubuntu.com/ |
| - | $ wget https://kernel.ubuntu.com/ | + | $ wget https://security.ubuntu.com/ |
| + | $ wget https:// | ||
| $ sudo dpkg -i / | $ sudo dpkg -i / | ||
| ``` | ``` | ||
| Line 56: | Line 66: | ||
| ```shell | ```shell | ||
| - | # Install the Intel graphics GPG public key | ||
| $ wget -qO - https:// | $ wget -qO - https:// | ||
| sudo gpg --yes --dearmor --output / | sudo gpg --yes --dearmor --output / | ||
| - | |||
| - | # Configure the repositories.intel.com package repository | ||
| $ echo "deb [arch=amd64, | $ echo "deb [arch=amd64, | ||
| sudo tee / | sudo tee / | ||
| - | |||
| - | # Update the package repository meta-data | ||
| $ sudo apt update | $ sudo apt update | ||
| - | |||
| - | # Install the compute-related packages | ||
| $ sudo apt install -y libze-intel-gpu1 libze1 intel-opencl-icd clinfo intel-gsc | $ sudo apt install -y libze-intel-gpu1 libze1 intel-opencl-icd clinfo intel-gsc | ||
| ``` | ``` | ||
| Line 74: | Line 77: | ||
| ```shell | ```shell | ||
| - | $ apt-get install -y libze-dev intel-ocloc | + | $ sudo apt install -y libze-dev intel-ocloc |
| ``` | ``` | ||
| Add user to '' | Add user to '' | ||
| - | ``` | + | ```shell |
| $ sudo gpasswd -a ${USER} render | $ sudo gpasswd -a ${USER} render | ||
| $ newgrp render | $ newgrp render | ||
| Line 89: | Line 92: | ||
| ```shell | ```shell | ||
| - | clinfo | grep " | + | $ clinfo | grep " |
| + | Device Name | ||
| + | Device Name | ||
| + | Device Name | ||
| + | Device Name | ||
| ``` | ``` | ||
| Line 179: | Line 186: | ||
| ===== In the end ===== | ===== In the end ===== | ||
| + | |||
| + | <WRAP tip > | ||
| + | Ubuntu **24.04.2** already fixed all the issues above, you don't need to do anything if you use **24.04.2** or newer version. | ||
| + | </ | ||
| All the above steps will not needed once the Ubuntu official release the new OS with kernel '' | All the above steps will not needed once the Ubuntu official release the new OS with kernel '' | ||
| + | |||
| + | See also: | ||
| + | |||
| + | * [[https:// | ||