No wireless in Ubuntu

Hello

I have Ubuntu installed in VirtualBox.
But i can’t find the wireless interface.

iwconfig :
lo no wireless extensions.
enp0s3 no wireless extensions.

There’s no wireless interface in your virtual machine because the virtual machine is using the host computer’s (either wired or wireless) ethernet device as a virtual wired device. Use ifconfig instead of iwconfig, or alternatively run nmcli device status in the shell.

1 Like