I’ve read that Blacklisting the Iternal Wifi enables the External card to work.
So i run in terminal : ** /sbin/lspci -nnk | grep -i net -A3 **
and it get:
Bus 002 Device 005: ID 0955:7002 NVidia Corp.
Bus 002 Device 013: ID 0bda:8179 Realtek Semiconductor Corp.
Bus 002 Device 012: ID 0bc2:ab10 Seagate RSS LLC
Bus 002 Device 007: ID 3938:1032
Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 04f2:b1d6 Chicony Electronics Co., Ltd CNF9055 Toshiba Webcam
Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
i believe its Bus 002 Device 013: ID 0bda:8179 Realtek Semiconductor Corp. because that one disappear when i remove the card and re run LSUSB
but what do i do with this? it still doesnt make wifi available …
*Note: all this test i will run are with the internal wifi card blacklisted, in the blacklist file at modprobe.d folder i have blacklist rtl8192ce added
I don’t think that is required actually, but it won’t hurt in any case.
The output confirms that your device is supported/working and shows up as wlan2.
In the Network Gnome app (the one that shows when you click Network in the Settings panel) only shows Ethernet (the one im using now) and the Network Proxy option in the left column , theres no Wifi option, like if this notebook wouldnt have a Wifi card…
If this command is not found, then you’ll need to install rfkill first using
sudo zypper in rfkill
I’ve installed RFKILL , now it doesnt show me anything (thats strange) but yestarday it showed me that my Internal Wifi was Hard Blocked (the one i blacklist)
Also, what is reported by NetworkManager (nmcli)?
nmcli g
ESTADO CONECTIVIDAD WIFI-HW WIFI WWAN-HW WWAN
conectado total activado activado activado activado
nmcli d
DISPOSITIVO TIPO ESTADO CONEXIÓN
eth0 ethernet conectado Conexión cableada 1
lo loopback sin gestión –
my system is in spanish (obviously)
conectado = connected
sin gestión = without managment ?
activado = activated or online or something like “on”
conexion cableada = wired conection
dmesg|egrep ‘8188|firmware’
15.146303] r8188eu: module is from the staging directory, the quality is unknown, you have been warned.
15.147943] Chip Version Info: CHIP_8188E_Normal_Chip_TSMC_D_CUT_1T1R_RomVer(0)
15.179898] usbcore: registered new interface driver r8188eu
15.420776] r8188eu 2-1.4:1.0 wlan2: renamed from wlan0
[23762.421712] Chip Version Info: CHIP_8188E_Normal_Chip_TSMC_D_CUT_1T1R_RomVer(0)
[23763.581794] r8188eu 2-1.4:1.0 wlan2: renamed from wlan0
[27952.069562] Chip Version Info: CHIP_8188E_Normal_Chip_TSMC_D_CUT_1T1R_RomVer(0)
[27953.124713] r8188eu 2-1.3:1.0 wlan2: renamed from wlan0
[27981.509725] Chip Version Info: CHIP_8188E_Normal_Chip_TSMC_D_CUT_1T1R_RomVer(0)
[27982.563425] r8188eu 2-1.3:1.0 wlan2: renamed from wlan0
[27997.449920] Chip Version Info: CHIP_8188E_Normal_Chip_TSMC_D_CUT_1T1R_RomVer(0)
[28048.581823] Chip Version Info: CHIP_8188E_Normal_Chip_TSMC_D_CUT_1T1R_RomVer(0)
[28049.637433] r8188eu 2-1.3:1.0 wlan2: renamed from wlan0
It all looks as I’d expect. BTW, please embed the output you post within code tags like I am with commands. Refer to the ‘#’ button in the forum editor.
/sbin/ifconfig
/sbin/ifconfig -a
The first command shows only active network devices vs the second which reports all network devices (active and inactive)
deano_ferrari;2800334]It all looks as I’d expect. BTW, please embed the output you post within code tags like I am with commands. Refer to the ‘#’ button in the forum editor.
It’s a curious issue. Clearly the driver is loaded, but there is no mention of firmware being loaded, and I’m not sure about the significance (if any) of this message
r8188eu 2-1.3:1.0 wlan2: renamed from wlan0
I’m left wondering if the driver is the problem here (no firmware loaded message as I would have expected), or a NetworkManager issue…
FWIW, I did find this archlinux thread discussing strange behaviour with external (USB) wireless devices which may or may not be relevant. Post #9 mentioned
Networkmanager starts the PCI-WiFi without any issues but the USB-one can only be started via iw link and/or wifi-menu.
and
The only workaround I found was to downgrade networkmanager to the previous version.
Anyway, for test purposes you could try using wicked instead. This will also mean configuring the wireless device via YaST. That would help confirm if NM is the problem here.
If that doesn’t help, a bug report might be needed.