my netowrk driver always disconnect when iam using ubuntu , at first the disconnection was because the drivers weren't waking up from sleep if i left my laptop for a while and i managed that with removing and adding the drivers usingmodprobe -r rtw88_8822ce modprobe rtw88_8822ce
and it worked for a while untill it didn't i know has the same issue but the drivers disconnects even if iam currently working on my laptop in fact i rebooted five times during that post so i can be able to finish it , i tried every thing i can find on the internet with the same problem it didn't work this is my settings for my network :sudo lshw -class network
description: Ethernet interface product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller vendor: Realtek Semiconductor Co., Ltd. physical id: 0 bus info: pci@0000:02:00.0 logical name: enp2s0 version: 15 serial: a8:5e:45:37:1a:56 capacity: 1Gbit/s width: 64 bits clock: 33MHz capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=6.8.0-45-generic firmware=rtl8168h-2_0.0.2 02/26/15 latency=0 link=no multicast=yes port=twisted pair resources: irq:39 ioport:e000(size=256) memory:fc904000-fc904fff memory:fc900000-fc903fff *-network description: Wireless interface product: RTL8822CE 802.11ac PCIe Wireless Network Adapter vendor: Realtek Semiconductor Co., Ltd. physical id: 0 bus info: pci@0000:03:00.0 logical name: wlp3s0 version: 00 serial: c0:e4:34:ff:41:0b width: 64 bits clock: 33MHz capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless configuration: broadcast=yes driver=rtw_8822ce driverversion=6.8.0-45-generic firmware=N/A ip=192.168.1.5 latency=0 link=yes multicast=yes wireless=IEEE 802.11 resources: irq:80 ioport:d000(size=256) memory:fc800000-fc80ffff
iwconfig
enp2s0 no wireless extensions.wlp3s0 IEEE 802.11 ESSID:"WEDCADFD" Mode:Managed Frequency:2.432 GHz Access Point: D8:29:18:DC:AE:04 Bit Rate=48 Mb/s Tx-Power=20 dBm Retry short limit:7 RTS thr:off Fragment thr:off Power Management:off Link Quality=60/70 Signal level=-50 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:296 Missed beacon:0docker0 no wireless extensions.
my pci driver is
version: 6.8.0-45-genericfirmware-version: N/Aexpansion-rom-version: bus-info: 0000:03:00.0supports-statistics: yessupports-test: nosupports-eeprom-access: nosupports-register-dump: nosupports-priv-flags: no```