Need to manually enable wireless interface on boot

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
pandap

Need to manually enable wireless interface on boot

Post by pandap »

Hi,

I have LM 18.3 Cinnamon (recently upgraded from 18.2). When I boot my system it does not automatically detect wireless. The wireless interface is down by default.

Everytime I have run the following two commands to get it running:

Code: Select all

sudo ifconfig rename3 up
sudo service network-manager restart
It is not a lot of work, however I was hoping to find a way to get the system to enable the wireless interface and connect automatically on boot rather than me doing it manually.
Would appreciate help on this.

thank you.
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.
User avatar
catweazel
Level 19
Level 19
Posts: 9763
Joined: Fri Oct 12, 2012 9:44 pm
Location: Australian Antarctic Territory

Re: Need to manually enable wireless interface on boot

Post by catweazel »

If those commands work for you then put them in /etc/rc.local before the line that reads exit 0 and without sudo:

Code: Select all

sudo nano -w /etc/rc.local
ctrl-o <enter> to save.
ctrl-x to exit.

Reboot.
"There is, ultimately, only one truth -- cogito, ergo sum -- everything else is an assumption." - Me, my swansong.
Locked

Return to “Networking”