You are not logged in.
Hello,
I have 2 wifi devices on my computer, and I wan't to disable the wifi from the motherboard.
The command `ip link set wlan0 down` is working, but after a few minutes the device is UP again.
I have only the NetworkManager.service being enabled.
Anyone have an idea about this issue ?
Thanks in advance.
Last edited by Sheryu (2024-09-14 16:40:14)
Offline
Good day,
You could try putting this in your NetworkManager.conf
[main]
plugins=keyfile
[keyfile]
unmanaged-devices=interface-name:wlan0
if [[ $yourProblem = "fixed" ]] ;then
sed -i 's/Title/[SOLVED] Title/g' your.thread | please --thank-you
fi
Offline
Thank you Julia, It's working.
After changing the file '/etc/NetworkManager/NetworkManager.conf' like you said, then a `systemctl restart NetworkManager` and `ip link set wlan0 down`.
The interface wlan0 stay down.
Offline