I have Ubuntu 22.04.2 LTS.
Now, it gets “suspended” or “sleep” when left alone (watching a movie inclusive) for more than 10-15 minutes.
I tried to follow what https://www.omgubuntu.co.uk/2016/07/caffeine-indicator-applet-ubuntu-lock-screen, How do I disable my system from going to sleep?, and How to permanently disable sleep/suspend? advised, but to no avail.
Whether from the same source or not, the Internet connection breaks more than once a day, so I have to restart the PC to get it back.
Please, help.
Asked
Active
Viewed 276 times
0

John
- 3
sudo lshw -C network
as the network going down I have seen where the system has a RTL8111/8168 chipset but yet ther8169
driver is loaded and that can fail on the 8168 chipset and be very unpredictable. – Terrance Mar 07 '23 at 17:47description: Ethernet interface product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller vendor: Realtek Semiconductor Co., Ltd. physical id: 0 bus info: pci@0000:03:00.0 logical name: enp3s0 version: 09 serial: 60:a4:4c:3b:ee:12 capacity: 1Gbit/s width: 64 bits clock: 33MHz – John Mar 07 '23 at 18:15
r8168
driver.sudo apt install r8168-dkms
– Terrance Mar 07 '23 at 19:12