Hi,
When trying to setup a Wireless Bridge towards my VMs i first am trying to setup a Wifi connection.
I found this user friendly wireless deamon written by intel iwd, but I can't get it to work.
I follow the simple user guide, but get stuck at the point of connection.
This are the networks available at scan:
The first one is mine, so I try:
also when passing the psk directly:
I get a response which doesn't make sense to me.
To further trobleshoot I took a look at the status of the iwd service
I don't know if there is another supplicant running, I tried this command
and got:
What am I missing here?
When trying to setup a Wireless Bridge towards my VMs i first am trying to setup a Wifi connection.
I found this user friendly wireless deamon written by intel iwd, but I can't get it to work.
I follow the simple user guide, but get stuck at the point of connection.
This are the networks available at scan:
Code:
[iwd]# station wlp7s0 get-networks
Available networks
--------------------------------------------------------------------------------
Network name Security Signal
--------------------------------------------------------------------------------
Mothership psk ****
Verachtert psk ****
telenet-800EB psk ****
ATLANTIS psk ****
L&L psk ****
deroeck psk ****
telenet-DE98C86 psk ****
The first one is mine, so I try:
Code:
iwd]# station wlp7s0 connect Mothership
Type the network passphrase for Mothership psk.
Passphrase: ********
Operation failed
also when passing the psk directly:
Code:
[iwd]# station wlp7s0 connect Mothership [B34mM3Up]
Invalid network name 'Mothership'
I get a response which doesn't make sense to me.
To further trobleshoot I took a look at the status of the iwd service
Code:
iwd.service - Wireless service
Loaded: loaded (/lib/systemd/system/iwd.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2022-09-18 15:11:18 CEST; 23min ago
Main PID: 1826406 (iwd)
Tasks: 1 (limit: 76705)
Memory: 2.4M
CPU: 122ms
CGroup: /system.slice/iwd.service
└─1826406 /usr/libexec/iwd
Sep 18 15:11:18 Labsever iwd[1826406]: Loaded configuration from /etc/iwd/main.conf
Sep 18 15:11:18 Labsever systemd[1]: Started Wireless service.
Sep 18 15:11:18 Labsever iwd[1826406]: [General].APRanges must be set for DHCP
Sep 18 15:11:18 Labsever iwd[1826406]: Wiphy: 0, Name: phy0
Sep 18 15:11:18 Labsever iwd[1826406]: Permanent Address: 2c:fd:a1:cf:c1:1b
Sep 18 15:11:18 Labsever iwd[1826406]: Bands: 2.4 GHz 5 GHz
Sep 18 15:11:18 Labsever iwd[1826406]: Ciphers: CCMP TKIP BIP
Sep 18 15:11:18 Labsever iwd[1826406]: Supported iftypes: ad-hoc station ap p2p-client p2p-go p2p-device
Sep 18 15:11:18 Labsever iwd[1826406]: Wiphy phy0 will only use the default interface
Sep 18 15:11:26 Labsever iwd[1826406]: Unexpected connection related event -- is another supplicant running?
I don't know if there is another supplicant running, I tried this command
systemctl --type=service --state=running
and got:
Code:
root@Labsever:/# systemctl --type=service --state=running
UNIT LOAD ACTIVE SUB DESCRIPTION
chrony.service loaded active running chrony, an NTP client/server
cron.service loaded active running Regular background program processing daemon
dbus.service loaded active running D-Bus System Message Bus
dm-event.service loaded active running Device-mapper event daemon
getty@tty1.service loaded active running Getty on tty1
iscsid.service loaded active running iSCSI initiator daemon (iscsid)
iwd.service loaded active running Wireless service
ksmtuned.service loaded active running Kernel Samepage Merging (KSM) Tuning Daemon
lxc-monitord.service loaded active running LXC Container Monitoring Daemon
lxcfs.service loaded active running FUSE filesystem for LXC
ovs-vswitchd.service loaded active running Open vSwitch Forwarding Unit
ovsdb-server.service loaded active running Open vSwitch Database Unit
postfix@-.service loaded active running Postfix Mail Transport Agent (instance -)
pve-cluster.service loaded active running The Proxmox VE cluster filesystem
pve-firewall.service loaded active running Proxmox VE firewall
pve-ha-crm.service loaded active running PVE Cluster HA Resource Manager Daemon
pve-ha-lrm.service loaded active running PVE Local HA Resource Manager Daemon
pve-lxc-syscalld.service loaded active running Proxmox VE LXC Syscall Daemon
pvedaemon.service loaded active running PVE API Daemon
pvefw-logger.service loaded active running Proxmox VE firewall logger
pveproxy.service loaded active running PVE API Proxy Server
pvescheduler.service loaded active running Proxmox VE scheduler
pvestatd.service loaded active running PVE Status Daemon
qmeventd.service loaded active running PVE Qemu Event Daemon
rpcbind.service loaded active running RPC bind portmap service
rrdcached.service loaded active running LSB: start or stop rrdcached
rsyslog.service loaded active running System Logging Service
smartmontools.service loaded active running Self Monitoring and Reporting Technology (SMART) Daemon
spiceproxy.service loaded active running PVE SPICE Proxy Server
ssh.service loaded active running OpenBSD Secure Shell server
systemd-journald.service loaded active running Journal Service
systemd-logind.service loaded active running User Login Management
systemd-udevd.service loaded active running Rule-based Manager for Device Events and Files
user@0.service loaded active running User Manager for UID 0
watchdog-mux.service loaded active running Proxmox VE watchdog multiplexer
zfs-zed.service loaded active running ZFS Event Daemon (zed)
LOAD = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB = The low-level unit activation state, values depend on unit type.
36 loaded units listed.
What am I missing here?