problema no wakeup depois da suspensão
para tentar resolver o problema vou começar por desativar a função de gestão de energia hybrid-sleep.target:
sudo systemctl mask hybrid-sleep.target
para tentar resolver o problema vou começar por desativar a função de gestão de energia hybrid-sleep.target:
sudo systemctl mask hybrid-sleep.target
lpadmin -p Brother_MFC_J4710DW -o cups-browsed=true
cupsenable Brother_MFC_J4710DW
sudo systemctl restart cups-browsed
sudo apt install ttf-mscorefonts-installer
mkdir ~/.fonts
wget -qO- http://plasmasturm.org/code/vistafonts-installer/vistafonts-installer | bash
Configuring Automounting
To enable or disable automount open a terminal and type dconf-editor followed by the [Enter] key.
Browse to org.gnome.desktop.media-handling.
The automount key controls whether to automatically mount media. If set to true, then Nautilus will automatically mount media such as user-visible hard disks and removable media on start-up and media insertion.
There is another key org.gnome.desktop.media-handling.automount-open. This controls whether to automatically open a folder for automounted media.
instalar o mokutil:
apt install mokutil
verificar se o secureboot foi ativado:
mokutil --sb-state
desativar o secureboot:
mokutil --disable-validation
ativar o secureboot:
mokutil --enable-validation
bridge vlan filtering - https://help.mikrotik.com/docs/display/ROS/Bridging+and+Switching#Bridg…
bridge vlan filtering (para evitar os problemas de configuração, ver no final)- https://wiki.mikrotik.com/wiki/Manual:Interface/Bridge#Bridge_VLAN_Filt…