I need a little help connecting my b3 to the WLAN of my router. I've done some of the steps from the wiki "Connect your B3 as a wireless device to an access point".
http://wiki.excito.com/w/index.php?titl ... cess_point
I'm not sure what it is about installing "wireless-tools" and "wpasupplicant" because the tutorial doesn't mentions it any further..
however i have installed these packages and configured the interfaces.
Code: Select all
auto wlan0
iface wlan0 inet dhcp
wpa-ssid (wlan name)
wpa-psk (wp2 password)
Code: Select all
Listening on LPF/wlan0/00:0b:6b:7e:60:cc
Sending on LPF/wlan0/00:0b:6b:7e:60:cc
Sending on Socket/fallback
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 7
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 9
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 11
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 17
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 17
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
Thank you!!