-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
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
Recommended way to setup Wifi after v24.04 server successful install #153
Comments
The netplan docs have a wifi example that should almost work. On Ubuntu Server you need to use It should looks something like:
The file name doesn't matter as long as in ends in EDIT: after creating the file you will have to run |
I "replace" netplan by installing network manager and:
|
Agree but this is assuming you don't have any internet connections yet to install / update. |
Still couldn't get wifi up but at least I got ethernet end0 working from the netplan yaml... |
@ccgarant if you run |
Thanks @tobhe, I set wlp1s0f0 to "up" and no errors. I installed rfkill and ran those commands, all good. Now upon Ssh.service not found. I manually created one and type it into I've tried Upon daemon-reload, and restart ssh, there is another warning. Ssh.socket not found. Not sure if this is all from openssh-server not installing correctly... |
This looks like ssh socket activation: https://discourse.ubuntu.com/t/sshd-now-uses-socket-based-activation-ubuntu-22-10-and-later/30189 |
What is the recommended way to setup a wifi or ethernet connection after successful install? I also ran into this issue with v22 server install. If netplan in
/etc/netplan
what is the recommended filename? Also, is there a group name to set them UP? (E.g. sudo ip link set wlp1s0f0 up)I have a mac mini m1 with
ip a
of end0 and wlp1s0f0.The text was updated successfully, but these errors were encountered: