I turned off my wifi using the fn button on my notebook (5.10.109-1-MANJARO). When I tried to turn it on several days later it didn’t work anymore (only bluetooth turns on and of by using it). I can’t see any Networks. In order to find a solution I followed the post “Wifi stopped working after reboot” (sorry I’m not allowed to insert links)
ip a
gives me
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether d0:bf:9c:22:8b:c1 brd ff:ff:ff:ff:ff:ff
altname enp2s0
inet 192.168.178.133/24 brd 192.168.178.255 scope global dynamic noprefixroute eno1
valid_lft 863460sec preferred_lft 863460sec
inet6 2001:16b8:2ce7:d300:d601:e420:4fb3:ddc2/64 scope global dynamic noprefixroute
valid_lft 7121sec preferred_lft 3521sec
inet6 fe80::736c:9196:c6fd:ff1a/64 scope link noprefixroute
valid_lft forever preferred_lft forever
3: wlp6s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
link/ether 2c:33:7a:10:55:b7 brd ff:ff:ff:ff:ff:ff
lspci -vv
gives me
06:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter
Subsystem: Hewlett-Packard Company Device 2231
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 38
Region 0: I/O ports at 2000 [size=256]
Region 2: Memory at f0400000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: rtl8723be
Kernel modules: rtl8723be
lspci -vvnn | grep -i kernel
gives me
Kernel driver in use: rtl8723be
Kernel modules: rtl8723be
Model: "Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller"
Driver: "r8169"
Device File: eno1
Link detected: yes
Driver Status: r8169 is active
Driver Activation Cmd: "modprobe r8169"
Model: "Realtek RTL8723BE PCIe Wireless Network Adapter"
Driver: "rtl8723be"
Device File: wlp6s0
Link detected: no
Driver Status: rtl8723be is active
Driver Activation Cmd: "modprobe rtl8723be"
Model: "Realtek Bluetooth Radio"
Driver: "btusb"
Driver Status: btusb is active
Driver Activation Cmd: "modprobe btusb"
I guess it’s a problem with the driver. I tried searching for drivers with pamac search rtl8723be
without any result… there is only rtl8723bu and rtl8723bs
Its an old notebook. Maybe there is no driver support anymore?