You are not logged in.

#1 2024-01-19 09:23:13

Seji
Member
Registered: 2024-01-19
Posts: 11

Missing Wifi : rtw89_8852be

Newbie here. I spent so much time trying to fix this issue but still I can't, need help please.

Network:
Device-1: Realtek RTL8852BE PCIe 802.11ax Wireless Network
   driver: rtw89_8852be

Offline

#2 2024-01-19 10:03:46

loqs
Member
Registered: 2014-03-06
Posts: 18,928

Re: Missing Wifi : rtw89_8852be

What steps have you taken so far to configure networking?  Is this in the live environment or the installed system?  Please post the output of the following in code tags:

lspci -nnk
dmesg
ip l

Offline

#3 2024-01-19 10:03:52

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,045

Re: Missing Wifi : rtw89_8852be

Please don't paraphrase, https://bbs.archlinux.org/viewtopic.php?id=57855
Your post contains virtually no information, not even a symptom description or question. What kind of help do you expect from that?

ip a; ip r; ping -c1 8.8.8.8

And post your complete system journal for the boot:

sudo journalctl -b | curl -F 'file=@-' 0x0.st

Online

#4 2024-01-19 10:07:00

cgb_spender
Member
Registered: 2024-01-15
Posts: 48
Website

Re: Missing Wifi : rtw89_8852be

Are you installing manually or with archinstall? You can install four kernels simultaneously and test all 8 versions (including fallback), to find the one that works. My optimized archinstall procedure is described here. If nothing helps, I would stop using Wi-Fi altogether. In fact, I am moving to a house in a rural area because in my apartment building I am constantly surrounded by 5 or 6 strong Wi-Fi signals from neighbors, they are bad for health.

Last edited by cgb_spender (2024-01-19 10:07:36)


Only one thing is certain: nothing is certain.

Offline

#5 2024-01-19 10:14:42

Seji
Member
Registered: 2024-01-19
Posts: 11

Re: Missing Wifi : rtw89_8852be

.

Last edited by Seji (2024-01-19 11:03:21)

Offline

#6 2024-01-19 10:21:42

Seji
Member
Registered: 2024-01-19
Posts: 11

Re: Missing Wifi : rtw89_8852be

seji@archlinux ~ $ neofetch
                   -`                    seji@archlinux
                  .o+`                   --------------
                 `ooo/                   OS: Arch Linux x86_64
                `+oooo:                  Host: HP Laptop 15-ef3xxx
               `+oooooo:                 Kernel: 6.7.0-zen3-1-zen
               -+oooooo+:                Uptime: 39 mins
             `/:-:++oooo+:               Packages: 902 (pacman)
            `/++++/+++++++:              Shell: bash 5.2.21
           `/++++++++++++++:             Resolution: 1920x1080
          `/+++ooooooooooooo/`           DE: Plasma 5.27.10
         ./ooosssso++osssssso+`          WM: KWin
        .oossssso-````/ossssss+`         Theme: Breeze Dark [Plasma], Aritim-Dark-GTK [GTK2/3]
       -osssssso.      :ssssssso.        Icons: [Plasma], Tela-circle-dark [GTK2/3]
      :osssssss/        osssso+++.       Terminal: konsole
     /ossssssss/        +ssssooo/-       CPU: AMD Ryzen 5 5625U with Radeon Graphics (12) @ 4.388GHz
   `/ossssso+/:-        -:/+osssso+-     GPU: AMD ATI 03:00.0 Barcelo
  `+sso+:-`                 `.-/+oso:    Memory: 2702MiB / 15327MiB
`++:.                           `-/+/
.`                                 `/

Last edited by Seji (2024-01-19 10:44:24)

Offline

#7 2024-01-19 10:23:24

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,045

Re: Missing Wifi : rtw89_8852be

Please use [code][/code] tags. Edit your post in this regard.
Also don't bump.
Edit your previous posts to add information if nobody has yet replied.

pacman -Qs 8852

Online

#8 2024-01-19 10:24:12

Seji
Member
Registered: 2024-01-19
Posts: 11

Re: Missing Wifi : rtw89_8852be

I tried to install all three kernels and headers. linux, linux-lts, and linux-zen. all doesn't fix the issue

seji@archlinux ~ $ pacman -Qs 8852
local/8852be-dkms-git 1.15.10.0.5.0.3-1
    Kernel modules for RealTek RTL8125be
local/rtw89-dkms-git 1:r867.ebe87ac-1
    Driver for Realtek 8852AE, an 802.11ax device


seji@archlinux ~ $ pacman -Q linux-firmware
linux-firmware 20240115.9b6d0b08-1

Last edited by Seji (2024-01-19 10:29:50)

Offline

#9 2024-01-19 10:27:49

loqs
Member
Registered: 2014-03-06
Posts: 18,928

Re: Missing Wifi : rtw89_8852be

Without seeing the output of dmesg or the journal if this is on the installed system is linux-firmware installed?

pacman -Q linux-firmware

Edit:
8852be-dkms-git should not be needed with the linux kernel 6.2 or newer.  rtw89-dkms-git is not being used.

Last edited by loqs (2024-01-19 10:34:35)

Offline

#10 2024-01-19 10:32:52

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,045

Re: Missing Wifi : rtw89_8852be

Remove both packages, rtw89_8852be is in-tree

Online

#11 2024-01-19 10:35:10

Seji
Member
Registered: 2024-01-19
Posts: 11

Re: Missing Wifi : rtw89_8852be

Whats the command master?

Offline

#12 2024-01-19 10:36:50

Seji
Member
Registered: 2024-01-19
Posts: 11

Re: Missing Wifi : rtw89_8852be

seji@archlinux ~ $ sudo journalctl -b | curl -F 'file=@-' 0x0.st
http://0x0.st/H03i.txt

Offline

#13 2024-01-19 10:39:42

loqs
Member
Registered: 2014-03-06
Posts: 18,928

Re: Missing Wifi : rtw89_8852be

Seji wrote:

Whats the command master?

If you mean the command to remove a package see Pacman#Removing_packages.

Please add code tags to your previous posts.

Offline

#14 2024-01-19 10:51:56

Seji
Member
Registered: 2024-01-19
Posts: 11

Re: Missing Wifi : rtw89_8852be

i removed the package: 8852be-dkms-git

Offline

#15 2024-01-19 11:08:57

loqs
Member
Registered: 2014-03-06
Posts: 18,928

Re: Missing Wifi : rtw89_8852be

Please reboot and post an updated journal if the issue is still present.

Offline

#16 2024-01-19 14:58:34

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,045

Re: Missing Wifi : rtw89_8852be

Both, 8852be-dkms-git and rtw89-dkms-git and also check "dkms status" to make sure the module isn't left behind (in doubt uninstall that)

Online

Board footer

Powered by FluxBB