I have a laptop with a built-in network card that stopped working. Until upgrading to Ubuntu 18.04, I could use a USB card instead, but in Gnome it seems I can not enable/disable the network interfaces one by one. If I connect to a network both interfaces try to connect, leaving the system without a working condition.
For reference, here is an old question on how to disable a network interface permanently, but that seems to work only for older Ubuntu versions: How to disable built-in wifi and use only USB wifi card?
Edit:
$ lspci -nnk | grep net
<snip>
02:00.0 Network controller [0280]: Qualcomm Atheros AR9285 Wireless Network Adapter (PCI-Express) [168c:002b] (rev 01)
Subsystem: Lite-On Communications Inc AR9285 Wireless Network Adapter (PCI-Express) [11ad:6613]
lspci -nnk | grep 0280 -A3
– chili555 May 29 '18 at 14:44rfkill
the internal PCI-e wifi card, and only then plug in USB, otherwise my laptop would get stuck. – Sergiy Kolodyazhnyy May 29 '18 at 15:24lspci --nnk
. Greping for0280-A3
didn't return anything – leo May 29 '18 at 17:34