You are not logged in.

#1 2021-01-11 07:17:30

wishmaster
Member
Registered: 2020-05-07
Posts: 34

I can't connect to internet

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:d5

Offline

#2 2021-01-11 08:38:58

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

Offline

#3 2021-01-11 09:00:21

wishmaster
Member
Registered: 2020-05-07
Posts: 34

Re: I can't connect to internet

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

#4 2021-01-11 09:05:35

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,352

Re: I can't connect to internet

You'd need to provide that same information again as the general state of the HW is the same as in your earlier thread.

Offline

#5 2021-01-11 09:36:31

wishmaster
Member
Registered: 2020-05-07
Posts: 34

Re: I can't connect to internet

I know. But the problem is not the same. If I didn't post my system information someone would ask for it.

Offline

#6 2021-01-11 09:39:08

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

Re: I can't connect to internet

I mean: post your system journal.

But the problem is not the same.

Maybe, but the presented symptoms don't support that theory.

Offline

#7 2021-01-11 12:04:54

wishmaster
Member
Registered: 2020-05-07
Posts: 34

Re: I can't connect to internet

Here is the output of sudo journalctl -b

http://ix.io/2LDF

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

#8 2021-01-11 14:22:11

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

Re: I can't connect to internet

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 -f

to ensure there're not other NIC controlling services lingering around.

Offline

#9 2021-01-11 21:34:06

wishmaster
Member
Registered: 2020-05-07
Posts: 34

Re: I can't connect to internet

I stopped the NetworkManager and scan with iw

$ iw dev device scan

But 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

#10 2021-01-11 21:48:47

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

Re: I can't connect to internet

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.

Offline

Board footer

Powered by FluxBB