You are not logged in.
Pages: 1
Its fresh install, it was good. Today while booting it make me wait in `/dev/nmve clean /file` section but it booted. I checked my journalctl, saw a few warning. I thought i installed bluetooth but nope, failed. And a few services is problematic.
I use network manager with iwd, my iwd conf is:
/etc/NetworkManager/conf.d/wifi_backend.conf
[device]
wifi.backend=iwd● NetworkManager.service - Network Manager
Loaded: loaded (/usr/lib/systemd/system/NetworkManager.service; enabled; preset: disabled)
Active: active (running) since Wed 2024-02-14 14:02:02 +03; 11min ago
Docs: man:NetworkManager(8)
Main PID: 422 (NetworkManager)
Tasks: 4 (limit: 9058)
Memory: 34.0M (peak: 36.0M)
CPU: 275ms
CGroup: /system.slice/NetworkManager.service
└─422 /usr/bin/NetworkManager --no-daemon
Feb 14 14:05:16 roses NetworkManager[422]: <info> [1707908716.0990] device (wlan0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Feb 14 14:05:16 roses NetworkManager[422]: <info> [1707908716.1007] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Feb 14 14:05:17 roses NetworkManager[422]: <info> [1707908717.1371] dhcp4 (wlan0): state changed new lease, address=10.10.38.62
Feb 14 14:05:17 roses NetworkManager[422]: <info> [1707908717.1384] policy: set 'UniWorkHub-Ogrenci' (wlan0) as default for IPv4 routing and DNS
Feb 14 14:05:17 roses NetworkManager[422]: <info> [1707908717.1495] device (wlan0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Feb 14 14:05:17 roses NetworkManager[422]: <info> [1707908717.1906] device (wlan0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Feb 14 14:05:17 roses NetworkManager[422]: <info> [1707908717.1909] device (wlan0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Feb 14 14:05:17 roses NetworkManager[422]: <info> [1707908717.1911] manager: NetworkManager state is now CONNECTED_SITE
Feb 14 14:05:17 roses NetworkManager[422]: <info> [1707908717.1914] device (wlan0): Activation: successful, device activated.
Feb 14 14:05:47 roses NetworkManager[422]: <info> [1707908747.3738] manager: NetworkManager state is now CONNECTED_GLOBAL● iwd.service - Wireless service
Loaded: loaded (/usr/lib/systemd/system/iwd.service; disabled; preset: disabled)
Active: active (running) since Wed 2024-02-14 14:02:02 +03; 11min ago
Docs: man:iwd(8)
man:iwd.config(5)
man:iwd.network(5)
man:iwd.ap(5)
Main PID: 457 (iwd)
Tasks: 1 (limit: 9058)
Memory: 2.6M (peak: 3.3M)
CPU: 529ms
CGroup: /system.slice/iwd.service
└─457 /usr/lib/iwd/iwd
Feb 14 14:02:02 roses iwd[457]: Short GI for 40Mhz
Feb 14 14:02:02 roses iwd[457]: HT RX MCS indexes:
Feb 14 14:02:02 roses iwd[457]: 0-7
Feb 14 14:02:02 roses iwd[457]: VHT Capabilities:
Feb 14 14:02:02 roses iwd[457]: Short GI for 80Mhz
Feb 14 14:02:02 roses iwd[457]: Max RX MCS: 0-9 for NSS: 1
Feb 14 14:02:02 roses iwd[457]: Max TX MCS: 0-9 for NSS: 1
Feb 14 14:02:02 roses iwd[457]: Ciphers: BIP-GMAC-256 BIP-GMAC-128 GCMP-256 GCMP-128
Feb 14 14:02:02 roses iwd[457]: BIP-CMAC-128 CCMP-128 TKIP
Feb 14 14:02:02 roses iwd[457]: Supported iftypes: ad-hoc station ap p2p-client p2p-go p2p-deviceSolution:
Disable & stop iwd
Check the /etc/systemd/system and if there unrelated wifi stuff remove it. Lets say your interface is wlan1 if there is wlan0 in that section remove it
It *might* change itself the iwd conf backend to your interface name, change it again to iwd.
Restart NetworkManager
Reboot
Last edited by jojo06 (2024-02-16 20:50:07)
Offline
Pages: 1