Re: Wifi cannot be enable- iwlist doesn’t exist
Reply #1 –
If you use a gui manager then I suppose check the settings to see if the ethernet has somehow been made the default. I just upgraded after reading this to check, and wireless still works here although I saw the kernel and firmware got updated, so it could be hardware specific if that was the reason.
iwlist is in the wireless_tools package, which is handy to have installed, but the "modern" command is iw. You wouldn't use either to enable wifi on the command line though, you use ip, wpa_supplicant then dhclient (or dhcpcd, but dhclient is easier to use as installed.) Check if you have accidentally flipped the wifi switch if you have one too, I did that recently ...
$ iw dev
- gives the device name
$ ip link show (device name)
- gives the status
$ ifconfig
- more info, only appears here if it is UP.