All pastes #2051936 Raw Edit

Untitled

public text v1 · immutable
#2051936 ·published 2011-04-29 16:11 UTC
rendered paste body
# See /usr/doc/wpa_supplicant-0.7.3/wpa_supplicant.conf.sample
# for many more options that you can use in this file.

# This line enables the use of wpa_cli which is used by rc.wireless
# if possible (to check for successful association)
ctrl_interface=/var/run/wpa_supplicant
# By default, only root (group 0) may use wpa_cli
ctrl_interface_group=1
eapol_version=1
ap_scan=1
fast_reauth=1
#country=US

# WPA protected network, supply your own ESSID and WPAPSK here:
network={
  scan_ssid=0
  ssid="Myid"
  proto=WPA RSN
  key_mgmt=WPA-PSK
  pairwise=CCMP TKIP
  group=CCMP TKIP WEP104 WEP40
  psk=password
  priority=10
}

# Plaintext connection (no WPA, no IEEE 802.1X),
# nice for hotel/airport types of WiFi network.
network={
  key_mgmt=NONE
  priority=0
}



-------------------------------------------------------------------------------------------------------------------

root@slack:/# /etc/rc.d/rc.inet1 wlan0
Polling for DHCP server on interface eth0:
dhcpcd[5938]: version 5.2.11 starting
dhcpcd[5938]: eth0: waiting for carrier
dhcpcd[5938]: timed out
dhcpcd[5938]: allowing 8 seconds for IPv4LL timeout
dhcpcd[5938]: timed out
/etc/rc.d/rc.inet1:  wlan0 information: 'Any ESSID'
Error for wireless request "Set Nickname" (8B1C) :
    SET failed on device wlan0 ; Operation not supported.
Polling for DHCP server on interface wlan0:
dhcpcd[6360]: version 5.2.11 starting
dhcpcd[6360]: wlan0: waiting for carrier
dhcpcd[6360]: timed out
dhcpcd[6360]: allowing 8 seconds for IPv4LL timeout
dhcpcd[6360]: timed out