That's seems to be confirmed by the ethtool eth1 command :
Code:
[root@RS6K1]ethtool eth1
Settings for eth1:
Supported ports: [ TP ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Supports auto-negotiation: Yes
[...]
Supports Wake-on: d
Wake-on: d
Current message level: 0x00000007 (7)
Link detected: no
But if eth0
does support the option g (magic packet)
Code:
[root@RS6K1]ethtool eth0
Settings for eth0:
Supported ports: [ TP MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
Supports auto-negotiation: Yes
[...]
Supports Wake-on: g
Wake-on: d
[...]
I am wondering which operations I have to do to enable it, since a
Code:
[root@RS6K1]ethtool -s eth0 wol g
Cannot set new wake-on-lan settings: Operation not supported
not setting wol
does not work...?!
EDIT : I remember that I've got the option 'Wake On Lan' under the "power on/off" menu of the ASMI. The menu seems to be gone. Maybe I have to check the firmware, sms and others menu ...
EDIT2 :
Code:
[root@RS6K1]lscpu
Architecture: ppc64
CPU(s): 1
Thread(s) per core: 1
Core(s) per socket: 1
CPU socket(s): 1
NUMA node(s): 1
Model: IBM,9114-275
L1d cache: 32K
L1i cache: 64K
L2 cache: 1536K
L3 cache: 8192K
Well I download the latest drivers and I'll check the wake-on-lan issue on other topic.
I consider this one (ethtool) closed and solved.