Thanks for the replies. The device seems to be hardware-recognised.
$ nmcli device
DISPOSITIVO TIPO ESTADO CONEXIÓN
wlan0 wifi conectado eduroam
eth0 ethernet no disponible --
lo loopback sin gestión --
Note that the second line was not there before plugging in the adapter (it’s Spanish, sorry).
$ /usr/sbin/hwinfo --netcard
30: PCI 200.0: 0282 WLAN controller
[Created at pci.378]
Unique ID: y9sn.y7zny7ORwCC
Parent ID: z8Q3.JUgVjz+PZh0
SysFS ID: /devices/pci0000:00/0000:00:1c.0/0000:02:00.0
SysFS BusID: 0000:02:00.0
Hardware Class: network
Model: "Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter"
Vendor: pci 0x168c "Qualcomm Atheros"
Device: pci 0x003e "QCA6174 802.11ac Wireless Network Adapter"
SubVendor: pci 0x1a56 "Bigfoot Networks, Inc."
SubDevice: pci 0x1535
Revision: 0x32
Driver: "ath10k_pci"
Driver Modules: "ath10k_pci"
Device File: wlan0
Features: WLAN
Memory Range: 0xed200000-0xed3fffff (rw,non-prefetchable)
IRQ: 135 (1600455 events)
HW Address: 9c:b6:d0:d9:22:a7
Permanent HW Address: 9c:b6:d0:d9:22:a7
Link detected: yes
WLAN channels: 1 2 3 4 5 6 7 8 9 10 11 12 13 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140
WLAN frequencies: 2.412 2.417 2.422 2.427 2.432 2.437 2.442 2.447 2.452 2.457 2.462 2.467 2.472 5.18 5.2 5.22 5.24 5.26 5.28 5.3 5.32 5.5 5.52 5.54 5.56 5.58 5.6 5.62 5.64 5.66 5.68 5.7
WLAN encryption modes: WEP40 WEP104 TKIP CCMP
WLAN authentication modes: open sharedkey wpa-psk wpa-eap
Module Alias: "pci:v0000168Cd0000003Esv00001A56sd00001535bc02sc80i00"
Driver Info #0:
Driver Status: ath10k_pci is active
Driver Activation Cmd: "modprobe ath10k_pci"
Config Status: cfg=no, avail=yes, need=no, active=unknown
Attached to: #24 (PCI bridge)
43: USB 00.0: 0200 Ethernet controller
[Created at usb.122]
Unique ID: o5i5.wUwnLJEqXX4
Parent ID: PYMB.nGhi8EJ95NF
SysFS ID: /devices/pci0000:00/0000:00:1d.6/0000:06:00.0/0000:07:02.0/0000:3e:00.0/usb4/4-1/4-1.1/4-1.1:1.0
SysFS BusID: 4-1.1:1.0
Hardware Class: network
Model: "Realtek RTL8153 Gigabit Ethernet Adapter"
Hotplug: USB
Vendor: usb 0x0bda "Realtek Semiconductor Corp."
Device: usb 0x8153 "RTL8153 Gigabit Ethernet Adapter"
Revision: "30.00"
Serial ID: "000001000000"
Driver: "r8152"
Driver Modules: "r8152"
Device File: eth0
HW Address: 00:e1:4c:68:7b:fc
Permanent HW Address: 00:e1:4c:68:7b:fc
Link detected: no
Module Alias: "usb:v0BDAp8153d3000dc00dsc00dp00icFFiscFFip00in00"
Driver Info #0:
Driver Status: r8152 is active
Driver Activation Cmd: "modprobe r8152"
Config Status: cfg=no, avail=yes, need=no, active=unknown
Attached to: #45 (Hub)
$ ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DORMANT group default qlen 1000
link/ether 9c:b6:d0:d9:22:a7 brd ff:ff:ff:ff:ff:ff
7: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN mode DEFAULT group default qlen 1000
link/ether 00:e1:4c:68:7b:fc brd ff:ff:ff:ff:ff:ff
And the latests lines in dmesg
[29437.846142] xhci_hcd 0000:3e:00.0: new USB bus registered, assigned bus number 3
[29437.847358] xhci_hcd 0000:3e:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x00009810
[29437.847597] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[29437.847601] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[29437.847604] usb usb3: Product: xHCI Host Controller
[29437.847607] usb usb3: Manufacturer: Linux 4.14.0-rc2-1.gb61ed0c-default xhci-hcd
[29437.847610] usb usb3: SerialNumber: 0000:3e:00.0
[29437.848535] hub 3-0:1.0: USB hub found
[29437.848557] hub 3-0:1.0: 2 ports detected
[29437.848942] xhci_hcd 0000:3e:00.0: xHCI Host Controller
[29437.848949] xhci_hcd 0000:3e:00.0: new USB bus registered, assigned bus number 4
[29437.849022] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[29437.849025] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[29437.849027] usb usb4: Product: xHCI Host Controller
[29437.849029] usb usb4: Manufacturer: Linux 4.14.0-rc2-1.gb61ed0c-default xhci-hcd
[29437.849031] usb usb4: SerialNumber: 0000:3e:00.0
[29437.849299] hub 4-0:1.0: USB hub found
[29437.849311] hub 4-0:1.0: 2 ports detected
[29438.183158] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[29438.344308] usb 3-1: New USB device found, idVendor=05e3, idProduct=0610
[29438.344314] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[29438.344317] usb 3-1: Product: USB2.0 Hub
[29438.344319] usb 3-1: Manufacturer: GenesysLogic
[29438.345797] hub 3-1:1.0: USB hub found
[29438.347284] hub 3-1:1.0: 4 ports detected
[29438.463441] usb 4-1: new SuperSpeed USB device number 2 using xhci_hcd
[29438.486935] usb 4-1: New USB device found, idVendor=05e3, idProduct=0612
[29438.486941] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[29438.486943] usb 4-1: Product: USB3.0 Hub
[29438.486946] usb 4-1: Manufacturer: GenesysLogic
[29438.489087] hub 4-1:1.0: USB hub found
[29438.489393] hub 4-1:1.0: 4 ports detected
[29438.779227] usb 4-1.1: new SuperSpeed USB device number 3 using xhci_hcd
[29438.799650] usb 4-1.1: New USB device found, idVendor=0bda, idProduct=8153
[29438.799656] usb 4-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=6
[29438.799659] usb 4-1.1: Product: USB 10/100/1000 LAN
[29438.799661] usb 4-1.1: Manufacturer: Realtek
[29438.799664] usb 4-1.1: SerialNumber: 000001000000
[29438.887707] usb 4-1.1: reset SuperSpeed USB device number 3 using xhci_hcd
[29438.939743] r8152 4-1.1:1.0 eth0: v1.09.9
[29444.620368] r8152 4-1.1:1.0 eth0: Stop submitting intr, status -71
[29492.663121] SFW2-INext-DROP-DEFLT IN=wlan0 OUT= MAC=9c:b6:d0:d9:22:a7:00:08:e3:ff:fc:28:08:00 SRC=182.237.140.201 DST=155.54.68.57 LEN=40 TOS=0x08 PREC=0x40 TTL=43 ID=33094 PROTO=TCP SPT=1985 DPT=23 WINDOW=28857 RES=0x00 SYN URGP=0
[29534.980720] SFW2-INext-DROP-DEFLT IN=wlan0 OUT= MAC=9c:b6:d0:d9:22:a7:00:08:e3:ff:fc:28:08:00 SRC=103.48.96.130 DST=155.54.68.57 LEN=40 TOS=0x08 PREC=0x40 TTL=45 ID=37876 PROTO=TCP SPT=30352 DPT=23 WINDOW=28040 RES=0x00 SYN URGP=0
[29559.610839] SFW2-INext-DROP-DEFLT IN=wlan0 OUT= MAC=9c:b6:d0:d9:22:a7:00:08:e3:ff:fc:28:08:00 SRC=124.120.3.163 DST=155.54.68.57 LEN=40 TOS=0x04 PREC=0xA0 TTL=42 ID=44164 PROTO=TCP SPT=2743 DPT=22 WINDOW=39176 RES=0x00 SYN URGP=0
[29686.484868] SFW2-INext-DROP-DEFLT IN=wlan0 OUT= MAC=9c:b6:d0:d9:22:a7:00:08:e3:ff:fc:28:08:00 SRC=195.154.49.167 DST=155.54.68.57 LEN=40 TOS=0x04 PREC=0xA0 TTL=242 ID=32235 PROTO=TCP SPT=55822 DPT=3544 WINDOW=1024 RES=0x00 SYN URGP=0
[29697.542176] SFW2-INext-DROP-DEFLT IN=wlan0 OUT= MAC=9c:b6:d0:d9:22:a7:00:08:e3:ff:fc:28:08:00 SRC=190.178.116.23 DST=155.54.68.57 LEN=40 TOS=0x08 PREC=0x40 TTL=38 ID=11563 PROTO=TCP SPT=31865 DPT=2222 WINDOW=44984 RES=0x00 SYN URGP=0
[29708.499581] SFW2-INext-DROP-DEFLT IN=wlan0 OUT= MAC=9c:b6:d0:d9:22:a7:00:08:e3:ff:fc:28:08:00 SRC=5.188.10.162 DST=155.54.68.57 LEN=40 TOS=0x00 PREC=0x00 TTL=236 ID=57295 PROTO=TCP SPT=49541 DPT=3383 WINDOW=1024 RES=0x00 SYN URGP=0
[29742.683524] SFW2-INext-DROP-DEFLT IN=wlan0 OUT= MAC=9c:b6:d0:d9:22:a7:00:08:e3:ff:fc:28:08:00 SRC=123.201.53.228 DST=155.54.68.57 LEN=40 TOS=0x04 PREC=0xA0 TTL=48 ID=49400 PROTO=TCP SPT=44113 DPT=23 WINDOW=37737 RES=0x00 SYN URGP=0
[29899.268889] SFW2-INext-DROP-DEFLT IN=wlan0 OUT= MAC=9c:b6:d0:d9:22:a7:00:08:e3:ff:fc:28:08:00 SRC=85.93.20.247 DST=155.54.68.57 LEN=40 TOS=0x00 PREC=0x00 TTL=244 ID=40852 PROTO=TCP SPT=47973 DPT=4000 WINDOW=1024 RES=0x00 SYN URGP=0
[29945.957189] SFW2-INext-DROP-DEFLT IN=wlan0 OUT= MAC=9c:b6:d0:d9:22:a7:00:08:e3:ff:fc:28:08:00 SRC=74.82.253.138 DST=155.54.68.57 LEN=40 TOS=0x00 PREC=0x00 TTL=51 ID=43914 PROTO=TCP SPT=49896 DPT=23 WINDOW=54010 RES=0x00 SYN URGP=0
[30050.103496] SFW2-INext-DROP-DEFLT IN=wlan0 OUT= MAC=9c:b6:d0:d9:22:a7:00:08:e3:ff:fc:28:08:00 SRC=85.97.78.203 DST=155.54.68.57 LEN=40 TOS=0x00 PREC=0x00 TTL=51 ID=37285 PROTO=TCP SPT=60389 DPT=23 WINDOW=6251 RES=0x00 SYN URGP=0
[30062.391612] SFW2-INext-DROP-DEFLT IN=wlan0 OUT= MAC=9c:b6:d0:d9:22:a7:00:08:e3:ff:fc:28:08:00 SRC=124.255.140.62 DST=155.54.68.57 LEN=40 TOS=0x08 PREC=0x40 TTL=35 ID=50798 PROTO=TCP SPT=7765 DPT=23 WINDOW=61339 RES=0x00 SYN URGP=0
To me, everything seems to be in order. Can you suggest other ways to proceed? Maybe forcing some sort of “manual setup”? I’m connected to the University Network, so I can not skip using DHCP, for instance.