I have been searching this (and other) forum for a couple of days to find a solution to this problem, but haven't been able to fix it...
The problem:
When I open wlassistant it finds my wireless network (ESSID: togh), but when I try to connect I get "connection failed". I have double-checked the network key, and I have double-checked that I have written the correct MAC-address in the routers MAC-filter.
Similar problem: At first I thought this known bug, but when I write "sudo ifup ra0", I get this message:
I have also tried (as had worked for some, according to the bug discussion) writing "sudo dhclient ra0", giving me this message:
Obviously (since wlassistant can see my network) this is a simple problem, but I can't find out what is wrong. I appreciate any help, and will fill in with some more information below:
To me this looks like a confirmed connection to "togh", but I don't know enough about these sorts of things to tell...
The problem:
When I open wlassistant it finds my wireless network (ESSID: togh), but when I try to connect I get "connection failed". I have double-checked the network key, and I have double-checked that I have written the correct MAC-address in the routers MAC-filter.
Similar problem: At first I thought this known bug, but when I write "sudo ifup ra0", I get this message:
~$ sudo ifup ra0
ifup: interface ra0 already configured
ifup: interface ra0 already configured
~$ sudo dhclient ra0
Listening on LPF/ra0/XX:XX:XX:XX:XX:XX (not with the X'es, but a real MAC-address)
Sending on LPF/ra0/XX:XX:XX:XX:XX:XX
Sending on Socket/fallback
DHCPDISCOVER on ra0 to 255.255.255.255 port 67 interval 3
DHCPDISCOVER on ra0 to 255.255.255.255 port 67 interval 4
DHCPDISCOVER on ra0 to 255.255.255.255 port 67 interval 9
DHCPDISCOVER on ra0 to 255.255.255.255 port 67 interval 11
DHCPDISCOVER on ra0 to 255.255.255.255 port 67 interval 11
DHCPDISCOVER on ra0 to 255.255.255.255 port 67 interval 10
DHCPDISCOVER on ra0 to 255.255.255.255 port 67 interval 13
No DHCPOFFERS recieved.
No working leases in persistent database - sleeping.
Listening on LPF/ra0/XX:XX:XX:XX:XX:XX (not with the X'es, but a real MAC-address)
Sending on LPF/ra0/XX:XX:XX:XX:XX:XX
Sending on Socket/fallback
DHCPDISCOVER on ra0 to 255.255.255.255 port 67 interval 3
DHCPDISCOVER on ra0 to 255.255.255.255 port 67 interval 4
DHCPDISCOVER on ra0 to 255.255.255.255 port 67 interval 9
DHCPDISCOVER on ra0 to 255.255.255.255 port 67 interval 11
DHCPDISCOVER on ra0 to 255.255.255.255 port 67 interval 11
DHCPDISCOVER on ra0 to 255.255.255.255 port 67 interval 10
DHCPDISCOVER on ra0 to 255.255.255.255 port 67 interval 13
No DHCPOFFERS recieved.
No working leases in persistent database - sleeping.
~$ sudo iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
ra0 RT61 Wireless ESSID:"togh"
Mode:Managed Channel:11 Access Point: XX:XX:XX:XX:XX:XX (not the X's, but a real MAC-address)
Bit Rate=1 Mb/s
RTS thrff Fragment thrff
Encryption key: XXXX
Link Quality=87/70 Signal level:-52 dBm Noise level:-79 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
sit0 no wireless extensions.
lo no wireless extensions.
eth0 no wireless extensions.
ra0 RT61 Wireless ESSID:"togh"
Mode:Managed Channel:11 Access Point: XX:XX:XX:XX:XX:XX (not the X's, but a real MAC-address)
Bit Rate=1 Mb/s
RTS thrff Fragment thrff
Encryption key: XXXX
Link Quality=87/70 Signal level:-52 dBm Noise level:-79 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
sit0 no wireless extensions.
Comment