Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 6470  / 1 Year ago, sun, january 15, 2023, 10:26:37

Good evening everyone, I have got an issue which I hope you will help me to solve.
I was trying to update my Kernel in ubuntu from this web-site
http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.2-rc4-oneiric/
And everything went smooth. But, for some reason, my wifi doesn't work in new Kernel so I decided to switch back to my old one 3.0.0-17 generic and to my surprise WIFI doesn't start automatically eventhou it was working. What I mean is that I have to click on wifi icon and put a mark Enable Wireless.



This is not a really serious issue but I don't like switch on everytime at log in my WIFI because before that it was working when system started.



What is the cause of this and how to fix it.



Thank you very much for you help.


More From » wireless

 Answers
3

As per your comments in the question, try this



edit /etc/rc.local, type -




gksu gedit /etc/rc.local




Edit the file so it looks like



#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
rfkill unblock wifi
exit 0


Save it and close. After that just reboot and see if it works.


[#39541] Tuesday, January 17, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
oreera

Total Points: 472
Total Questions: 121
Total Answers: 116

Location: Mayotte
Member since Thu, Dec 17, 2020
3 Years ago
;