ладно, это всё лирика, как я понял, фишка в настройке wpa_supplicant , осталось разобраться, как подружить его с WEP + ASCII
к сожалению роутера/точки доступа под рукой нет чтоб проверит, но есть идея:
идём в /etc/wicd/encryption/templates , в файл active
добавляем строчку wep-ascii
в папке
/etc/wicd/encryption/templates
создаём файл wep-ascii
со следующем содержанием:
name = WEP (ASCII)
author = Adam Blackburn
version = 1
require passphrase *Passphrase
-----
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="$_ESSID"
scan_ssid=$_SCAN
key_mgmt=NONE
auth_alg=SHARED
wep_key0="$_PASSPHRASE"
wep_tx_keyidx=0
priority=5
}
После этого в выборе методов шифрования появляется WEP (ASCII) ,если не появится -- надо перезагрузиться
Проверьте, плз, у кого есть возможность, будет ли работать на 64битном WEP с ключём "12345" в ASCII
Пользователь решил продолжить мысль 23 Июня 2010, 09:29:21:
Фигня какая то получается:
с первого раза не подключается, вернее подключается так:
Сначала выставляю тип WEP ASCII, выдаёт ошибку, но если этоо не сделать -- не подключается ни в какую,
а потом WEP Passphrase , то успешно подключается, логи прилагаю:
2010/06/23 11:15:58 :: ---------------------------
2010/06/23 11:15:58 :: wicd initializing...
2010/06/23 11:15:58 :: ---------------------------
2010/06/23 11:15:58 :: wicd is version 1.7.0 552
2010/06/23 11:15:59 :: setting backend to external
2010/06/23 11:15:59 :: trying to load backend external
2010/06/23 11:15:59 :: successfully loaded backend external
2010/06/23 11:15:59 :: trying to load backend external
2010/06/23 11:15:59 :: successfully loaded backend external
2010/06/23 11:15:59 :: Automatically detected wireless interface wlan0
2010/06/23 11:15:59 :: setting wireless interface wlan0
2010/06/23 11:15:59 :: automatically detected wired interface eth0
2010/06/23 11:15:59 :: setting wired interface eth0
2010/06/23 11:16:00 :: setting wpa driver wext
2010/06/23 11:16:00 :: setting use global dns to False
2010/06/23 11:16:00 :: setting global dns
2010/06/23 11:16:00 :: global dns servers are 192.168.1.1 None None
2010/06/23 11:16:00 :: domain is None
2010/06/23 11:16:00 :: search domain is None
2010/06/23 11:16:00 :: setting automatically reconnect when connection drops True
2010/06/23 11:16:01 :: Setting dhcp client to 1
2010/06/23 11:16:01 :: Wireless configuration file found...
2010/06/23 11:16:01 :: Wired configuration file found...
2010/06/23 11:16:01 :: chmoding configuration files 0600...
2010/06/23 11:16:01 :: chowning configuration files root:root...
2010/06/23 11:16:01 :: Using wireless interface...wlan0
2010/06/23 11:16:01 :: Using wired interface...eth0
2010/06/23 11:16:07 :: Autoconnecting...
2010/06/23 11:16:07 :: No wired connection present, attempting to autoconnect to wireless network
2010/06/23 11:16:09 :: Unable to autoconnect, you'll have to manually connect
2010/06/23 11:16:12 :: Autoconnecting...
2010/06/23 11:16:12 :: No wired connection present, attempting to autoconnect to wireless network
2010/06/23 11:16:14 :: Unable to autoconnect, you'll have to manually connect
2010/06/23 11:16:17 :: Autoconnecting...
2010/06/23 11:16:17 :: No wired connection present, attempting to autoconnect to wireless network
2010/06/23 11:16:19 :: Unable to autoconnect, you'll have to manually connect
2010/06/23 11:16:22 :: Autoconnecting...
2010/06/23 11:16:22 :: No wired connection present, attempting to autoconnect to wireless network
2010/06/23 11:16:24 :: Unable to autoconnect, you'll have to manually connect
2010/06/23 11:16:48 :: Connecting to wireless network TRENDnet
2010/06/23 11:16:48 :: attempting to set hostname with dhclient
2010/06/23 11:16:48 :: using dhcpcd or another supported client may work better
2010/06/23 11:16:48 :: attempting to set hostname with dhclient
2010/06/23 11:16:48 :: using dhcpcd or another supported client may work better
2010/06/23 11:16:49 :: Putting interface down
2010/06/23 11:16:49 :: Releasing DHCP leases...
2010/06/23 11:16:49 :: attempting to set hostname with dhclient
2010/06/23 11:16:49 :: using dhcpcd or another supported client may work better
2010/06/23 11:16:49 :: Setting false IP...
2010/06/23 11:16:49 :: Stopping wpa_supplicant
2010/06/23 11:16:49 :: Flushing the routing table...
2010/06/23 11:16:49 :: Putting interface up...
2010/06/23 11:16:51 :: Attempting to authenticate...
2010/06/23 11:16:51 :: Running DHCP with hostname my-ubuntu
2010/06/23 11:16:51 :: attempting to set hostname with dhclient
2010/06/23 11:16:51 :: using dhcpcd or another supported client may work better
2010/06/23 11:16:51 :: Internet Systems Consortium DHCP Client V3.1.3
2010/06/23 11:16:51 :: Copyright 2004-2009 Internet Systems Consortium.
2010/06/23 11:16:51 :: All rights reserved.
2010/06/23 11:16:51 :: For info, please visit https://www.isc.org/software/dhcp/
2010/06/23 11:16:51 ::
2010/06/23 11:16:51 :: Listening on LPF/wlan0/70:1a:04:fc:5c:22
2010/06/23 11:16:51 :: Sending on LPF/wlan0/70:1a:04:fc:5c:22
2010/06/23 11:16:51 :: Sending on Socket/fallback
2010/06/23 11:16:55 :: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 5
2010/06/23 11:17:00 :: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 8
2010/06/23 11:17:08 :: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 12
2010/06/23 11:17:20 :: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 13
2010/06/23 11:17:33 :: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 9
2010/06/23 11:17:42 :: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 14
2010/06/23 11:17:56 :: No DHCPOFFERS received.
2010/06/23 11:17:56 :: No working leases in persistent database - sleeping.
2010/06/23 11:18:05 :: DHCP connection failed
2010/06/23 11:18:05 :: exiting connection thread
2010/06/23 11:18:05 :: Sending connection attempt result dhcp_failed
2010/06/23 11:18:05 :: attempting to set hostname with dhclient
2010/06/23 11:18:05 :: using dhcpcd or another supported client may work better
2010/06/23 11:18:05 :: attempting to set hostname with dhclient
2010/06/23 11:18:05 :: using dhcpcd or another supported client may work better
2010/06/23 11:18:11 :: Connecting to wireless network TRENDnet
2010/06/23 11:18:11 :: attempting to set hostname with dhclient
2010/06/23 11:18:11 :: using dhcpcd or another supported client may work better
2010/06/23 11:18:11 :: attempting to set hostname with dhclient
2010/06/23 11:18:11 :: using dhcpcd or another supported client may work better
2010/06/23 11:18:11 :: Putting interface down
2010/06/23 11:18:11 :: Releasing DHCP leases...
2010/06/23 11:18:11 :: attempting to set hostname with dhclient
2010/06/23 11:18:11 :: using dhcpcd or another supported client may work better
2010/06/23 11:18:12 :: Setting false IP...
2010/06/23 11:18:12 :: Stopping wpa_supplicant
2010/06/23 11:18:12 :: Flushing the routing table...
2010/06/23 11:18:12 :: Putting interface up...
2010/06/23 11:18:14 :: Attempting to authenticate...
2010/06/23 11:18:15 :: Running DHCP with hostname my-ubuntu
2010/06/23 11:18:15 :: attempting to set hostname with dhclient
2010/06/23 11:18:15 :: using dhcpcd or another supported client may work better
2010/06/23 11:18:15 :: Internet Systems Consortium DHCP Client V3.1.3
2010/06/23 11:18:15 :: Copyright 2004-2009 Internet Systems Consortium.
2010/06/23 11:18:15 :: All rights reserved.
2010/06/23 11:18:15 :: For info, please visit https://www.isc.org/software/dhcp/
2010/06/23 11:18:15 ::
2010/06/23 11:18:15 :: Listening on LPF/wlan0/70:1a:04:fc:5c:22
2010/06/23 11:18:15 :: Sending on LPF/wlan0/70:1a:04:fc:5c:22
2010/06/23 11:18:15 :: Sending on Socket/fallback
2010/06/23 11:18:19 :: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 8
2010/06/23 11:18:27 :: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 8
2010/06/23 11:18:35 :: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 13
2010/06/23 11:18:48 :: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 8
2010/06/23 11:18:56 :: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 21
2010/06/23 11:19:17 :: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 3
2010/06/23 11:19:20 :: No DHCPOFFERS received.
2010/06/23 11:19:20 :: No working leases in persistent database - sleeping.
2010/06/23 11:19:29 :: DHCP connection failed
2010/06/23 11:19:29 :: exiting connection thread
2010/06/23 11:19:29 :: Sending connection attempt result dhcp_failed
2010/06/23 11:19:29 :: attempting to set hostname with dhclient
2010/06/23 11:19:29 :: using dhcpcd or another supported client may work better
2010/06/23 11:19:29 :: attempting to set hostname with dhclient
2010/06/23 11:19:29 :: using dhcpcd or another supported client may work better
2010/06/23 11:19:42 :: Connecting to wireless network TRENDnet
2010/06/23 11:19:42 :: attempting to set hostname with dhclient
2010/06/23 11:19:42 :: using dhcpcd or another supported client may work better
2010/06/23 11:19:42 :: attempting to set hostname with dhclient
2010/06/23 11:19:42 :: using dhcpcd or another supported client may work better
2010/06/23 11:19:42 :: Putting interface down
2010/06/23 11:19:42 :: Releasing DHCP leases...
2010/06/23 11:19:42 :: attempting to set hostname with dhclient
2010/06/23 11:19:42 :: using dhcpcd or another supported client may work better
2010/06/23 11:19:43 :: Setting false IP...
2010/06/23 11:19:43 :: Stopping wpa_supplicant
2010/06/23 11:19:43 :: Flushing the routing table...
2010/06/23 11:19:43 :: Putting interface up...
2010/06/23 11:19:45 :: Attempting to authenticate...
2010/06/23 11:19:45 :: Running DHCP with hostname my-ubuntu
2010/06/23 11:19:45 :: attempting to set hostname with dhclient
2010/06/23 11:19:45 :: using dhcpcd or another supported client may work better
2010/06/23 11:19:45 :: Internet Systems Consortium DHCP Client V3.1.3
2010/06/23 11:19:45 :: Copyright 2004-2009 Internet Systems Consortium.
2010/06/23 11:19:45 :: All rights reserved.
2010/06/23 11:19:45 :: For info, please visit https://www.isc.org/software/dhcp/
2010/06/23 11:19:45 ::
2010/06/23 11:19:45 :: Listening on LPF/wlan0/70:1a:04:fc:5c:22
2010/06/23 11:19:45 :: Sending on LPF/wlan0/70:1a:04:fc:5c:22
2010/06/23 11:19:45 :: Sending on Socket/fallback
2010/06/23 11:19:46 :: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 4
2010/06/23 11:19:50 :: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 5
2010/06/23 11:19:55 :: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 11
2010/06/23 11:20:06 :: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 21
2010/06/23 11:20:27 :: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 7
2010/06/23 11:20:34 :: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 7
2010/06/23 11:20:41 :: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 6
2010/06/23 11:20:47 :: No DHCPOFFERS received.
2010/06/23 11:20:47 :: No working leases in persistent database - sleeping.
2010/06/23 11:20:56 :: DHCP connection failed
2010/06/23 11:20:56 :: exiting connection thread
2010/06/23 11:20:56 :: Sending connection attempt result dhcp_failed
2010/06/23 11:20:56 :: Autoconnecting...
2010/06/23 11:20:56 :: No wired connection present, attempting to autoconnect to wireless network
2010/06/23 11:20:58 :: Unable to autoconnect, you'll have to manually connect
2010/06/23 11:20:58 :: attempting to set hostname with dhclient
2010/06/23 11:20:58 :: using dhcpcd or another supported client may work better
2010/06/23 11:20:59 :: attempting to set hostname with dhclient
2010/06/23 11:20:59 :: using dhcpcd or another supported client may work better
2010/06/23 11:21:16 :: Connecting to wireless network TRENDnet
2010/06/23 11:21:16 :: attempting to set hostname with dhclient
2010/06/23 11:21:16 :: using dhcpcd or another supported client may work better
2010/06/23 11:21:16 :: attempting to set hostname with dhclient
2010/06/23 11:21:16 :: using dhcpcd or another supported client may work better
2010/06/23 11:21:17 :: Putting interface down
2010/06/23 11:21:17 :: Releasing DHCP leases...
2010/06/23 11:21:17 :: attempting to set hostname with dhclient
2010/06/23 11:21:17 :: using dhcpcd or another supported client may work better
2010/06/23 11:21:17 :: Setting false IP...
2010/06/23 11:21:17 :: Stopping wpa_supplicant
2010/06/23 11:21:17 :: Flushing the routing table...
2010/06/23 11:21:17 :: Putting interface up...
2010/06/23 11:21:19 :: Attempting to authenticate...
2010/06/23 11:21:20 :: Running DHCP with hostname my-ubuntu
2010/06/23 11:21:20 :: attempting to set hostname with dhclient
2010/06/23 11:21:20 :: using dhcpcd or another supported client may work better
2010/06/23 11:21:20 :: Internet Systems Consortium DHCP Client V3.1.3
2010/06/23 11:21:20 :: Copyright 2004-2009 Internet Systems Consortium.
2010/06/23 11:21:20 :: All rights reserved.
2010/06/23 11:21:20 :: For info, please visit https://www.isc.org/software/dhcp/
2010/06/23 11:21:20 ::
2010/06/23 11:21:20 :: Listening on LPF/wlan0/70:1a:04:fc:5c:22
2010/06/23 11:21:20 :: Sending on LPF/wlan0/70:1a:04:fc:5c:22
2010/06/23 11:21:20 :: Sending on Socket/fallback
2010/06/23 11:21:20 :: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 8
2010/06/23 11:21:20 :: DHCPOFFER of 192.168.10.103 from 192.168.10.1
2010/06/23 11:21:20 :: DHCPREQUEST of 192.168.10.103 on wlan0 to 255.255.255.255 port 67
2010/06/23 11:21:20 :: DHCPACK of 192.168.10.103 from 192.168.10.1
2010/06/23 11:21:20 :: bound to 192.168.10.103 -- renewal in 274201 seconds.
2010/06/23 11:21:20 :: DHCP connection successful
2010/06/23 11:21:20 :: not verifying
2010/06/23 11:21:20 :: Connecting thread exiting.
2010/06/23 11:21:20 :: Sending connection attempt result Success