Following the successful instructions in https://forums.opensuse.org/showthread.php/540074-Installing-RTL8192EU I have tried to connect the same USB wireless device on another box with a different motherboard with no success.
I blacklisted rtl8xxxu in /etc/modprobe.d/50-blacklist.conf. Then I executed rtl8192eu-kmp-default-5.6.4_k5.3.18_lp152.19-lp152.20.3.x86_64.rpm successfully and rebooted. But it doesn’t show up in lsmod.
:~> lsmodModule Size Used by
fuse 118784 3
af_packet 49152 2
dmi_sysfs 16384 0
msr 16384 0
nls_iso8859_1 16384 1
nls_cp437 20480 1
vfat 20480 1
fat 77824 1 vfat
snd_hda_codec_realtek 122880 1
snd_hda_codec_generic 86016 1 snd_hda_codec_realtek
snd_hda_codec_hdmi 61440 1
ledtrig_audio 16384 2 snd_hda_codec_generic,snd_hda_codec_realtek
amd_freq_sensitivity 16384 0
snd_hda_intel 49152 3
edac_mce_amd 32768 0
snd_hda_codec 151552 4 snd_hda_intel,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
kvm_amd 106496 0
ccp 94208 1 kvm_amd
snd_hda_core 90112 5 snd_hda_intel,snd_hda_codec,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
snd_hwdep 16384 1 snd_hda_codec
kvm 745472 1 kvm_amd
snd_pcm 143360 4 snd_hda_intel,snd_hda_codec,snd_hda_core,snd_hda_codec_hdmi
snd_timer 36864 1 snd_pcm
irqbypass 16384 1 kvm
crc32_pclmul 16384 0
ghash_clmulni_intel 16384 0
pcbc 16384 0
snd 98304 14 snd_hda_intel,snd_hwdep,snd_hda_codec,snd_timer,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek,snd_pcm
aesni_intel 167936 0
aes_x86_64 20480 1 aesni_intel
soundcore 16384 1 snd
crypto_simd 16384 1 aesni_intel
sp5100_tco 16384 0
glue_helper 16384 1 aesni_intel
i2c_piix4 24576 0
cryptd 28672 3 crypto_simd,ghash_clmulni_intel,aesni_intel
ppdev 20480 0
k10temp 16384 0
pcspkr 16384 0
fam15h_power 16384 0
r8169 94208 0
mii 16384 1 r8169
pcc_cpufreq 16384 0
acpi_cpufreq 24576 0
parport_pc 49152 0
parport 57344 2 parport_pc,ppdev
video 45056 0
button 16384 0
amdgpu 3383296 0
chash 16384 1 amdgpu
gpu_sched 28672 1 amdgpu
sr_mod 28672 0
cdrom 65536 1 sr_mod
hid_generic 16384 0
usbhid 57344 0
ohci_pci 16384 0
crc32c_intel 24576 3
xhci_pci 16384 0
radeon 1613824 8
ohci_hcd 57344 1 ohci_pci
ehci_pci 16384 0
i2c_algo_bit 16384 2 amdgpu,radeon
xhci_hcd 245760 1 xhci_pci
ehci_hcd 94208 1 ehci_pci
serio_raw 16384 0
drm_kms_helper 204800 2 amdgpu,radeon
syscopyarea 16384 1 drm_kms_helper
sysfillrect 16384 1 drm_kms_helper
sysimgblt 16384 1 drm_kms_helper
ahci 40960 5
fb_sys_fops 16384 1 drm_kms_helper
usbcore 290816 7 usbhid,ehci_hcd,ohci_pci,xhci_pci,ohci_hcd,xhci_hcd,ehci_pci
libahci 40960 1 ahci
ttm 126976 2 amdgpu,radeon
sata_via 20480 0
drm 491520 8 amdgpu,radeon,gpu_sched,ttm,drm_kms_helper
drm_panel_orientation_quirks 20480 1 drm
sg 45056 0
dm_multipath 32768 0
dm_mod 147456 1 dm_multipath
scsi_dh_rdac 16384 0
scsi_dh_emc 16384 0
scsi_dh_alua 20480 0
ion@linux-jwrv:~>
It works with another distro in the same box/motherboard. Suggestions will be appreciated.