You are not logged in.
Pages: 1
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
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 lOffline
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.8And post your complete system journal for the boot:
sudo journalctl -b | curl -F 'file=@-' 0x0.stOffline
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
.
Last edited by Seji (2024-01-19 11:03:21)
Offline
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
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 8852Offline
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
Without seeing the output of dmesg or the journal if this is on the installed system is linux-firmware installed?
pacman -Q linux-firmwareEdit:
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
Remove both packages, rtw89_8852be is in-tree
Offline
Whats the command master?
Offline
seji@archlinux ~ $ sudo journalctl -b | curl -F 'file=@-' 0x0.st
http://0x0.st/H03i.txt
Offline
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
i removed the package: 8852be-dkms-git
Offline
Please reboot and post an updated journal if the issue is still present.
Offline
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)
Offline
Pages: 1