Работа с manjaro kde

Система встала нормально, всё хорошо работает, но:

  1. не получилось поставить дрова на сетевую карту (Realtek 8821CE Wireless LAN 802.11ac PCI-E NIC)
  2. когда долго не трогаю ноут, он вместо перехода в спящий режим — выключается. В итоге без понятия, то ли надо что-то в доступных настройках поменять, то ли всё-таки надо лезть под капот.
    Очень надеюсь на помощь и с 1й и со 2й проблемой

Hello @N1ck_M4ld3r :wink:

sorry, my Russian is pretty bad, but this should work:

  1. Install the headers and then the driver:
pamac install $(uname -r | sed -r "s/([0-9]+)\.([0-9]+).+/linux\1\2/-headers")
pamac build rtl8821ce-dkms-git

This driver is not included in the kernel source and therefore you need build the driver yourself dynamically. Gladly there are scripts which do the whole work for you.

  1. That is difficult to say. Normally it should save the current state to the disk and then shutdown. Is the swapfile/partition large enough? It must be at about 1.5*RAM and systemd-swap does not work with hibernation.

Please share also your system information:

inxi -Faxz

Also this could give a clue what happened:

journalctl --boot -1 | sed -n -r "/Starting.+Hibernate/,/Finished.+Hibernate/p"
3 Likes