Supports Wake-on: pumbg
Wake-on: g
某盲目之下,搜得 ethtool -s intf wol pumbg 状态,这次起作用了。查了一下pumbg 分别表示以下含义:
p Wake on phy activity
u Wake on unicast messages
m Wake on multicast messages
b Wake on broadcast messages
a Wake on ARP
g Wake on MagicPacket(tm)
为什么只设置 MagicPacket g 不起作用?而全设置 pumbg 以后,会否因为一些莫名广播包就让机器起了?
On Jul 17, 11:31 pm, Chaos Eternal <chaoseter...@shlug.org> wrote:
> 我觉得这个问题应该看rp的。。。
要省电啊,耗电多的机器定点自动关机,用一个省电的他机激活耗电多的机器。
On 7月18日, 上午10时38分, Chaos Eternal <chaoseter...@shlug.org> wrote:
> 版载还是要看做工的吧。。。
>
- nvidia ethernet nic need in S5 (do not do 4sec power off, instead of
normal power off)
- work around default wol is disabled by driver, use "/usr/sbin/ethtool
-s eth0 wol g" to open it in rcS.d/S99wol you created
--
Crane
------------------------------------------------------------------------------
我们必不可停止探索,而一切探索的尽头,就是重回起点,并对起点有首次般的了解。
------------------------------------------------------------------------------
我设置了pumbg全了以后,会8会导致arp就唤醒了,会8会广播包就唤醒了?
On 7月18日, 下午3时36分, Crane Cai <zm...@pixelworks.com> wrote:
> - set BIOS to enable wake up from PCI / PCIE devices
>
> --
> Crane
如果:Wake-on: g 不工作。目前设置的pumbg 才能行, 但我觉得标记设置多了。
On 7月18日, 下午4时06分, Chaos Eternal <chaoseter...@shlug.org> wrote:
> 少一个都不行?
我只知道我这样设了后,可以。其他没有什么可以说。
你的本子设置了几个标志那里?
On 7月18日, 下午4时06分, Chaos Eternal <chaoseter...@shlug.org> wrote:
> 少一个都不行?
别觉得你咆哮一下就能吓人了。 老张,我BS你一下,你不要见怪哦。
On Jul 30, 6:03 pm, Sherlock <initxje...@gmail.com> wrote:
> 你Y的直连机器测试过WOL好用不?
magic packet is sent on the data link or layer 2 in the OSI model and
broadcast to all NICs using the network broadcast address; it is
typically sent as a UDP datagram to port 7 or 9, or directly over
Ethernet as EtherType 0x0842.
而且偶的机器都已经可以了,只是在Linux下标志位有疑问。
如果第一帖中疑问的莫名广播包就让机器起了,那这个莫名的广播包只能是magic packet. 所以太平。
Magic packet consists of the following parts:
1. 6 Bytes Header which is nothing but 6 bytes of 0xff.
2. 16*6 Bytes Data. To produce data you'll need to repeat remote
computers MAC (Media Access Control) Address 16 times.
On 8月1日, 下午1时09分, Sherlock <initxje...@gmail.com> wrote:
> 很多包无法通过SW或者GW转发的。
> 偶家的linux gw就无法通过PPTP协议。
>