iwconfig muestra el dongle wifi pero "iw dev" no muestra nada

iwconfig muestra el dongle wifi pero "iw dev" no muestra nada

El comando iw devno muestra el dongle wifi, tampoco lo muestra, rfkill list pero iwconfiglo hace:

$ iw dev
$ echo $?
0
$ rfkill list all
1: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
$ iwconfig 2>/dev/null
wlx0      unassociated  Nickname:"rtl_wifi"
          Mode:Managed  Access Point: Not-Associated   Sensitivity:0/0  
          Retry:off   RTS thr:off   Fragment thr:off
          Power Management:off
          Link Quality:0  Signal level:0  Noise level:0
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

Si iwconfigpuedo "ver" el dongle Wi-Fi, supongo que no es necesario reconstruir el r8712ucontrolador.

Aquí hay más información sobre este dongle:

$ lsusb -s 1:19 
Bus 001 Device 019: ID 06f8:e031 Guillemot Corp. Hercules HWNUm-300 Wireless N mini [Realtek RTL8191SU]
$ lsusb -t | grep Dev.19
    |__ Port 1: Dev 19, If 0, Class=Vendor Specific Class, Driver=r8712u, 480M
$ inxi -Nxx
Network:   Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet vendor: ASUSTeK P8P67 and other motherboards 
           driver: r8169 v: 2.3LK-NAPI port: e800 bus ID: 03:00.0 chip ID: 10ec:8168 
           Device-2: Guillemot Hercules HWNUm-300 Wireless N mini [Realtek RTL8191SU] type: USB driver: r8712u bus ID: 1-1:19 
           chip ID: 06f8:e031 

Los paquetes wireless-tools e iw ya están instalados:

$ dpkg -l wireless-tools iw
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                     Version           Architecture      Description
+++-========================-=================-=================-======================================================
ii  iw                       3.17-1            amd64             tool for configuring Linux wireless devices
ii  wireless-tools           30~pre9-8ubuntu1  amd64             Tools for manipulating Linux Wireless Extensions

Por cierto, estoy usando Ubuntu 16.04.6 LTS :-)

información relacionada