You are not logged in.
Often when I try to connect to a wireless network manually (I normally use netcfg), it looks like this:
$ sudo ifconfig wlan0 up
$ sudo iwconfig wlan0 essid xxx
$ sudo dhcpcd
dhcpcd[3676]: version 5.2.12 starting
dhcpcd[3676]: no interfaces have a carrier
dhcpcd[3676]: forked to background, child pid 3697I've just been killing the process, then repeating this 5-10 times before dhcpcd "finds a carrier."
The odd thing is that I don't have issues when connecting through netcfg. Occasionally it fails to connect the first time, but never 5 times in a row.
Offline
Is there eth0 in your ifconfig?
It will give the message when it has only loop
Chech your netting twine to be sure the light flashing.
Offline
Yes, eth0 is enabled and my wireless card is on.
Edit: This is what an ifconfig -a looks like directly after a I get the no interfaces have a carrier message:
eth0 Link encap:Ethernet HWaddr 00:15:C5:41:45: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)
Interrupt:18
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:72 errors:0 dropped:0 overruns:0 frame:0
TX packets:72 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:5536 (5.4 Kb) TX bytes:5536 (5.4 Kb)
wlan0 Link encap:Ethernet HWaddr 00:13:02:BB:C7:0C
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)Last edited by ChrisODonnell (2011-04-25 14:40:51)
Offline