Is there a way to reinstall my wifi... utilities or whatever? Suddenly every time I open my laptop lid to bring it out from sleep, it no longer connects to my wifi. It doesn't even see the SSID. I have to click on "Enable Wifi" to disable it, then enable it, then select my wifi.
Ubuntu 14.04 on Dell Inspiron 1750.
Please run this command from the terminal:
Find out your wireless driver. Here is an example:
In my example, it reports, driver=iwlwifi. Yours will probably be different.
In most cases, you can use the driver you found directly in the next step. However, if your driver is reported as wl0, then use wl. If it reports b43-bcma-bridge, then use bcma.
Use nano or kate or leafpad if you don't have the text editor gedit. Add a single line:
Of course, substitute the driver you found, if not iwlwifi. Proofread carefully, save and close the text editor. Reboot.
How does it work now?