We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Distribution (run cat /etc/os-release):
cat /etc/os-release
PRETTY_NAME="Ubuntu 24.04.1 LTS" NAME="Ubuntu" VERSION_ID="24.04" VERSION="24.04.1 LTS (Noble Numbat)" VERSION_CODENAME=noble ID=ubuntu ID_LIKE=debian HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" UBUNTU_CODENAME=noble LOGO=ubuntu-logo
Related Application and/or Package Version (run apt policy $PACKAGE NAME):
apt policy $PACKAGE NAME
system76-driver: Installed: 20.04.98172911056124.041d024c2dev Candidate: 20.04.98172911056124.041d024c2dev Version table: *** 20.04.98172911056124.041d024c2dev 1001 1001 https://ppa.launchpadcontent.net/system76-dev/stable/ubuntu noble/main amd64 Packages 100 /var/lib/dpkg/status
Issue/Bug Description:
Wake On Lan doesn't work on stock Ubuntu 24.04 out of the box on a Thelio R4
Resolved by manually running "sudo nmcli connection modify "netplan-eno1" 802-3-ethernet.wake-on-lan magic"
It would be nice if the system76 driver can automate ensuring wake on lan works on the Thelio R4 with stock ubuntu 24.04 out of the box.
Steps to reproduce (if you know):
Expected behavior:
Shutdown Ubuntu 24.04 on a Thelio R4 desktop and have it power back on when Wake on Lan packet sent to it.
Other Notes:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Distribution (run
cat /etc/os-release
):PRETTY_NAME="Ubuntu 24.04.1 LTS"
NAME="Ubuntu"
VERSION_ID="24.04"
VERSION="24.04.1 LTS (Noble Numbat)"
VERSION_CODENAME=noble
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=noble
LOGO=ubuntu-logo
Related Application and/or Package Version (run
apt policy $PACKAGE NAME
):system76-driver:
Installed: 20.04.98
172911056124.041d024c2devCandidate: 20.04.98
172911056124.041d024c2devVersion table:
*** 20.04.98
172911056124.041d024c2dev 10011001 https://ppa.launchpadcontent.net/system76-dev/stable/ubuntu noble/main amd64 Packages
100 /var/lib/dpkg/status
Issue/Bug Description:
Wake On Lan doesn't work on stock Ubuntu 24.04 out of the box on a Thelio R4
Resolved by manually running "sudo nmcli connection modify "netplan-eno1" 802-3-ethernet.wake-on-lan magic"
It would be nice if the system76 driver can automate ensuring wake on lan works on the Thelio R4 with stock ubuntu 24.04 out of the box.
Steps to reproduce (if you know):
Expected behavior:
Shutdown Ubuntu 24.04 on a Thelio R4 desktop and have it power back on when Wake on Lan packet sent to it.
Other Notes:
The text was updated successfully, but these errors were encountered: