You’ll probably need to do a bit of digging to make that work.
General WiFi troubleshooting on Linux looks roughly like this:
check if the WiFi device shows up.
ifconfig -a # should show you your network devices.
If no WiFi devices, then you need to figure out why not: is the driver loaded, is there a hot key on the device that disables the WiFi, is there a setting in the BIOS that disables it, is there even a Linux driver for the WiFi chipset.
- if the wireless device shows up in ifconfig, is the device listed as up? If not, toggle it up. If it is, toggle it down and then up.
Those are the common things to look at, each with its own potentially complicated troubleshooting routines. Good luck!