jerrywaffle 最近的时间轴更新
jerrywaffle

jerrywaffle

V2EX 第 625119 号会员,加入于 2023-04-21 01:58:31 +08:00
今日活跃度排名 5498
jerrywaffle 最近回复了
13 天前
回复了 wuruxu 创建的主题 Linux wakeup over wifi 有成功的同学吗?
如果用 iw phy0 wowlan enable magic-packet , 这个命令重启后就失效,需要 somehow 开机重新运行
13 天前
回复了 wuruxu 创建的主题 Linux wakeup over wifi 有成功的同学吗?
贴下我的 code ,可以 work ,但是我的问题是:休眠后过夜就不能唤醒了,过几个小时是没问题的,推测是 powersaving 的问题,但是我的 code 也禁用了。还是不知道问题在哪。


# https://wiki.debian.org/WakeOnLan#Enabling_WOL
active_connection_name=$(nmcli -t -f NAME,DEVICE,TYPE connection show --active | grep -Ev 'tun|loopback|wifi-p2p' | cut -d: -f1)
if [ -n "$active_connection_name" ]; then
# Modify Ethernet WOL if it exists, otherwise Wi-Fi WOL
if nmcli connection show "$active_connection_name" | grep -q 'ethernet'; then
sudo nmcli connection modify "$active_connection_name" 802-3-ethernet.wake-on-lan magic
else
sudo nmcli connection modify "$active_connection_name" wifi.wake-on-wlan magic
# Disable Wi-Fi power save
# WiFi Power Saving: https://gist.github.com/jcberthon/ea8cfe278998968ba7c5a95344bc8b55
# 0: default (yes or no??), 1: ignore, 2: disable powersave, 3: enable
nmcli con mod "$active_connection_name" 802-11-wireless.powersave 2
# # alternative to nmcli
# sudo cat <<'EOF' | sudo tee /etc/NetworkManager/conf.d/wifi-powersave-off.conf >/dev/null
# [connection]
# # Values are 0 (use default), 1 (ignore/don't touch), 2 (disable) or 3 (enable).
# wifi.powersave = 2
# EOF
# sudo systemctl restart NetworkManager
# check
iw phy0 wowlan show && iwconfig $(nmcli -t -f NAME,DEVICE,TYPE connection show --active | grep -Ev 'tun|loopback|wifi-p2p' | cut -d: -f2)
fi
echo "Wake-on-LAN enabled for connection: $active_connection_name; A restart is required for the changes to take effect."
else
echo "No valid active connection found."
fi
希望可以行间调整间距,现在的版本感觉还可以更紧凑一些
之前用 hyperv 出现过 vm 无法恢复的问题,就不再信任 hyperv 了
居然没有 keyboard maestro !
authelia
107 天前
回复了 luofengyuan 创建的主题 Linux 请教下 Debian 下的虚拟机
@laminux29 现在有个 incus ,管理 lxc vm ,很可能取代 pve 。
电脑浏览器有的自带 dns 或 doh ,看下设置
153 天前
回复了 hello202311 创建的主题 问与答 性格懦弱,如何克服呢?
Shottr
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2876 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 17ms · UTC 05:54 · PVG 13:54 · LAX 21:54 · JFK 00:54
Developed with CodeLauncher
♥ Do have faith in what you're doing.