You are not logged in.
Pages: 1
Hi.
I installed arch recently and I can't make my wiki network works..
I scan with wpa_cli and the output is CTRL-EVENT-NETWORK-NOT-FOUND
And scan_result gives no results.
I install this driver: https://aur.archlinux.org/packages/rtl8821ce-dkms-git/ from the aur that I guess is the correct one.
Thanks for your help
$ lspci -k
01:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter
Subsystem: Lenovo Device c024
Kernel driver in use: rtw_8821ce
Kernel modules: rtw88_21ce, 8821ce$ ip link
w1p1s0: <NO-CARRIER, BROADCAST, MULTICAST, UP> mtu 1500 qdisc noqueue state DOWN mode DORMANT group default qlen 1000
link/ether b2:1b:a7:47:ac:e3 brd ff:ff:ff:ff:ff:ff permaddr 28:39:26:33:cd:d5Offline
We're here again: https://bbs.archlinux.org/viewtopic.php … 6#p1932656
Online
What do you mean? I made a new clean installation after some month I wasn't using arch linux.. And now I have this issue,
Offline
You'd need to provide that same information again as the general state of the HW is the same as in your earlier thread.
Online
I know. But the problem is not the same. If I didn't post my system information someone would ask for it.
Offline
I mean: post your system journal.
But the problem is not the same.
Maybe, but the presented symptoms don't support that theory.
Online
Here is the output of sudo journalctl -b
The main problem I think I have is that I cannot scan for wireless networks, I tried a lot of differens programs and no one could scan a network
Offline
The first and foremost problem is that you're trying to start a second wpa_supplicant service and the first one, invoked by networkmanager, is still running and NM is also scanning around.
So to get to a deterministic baseline, stop networkmanager and wpa_supplicant, then try a manual w/ wpa_supplicant or iwd alone.
Also post the output of
find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -fto ensure there're not other NIC controlling services lingering around.
Online
I stopped the NetworkManager and scan with iw
$ iw dev device scanBut it couldn't find any network.
$ find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f
dbus-org.freedesktop.nm-dispatcher.service | system
dirmngr.socket | socket.target.want
display-manager.service | system
getty@tty.service | getty.target.wants
gpg-agent-browser.slcket | sockets.target.wants
gpg-agent-extra,socket | sockets.target.wants
gpg.-agent.socket | sockets.target.wants
gpg-agent-ssh.socket | sockets.target.wants
NetworkManager.service | multi-user.target.wants
NetworkManager-wait-online.service | network-online.target.wants
p11-kit-server.socket | sockets.target.wants
remote-fs.target | multi-user.target.wants
xdg-user-dirs-update.service | default.target.wants Offline
I stopped the NetworkManager
Also the second wpa_supplicant service?
But it couldn't find any network.
Were there any error messages?
Please post a "clean" journal (ie. disable NM, reboot, scan, then dump the journal - then start NM - iirc there's a wired device you probably use to be online) and post the journal you previously dumped.
Online
Pages: 1