Hi.
If not this section, sorry. I would also like to point out right away that I am a very beginner in Linux.
I have a board with the RK3066 processor on which I installed the linux system, namely Linaro, downloaded from this website http://www.haoyuelectronics.com/service/RK3066/Images/ubuntu/
I communicate via the UART interface connected to the laptop adapter. Here's what the system looks like right out of the box
Now to the point. The board has a RT5370 WiFi module on board. So I would like to be able to connect to wifi, but there is a problem, this system only has drivers for the 8188EU chip, which I don't have. However, the system detects the current module, because when I give the command "lsusb", I get
I found a tutorial on YT where someone installs wifi card drivers in Kali Linux. The guide at this link https://www.youtube.com/watch?v=n3EJk44MOU4
Unfortunately, I cannot download the compat wireless 2010 package mentioned in the movie, because the website where the packages were located has been "rebuilt" and the packages themselves are now called backports. Here is the link to these packages
https://www.kernel.org/pub/linux/kernel/projects/backports/stable/
But going back in the catalog of these packages, you can see the "2012" catalog there. In it I chose the directory "09" and then "18". Now the list with "compat drivers" packages has appeared, so I have downloaded the "compat-drivers-2012-09-18-p.tar" package.
I put it on the SD card, mounted the medium in the linux system and performed the next steps according to the movie.
So, I unpacked the package (to the compat2012 folder), entered its folder with the command "cd" and ran the command "make unload".
So far, it is kind of in line with what they showed in the film. Because in response I got
The problem starts now because when I do "make load" I have a bug
Does that mean the driver cannot be installed?
If not this section, sorry. I would also like to point out right away that I am a very beginner in Linux.
I have a board with the RK3066 processor on which I installed the linux system, namely Linaro, downloaded from this website http://www.haoyuelectronics.com/service/RK3066/Images/ubuntu/
I communicate via the UART interface connected to the laptop adapter. Here's what the system looks like right out of the box

Now to the point. The board has a RT5370 WiFi module on board. So I would like to be able to connect to wifi, but there is a problem, this system only has drivers for the 8188EU chip, which I don't have. However, the system detects the current module, because when I give the command "lsusb", I get

I found a tutorial on YT where someone installs wifi card drivers in Kali Linux. The guide at this link https://www.youtube.com/watch?v=n3EJk44MOU4
Unfortunately, I cannot download the compat wireless 2010 package mentioned in the movie, because the website where the packages were located has been "rebuilt" and the packages themselves are now called backports. Here is the link to these packages
https://www.kernel.org/pub/linux/kernel/projects/backports/stable/
But going back in the catalog of these packages, you can see the "2012" catalog there. In it I chose the directory "09" and then "18". Now the list with "compat drivers" packages has appeared, so I have downloaded the "compat-drivers-2012-09-18-p.tar" package.
I put it on the SD card, mounted the medium in the linux system and performed the next steps according to the movie.
So, I unpacked the package (to the compat2012 folder), entered its folder with the command "cd" and ran the command "make unload".
So far, it is kind of in line with what they showed in the film. Because in response I got

The problem starts now because when I do "make load" I have a bug

Does that mean the driver cannot be installed?