Friday, May 10, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 2066  / 1 Year ago, fri, april 7, 2023, 9:37:16

This is a follow up to what was discussed here:
wifi Adapter not found realtek RTL8852BE WiFi 6 802.11ax PCIe in ubuntu 22.04
I'm using a laptop with the same wifi card (Lenovo Ideapad 5 (15",7)), with ubuntu running in dual boot alongside windows 11.
I have followed the steps given by @chili555 :


sudo add-apt-repository -r ppa:kelebek333/kablosuz 
sudo apt purge rtw89-dkms
sudo apt update
sudo apt install git bc
git clone https://github.com/HRex39/rtl8852be.git
cd rtl8852be
make

only up until when I try make, where I get the following error: https://pastebin.com/fvBiZmGH

What should I do now? I should note aswell I am a complete beginner with linux, thank you


More From » wireless

 Answers
4

gcc is not installed.


Run sudo apt install build-essential and run again make.


[#201] Saturday, April 8, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
arsleyeuth

Total Points: 72
Total Questions: 121
Total Answers: 112

Location: North Korea
Member since Mon, Oct 31, 2022
2 Years ago
;