Artyom Loenko wrote:
NetworkManager: <info>  Activation (eth2/wireless): access point 'divenet' is 
unencrypted, no key needed.
NetworkManager: <info>  SUP: sending command 'INTERFACE_ADD eth2          wext  
  /var/run/wpa_supplicant '
NetworkManager: <info>  SUP: response was 'OK'
NetworkManager: <info>  SUP: sending command 'AP_SCAN 1'
NetworkManager: <info>  SUP: response was 'OK'

NM uses wpasupplicant for connecting to wireless networks.

To debug this, please add

network={
        ssid="divenet"
        id_str="divenet"
        scan_ssid=1
        key_mgmt=NONE
}
to /etc/wpa_supplicant/wpa_supplicant.conf
and

iface eth2 inet manual
       wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf

iface divenet inet dhcp

to /etc/network/interfaces.

Then stop a running NetworkManager instance /etc/init.d/network-manager stop and run

ifup eth2

Does that successfully connect to your wireless network?

Michael
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to