
i jak ją dodac do jego listy? Nigdzie nie moge znalezc mojej sieci

Kod: Zaznacz cały
eth1 Scan completed :
Cell 01 - Address: 00:0B:B4:00:03:8B
ESSID:"grape"
Protocol:IEEE 802.11bg
Mode:Master
Channel:6
Frequency:2.437 GHz (Channel 6)
Encryption key :o n
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 6 Mb/s; 9 Mb/s
11 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
48 Mb/s; 54 Mb/s
Quality=96/100 Signal level=-31 dBm Noise level=-31 dBm
IE: WPA Version 1
Group Cipher : TKIP
Pairwise Ciphers (1) : TKIP
Authentication Suites (1) : PSK
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : TKIP
Pairwise Ciphers (1) : CCMP
Authentication Suites (1) : PSK
Extra: Last beacon: 20ms ago
Kod: Zaznacz cały
debian:~# dmesg|grep ipw
ipw3945: disagrees about version of symbol ieee80211_wx_get_encodeext
ipw3945: Unknown symbol ieee80211_wx_get_encodeext
ipw3945: disagrees about version of symbol ieee80211_wx_set_encode
ipw3945: Unknown symbol ieee80211_wx_set_encode
ipw3945: disagrees about version of symbol ieee80211_wx_get_encode
ipw3945: Unknown symbol ieee80211_wx_get_encode
ipw3945: disagrees about version of symbol ieee80211_txb_free
ipw3945: Unknown symbol ieee80211_txb_free
ipw3945: disagrees about version of symbol ieee80211_wx_set_encodeext
ipw3945: Unknown symbol ieee80211_wx_set_encodeext
ipw3945: disagrees about version of symbol ieee80211_wx_get_scan
ipw3945: Unknown symbol ieee80211_wx_get_scan
ipw3945: disagrees about version of symbol ieee80211_freq_to_channel
ipw3945: Unknown symbol ieee80211_freq_to_channel
ipw3945: disagrees about version of symbol ieee80211_set_geo
ipw3945: Unknown symbol ieee80211_set_geo
ipw3945: disagrees about version of symbol ieee80211_rx
ipw3945: Unknown symbol ieee80211_rx
ipw3945: disagrees about version of symbol ieee80211_get_channel
ipw3945: Unknown symbol ieee80211_get_channel
ipw3945: disagrees about version of symbol ieee80211_channel_to_index
ipw3945: Unknown symbol ieee80211_channel_to_index
ipw3945: disagrees about version of symbol ieee80211_rx_mgt
ipw3945: Unknown symbol ieee80211_rx_mgt
ipw3945: disagrees about version of symbol ieee80211_get_geo
ipw3945: Unknown symbol ieee80211_get_geo
ipw3945: disagrees about version of symbol free_ieee80211
ipw3945: Unknown symbol free_ieee80211
ipw3945: disagrees about version of symbol ieee80211_tx_frame
ipw3945: Unknown symbol ieee80211_tx_frame
ipw3945: disagrees about version of symbol ieee80211_is_valid_channel
ipw3945: Unknown symbol ieee80211_is_valid_channel
ipw3945: disagrees about version of symbol ieee80211_get_channel_flags
ipw3945: Unknown symbol ieee80211_get_channel_flags
ipw3945: disagrees about version of symbol alloc_ieee80211
ipw3945: Unknown symbol alloc_ieee80211
Kod: Zaznacz cały
aptitude install wpasupplicant
Kod: Zaznacz cały
touch /etc/wpa_supplicant/wpa.conf
Kod: Zaznacz cały
# WPA-PSK/TKIP
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="tutaj_nazwa_sieci"
key_mgmt=WPA-PSK
scan_ssid=1
psk="tutaj_klucz_wpa"
}
Kod: Zaznacz cały
allow-hotplug eth1
iface eth1 inet dhcp
up /sbin/wpa_supplicant -ieth1 -Dwext -c/etc/wpa_supplicant/wpa.conf -Bw
pre-down wpa_cli terminate
route add gw default tutaj_adres_bramy
dhclient eth1
Kod: Zaznacz cały
allow-hotplug eth1
iface eth1 inet static
address tutaj_adres_ip
netmask tutaj_adres_maski
gateway tutaj_adres_bramy
route add default gw tutaj_adres_bramy
up /sbin/wpa_supplicant -ieth1 -Dwext -c/etc/wpa_supplicant/wpa.conf -Bw
pre-down wpa_cli terminate