Linux 3.1增加了对WoWLAN的支持,据我了解我的网卡Intel Centrino N-1030支持WoWLAN。 然而,eth0的ethtool给出了信息:
# ethtool eth0 Settings for eth0: Supported ports: [ TP MII ] Supported link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full 1000baseT/Half 1000baseT/Full Supported pause frame use: No Supports auto-negotiation: Yes Advertised link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full 1000baseT/Half 1000baseT/Full Advertised pause frame use: Symmetric Receive-only Advertised auto-negotiation: Yes Speed: 10Mb/s Duplex: Half Port: MII PHYAD: 1 Transceiver: internal Auto-negotiation: on Supports Wake-on: pg Wake-on: g Current message level: 0x000020c6 (8390) probe link rx_err tx_err hw Link detected: no
和:
# ethtool wlan0 Settings for wlan0: Link detected: yes
所以,我的问题是,如何检查在卡上启用WoWLAN,以及如何发送魔术包到无线接口。 我GOOGLE了https://www.google.com/search?hl=en&q=WoWLAN+linux+3.1+how+to+和一些其他类似的string,但我没有看到实际的命令…预先感谢。 奥兹