You are not logged in.
Pages: 1
Hallo everyone,
I did a fresh installation of arch on my Laptop.
All is fine until I do a mistake during enable the networkmanager.
I forgot the ".service" in the shell command.
So I disable the networkmanager an enable/start it again.
The Problem is now, that I can not activate the WiWi to see the wifi-networks in the KDE environment.
This is maybe the problem or I forgot something else?
70:00.0 Network controller: Intel Corporation Wi-Fi 6 AX200 (rev 1a)
Subsystem: Intel Corporation Device 4080
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi
[ 9.044416] iwlwifi 0000:70:00.0: loaded firmware version 77.0b4c06ad.0 cc-a0-77.ucode op_mode iwlmvm
systemctl status NetworkManager
● NetworkManager.service - Network Manager
Loaded: loaded (/usr/lib/systemd/system/NetworkManager.service; enabled; preset: disabled)
Active: active (running) since Sun 2024-11-17 11:54:15 CET; 21min ago
Invocation: 738f3cb6fef54328bdd16d3cb3f5cebd
Docs: man:NetworkManager(8)
Main PID: 4414 (NetworkManager)
Tasks: 4 (limit: 76544)
Memory: 4.3M (peak: 5.7M)
CPU: 711ms
CGroup: /system.slice/NetworkManager.service
└─4414 /usr/bin/NetworkManager --no-daemon
Nov 17 11:54:23 md-laptop NetworkManager[4414]: <info> [1731840863.6662] audit: op="statistics" interface="enp58s0u2u4" ifindex=2 args="2000" pid=1122 uid=1000 result="success"
Nov 17 11:54:26 md-laptop NetworkManager[4414]: <info> [1731840866.7826] audit: op="radio-control" arg="wireless-enabled:on" pid=1122 uid=1000 result="success"
Nov 17 12:03:40 md-laptop NetworkManager[4414]: <info> [1731841420.3143] device (wlan0): state change: unavailable -> unmanaged (reason 'unmanaged-link-not-init', managed-type: 'removed')
Nov 17 12:03:40 md-laptop NetworkManager[4414]: <info> [1731841420.3462] device (wlan0): driver supports Access Point (AP) mode
Nov 17 12:03:40 md-laptop NetworkManager[4414]: <info> [1731841420.3466] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/5)
Nov 17 12:03:40 md-laptop NetworkManager[4414]: <info> [1731841420.3537] device (wlan0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Nov 17 12:03:40 md-laptop NetworkManager[4414]: <info> [1731841420.3543] device (wlan0): set-hw-addr: set MAC address to 4E:1F:C4:AB:60:84 (scanning)
Nov 17 12:03:44 md-laptop NetworkManager[4414]: <info> [1731841424.2802] audit: op="statistics" interface="enp58s0u2u4" ifindex=2 args="2000" pid=1122 uid=1000 result="success"
Nov 17 12:03:45 md-laptop NetworkManager[4414]: <info> [1731841425.8373] audit: op="radio-control" arg="wireless-enabled:on" pid=1122 uid=1000 result="success"
Nov 17 12:03:46 md-laptop NetworkManager[4414]: <info> [1731841426.7085] audit: op="radio-control" arg="wireless-enabled:on" pid=1122 uid=1000 result="success"
EDIT:
sudo ip link set wlan0 up
RTNETLINK answers: Operation not possible due to RF-kill
Greetings
Last edited by m2944arch (2024-11-17 12:24:16)
Offline
RTNETLINK answers: Operation not possible due to RF-kill
What's the output of
rfkill; ip a
?
Also the NIC being named "wlan0" suggest you might have iwd installed and possibly enabled?
Please 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
Because
I forgot the ".service" in the shell command.
So I disable the networkmanager an enable/start it again.
has not lead to this, you actually don't have to issue the suffix.
Offline
Pages: 1