Hallo liebe Forenmitgleider,

ich besitze seit einer Woche einen neuen Laptop (ASUSPro P3540FA) mit vorinstalliertem Linux Mint 19.3 Tricia. Zu Beginn funktionierte das Wlan ohne Probleme. Seit einem Neustart vor ein paar Tagen ist es leider weg und offensichtlich deaktiviert. Nur per Kabel komm ich noch ins Netz.

Code:
lspci -nnk | grep -i -A2:

00:14.3 Network controller [0280]: Intel Corporation Device [8086:9df0] (rev 30)
	Subsystem: Intel Corporation Device [8086:0034]
	Kernel driver in use: iwlwifi
--
01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
	Subsystem: ASUSTeK Computer Inc. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [1043:205f]
	Kernel driver in use: r8169
	Kernel modules: r8169
Code:
iwconfig

wlo1      IEEE 802.11  ESSID:off/any  
          Mode:Managed  Access Point: Not-Associated   Tx-Power=0 dBm   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Power Management:on
          
eno2      no wireless extensions.

lo        no wireless extensions.
Code:
rfkill list

0: asus-wlan: Wireless LAN
	Soft blocked: no
	Hard blocked: no
1: asus-bluetooth: Bluetooth
	Soft blocked: no
	Hard blocked: no
2: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no
3: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no
Code:
lshw -c network
  *-network DEAKTIVIERT     
       Beschreibung: Kabellose Verbindung
       Produkt: Intel Corporation
       Hersteller: Intel Corporation
       Physische ID: 14.3
       Bus-Informationen: pci@0000:00:14.3
       Logischer Name: wlo1
       Version: 30
       Seriennummer: 48:89:e7:b9:cc:ab
       Breite: 64 bits
       Takt: 33MHz
       Fähigkeiten: pm msi pciexpress msix bus_master cap_list ethernet physical wireless
       Konfiguration: broadcast=yes driver=iwlwifi driverversion=5.0.0-37-generic firmware=43.95eb4e97.0 latency=0 link=no multicast=yes wireless=IEEE 802.11
       Ressourcen: irq:16 memory:b121c000-b121ffff
  *-network
       Beschreibung: Ethernet interface
       Produkt: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
       Hersteller: Realtek Semiconductor Co., Ltd.
       Physische ID: 0
       Bus-Informationen: pci@0000:01:00.0
       Logischer Name: eno2
       Version: 15
       Seriennummer: 04:d4:c4:74:71:13
       Größe: 1Gbit/s
       Kapazität: 1Gbit/s
       Breite: 64 bits
       Takt: 33MHz
       Fähigkeiten: pm msi pciexpress msix bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       Konfiguration: autonegotiation=on broadcast=yes driver=r8169 duplex=full firmware=rtl8168h-2_0.0.2 02/26/15 ip=192.168.1.6 latency=0 link=yes multicast=yes port=MII speed=1Gbit/s
       Ressourcen: irq:16 ioport:3000(Größe=256) memory:b1104000-b1104fff memory:b1100000-b1103fff
Ich weiß leider gar nicht wo ich ansetzen soll und hoffe ihr könnt mir helfen...