You are not logged in.
Pages: 1
Hi all.
I have a Intel 6 AX201 inside of my laptop and I'd like to disable it completely due to how much it drops out, I use networkmanager for my networking.
Thanks ![]()
jay
Offline
why not in the BIOS ?
ezik
Offline
why not in the BIOS ?
ezik
You can't disable it from the bios iirc, as it's a HP laptop.
jay
Offline
1. screwdriver
2. rfkill
3. https://wiki.archlinux.org/title/Networ … ic_devices
4. if you've no other iwlwifi/iwlmvm NIC you could also just blaclist those modules
Offline
Am I missing something, is this a network manager quirk? In my experience wireless cards don't do anything on their own - not until some software networking tool explicitly brings them up and tries to connect. If you know it's not working, just don't try to connect over that device.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
1. screwdriver
2. rfkill
3. https://wiki.archlinux.org/title/Networ … ic_devices
4. if you've no other iwlwifi/iwlmvm NIC you could also just blaclist those modules
Used fix no3, still connects to wlan0 if my wlan1 is unplugged. How do I go about rfkilling only one adapter?
jay
Offline
Am I missing something, is this a network manager quirk? In my experience wireless cards don't do anything on their own - not until some software networking tool explicitly brings them up and tries to connect. If you know it's not working, just don't try to connect over that device.
I think so, as iwd doesn't do this.
jay
Offline
still connects to wlan0 if my wlan1 is unplugged
Either use "predictable interface names" or isolate the nic by it's MAC, not the device name.
rfkill block <device>would run into the same issues.
Offline
Pages: 1