Score:1

wifi adaptor not found - realtek RTL8852BE in ubuntu 22.04

bg flag

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

Pilot6 avatar
cn flag
Run `sudo apt install build-essential` and try again.
canderous avatar
bg flag
This worked! Thank you so much @Pilot6
Score:1
cg flag

I had a similar problem and a different article in askubuntu solved it. Purchased two laptops, HP ProBook 455 G9, and installed Ubuntu 22.04 LTSC on mine. Everything worked great (bluetooth, screen, touchpad) except the WiFi card was not detected. The other ProBook 455 G9 with Windows has the network adapter as Realtek RTL8852BE WiFi 6 802.11ax PCIe Adapter

sudo apt update
sudo apt -y install git build-essential linux-headers-generic
git clone https://github.com/lwfinger/rtw89.git
cd rtw89
make
sudo make install
sudo modprobe rtw89pci

restart.. The post that helped me: How to get Realtek RTL8852AE WiFi card to work on my new laptop

Score:0
cn flag

gcc is not installed.

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

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.