You are not logged in.

#1 Yesterday 16:13:55

dsl
Member
Registered: 2025-03-27
Posts: 5

A start job is running for /sys/subsystem/net/devices/wlan0

hello i i'm a new user in arch i install it yesterday i got this issue (A start job is running for /sys/subsystem/net/devices/wlan0) the system is taking time to open   how can i solve this issue
and how can i turn off the fn light



https://postimg.cc/gallery/0jCY7v4

Offline

#2 Yesterday 21:57:10

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 24,220

Re: A start job is running for /sys/subsystem/net/devices/wlan0

disable wpa_supplicant or generally any service explicitly waiting for a wlan0 device (and that isn't networkmanager) if you're using networkmanager (also iwd if you happen to start that concurrently but are actually intending to use networkmanager)

Offline

#3 Today 06:38:32

dsl
Member
Registered: 2025-03-27
Posts: 5

Re: A start job is running for /sys/subsystem/net/devices/wlan0

V1del wrote:

disable wpa_supplicant or generally any service explicitly waiting for a wlan0 device (and that isn't networkmanager) if you're using networkmanager (also iwd if you happen to start that concurrently but are actually intending to use networkmanager)


thank you it's worked with this command

systemctl disable --now dhcpcd@wlan0

Offline

#4 Today 12:39:09

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 24,220

Re: A start job is running for /sys/subsystem/net/devices/wlan0

Yes you generally don't want that, that's a logical conflict between networkmanager and dhcpcd and they would conflict were they running at the same time.

If you want us to check whether anything else is wrong in that regard 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

wrapped in [code][/code] tags

If there are no other problems, please mark the thread as [SOLVED] by editing the title in your first post.

Offline

Board footer

Powered by FluxBB