m1gin 254

​​​​​​​https://medium.com/@yping88/how-to-enable-wi-fi-on-ubuntu-server-20-04-without-a-wired-ethernet-connection-42e0b71ca198

Prepare the USB disk...


wpasupplicant: need to be included in disk... So download the related files and copy them to the USB disk.

  • http://mirrors.kernel.org/ubuntu/pool/main/w/wpa/wpasupplicant_2.9-1ubuntu4_amd64.deb
  • http://mirrors.kernel.org/ubuntu/pool/main/libn/libnl3/libnl-route-3-200_3.4.0-1_amd64.deb
  • http://mirrors.kernel.org/ubuntu/pool/main/p/pcsc-lite/libpcsclite1_1.8.26-3_amd64.deb

After installing Ubuntu Server, boot the pc and install wpasupplicant.

  • sudo mount -t vfat /dev/sdb1 /media/usb
  • cd /media/usb
  • sudo dpkg -i libnl-route-3–200_3.4.0–1_amd64.deb libpcsclite1_1.8.26–3_amd64.deb wpasupplicant_2.9–1ubuntu4_amd64.deb


Follow the steps in the following page:

https://linuxconfig.org/ubuntu-20-04-connect-to-wifi-from-command-line

NOTE: Don't include wifis: node for enabling wifi list for users... If it doesn't work during installation, can be removed later.

https://github.com/cockpit-project/cockpit/issues/8477

---

Note the optional: true key declarations which allow booting to occur without waiting for those interfaces to activate entirely.

Add to: