Enable wifi under GUI

Fresh install of Alfa 4.
Trying to follow the tips you guys left here… here is my output:

root@osmc:~# connmanctl
connmanctl> technologies
/net/connman/technology/ethernet
Name = Wired
Type = ethernet
Powered = True
Connected = True
Tethering = False
connmanctl> enable wifi
Error wifi: Method “SetProperty” with signature “sv” on interface “net.connman.Technology” doesn’t exist

I guess my WiFi dongle (Asus N-10) does not get recognized properly:

[ 2.378515] usb 1-1.2: new high-speed USB device number 4 using dwc_otg
[ 2.480264] usb 1-1.2: New USB device found, idVendor=0b05, idProduct=17ba
[ 2.480304] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.480325] usb 1-1.2: Product: 802.11n WLAN Adapter
[ 2.480342] usb 1-1.2: Manufacturer: Realtek
[ 2.480358] usb 1-1.2: SerialNumber: 00e04c000001
[ 5.618245] random: nonblocking pool is initialized
[ 8.578882] EXT4-fs (mmcblk0p2): recovery complete
[ 8.588955] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 8.589057] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 8.589264] devtmpfs: mounted
[ 8.590320] Freeing unused kernel memory: 324K (c08ed000 - c093e000)
[ 10.118919] NET: Registered protocol family 10
[ 10.168431] systemd[1]: /etc/mtab is not a symlink or not pointing to /proc/self/mounts. This is not supported anymore. Please make sure to replace this file by a symlink to avoid incorrect or misleading mount(8) output.
[ 10.724130] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
[ 10.885177] fuse init (API version 7.23)
[ 11.178599] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 12.088644] systemd-udevd[100]: starting version 215
[ 14.218635] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 14.595620] systemd-journald[75]: Received request to flush runtime journal from PID 1
[ 15.515776] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 17.510849] smsc95xx 1-1.1:1.0 eth0: hardware isn’t capable of remote wakeup
[ 17.511671] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 19.130361] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
[ 19.138062] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 29.153194] Console: switching to colour dummy device 80x30

After its recognized with SerialNumber there is no more mention of the device.

Any ideas?