26

How do I enable WiFi from the Ubuntu 11.10 netroot recovery terminal?

After just 12 hours with Ubuntu, I managed to destroy my ATI fglrx drivers and now I can't repair them without Internet access.

3 Answers3

27

What worked for me was starting the network manager service.

sudo service NetworkManager start
Mads Skjern
  • 1,058
  • 4
  • 13
  • 24
13

First, run ifconfig wlan0 up. This will enable wireless. You won't get any feedback unless there's a problem. Next, run iwlist wlan0 scan to scan for nearby wireless networks. Once you have looked at the output and know which wireless network you want to connect to, run iwconfig wlan0 essid NETWORK_ID key s:WIRELESS_KEY, replacing NETWORK_ID with the name (essid) of the nework and WIRELESS_KEY with the network passcode. Hope that helps!

William
  • 7,720
0

as of January 2023, you can enter the root shell via recovery mode and then, nmcli is the tool you want to use, make changes and do the repair - persists whatever changes you make otherwise they are of no use