Output from lsmod in the new 5.2.1rc2 for the realtek adaptor (which can't connect):
tc@box:~$ lsmod
Module Size Used by Tainted: G
8192cu 551259 0
tc@box:~$
Output from lsmod in the old 5.2 for the realtek adaptor (which can connect):
tc@piCorePlayer:~$ lsmod
Module Size Used by Tainted: G
snd_usb_audio 117257 0
snd_usbmidi_lib 18974 1 snd_usb_audio
snd_rawmidi 20464 1 snd_usbmidi_lib
snd_seq_device 6014 1 snd_rawmidi
snd_hwdep 5771 1 snd_usb_audio
bcm2708_dmaengine 5184 0
virt_dma 2037 1 bcm2708_dmaengine
snd_bcm2835 16279 0
8192cu 551259 0
snd_soc_wm8804 7755 0
snd_soc_bcm2708_i2s 5645 0
snd_soc_core 114787 2 snd_soc_wm8804,snd_soc_bcm2708_i2s
snd_pcm_dmaengine 4422 1 snd_soc_core
snd_pcm 76395 4 snd_usb_audio,snd_bcm2835,snd_soc_core,snd_pcm_d maengine
snd_page_alloc 4652 1 snd_pcm
snd_timer 19723 1 snd_pcm
snd_compress 7871 1 snd_soc_core
snd 56666 10 snd_usb_audio,snd_usbmidi_lib,snd_rawmidi,snd_se q_device,snd_hwdep,snd_bcm2835,snd_soc_core,snd_pcm,snd_timer,snd_compress
regmap_i2c 1534 2 snd_soc_wm8804,snd_soc_core
regmap_spi 1790 2 snd_soc_wm8804,snd_soc_core
regmap_mmio 2669 1 snd_soc_bcm2708_i2s
tc@piCorePlayer:~$
And the dmesg for the working 5.2 version
[ 4.935594] usb 1-1.2: new high-speed USB device number 4 using dwc_otg
[ 5.037741] usb 1-1.2: New USB device found, idVendor=7392, idProduct=7811
[ 5.037774] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 5.037789] usb 1-1.2: Product: 802.11n WLAN Adapter
[ 5.037803] usb 1-1.2: Manufacturer: Realtek
[ 5.037818] usb 1-1.2: SerialNumber: 00e04c000001
Steen