Based on the document [1], suspend is not supported, so wol from s3
should be also not supported

[1] https://docs.nvidia.com/dgx/dgx-os-5-user-
guide/known_issues.html#dgx-station-a100-suspend-and-power-button-
section-appears-in-power-settings

As for wol from s5, I have verified that eno1 and eno2 are both working,
however, enxc62d9668f582 cannot get an ip address. Hence, it is not able
to be waken up, even after dhclient.

ubuntu@nvidia-dgx-station-c31886:~$ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group 
default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host noprefixroute 
       valid_lft forever preferred_lft forever
2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group 
default qlen 1000
    link/ether d0:50:99:ff:ca:46 brd ff:ff:ff:ff:ff:ff
    altname enp66s0f0
    inet 10.102.152.49/22 brd 10.102.155.255 scope global dynamic noprefixroute 
eno1
       valid_lft 401sec preferred_lft 401sec
    inet6 fe80::d250:99ff:feff:ca46/64 scope link 
       valid_lft forever preferred_lft forever
3: enxc62d9668f582: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast 
state UNKNOWN group default qlen 1000
    link/ether c6:2d:96:68:f5:82 brd ff:ff:ff:ff:ff:ff
4: eno2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group 
default qlen 1000
    link/ether d0:50:99:ff:ca:47 brd ff:ff:ff:ff:ff:ff
    altname enp66s0f1
    inet 10.102.155.225/22 brd 10.102.155.255 scope global dynamic 
noprefixroute eno2
       valid_lft 580sec preferred_lft 580sec
    inet6 fe80::d250:99ff:feff:ca47/64 scope link 
       valid_lft forever preferred_lft forever

ubuntu@nvidia-dgx-station-c31886:~$ sudo cat /etc/netplan/50-cloud-init.yaml 
# This file is generated from information provided by the datasource.  Changes
# to it will not persist across an instance reboot.  To disable cloud-init's
# network configuration capabilities, write a file
# /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following:
# network: {config: disabled}
network:
    ethernets:
        eno1:
            dhcp4: true
            match:
                macaddress: d0:50:99:ff:ca:46
            mtu: 1500
            set-name: eno1
        eno2:
            dhcp4: true
            match:
                macaddress: d0:50:99:ff:ca:47
            mtu: 1500
            optional: true
            set-name: eno2
        enxc62d9668f582:
            dhcp4: true
            match:
                macaddress: c6:2d:96:68:f5:82
            mtu: 1500
            set-name: enxc62d9668f582
    version: 2


Reproduce process
1. Add `dhcp4: true` for all interfaces in `/etc/netplan/50-cloud-init.yaml`
2. sudo netplan apply
3. sudo dhclient enxc62d9668f582

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2084764

Title:
  [DGX] Wakeonlan from s3 and s5 are not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/2084764/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to