0

I'm trying to set up my sister's laptop with Ubuntu 14.04 running the LDXE shell. The only issue is, on boot, the wifi is disabled by default and I can't seem to reactivate it except with these terminal commands:

sudo modprobe rt2800pci
sudo ifconfig wlan0 up

I'm wondering if there's a way for me to put these two into an executable, and just have her click that to start the wifi instead of opening the terminal and possibly forgetting the command.

1 Answers1

1

For an alternative way to run the commands at start up, you can set up those lines without the sudo in /etc/rc.local and it should execute them during start up.

Mark Kirby
  • 18,529
  • 19
  • 78
  • 114
Ziazis
  • 2,174