Enable wireless by default?
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Enable wireless by default?
I just installed Mint 10 and now every time I turn on my laptop, I have to right-click the network icon on the taskbar and select "Enable Wireless." Then everything works fine. Is there anyway I can save myself this process and just have it enabled by default? I didn't have this problem with previous versions of Linux Mint.
Thanks for the help.
Thanks for the help.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
- tdockery97
- Level 14
- Posts: 5058
- Joined: Sun Jan 10, 2010 8:54 am
- Location: Mt. Angel, Oregon
Re: Enable wireless by default?
When you right-click on the network icon and select edit connections, and then select your wireless and press edit, is there a box near the top left of the next window that needs to be checked for automatically connect?
Mint Cinnamon 20.1
Re: Enable wireless by default?
It automatically connects to the wireless network, I just have to right-click on the network icon and enable wireless first every time I turn on the computer.
- tdockery97
- Level 14
- Posts: 5058
- Joined: Sun Jan 10, 2010 8:54 am
- Location: Mt. Angel, Oregon
Re: Enable wireless by default?
That's strange. Hopefully someone will come along who knows what config file that is controlled by.
Mint Cinnamon 20.1
Re: Enable wireless by default?
Exact same problem here, everything works but i have to enable wireless manually at every startup.
Mint Julia on a Lenovo S12. Maybe its the Broadcom drivers but they worked fine on Mint 9.
Mint Julia on a Lenovo S12. Maybe its the Broadcom drivers but they worked fine on Mint 9.
-
- Level 1
- Posts: 46
- Joined: Wed Sep 16, 2009 5:57 am
Re: Enable wireless by default?
I have the same problem with Mint 9. Never had it before but reinstalled with the same .iso which was working previously, now every time I start the machine up I need to manually enable wireless. 'Tis very strange.
FYI I am using an Acer AspireOne 531H with Atheros 5700 card.
FYI I am using an Acer AspireOne 531H with Atheros 5700 card.
Re: Enable wireless by default?
Maybe there has been a change in broadcom drivers.
Is there a simple way of trying older versions of wireless drivers?
Is there a simple way of trying older versions of wireless drivers?
Re: Enable wireless by default?
Hi. This is what I did and it is working for me now:
Just open /etc/rc.local with gedit (newbies: open a terminal and type sudo gedit /etc/rc.local) and copy/paste the following line:
This is an equivalent command as right-clicking 'Enable Wireless' on NetworkManager. Newbies (like me) Remember to insert this command after the commented lines on this file and before exit 0
This is my first contribution to this great community. Just changed from Window$ about a month ago and everything I was using before there is all set here in Linux and never going back... I love mint!
Just open /etc/rc.local with gedit (newbies: open a terminal and type sudo gedit /etc/rc.local) and copy/paste the following line:
Code: Select all
dbus-send --system --type=method_call --dest=org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.DBus.Properties.Set string:org.freedesktop.NetworkManager string:WirelessEnabled variant:boolean:true
This is my first contribution to this great community. Just changed from Window$ about a month ago and everything I was using before there is all set here in Linux and never going back... I love mint!
- rivenathos
- Level 6
- Posts: 1070
- Joined: Wed May 06, 2009 7:32 am
- Location: USA
Re: Enable wireless by default?
One thing I have noted previously in regards to this issue is when the computer is set to boot automatically and skip the password screen, that sometimes keeps the wireless from automatically connecting. In the wireless section, putting a check in the box to allow all users seems to be one fix. It is worth a shot to see if it works for you.
Current hardware: a Dell OptiPlex 3010 desktop, a Dell Inspiron 531 desktop, and a Dell Inspiron 1545 laptop.
Current OS: LMDE 3
Current OS: LMDE 3
Re: Enable wireless by default?
This is it...finally wireless auto connects after reboot. Thanks a million cmedinacmedina wrote:Hi. This is what I did and it is working for me now:
Just open /etc/rc.local with gedit (newbies: open a terminal and type sudo gedit /etc/rc.local) and copy/paste the following line:
This is an equivalent command as right-clicking 'Enable Wireless' on NetworkManager. Newbies (like me) Remember to insert this command after the commented lines on this file and before exit 0Code: Select all
dbus-send --system --type=method_call --dest=org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.DBus.Properties.Set string:org.freedesktop.NetworkManager string:WirelessEnabled variant:boolean:true
This is my first contribution to this great community. Just changed from Window$ about a month ago and everything I was using before there is all set here in Linux and never going back... I love mint!
