I'm not sure what it's called but you know right before you login Ubuntu, you can hit CTRL+ALT+F1 and you get a terminal? That's what I'm referring to. The problem is that I'm not sure how to enable the internet connection there.
Reason why I need internet connection is because today I can't log in and I'm getting some "low graphics mode" problem and just can't login my desktop no matter what. Unfortunately, I was dumb enough to follow an instruction that removed xorg-server and now when I type
sudo apt-get install xorg-server
I just get because I don't have internet on that terminal. Is there any way to fix this?
EDIT: I connect through WiFi
this is the result of sudo ifconfig:
eth0 Link encap:Ethernet HWaddr 00:26:9e:94:ab:3a
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:27 Base address:0x2000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
wlan0 Link encap:Ethernet HWaddr c4:17:fe:3e:be:ca
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Sorry it took so long, I typed it by hand.
sudo ifconfigsay? – Tom Wijsman Jul 21 '10 at 21:10