Steps to reproduce: 1. Flash x06 image SD card and boot any K26 starter kit with PS ports connected to DHCP IP and DP/HDMI port connected to a monitor.
2. Run the following sudo add-apt-repository -y ppa:xilinx-apps sudo add-apt-repository -y ppa:ubuntu-xilinx/sdk sudo add-apt-repository -y ppa:xilinx-apps/xilinx-drivers sudo apt update -y sudo apt upgrade -y 3. Do a "sudo reboot" if kernel is upgraded 4. You can check via ifconfig and sudo dmesg | grep <eth i/f> to see that the links are up and IP is assigned 5. Check the status of NetworkManager.service sudo systemctl status NetworkManager.service 6. Clear dmesg logs for better reading of logs: sudo dmesg -c 7. Run the desktop disable command : sudo xmutil desktop_disable 8. You can now see that the IP address no longer exists and sudo dmesg | grep <eth i/f> shows that the links are down. 9. Again check status of NetworkManager.service: sudo systemctl status NetworkManager.service 10. Restarting NetworkManager.service brings the eth interfaces up again sudo systemctl restart NetworkManager.service ** Attachment added: "desktop_disable_logs.txt" https://bugs.launchpad.net/ubuntu/+bug/2104288/+attachment/5867458/+files/desktop_disable_logs.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2104288 Title: Disabling the desktop using xmutil causes DHCP IP to go down ie eth interface to go down with Uubntu 24.04 x06 Image To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/2104288/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
