Debian Jessie problem z po

Masz problemy z siecią bądź internetem? Zapytaj tu
sasza
Posty: 1
Rejestracja: 01 października 2014, 07:55

Debian Jessie problem z połączenie poprzez kartą wifi na pci rtl8192ce

Post autor: sasza »

Witam,
moim problem z którym walczę już ponad tydzień jest uruchomienie karty sieciowej wifi na PCI dokładnie ten model http://www.asus.com/pl/Networking/PCEN10/
Jest ona założona w nowej stacjonarce, zainstalowany czysty system z netinstall CD, zaktualizowany do Jessie.
Obecnie korzystam z jądra:

Kod: Zaznacz cały

[font=arial]sasza@desktop:/etc$ uname -r
3.14-2-amd64[/font]
A karta jest wykrywana w systemie:

Kod: Zaznacz cały

[font=arial]08:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter [10ec:8176] (rev 01)[/font]
Co do tej pory zrobiłem:
  1. zainstalowałem przez apt-geta paczkę: https://packages.debian.org/jessie/firmware-realtek - zupełnie nie wykryło mi karty
  2. próbowałem skompilować sterownik ze strony realteka, wyrzuciło sporo błędów ale znalazłem inny sterownik na githubie
  3. pobrałem i zainstalowałem sterownik poprzez dostępny w źródle skrypt: https://github.com/FreedomBen/rtl8188ce-linux-driver
  4. odinstalowałem network-managera i zainstalowałem wicd - w tym momencie po załadowaniu sterownika karta pozwala na wykrywanie sieci

Tu zaczyna się mój problem, nie mogę połączyć się z żadną z sieci (domową z WPA2 i postawioną na szybko siecią otwartą) zarówno przez wicd jaki i z konsoli poprzez wpa-supplicant. Przy czym kilka razy zaraz po zainstalowaniu sterowników udało mi się połączyć, po rozłączeniu lub restarcie połączenie jest nie możliwe.

Przejrzałem log dmesg i log wicd.
Wygląda na to, że problem polega na rozłączaniu z powodu jakiś ustawień dotyczących kompatybilności elektromagnetycznej (kanały i moc nadawania różna dla różnych państw):

Kod: Zaznacz cały

[font=arial]wlan0: deauthenticating from 00:19:70:**:**:** by local choice (reason=3)[/font]
W związku z tym starałem się to poprawić:

  1. dodałem wpis PL w pliku /etc/default/crda
  2. ustawiłem iw reg set PL i sprawdziłem, że działa iw reg get
  3. poszedłem o krok dalej i zacząłem modyfikować źródła sterownika
    1. ustawiłem w kodzie moc na 20dB
    2. zmodyfikowałem regd.c i dodałem do enuma nowy wpis z ustawieniami dla Polski
Zachowanie jest nadal takie samo, tj po instalacji sterownika czasami udaje się połączyć z siecią, ale potem coś zmienia jakieś ustawienia i połączenie jest niemożliwe (restart, ponowne załadowanie sterownika, restartowane różnych usług sieciowych nie poprawia sytuacji). Pytanie co to jest to "coś" i gdzie szukać tego "jakieś"?
Prosiłbym o jakiekolwiek wskazówki, bo spędza mi to sen z powiek.
Pozdrawiam
sasza

Poniżej trochę logów:
dmesg zaraz po instalacji sterownika

Kod: Zaznacz cały

[ 3495.855988] cfg80211: Calling CRDA to update world regulatory domain
[ 3495.883492] rtl8192ce: rtl8192ce: FW Power Save off (module option)
[ 3495.883502] rtl8192ce: Using firmware rtlwifi/rtl8192cfw.bin
[ 3495.883535] rtl8192ce 0000:08:00.0: firmware: direct-loading firmware rtlwifi/rtl8192cfw.bin
[ 3495.885873] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
[ 3495.886088] rtlwifi: wireless switch is on
[ 3496.228364] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 3496.228532] cfg80211: World regulatory domain updated:
[ 3496.228535] cfg80211:  DFS Master region: unset
[ 3496.228536] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 3496.228537] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 3496.228538] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 3496.228539] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm)
[ 3496.228540] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[ 3496.228540] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[ 3496.228541] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm)
[ 3496.228608] cfg80211: Calling CRDA for country: PL
[ 3496.230541] cfg80211: Regulatory domain changed to country: PL
[ 3496.230543] cfg80211:  DFS Master region: ETSI
[ 3496.230544] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 3496.230545] cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 3496.230546] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[ 3496.230547] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[ 3496.230548] cfg80211:   (5490000 KHz - 5710000 KHz @ 80000 KHz), (N/A, 2700 mBm)
[ 3496.230549] cfg80211:   (57240000 KHz - 65880000 KHz @ 2160000 KHz), (N/A, 4000 mBm)
[ 3507.700545] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 3508.018137] e1000e 0000:00:19.0: irq 40 for MSI/MSI-X
[ 3508.120065] e1000e 0000:00:19.0: irq 40 for MSI/MSI-X
[ 3508.120176] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 3508.484182] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 3510.882210] dhcpcd[2416]: segfault at 7fff28565ff8 ip 00007f4ceb5bf06c sp 00007fff28566000 error 6 in libc-2.19.so[7f4ceb58f000+19f000]
[ 3511.508441] wlan0: authenticate with 00:19:70:**:**:**
[ 3511.528355] wlan0: send auth to 00:19:70:**:**:** (try 1/3)
[ 3511.632106] wlan0: send auth to 00:19:70:**:**:** (try 2/3)
[ 3511.648825] wlan0: authenticated
[ 3511.652110] wlan0: associate with 00:19:70:**:**:** (try 1/3)
[ 3511.716975] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[ 3511.717016] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 3511.753450] wlan0: RX AssocResp from 00:19:70:**:**:** (capab=0x431 status=0 aid=3)
[ 3511.753526] wlan0: associated
[ 3511.753560] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 3511.753648] cfg80211: Calling CRDA for country: NA
[ 3511.778262] wlan0: Limiting TX power to 20 (20 - 0) dBm as advertised by 00:19:70:**:**:** 
[B]-------------------------------------------w tym momenice jestem połączony - internet działa, rozłączam się z wicd[/B][B]-------------------------------------------[/B]
[ 4310.481769] wlan0: deauthenticating from 00:19:70:**:**:** by local choice (reason=3)
[ 4310.505226] cfg80211: Calling CRDA to update world regulatory domain
[ 4310.853152] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 4310.853184] cfg80211: World regulatory domain updated:
[ 4310.853187] cfg80211:  DFS Master region: unset
[ 4310.853188] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 4310.853190] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 4310.853191] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 4310.853192] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm)
[ 4310.853193] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[ 4310.853194] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[ 4310.853196] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm)
[ 4310.853308] cfg80211: Calling CRDA for country: PL
[ 4310.855064] cfg80211: Regulatory domain changed to country: PL
[ 4310.855067] cfg80211:  DFS Master region: ETSI
[ 4310.855067] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 4310.855068] cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 4310.855069] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[ 4310.855070] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[ 4310.855071] cfg80211:   (5490000 KHz - 5710000 KHz @ 80000 KHz), (N/A, 2700 mBm)
[ 4310.855072] cfg80211:   (57240000 KHz - 65880000 KHz @ 2160000 KHz), (N/A, 4000 mBm)
[ 4433.059026] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 4436.770453] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 4437.092807] e1000e 0000:00:19.0: irq 40 for MSI/MSI-X
[ 4437.196173] e1000e 0000:00:19.0: irq 40 for MSI/MSI-X
[ 4437.196289] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 4437.587849] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 4439.736616] wlan0: authenticate with 00:19:70:**:**:**
[ 4439.736710] wlan0: send auth to 00:19:70:**:**:** (try 1/3)
[ 4439.840039] wlan0: send auth to 00:19:70:**:**:** (try 2/3)
[ 4439.944035] wlan0: send auth to 00:19:70:**:**:** (try 3/3)
[ 4440.048120] wlan0: authentication with 00:19:70:**:**:** timed out
[ 4440.569068] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[ 4440.569113] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 4444.764527] wlan0: authenticate with 00:19:70:**:**:**
[ 4444.764601] wlan0: direct probe to 00:19:70:**:**:** (try 1/3)
[ 4444.968090] wlan0: direct probe to 00:19:70:**:**:** (try 2/3)
[ 4445.172087] wlan0: direct probe to 00:19:70:**:**:** (try 3/3)
[ 4445.376061] wlan0: authentication with 00:19:70:**:**:** timed out
[ 4462.360533] wlan0: authenticate with 00:19:70:**:**:**
[ 4462.370333] wlan0: send auth to 00:19:70:**:**:** (try 1/3)
[ 4462.472072] wlan0: send auth to 00:19:70:**:**:** (try 2/3)
[ 4462.576019] wlan0: send auth to 00:19:70:**:**:** (try 3/3)
[ 4462.680055] wlan0: authentication with 00:19:70:**:**:** timed out
[ 4475.698375] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 4476.100353] e1000e 0000:00:19.0: irq 40 for MSI/MSI-X
[ 4476.204172] e1000e 0000:00:19.0: irq 40 for MSI/MSI-X
[ 4476.204293] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 4479.689029] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[ 4479.689072] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 4516.750383] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 4518.028294] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 4518.352741] e1000e 0000:00:19.0: irq 40 for MSI/MSI-X
[ 4518.456085] e1000e 0000:00:19.0: irq 40 for MSI/MSI-X
[ 4518.456203] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 4518.840306] e1000e 0000:00:19.0: irq 40 for MSI/MSI-X
[ 4518.944165] e1000e 0000:00:19.0: irq 40 for MSI/MSI-X
[ 4518.944289] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 4521.821029] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[ 4521.821070] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[B]-------------------------------------------[/B][B]----------------------------p[/B][B]róba ponownego połączenia[/B][B]-------------------------------------------[/B][B]---------------------------[/B]
[ 4567.907435] e1000e 0000:00:19.0: irq 40 for MSI/MSI-X
[ 4568.008105] e1000e 0000:00:19.0: irq 40 for MSI/MSI-X
[ 4568.008251] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 4569.134241] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 4569.456762] e1000e 0000:00:19.0: irq 40 for MSI/MSI-X
[ 4569.560172] e1000e 0000:00:19.0: irq 40 for MSI/MSI-X
[ 4569.560311] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 4569.953823] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 4572.096745] wlan0: authenticate with 00:19:70:**:**:**
[ 4572.096841] wlan0: send auth to 00:19:70:**:**:** (try 1/3)
[ 4572.200110] wlan0: send auth to 00:19:70:**:**:** (try 2/3)
[ 4572.304114] wlan0: send auth to 00:19:70:**:**:** (try 3/3)
[ 4572.364930] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[ 4572.364971] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 4572.408038] wlan0: authentication with 00:19:70:**:**:** timed out
[ 4578.028648] wlan0: authenticate with 00:19:70:**:**:**
[ 4578.038333] wlan0: send auth to 00:19:70:**:**:** (try 1/3)
[ 4578.140036] wlan0: send auth to 00:19:70:**:**:** (try 2/3)
[ 4578.244031] wlan0: send auth to 00:19:70:**:**:** (try 3/3)
[ 4578.348112] wlan0: authentication with 00:19:70:**:**:** timed out
[ 4595.636494] wlan0: authenticate with 00:19:70:**:**:**
[ 4595.646254] wlan0: send auth to 00:19:70:**:**:** (try 1/3)
[ 4595.748046] wlan0: send auth to 00:19:70:**:**:** (try 2/3)
[ 4595.852097] wlan0: send auth to 00:19:70:**:**:** (try 3/3)
[ 4595.956050] wlan0: authentication with 00:19:70:**:**:** timed out
[ 4608.066761] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 4608.492940] e1000e 0000:00:19.0: irq 40 for MSI/MSI-X
[ 4608.596095] e1000e 0000:00:19.0: irq 40 for MSI/MSI-X
[ 4608.596220] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 4611.985043] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[ 4611.985085] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 4615.282997] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 4615.637723] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 4615.988938] e1000e 0000:00:19.0: irq 40 for MSI/MSI-X
[ 4616.092119] e1000e 0000:00:19.0: irq 40 for MSI/MSI-X
[ 4616.092249] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 4616.444834] e1000e 0000:00:19.0: irq 40 for MSI/MSI-X
[ 4616.548191] e1000e 0000:00:19.0: irq 40 for MSI/MSI-X
[ 4616.548324] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 4619.533030] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[ 4619.533072] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
wicd.log - mniej-więcej z tego samego okresu czasu

Kod: Zaznacz cały

2014/09/30 23:29:00 :: iwconfig wlan02014/09/30 23:29:02 :: ifconfig eth0
2014/09/30 23:29:02 :: ifconfig wlan0
2014/09/30 23:29:02 :: iwconfig wlan0
2014/09/30 23:29:04 :: found default in configuration 1
2014/09/30 23:29:04 :: Reading wired profile wired-default
2014/09/30 23:29:04 :: found afterscript in configuration None
2014/09/30 23:29:04 :: found dhcphostname in configuration desktop
2014/09/30 23:29:04 :: found postdisconnectscript in configuration None
2014/09/30 23:29:04 :: found dns_domain in configuration None
2014/09/30 23:29:04 :: found gateway in configuration None
2014/09/30 23:29:04 :: found use_global_dns in configuration False
2014/09/30 23:29:04 :: found lastused in configuration True
2014/09/30 23:29:04 :: found ip in configuration None
2014/09/30 23:29:04 :: found beforescript in configuration None
2014/09/30 23:29:04 :: found encryption_enabled in configuration False
2014/09/30 23:29:04 :: found broadcast in configuration None
2014/09/30 23:29:04 :: found netmask in configuration None
2014/09/30 23:29:04 :: found usedhcphostname in configuration 0
2014/09/30 23:29:04 :: found predisconnectscript in configuration None
2014/09/30 23:29:04 :: found enctype in configuration None
2014/09/30 23:29:04 :: found default in configuration 1
2014/09/30 23:29:04 :: found dns2 in configuration None
2014/09/30 23:29:04 :: found search_domain in configuration None
2014/09/30 23:29:04 :: found use_static_dns in configuration False
2014/09/30 23:29:04 :: found dns3 in configuration None
2014/09/30 23:29:04 :: found profilename in configuration wired-default
2014/09/30 23:29:04 :: found dns1 in configuration None
2014/09/30 23:29:04 :: found default in configuration 1
2014/09/30 23:29:04 :: saving wired profile wired-default
2014/09/30 23:29:04 :: scanning start
2014/09/30 23:29:04 :: ifconfig wlan0 up
2014/09/30 23:29:04 :: iwlist wlan0 scan
2014/09/30 23:29:06 :: ifconfig eth0
2014/09/30 23:29:06 :: ifconfig wlan0
2014/09/30 23:29:06 :: iwconfig wlan0
2014/09/30 23:29:08 :: ifconfig eth0
2014/09/30 23:29:08 :: ifconfig wlan0
2014/09/30 23:29:08 :: iwconfig wlan0
2014/09/30 23:29:08 :: scanning done
2014/09/30 23:29:08 :: found 3 networks:
2014/09/30 23:29:08 :: found afterscript in configuration None
2014/09/30 23:29:08 :: found dhcphostname in configuration desktop
2014/09/30 23:29:08 :: found ip in configuration None
2014/09/30 23:29:08 :: found dns_domain in configuration None
2014/09/30 23:29:08 :: found gateway in configuration None
2014/09/30 23:29:08 :: found use_global_dns in configuration False
2014/09/30 23:29:08 :: found postdisconnectscript in configuration None
2014/09/30 23:29:08 :: found beforescript in configuration None
2014/09/30 23:29:08 :: found netmask in configuration None
2014/09/30 23:29:08 :: found usedhcphostname in configuration 0
2014/09/30 23:29:08 :: found predisconnectscript in configuration None
2014/09/30 23:29:08 :: found enctype in configuration wpa-psk
2014/09/30 23:29:08 :: found dns3 in configuration None
2014/09/30 23:29:08 :: found dns2 in configuration None
2014/09/30 23:29:08 :: found dns1 in configuration None
2014/09/30 23:29:08 :: found use_settings_globally in configuration False
2014/09/30 23:29:08 :: found use_static_dns in configuration False
2014/09/30 23:29:08 :: found apsk in configuration *****
2014/09/30 23:29:08 :: found automatic in configuration 1
2014/09/30 23:29:08 :: found search_domain in configuration None
2014/09/30 23:29:10 :: ifconfig eth0
2014/09/30 23:29:10 :: ifconfig wlan0
2014/09/30 23:29:10 :: iwconfig wlan0
2014/09/30 23:29:12 :: Forced disconnect on
2014/09/30 23:29:12 :: Executing /etc/network/if-down.d/resolvconf with params 
2014/09/30 23:29:12 :: /etc/network/if-down.d/resolvconf returned 0
2014/09/30 23:29:12 :: Executing /etc/network/if-down.d/upstart with params 
2014/09/30 23:29:12 :: /etc/network/if-down.d/upstart returned 0
2014/09/30 23:29:12 :: Executing /etc/network/if-down.d/wpasupplicant with params 
2014/09/30 23:29:12 :: /etc/network/if-down.d/wpasupplicant returned 0
2014/09/30 23:29:12 :: /sbin/dhcpcd -k wlan0
2014/09/30 23:29:12 :: ifconfig wlan0 0.0.0.0 
2014/09/30 23:29:12 :: /sbin/ip route flush dev wlan0
2014/09/30 23:29:12 :: ifconfig wlan0 down
2014/09/30 23:29:12 :: ifconfig wlan0 up
2014/09/30 23:29:12 :: Executing /etc/network/if-post-down.d/avahi-daemon with params 
2014/09/30 23:29:12 :: /etc/network/if-post-down.d/avahi-daemon returned 0
2014/09/30 23:29:12 :: Executing /etc/network/if-post-down.d/wireless-tools with params 
2014/09/30 23:29:12 :: /etc/network/if-post-down.d/wireless-tools returned 0
2014/09/30 23:29:12 :: Executing /etc/network/if-post-down.d/wpasupplicant with params 
2014/09/30 23:29:12 :: /etc/network/if-post-down.d/wpasupplicant returned 0
2014/09/30 23:29:12 :: wpa_cli -i wlan0 terminate
2014/09/30 23:29:12 :: ifconfig eth0
2014/09/30 23:29:12 :: ifconfig wlan0
2014/09/30 23:29:12 :: iwconfig wlan0
2014/09/30 23:29:16 :: ifconfig eth0
2014/09/30 23:29:16 :: ifconfig wlan0
2014/09/30 23:29:18 :: ifconfig eth0
2014/09/30 23:29:18 :: ifconfig wlan0
2014/09/30 23:29:20 :: ifconfig eth0
2014/09/30 23:29:20 :: ifconfig wlan0
2014/09/30 23:29:24 :: ifconfig eth0
2014/09/30 23:29:24 :: ifconfig wlan0
2014/09/30 23:29:26 :: ifconfig eth0
2014/09/30 23:29:26 :: ifconfig wlan0
2014/09/30 23:29:28 :: ifconfig eth0
2014/09/30 23:29:28 :: ifconfig wlan0
2014/09/30 23:29:32 :: ifconfig eth0
2014/09/30 23:29:32 :: ifconfig wlan0
2014/09/30 23:29:34 :: ifconfig eth0
2014/09/30 23:29:34 :: ifconfig wlan0
2014/09/30 23:29:38 :: ifconfig eth0
2014/09/30 23:29:38 :: ifconfig wlan0
2014/09/30 23:29:40 :: ifconfig eth0
2014/09/30 23:29:40 :: ifconfig wlan0
2014/09/30 23:29:42 :: ifconfig eth0
2014/09/30 23:29:42 :: ifconfig wlan0
2014/09/30 23:29:46 :: ifconfig eth0
2014/09/30 23:29:46 :: ifconfig wlan0
2014/09/30 23:29:48 :: ifconfig eth0
2014/09/30 23:29:48 :: ifconfig wlan0
2014/09/30 23:29:50 :: ifconfig eth0
2014/09/30 23:29:52 :: ifconfig wlan0
2014/09/30 23:29:52 :: ifconfig eth0
2014/09/30 23:29:54 :: ifconfig wlan0
2014/09/30 23:29:56 :: ifconfig eth0
2014/09/30 23:29:56 :: ifconfig wlan0
2014/09/30 23:29:58 :: ifconfig eth0
2014/09/30 23:30:00 :: ifconfig wlan0
2014/09/30 23:30:00 :: ifconfig eth0
2014/09/30 23:30:02 :: ifconfig wlan0
2014/09/30 23:30:04 :: ifconfig eth0
2014/09/30 23:30:04 :: ifconfig wlan0
2014/09/30 23:30:06 :: ifconfig eth0
2014/09/30 23:30:06 :: ifconfig wlan0
2014/09/30 23:30:08 :: ifconfig eth0
2014/09/30 23:30:10 :: ifconfig wlan0
2014/09/30 23:30:12 :: ifconfig eth0
2014/09/30 23:30:12 :: ifconfig wlan0
2014/09/30 23:30:14 :: ifconfig eth0
2014/09/30 23:30:14 :: ifconfig wlan0
2014/09/30 23:30:16 :: ifconfig eth0
2014/09/30 23:30:16 :: ifconfig wlan0
2014/09/30 23:30:20 :: ifconfig eth0
2014/09/30 23:30:20 :: ifconfig wlan0
2014/09/30 23:30:22 :: ifconfig eth0
2014/09/30 23:30:22 :: ifconfig wlan0
2014/09/30 23:30:24 :: ifconfig eth0
2014/09/30 23:30:24 :: ifconfig wlan0
2014/09/30 23:30:28 :: ifconfig eth0
2014/09/30 23:30:28 :: ifconfig wlan0
2014/09/30 23:30:30 :: ifconfig eth0
2014/09/30 23:30:30 :: ifconfig wlan0
2014/09/30 23:30:32 :: ifconfig eth0
2014/09/30 23:30:32 :: ifconfig wlan0
2014/09/30 23:30:36 :: ifconfig eth0
2014/09/30 23:30:36 :: ifconfig wlan0
2014/09/30 23:30:38 :: ifconfig eth0
2014/09/30 23:30:38 :: ifconfig wlan0
2014/09/30 23:30:42 :: ifconfig eth0
2014/09/30 23:30:42 :: ifconfig wlan0
2014/09/30 23:30:44 :: ifconfig eth0
2014/09/30 23:30:44 :: ifconfig wlan0
2014/09/30 23:30:46 :: ifconfig eth0
2014/09/30 23:30:46 :: ifconfig wlan0
2014/09/30 23:30:50 :: ifconfig eth0
2014/09/30 23:30:50 :: ifconfig wlan0
2014/09/30 23:30:52 :: ifconfig eth0
2014/09/30 23:30:52 :: ifconfig wlan0
2014/09/30 23:30:54 :: ifconfig eth0
2014/09/30 23:30:54 :: ifconfig wlan0
2014/09/30 23:30:58 :: ifconfig eth0
2014/09/30 23:30:58 :: ifconfig wlan0
2014/09/30 23:31:00 :: ifconfig eth0
2014/09/30 23:31:00 :: ifconfig wlan0
2014/09/30 23:31:02 :: ifconfig eth0
2014/09/30 23:31:02 :: ifconfig wlan0
2014/09/30 23:31:06 :: ifconfig eth0
2014/09/30 23:31:06 :: ifconfig wlan0
2014/09/30 23:31:08 :: ifconfig eth0
2014/09/30 23:31:08 :: ifconfig wlan0
2014/09/30 23:31:10 :: ifconfig eth0
2014/09/30 23:31:10 :: ifconfig wlan0
2014/09/30 23:31:14 :: found default in configuration 1
2014/09/30 23:31:14 :: Reading wired profile wired-default
2014/09/30 23:31:14 :: found afterscript in configuration None
2014/09/30 23:31:14 :: found dhcphostname in configuration desktop
2014/09/30 23:31:14 :: found postdisconnectscript in configuration None
2014/09/30 23:31:14 :: found dns_domain in configuration None
2014/09/30 23:31:14 :: found gateway in configuration None
2014/09/30 23:31:14 :: found use_global_dns in configuration False
2014/09/30 23:31:14 :: found lastused in configuration True
2014/09/30 23:31:14 :: found encryption_enabled in configuration False
2014/09/30 23:31:14 :: found beforescript in configuration None
2014/09/30 23:31:14 :: found ip in configuration None
2014/09/30 23:31:14 :: found broadcast in configuration None
2014/09/30 23:31:14 :: found netmask in configuration None
2014/09/30 23:31:14 :: found usedhcphostname in configuration 0
2014/09/30 23:31:14 :: found predisconnectscript in configuration None
2014/09/30 23:31:14 :: found enctype in configuration None
2014/09/30 23:31:14 :: found default in configuration 1
2014/09/30 23:31:14 :: found dns2 in configuration None
2014/09/30 23:31:14 :: found search_domain in configuration None
2014/09/30 23:31:14 :: found use_static_dns in configuration False
2014/09/30 23:31:14 :: found dns3 in configuration None
2014/09/30 23:31:14 :: found profilename in configuration wired-default
2014/09/30 23:31:14 :: found dns1 in configuration None
2014/09/30 23:31:14 :: found default in configuration 1
2014/09/30 23:31:14 :: saving wired profile wired-default
2014/09/30 23:31:14 :: scanning start
2014/09/30 23:31:14 :: ifconfig wlan0 up
2014/09/30 23:31:14 :: ifconfig eth0
2014/09/30 23:31:14 :: iwlist wlan0 scan
2014/09/30 23:31:14 :: ifconfig wlan0
2014/09/30 23:31:15 :: scanning done
2014/09/30 23:31:15 :: found 3 networks:
2014/09/30 23:31:15 :: found afterscript in configuration None
2014/09/30 23:31:15 :: found dhcphostname in configuration desktop
2014/09/30 23:31:15 :: found ip in configuration None
2014/09/30 23:31:15 :: found dns_domain in configuration None
2014/09/30 23:31:15 :: found gateway in configuration None
2014/09/30 23:31:15 :: found use_global_dns in configuration False
2014/09/30 23:31:15 :: found postdisconnectscript in configuration None
2014/09/30 23:31:15 :: found beforescript in configuration None
2014/09/30 23:31:15 :: found netmask in configuration None
2014/09/30 23:31:15 :: found usedhcphostname in configuration 0
2014/09/30 23:31:15 :: found predisconnectscript in configuration None
2014/09/30 23:31:15 :: found enctype in configuration wpa-psk
2014/09/30 23:31:15 :: found dns3 in configuration None
2014/09/30 23:31:15 :: found dns2 in configuration None
2014/09/30 23:31:15 :: found dns1 in configuration None
2014/09/30 23:31:15 :: found use_settings_globally in configuration False
2014/09/30 23:31:15 :: found use_static_dns in configuration False
2014/09/30 23:31:15 :: found apsk in configuration *****
2014/09/30 23:31:15 :: found automatic in configuration 1
2014/09/30 23:31:15 :: found search_domain in configuration None
2014/09/30 23:31:16 :: iwconfig wlan0
2014/09/30 23:31:18 :: Connecting to wireless network mojeWifi
2014/09/30 23:31:18 :: iwconfig wlan0
2014/09/30 23:31:18 :: Executing /etc/network/if-down.d/resolvconf with params 
2014/09/30 23:31:18 :: /etc/network/if-down.d/resolvconf returned 0
2014/09/30 23:31:18 :: Executing /etc/network/if-down.d/upstart with params 
2014/09/30 23:31:18 :: /etc/network/if-down.d/upstart returned 0
2014/09/30 23:31:18 :: Executing /etc/network/if-down.d/wpasupplicant with params 
2014/09/30 23:31:18 :: /etc/network/if-down.d/wpasupplicant returned 0
2014/09/30 23:31:18 :: /sbin/dhcpcd -k wlan0
2014/09/30 23:31:18 :: ifconfig wlan0 0.0.0.0 
2014/09/30 23:31:18 :: /sbin/ip route flush dev wlan0
2014/09/30 23:31:18 :: ifconfig wlan0 down
2014/09/30 23:31:18 :: ifconfig wlan0 up
2014/09/30 23:31:18 :: Executing /etc/network/if-post-down.d/avahi-daemon with params 
2014/09/30 23:31:18 :: /etc/network/if-post-down.d/avahi-daemon returned 0
2014/09/30 23:31:18 :: Executing /etc/network/if-post-down.d/wireless-tools with params 
2014/09/30 23:31:18 :: /etc/network/if-post-down.d/wireless-tools returned 0
2014/09/30 23:31:18 :: Executing /etc/network/if-post-down.d/wpasupplicant with params 
2014/09/30 23:31:18 :: /etc/network/if-post-down.d/wpasupplicant returned 0
2014/09/30 23:31:18 :: wpa_cli -i wlan0 terminate
2014/09/30 23:31:18 :: Executing /etc/network/if-down.d/resolvconf with params 
2014/09/30 23:31:18 :: /etc/network/if-down.d/resolvconf returned 0
2014/09/30 23:31:18 :: Executing /etc/network/if-down.d/upstart with params 
2014/09/30 23:31:18 :: /etc/network/if-down.d/upstart returned 0
2014/09/30 23:31:18 :: Executing /etc/network/if-down.d/wpasupplicant with params 
2014/09/30 23:31:18 :: /etc/network/if-down.d/wpasupplicant returned 0
2014/09/30 23:31:18 :: /sbin/dhcpcd -k eth0
2014/09/30 23:31:18 :: ifconfig eth0 0.0.0.0 
2014/09/30 23:31:18 :: /sbin/ip route flush dev eth0
2014/09/30 23:31:18 :: ifconfig eth0 down
2014/09/30 23:31:18 :: ifconfig eth0 up
2014/09/30 23:31:19 :: Executing /etc/network/if-post-down.d/avahi-daemon with params 
2014/09/30 23:31:19 :: /etc/network/if-post-down.d/avahi-daemon returned 0
2014/09/30 23:31:19 :: Executing /etc/network/if-post-down.d/wireless-tools with params 
2014/09/30 23:31:19 :: /etc/network/if-post-down.d/wireless-tools returned 0
2014/09/30 23:31:19 :: Executing /etc/network/if-post-down.d/wpasupplicant with params 
2014/09/30 23:31:19 :: /etc/network/if-post-down.d/wpasupplicant returned 0
2014/09/30 23:31:19 :: wpa_cli -i eth0 terminate
2014/09/30 23:31:19 :: Executing /etc/network/if-pre-up.d/ethtool with params 
2014/09/30 23:31:19 :: /etc/network/if-pre-up.d/ethtool returned 0
2014/09/30 23:31:19 :: Executing /etc/network/if-pre-up.d/wireless-tools with params 
2014/09/30 23:31:19 :: /etc/network/if-pre-up.d/wireless-tools returned 0
2014/09/30 23:31:19 :: Executing /etc/network/if-pre-up.d/wpasupplicant with params 
2014/09/30 23:31:19 :: /etc/network/if-pre-up.d/wpasupplicant returned 0
2014/09/30 23:31:19 :: Putting interface down
2014/09/30 23:31:19 :: ifconfig wlan0 down
2014/09/30 23:31:19 :: Releasing DHCP leases...
2014/09/30 23:31:19 :: /sbin/dhcpcd -k wlan0
2014/09/30 23:31:19 :: Setting false IP...
2014/09/30 23:31:19 :: ifconfig wlan0 0.0.0.0 
2014/09/30 23:31:19 :: Stopping wpa_supplicant
2014/09/30 23:31:19 :: wpa_cli -i wlan0 terminate
2014/09/30 23:31:19 :: Flushing the routing table...
2014/09/30 23:31:19 :: /sbin/ip route flush dev wlan0
2014/09/30 23:31:19 :: iwconfig wlan0 mode managed
2014/09/30 23:31:19 :: Putting interface up...
2014/09/30 23:31:19 :: ifconfig wlan0 up
2014/09/30 23:31:21 :: enctype is wpa-psk
2014/09/30 23:31:21 :: Attempting to authenticate...
2014/09/30 23:31:21 :: ['wpa_supplicant', '-B', '-i', 'wlan0', '-c', '/var/lib/wicd/configurations/0019709d3321', '-Dwext']
2014/09/30 23:31:21 :: ['iwconfig', 'wlan0', 'essid', '--', 'mojeWifi']
2014/09/30 23:31:21 :: iwconfig wlan0 channel 6
2014/09/30 23:31:21 :: iwconfig wlan0 ap 00:19:70:**:**:**
2014/09/30 23:31:21 :: WPA_CLI RESULT IS DISCONNECTED
2014/09/30 23:31:22 :: WPA_CLI RESULT IS ASSOCIATING
2014/09/30 23:31:23 :: WPA_CLI RESULT IS ASSOCIATING
2014/09/30 23:31:24 :: WPA_CLI RESULT IS ASSOCIATING
2014/09/30 23:31:25 :: WPA_CLI RESULT IS ASSOCIATING
2014/09/30 23:31:26 :: WPA_CLI RESULT IS ASSOCIATING
2014/09/30 23:31:27 :: WPA_CLI RESULT IS ASSOCIATING
2014/09/30 23:31:28 :: WPA_CLI RESULT IS ASSOCIATING
2014/09/30 23:31:29 :: WPA_CLI RESULT IS ASSOCIATING
2014/09/30 23:31:30 :: WPA_CLI RESULT IS ASSOCIATING
2014/09/30 23:31:31 :: WPA_CLI RESULT IS ASSOCIATING
2014/09/30 23:31:32 :: WPA_CLI RESULT IS SCANNING
2014/09/30 23:31:33 :: WPA_CLI RESULT IS SCANNING
2014/09/30 23:31:34 :: WPA_CLI RESULT IS SCANNING
2014/09/30 23:31:35 :: WPA_CLI RESULT IS SCANNING
2014/09/30 23:31:36 :: WPA_CLI RESULT IS SCANNING
2014/09/30 23:31:37 :: WPA_CLI RESULT IS SCANNING
2014/09/30 23:31:38 :: WPA_CLI RESULT IS SCANNING
2014/09/30 23:31:39 :: WPA_CLI RESULT IS SCANNING
2014/09/30 23:31:40 :: WPA_CLI RESULT IS SCANNING
2014/09/30 23:31:41 :: WPA_CLI RESULT IS SCANNING
2014/09/30 23:31:42 :: WPA_CLI RESULT IS SCANNING
2014/09/30 23:31:43 :: WPA_CLI RESULT IS SCANNING
2014/09/30 23:31:44 :: WPA_CLI RESULT IS ASSOCIATING
2014/09/30 23:31:45 :: WPA_CLI RESULT IS ASSOCIATING
2014/09/30 23:31:46 :: WPA_CLI RESULT IS ASSOCIATING
2014/09/30 23:31:47 :: WPA_CLI RESULT IS ASSOCIATING
2014/09/30 23:31:48 :: WPA_CLI RESULT IS ASSOCIATING
2014/09/30 23:31:49 :: WPA_CLI RESULT IS SCANNING
2014/09/30 23:31:50 :: WPA_CLI RESULT IS SCANNING
2014/09/30 23:31:51 :: WPA_CLI RESULT IS SCANNING
2014/09/30 23:31:52 :: WPA_CLI RESULT IS SCANNING
2014/09/30 23:31:53 :: WPA_CLI RESULT IS SCANNING
2014/09/30 23:31:54 :: WPA_CLI RESULT IS SCANNING
2014/09/30 23:31:55 :: WPA_CLI RESULT IS SCANNING
2014/09/30 23:31:56 :: wpa_supplicant authentication may have failed.
2014/09/30 23:31:56 :: connect result is failed
2014/09/30 23:31:56 :: exiting connection thread
2014/09/30 23:31:57 :: Sending connection attempt result bad_pass
2014/09/30 23:31:57 :: ifconfig eth0
2014/09/30 23:31:57 :: ifconfig wlan0
2014/09/30 23:31:57 :: Forced disconnect on
2014/09/30 23:31:57 :: iwconfig wlan0
2014/09/30 23:31:57 :: Executing /etc/network/if-down.d/resolvconf with params 
2014/09/30 23:31:57 :: /etc/network/if-down.d/resolvconf returned 0
2014/09/30 23:31:57 :: Executing /etc/network/if-down.d/upstart with params 
2014/09/30 23:31:57 :: /etc/network/if-down.d/upstart returned 0
2014/09/30 23:31:57 :: Executing /etc/network/if-down.d/wpasupplicant with params 
2014/09/30 23:31:57 :: /etc/network/if-down.d/wpasupplicant returned 0
2014/09/30 23:31:57 :: /sbin/dhcpcd -k wlan0
2014/09/30 23:31:57 :: ifconfig wlan0 0.0.0.0 
2014/09/30 23:31:57 :: /sbin/ip route flush dev wlan0
2014/09/30 23:31:57 :: ifconfig wlan0 down
2014/09/30 23:31:57 :: ifconfig wlan0 up
2014/09/30 23:31:57 :: Executing /etc/network/if-post-down.d/avahi-daemon with params 
2014/09/30 23:31:57 :: /etc/network/if-post-down.d/avahi-daemon returned 0
2014/09/30 23:31:57 :: Executing /etc/network/if-post-down.d/wireless-tools with params 
2014/09/30 23:31:57 :: /etc/network/if-post-down.d/wireless-tools returned 0
2014/09/30 23:31:57 :: Executing /etc/network/if-post-down.d/wpasupplicant with params 
2014/09/30 23:31:57 :: /etc/network/if-post-down.d/wpasupplicant returned 0
2014/09/30 23:31:57 :: wpa_cli -i wlan0 terminate
2014/09/30 23:31:57 :: Executing /etc/network/if-down.d/resolvconf with params 
2014/09/30 23:31:57 :: /etc/network/if-down.d/resolvconf returned 0
2014/09/30 23:31:57 :: Executing /etc/network/if-down.d/upstart with params 
2014/09/30 23:31:57 :: /etc/network/if-down.d/upstart returned 0
2014/09/30 23:31:57 :: Executing /etc/network/if-down.d/wpasupplicant with params 
2014/09/30 23:31:57 :: /etc/network/if-down.d/wpasupplicant returned 0
2014/09/30 23:31:57 :: /sbin/dhcpcd -k eth0
2014/09/30 23:31:57 :: ifconfig eth0 0.0.0.0 
2014/09/30 23:31:57 :: /sbin/ip route flush dev eth0
2014/09/30 23:31:57 :: ifconfig eth0 down
2014/09/30 23:31:57 :: ifconfig eth0 up
2014/09/30 23:31:58 :: Executing /etc/network/if-post-down.d/avahi-daemon with params 
2014/09/30 23:31:58 :: /etc/network/if-post-down.d/avahi-daemon returned 0
2014/09/30 23:31:58 :: Executing /etc/network/if-post-down.d/wireless-tools with params 
2014/09/30 23:31:58 :: /etc/network/if-post-down.d/wireless-tools returned 0
2014/09/30 23:31:58 :: Executing /etc/network/if-post-down.d/wpasupplicant with params 
2014/09/30 23:31:58 :: /etc/network/if-post-down.d/wpasupplicant returned 0
2014/09/30 23:31:58 :: wpa_cli -i eth0 terminate
2014/09/30 23:32:00 :: ifconfig eth0
2014/09/30 23:32:00 :: ifconfig wlan0
2014/09/30 23:32:02 :: ifconfig eth0
2014/09/30 23:32:02 :: ifconfig wlan0
2014/09/30 23:32:04 :: ifconfig eth0
2014/09/30 23:32:04 :: ifconfig wlan0
2014/09/30 23:32:06 :: ifconfig eth0
2014/09/30 23:32:06 :: ifconfig wlan0
2014/09/30 23:32:10 :: ifconfig eth0
2014/09/30 23:32:10 :: ifconfig wlan0
2014/09/30 23:32:12 :: ifconfig eth0
2014/09/30 23:32:12 :: ifconfig wlan0
2014/09/30 23:32:14 :: ifconfig eth0
2014/09/30 23:32:14 :: ifconfig wlan0
2014/09/30 23:32:18 :: ifconfig eth0
2014/09/30 23:32:18 :: ifconfig wlan0
2014/09/30 23:32:20 :: ifconfig eth0
2014/09/30 23:32:20 :: ifconfig wlan0
2014/09/30 23:32:22 :: ifconfig eth0
2014/09/30 23:32:22 :: ifconfig wlan0
2014/09/30 23:32:26 :: ifconfig eth0
2014/09/30 23:32:26 :: ifconfig wlan0
2014/09/30 23:32:28 :: ifconfig eth0
2014/09/30 23:32:28 :: ifconfig wlan0
2014/09/30 23:32:30 :: ifconfig eth0
2014/09/30 23:32:30 :: ifconfig wlan0
2014/09/30 23:32:34 :: ifconfig eth0
2014/09/30 23:32:34 :: ifconfig wlan0
2014/09/30 23:32:36 :: ifconfig eth0
2014/09/30 23:32:36 :: ifconfig wlan0
2014/09/30 23:32:38 :: found default in configuration 1
2014/09/30 23:32:38 :: Reading wired profile wired-default
2014/09/30 23:32:38 :: found afterscript in configuration None
2014/09/30 23:32:38 :: found dhcphostname in configuration desktop
2014/09/30 23:32:38 :: found postdisconnectscript in configuration None
2014/09/30 23:32:38 :: found dns_domain in configuration None
2014/09/30 23:32:38 :: found gateway in configuration None
2014/09/30 23:32:38 :: found use_global_dns in configuration False
2014/09/30 23:32:38 :: found lastused in configuration True
2014/09/30 23:32:38 :: found ip in configuration None
2014/09/30 23:32:38 :: found beforescript in configuration None
2014/09/30 23:32:38 :: found encryption_enabled in configuration False
2014/09/30 23:32:38 :: found broadcast in configuration None
2014/09/30 23:32:38 :: found netmask in configuration None
2014/09/30 23:32:38 :: found usedhcphostname in configuration 0
2014/09/30 23:32:38 :: found predisconnectscript in configuration None
2014/09/30 23:32:38 :: found enctype in configuration None
2014/09/30 23:32:38 :: found default in configuration 1
2014/09/30 23:32:38 :: found dns2 in configuration None
2014/09/30 23:32:38 :: found search_domain in configuration None
2014/09/30 23:32:38 :: found use_static_dns in configuration False
2014/09/30 23:32:38 :: found dns3 in configuration None
2014/09/30 23:32:38 :: found profilename in configuration wired-default
2014/09/30 23:32:38 :: found dns1 in configuration None
2014/09/30 23:32:38 :: found default in configuration 1
2014/09/30 23:32:38 :: saving wired profile wired-default
2014/09/30 23:32:38 :: scanning start
2014/09/30 23:32:38 :: ifconfig wlan0 up
2014/09/30 23:32:38 :: iwlist wlan0 scan
2014/09/30 23:32:39 :: iwconfig wlan0
2014/09/30 23:32:39 :: Executing /etc/network/if-down.d/resolvconf with params 
2014/09/30 23:32:39 :: /etc/network/if-down.d/resolvconf returned 0
2014/09/30 23:32:39 :: Executing /etc/network/if-down.d/upstart with params 
2014/09/30 23:32:39 :: 2014/09/30 23:32:39 :: scanning done
/etc/network/if-down.d/upstart returned 0
2014/09/30 23:32:39 :: found 3 networks:
2014/09/30 23:32:39 :: 2014/09/30 23:32:39 :: found afterscript in configuration None
2014/09/30 23:32:39 :: Executing /etc/network/if-down.d/wpasupplicant with params 
2014/09/30 23:32:39 :: 
2014/09/30 23:32:39 :: found dhcphostname in configuration desktop
2014/09/30 23:32:39 :: found postdisconnectscript in configuration None
2014/09/30 23:32:39 :: found dns_domain in configuration None
2014/09/30 23:32:39 :: found gateway in configuration None
2014/09/30 23:32:39 :: found use_global_dns in configuration False
2014/09/30 23:32:39 :: found ip in configuration None
2014/09/30 23:32:39 :: found beforescript in configuration None
2014/09/30 23:32:39 :: found netmask in configuration None
2014/09/30 23:32:39 :: found usedhcphostname in configuration 0
2014/09/30 23:32:39 :: found predisconnectscript in configuration None
2014/09/30 23:32:39 :: found enctype in configuration wpa-psk
2014/09/30 23:32:39 :: found dns3 in configuration None
2014/09/30 23:32:39 :: found dns2 in configuration None
2014/09/30 23:32:39 :: found dns1 in configuration None
2014/09/30 23:32:39 :: found use_settings_globally in configuration False
2014/09/30 23:32:39 :: found use_static_dns in configuration False
2014/09/30 23:32:39 :: found apsk in configuration *****
2014/09/30 23:32:39 :: found automatic in configuration 1
2014/09/30 23:32:39 :: found search_domain in configuration None
2014/09/30 23:32:39 :: /etc/network/if-down.d/wpasupplicant returned 0
2014/09/30 23:32:39 :: /sbin/dhcpcd -k wlan0
2014/09/30 23:32:39 :: ifconfig wlan0 0.0.0.0 
2014/09/30 23:32:39 :: /sbin/ip route flush dev wlan0
2014/09/30 23:32:39 :: ifconfig wlan0 down
2014/09/30 23:32:39 :: ifconfig wlan0 up
2014/09/30 23:32:39 :: Executing /etc/network/if-post-down.d/avahi-daemon with params 
2014/09/30 23:32:39 :: /etc/network/if-post-down.d/avahi-daemon returned 0
2014/09/30 23:32:39 :: Executing /etc/network/if-post-down.d/wireless-tools with params 
2014/09/30 23:32:39 :: /etc/network/if-post-down.d/wireless-tools returned 0
2014/09/30 23:32:39 :: Executing /etc/network/if-post-down.d/wpasupplicant with params 
2014/09/30 23:32:39 :: /etc/network/if-post-down.d/wpasupplicant returned 0
2014/09/30 23:32:39 :: wpa_cli -i wlan0 terminate
2014/09/30 23:32:39 :: Executing /etc/network/if-down.d/resolvconf with params 
2014/09/30 23:32:39 :: /etc/network/if-down.d/resolvconf returned 0
2014/09/30 23:32:39 :: Executing /etc/network/if-down.d/upstart with params 
2014/09/30 23:32:39 :: /etc/network/if-down.d/upstart returned 0
2014/09/30 23:32:39 :: Executing /etc/network/if-down.d/wpasupplicant with params 
2014/09/30 23:32:39 :: /etc/network/if-down.d/wpasupplicant returned 0
2014/09/30 23:32:39 :: /sbin/dhcpcd -k eth0
2014/09/30 23:32:39 :: ifconfig eth0 0.0.0.0 
2014/09/30 23:32:39 :: /sbin/ip route flush dev eth0
2014/09/30 23:32:39 :: ifconfig eth0 down
2014/09/30 23:32:40 :: ifconfig eth0 up
2014/09/30 23:32:40 :: Executing /etc/network/if-post-down.d/avahi-daemon with params 
2014/09/30 23:32:40 :: /etc/network/if-post-down.d/avahi-daemon returned 0
2014/09/30 23:32:40 :: Executing /etc/network/if-post-down.d/wireless-tools with params 
2014/09/30 23:32:40 :: /etc/network/if-post-down.d/wireless-tools returned 0
2014/09/30 23:32:40 :: Executing /etc/network/if-post-down.d/wpasupplicant with params 
2014/09/30 23:32:40 :: /etc/network/if-post-down.d/wpasupplicant returned 0
2014/09/30 23:32:40 :: wpa_cli -i eth0 terminate
2014/09/30 23:32:40 :: found lastused in configuration True
2014/09/30 23:32:40 :: Executing /etc/network/if-pre-up.d/ethtool with params 
2014/09/30 23:32:40 :: /etc/network/if-pre-up.d/ethtool returned 0
2014/09/30 23:32:40 :: Executing /etc/network/if-pre-up.d/wireless-tools with params 
2014/09/30 23:32:40 :: /etc/network/if-pre-up.d/wireless-tools returned 0
2014/09/30 23:32:40 :: Executing /etc/network/if-pre-up.d/wpasupplicant with params 
2014/09/30 23:32:40 :: /etc/network/if-pre-up.d/wpasupplicant returned 0
2014/09/30 23:32:40 :: Putting interface down
2014/09/30 23:32:40 :: ifconfig eth0 down
2014/09/30 23:32:40 :: Releasing DHCP leases...
2014/09/30 23:32:40 :: /sbin/dhcpcd -k eth0
2014/09/30 23:32:40 :: Setting false IP...
2014/09/30 23:32:40 :: ifconfig eth0 0.0.0.0 
2014/09/30 23:32:40 :: Stopping wpa_supplicant
2014/09/30 23:32:40 :: wpa_cli -i eth0 terminate
2014/09/30 23:32:40 :: Flushing the routing table...
2014/09/30 23:32:40 :: /sbin/ip route flush dev eth0
2014/09/30 23:32:40 :: Putting interface up...
2014/09/30 23:32:40 :: ifconfig eth0 up
2014/09/30 23:32:42 :: Running DHCP with hostname desktop
2014/09/30 23:32:42 :: /sbin/dhcpcd -h desktop --noipv4ll eth0 
2014/09/30 23:32:42 :: dhcpcd[10849]: control_open: Connection refused
2014/09/30 23:32:42 :: 
2014/09/30 23:32:42 :: dhcpcd[10849]: version 6.0.5 starting
2014/09/30 23:32:42 :: 
2014/09/30 23:32:42 :: dhcpcd[10849]: eth0: waiting for carrier
2014/09/30 23:32:42 :: 
2014/09/30 23:32:43 :: dhcpcd[10849]: eth0: carrier acquired
2014/09/30 23:32:43 :: 
2014/09/30 23:32:43 :: dhcpcd[10849]: eth0: soliciting an IPv6 router
2014/09/30 23:32:43 :: 
2014/09/30 23:32:43 :: dhcpcd[10849]: eth0: soliciting a DHCP lease
2014/09/30 23:32:43 :: 
2014/09/30 23:32:46 :: dhcpcd[10849]: eth0: offered 192.168.1.16 from 192.168.1.1
2014/09/30 23:32:46 :: 
2014/09/30 23:32:51 :: dhcpcd[10849]: eth0: leased 192.168.1.16 for 3600 seconds
2014/09/30 23:32:51 :: 
2014/09/30 23:32:51 :: dhcpcd[10849]: eth0: adding host route to 192.168.1.16 via 127.0.0.1
2014/09/30 23:32:51 :: 
2014/09/30 23:32:51 :: dhcpcd[10849]: eth0: adding route to 192.168.1.0/24
2014/09/30 23:32:51 :: 
2014/09/30 23:32:51 :: dhcpcd[10849]: eth0: adding default route via 192.168.1.1
2014/09/30 23:32:51 :: 
2014/09/30 23:32:51 :: dhcpcd[10849]: forked to background, child pid 10928
2014/09/30 23:32:51 :: 
2014/09/30 23:32:51 :: 
2014/09/30 23:32:51 :: DHCP connection successful
2014/09/30 23:32:51 :: Executing /etc/network/if-up.d/000resolvconf with params 
2014/09/30 23:32:51 :: /etc/network/if-up.d/000resolvconf returned 0
2014/09/30 23:32:51 :: Executing /etc/network/if-up.d/avahi-daemon with params 
2014/09/30 23:32:51 :: /etc/network/if-up.d/avahi-daemon returned 0
2014/09/30 23:32:51 :: Executing /etc/network/if-up.d/ethtool with params 
2014/09/30 23:32:51 :: /etc/network/if-up.d/ethtool returned 0
2014/09/30 23:32:51 :: Executing /etc/network/if-up.d/mountnfs with params 
2014/09/30 23:32:51 :: /etc/network/if-up.d/mountnfs returned 0
2014/09/30 23:32:51 :: Executing /etc/network/if-up.d/upstart with params 
2014/09/30 23:32:51 :: /etc/network/if-up.d/upstart returned 0
2014/09/30 23:32:51 :: Executing /etc/network/if-up.d/wpasupplicant with params 
2014/09/30 23:32:51 :: /etc/network/if-up.d/wpasupplicant returned 0
2014/09/30 23:32:51 :: Connecting thread exiting.
2014/09/30 23:32:51 :: ifconfig eth0
2014/09/30 23:32:51 :: IP Address is: 192.168.1.16
2014/09/30 23:32:51 :: Sending connection attempt result success
2014/09/30 23:32:51 :: iwconfig wlan0
2014/09/30 23:32:54 :: ifconfig eth0
2014/09/30 23:32:56 :: ifconfig eth0
2014/09/30 23:32:58 :: ifconfig eth0
2014/09/30 23:33:02 :: ifconfig eth0
2014/09/30 23:33:04 :: ifconfig eth0
2014/09/30 23:33:06 :: ifconfig eth0
2014/09/30 23:33:08 :: ifconfig eth0
2014/09/30 23:33:12 :: ifconfig eth0
2014/09/30 23:33:14 :: ifconfig eth0
2014/09/30 23:33:16 :: ifconfig eth0
2014/09/30 23:33:18 :: ifconfig eth0
2014/09/30 23:33:22 :: ifconfig eth0
2014/09/30 23:33:24 :: ifconfig eth0
2014/09/30 23:33:25 :: found default in configuration 1
2014/09/30 23:33:25 :: Reading wired profile wired-default
2014/09/30 23:33:25 :: found afterscript in configuration None
2014/09/30 23:33:25 :: found dhcphostname in configuration desktop
2014/09/30 23:33:25 :: found postdisconnectscript in configuration None
2014/09/30 23:33:25 :: found dns_domain in configuration None
2014/09/30 23:33:25 :: found gateway in configuration None
2014/09/30 23:33:25 :: found use_global_dns in configuration False
2014/09/30 23:33:25 :: found lastused in configuration True
2014/09/30 23:33:25 :: found encryption_enabled in configuration False
2014/09/30 23:33:25 :: found beforescript in configuration None
2014/09/30 23:33:25 :: found ip in configuration None
2014/09/30 23:33:25 :: found broadcast in configuration None
2014/09/30 23:33:25 :: found netmask in configuration None
2014/09/30 23:33:25 :: found usedhcphostname in configuration 0
2014/09/30 23:33:25 :: found predisconnectscript in configuration None
2014/09/30 23:33:25 :: found enctype in configuration None
2014/09/30 23:33:25 :: found default in configuration 1
2014/09/30 23:33:25 :: found dns2 in configuration None
2014/09/30 23:33:25 :: found search_domain in configuration None
2014/09/30 23:33:25 :: found use_static_dns in configuration False
2014/09/30 23:33:25 :: found dns3 in configuration None
2014/09/30 23:33:25 :: found profilename in configuration wired-default
2014/09/30 23:33:25 :: found dns1 in configuration None
2014/09/30 23:33:25 :: found default in configuration 1
2014/09/30 23:33:25 :: saving wired profile wired-default
2014/09/30 23:33:25 :: scanning start
2014/09/30 23:33:25 :: ifconfig wlan0 up
2014/09/30 23:33:25 :: iwlist wlan0 scan
2014/09/30 23:33:26 :: scanning done
2014/09/30 23:33:26 :: found 2 networks:
2014/09/30 23:33:26 :: found afterscript in configuration None
2014/09/30 23:33:26 :: found dhcphostname in configuration desktop
2014/09/30 23:33:26 :: found postdisconnectscript in configuration None
2014/09/30 23:33:26 :: found dns_domain in configuration None
2014/09/30 23:33:26 :: found gateway in configuration None
2014/09/30 23:33:26 :: found use_global_dns in configuration False
2014/09/30 23:33:26 :: found ip in configuration None
2014/09/30 23:33:26 :: found beforescript in configuration None
2014/09/30 23:33:26 :: found netmask in configuration None
2014/09/30 23:33:26 :: found usedhcphostname in configuration 0
2014/09/30 23:33:26 :: found predisconnectscript in configuration None
2014/09/30 23:33:26 :: found enctype in configuration wpa-psk
2014/09/30 23:33:26 :: found dns3 in configuration None
2014/09/30 23:33:26 :: found dns2 in configuration None
2014/09/30 23:33:26 :: found dns1 in configuration None
2014/09/30 23:33:26 :: found use_settings_globally in configuration False
2014/09/30 23:33:26 :: found use_static_dns in configuration False
2014/09/30 23:33:26 :: found apsk in configuration *****
2014/09/30 23:33:26 :: found automatic in configuration 1
2014/09/30 23:33:26 :: found search_domain in configuration None
2014/09/30 23:33:26 :: iwconfig wlan0
2014/09/30 23:33:27 :: ifconfig eth0
2014/09/30 23:33:29 :: Forced disconnect on
2014/09/30 23:33:29 :: Executing /etc/network/if-down.d/resolvconf with params 
2014/09/30 23:33:29 :: /etc/network/if-down.d/resolvconf returned 0
2014/09/30 23:33:29 :: Executing /etc/network/if-down.d/upstart with params 
2014/09/30 23:33:29 :: /etc/network/if-down.d/upstart returned 0
2014/09/30 23:33:29 :: Executing /etc/network/if-down.d/wpasupplicant with params 
2014/09/30 23:33:29 :: /etc/network/if-down.d/wpasupplicant returned 0
2014/09/30 23:33:29 :: /sbin/dhcpcd -k eth0
2014/09/30 23:33:29 :: ifconfig eth0 0.0.0.0 
2014/09/30 23:33:29 :: /sbin/ip route flush dev eth0
2014/09/30 23:33:29 :: ifconfig eth0 down
2014/09/30 23:33:29 :: ifconfig eth0 up
2014/09/30 23:33:29 :: Executing /etc/network/if-post-down.d/avahi-daemon with params 
2014/09/30 23:33:29 :: /etc/network/if-post-down.d/avahi-daemon returned 0
2014/09/30 23:33:29 :: Executing /etc/network/if-post-down.d/wireless-tools with params 
2014/09/30 23:33:29 :: /etc/network/if-post-down.d/wireless-tools returned 0
2014/09/30 23:33:29 :: Executing /etc/network/if-post-down.d/wpasupplicant with params 
2014/09/30 23:33:29 :: /etc/network/if-post-down.d/wpasupplicant returned 0
2014/09/30 23:33:29 :: wpa_cli -i eth0 terminate
2014/09/30 23:33:29 :: ifconfig eth0
2014/09/30 23:33:29 :: ifconfig wlan0
2014/09/30 23:33:29 :: iwconfig wlan0
2014/09/30 23:33:30 :: Connecting to wireless network mojeWifi
2014/09/30 23:33:30 :: Executing /etc/network/if-down.d/resolvconf with params 
2014/09/30 23:33:30 :: /etc/network/if-down.d/resolvconf returned 0
2014/09/30 23:33:30 :: Executing /etc/network/if-down.d/upstart with params 
2014/09/30 23:33:30 :: /etc/network/if-down.d/upstart returned 0
2014/09/30 23:33:30 :: Executing /etc/network/if-down.d/wpasupplicant with params 
2014/09/30 23:33:30 :: /etc/network/if-down.d/wpasupplicant returned 0
2014/09/30 23:33:30 :: /sbin/dhcpcd -k wlan0
2014/09/30 23:33:30 :: ifconfig wlan0 0.0.0.0 
2014/09/30 23:33:30 :: /sbin/ip route flush dev wlan0
2014/09/30 23:33:30 :: ifconfig wlan0 down
2014/09/30 23:33:30 :: ifconfig wlan0 up
2014/09/30 23:33:31 :: Executing /etc/network/if-post-down.d/avahi-daemon with params 
2014/09/30 23:33:31 :: /etc/network/if-post-down.d/avahi-daemon returned 0
2014/09/30 23:33:31 :: Executing /etc/network/if-post-down.d/wireless-tools with params 
2014/09/30 23:33:31 :: /etc/network/if-post-down.d/wireless-tools returned 0
2014/09/30 23:33:31 :: Executing /etc/network/if-post-down.d/wpasupplicant with params 
2014/09/30 23:33:31 :: /etc/network/if-post-down.d/wpasupplicant returned 0
2014/09/30 23:33:31 :: wpa_cli -i wlan0 terminate
2014/09/30 23:33:31 :: Executing /etc/network/if-down.d/resolvconf with params 
2014/09/30 23:33:31 :: /etc/network/if-down.d/resolvconf returned 0
2014/09/30 23:33:31 :: Executing /etc/network/if-down.d/upstart with params 
2014/09/30 23:33:31 :: /etc/network/if-down.d/upstart returned 0
2014/09/30 23:33:31 :: Executing /etc/network/if-down.d/wpasupplicant with params 
2014/09/30 23:33:31 :: /etc/network/if-down.d/wpasupplicant returned 0
2014/09/30 23:33:31 :: /sbin/dhcpcd -k eth0
2014/09/30 23:33:31 :: ifconfig eth0 0.0.0.0 
2014/09/30 23:33:31 :: /sbin/ip route flush dev eth0
2014/09/30 23:33:31 :: ifconfig eth0 down
2014/09/30 23:33:31 :: ifconfig eth0 up
2014/09/30 23:33:31 :: Executing /etc/network/if-post-down.d/avahi-daemon with params 
2014/09/30 23:33:31 :: /etc/network/if-post-down.d/avahi-daemon returned 0
2014/09/30 23:33:31 :: Executing /etc/network/if-post-down.d/wireless-tools with params 
2014/09/30 23:33:31 :: /etc/network/if-post-down.d/wireless-tools returned 0
2014/09/30 23:33:31 :: Executing /etc/network/if-post-down.d/wpasupplicant with params 
2014/09/30 23:33:31 :: /etc/network/if-post-down.d/wpasupplicant returned 0
2014/09/30 23:33:31 :: wpa_cli -i eth0 terminate
2014/09/30 23:33:31 :: Executing /etc/network/if-pre-up.d/ethtool with params 
2014/09/30 23:33:31 :: Sending connection attempt result failed
2014/09/30 23:33:31 :: /etc/network/if-pre-up.d/ethtool returned 0
2014/09/30 23:33:31 :: Executing /etc/network/if-pre-up.d/wireless-tools with params 
2014/09/30 23:33:31 :: /etc/network/if-pre-up.d/wireless-tools returned 0
2014/09/30 23:33:31 :: Executing /etc/network/if-pre-up.d/wpasupplicant with params 
2014/09/30 23:33:31 :: /etc/network/if-pre-up.d/wpasupplicant returned 0
2014/09/30 23:33:31 :: Putting interface down
2014/09/30 23:33:31 :: ifconfig wlan0 down
2014/09/30 23:33:31 :: Releasing DHCP leases...
2014/09/30 23:33:31 :: /sbin/dhcpcd -k wlan0
2014/09/30 23:33:31 :: Setting false IP...
2014/09/30 23:33:31 :: ifconfig wlan0 0.0.0.0 
2014/09/30 23:33:31 :: Stopping wpa_supplicant
2014/09/30 23:33:31 :: wpa_cli -i wlan0 terminate
2014/09/30 23:33:31 :: Flushing the routing table...
2014/09/30 23:33:31 :: /sbin/ip route flush dev wlan0
2014/09/30 23:33:31 :: iwconfig wlan0 mode managed
2014/09/30 23:33:31 :: Putting interface up...
2014/09/30 23:33:31 :: ifconfig wlan0 up
2014/09/30 23:33:33 :: enctype is wpa-psk
2014/09/30 23:33:33 :: Attempting to authenticate...
2014/09/30 23:33:33 :: ['wpa_supplicant', '-B', '-i', 'wlan0', '-c', '/var/lib/wicd/configurations/0019709d3321', '-Dwext']
2014/09/30 23:33:33 :: ['iwconfig', 'wlan0', 'essid', '--', 'mojeWifi']
2014/09/30 23:33:33 :: iwconfig wlan0 channel 6
2014/09/30 23:33:33 :: iwconfig wlan0 ap 00:19:70:**:**:**
2014/09/30 23:33:33 :: WPA_CLI RESULT IS DISCONNECTED
2014/09/30 23:33:34 :: WPA_CLI RESULT IS ASSOCIATING
2014/09/30 23:33:35 :: WPA_CLI RESULT IS ASSOCIATING
2014/09/30 23:33:36 :: WPA_CLI RESULT IS ASSOCIATING
2014/09/30 23:33:37 :: WPA_CLI RESULT IS ASSOCIATING
2014/09/30 23:33:38 :: WPA_CLI RESULT IS ASSOCIATING
2014/09/30 23:33:39 :: WPA_CLI RESULT IS ASSOCIATING
2014/09/30 23:33:40 :: WPA_CLI RESULT IS ASSOCIATING
2014/09/30 23:33:42 :: WPA_CLI RESULT IS ASSOCIATING
2014/09/30 23:33:43 :: WPA_CLI RESULT IS ASSOCIATING
2014/09/30 23:33:44 :: WPA_CLI RESULT IS ASSOCIATING
2014/09/30 23:33:45 :: WPA_CLI RESULT IS DISCONNECTED
2014/09/30 23:33:46 :: WPA_CLI RESULT IS SCANNING
2014/09/30 23:33:47 :: WPA_CLI RESULT IS SCANNING
2014/09/30 23:33:48 :: WPA_CLI RESULT IS SCANNING
2014/09/30 23:33:49 :: WPA_CLI RESULT IS SCANNING
2014/09/30 23:33:50 :: WPA_CLI RESULT IS SCANNING
2014/09/30 23:33:51 :: WPA_CLI RESULT IS SCANNING
2014/09/30 23:33:52 :: WPA_CLI RESULT IS SCANNING
2014/09/30 23:33:53 :: WPA_CLI RESULT IS SCANNING
2014/09/30 23:33:54 :: WPA_CLI RESULT IS SCANNING
2014/09/30 23:33:55 :: WPA_CLI RESULT IS SCANNING
2014/09/30 23:33:56 :: WPA_CLI RESULT IS SCANNING
2014/09/30 23:33:57 :: WPA_CLI RESULT IS SCANNING
2014/09/30 23:33:58 :: WPA_CLI RESULT IS ASSOCIATING
2014/09/30 23:33:59 :: WPA_CLI RESULT IS ASSOCIATING
2014/09/30 23:34:00 :: WPA_CLI RESULT IS ASSOCIATING
2014/09/30 23:34:01 :: WPA_CLI RESULT IS ASSOCIATING
2014/09/30 23:34:02 :: WPA_CLI RESULT IS ASSOCIATING
2014/09/30 23:34:03 :: WPA_CLI RESULT IS SCANNING
2014/09/30 23:34:04 :: WPA_CLI RESULT IS SCANNING
2014/09/30 23:34:05 :: WPA_CLI RESULT IS SCANNING
2014/09/30 23:34:06 :: WPA_CLI RESULT IS SCANNING
2014/09/30 23:34:07 :: WPA_CLI RESULT IS SCANNING
2014/09/30 23:34:08 :: WPA_CLI RESULT IS SCANNING
2014/09/30 23:34:09 :: wpa_supplicant authentication may have failed.
2014/09/30 23:34:09 :: connect result is 
2014/09/30 23:34:09 :: exiting connection thread
2014/09/30 23:34:09 :: Sending connection attempt result bad_pass
2014/09/30 23:34:09 :: ifconfig eth0
2014/09/30 23:34:09 :: ifconfig wlan0
2014/09/30 23:34:09 :: Forced disconnect on
2014/09/30 23:34:09 :: iwconfig wlan0
2014/09/30 23:34:09 :: Executing /etc/network/if-down.d/resolvconf with params 
2014/09/30 23:34:09 :: /etc/network/if-down.d/resolvconf returned 0
2014/09/30 23:34:09 :: Executing /etc/network/if-down.d/upstart with params 
2014/09/30 23:34:09 :: /etc/network/if-down.d/upstart returned 0
2014/09/30 23:34:09 :: Executing /etc/network/if-down.d/wpasupplicant with params 
2014/09/30 23:34:09 :: /etc/network/if-down.d/wpasupplicant returned 0
2014/09/30 23:34:09 :: /sbin/dhcpcd -k wlan0
2014/09/30 23:34:09 :: ifconfig wlan0 0.0.0.0 
2014/09/30 23:34:09 :: /sbin/ip route flush dev wlan0
2014/09/30 23:34:09 :: ifconfig wlan0 down
2014/09/30 23:34:09 :: ifconfig wlan0 up
2014/09/30 23:34:09 :: Executing /etc/network/if-post-down.d/avahi-daemon with params 
2014/09/30 23:34:09 :: /etc/network/if-post-down.d/avahi-daemon returned 0
2014/09/30 23:34:09 :: Executing /etc/network/if-post-down.d/wireless-tools with params 
2014/09/30 23:34:09 :: /etc/network/if-post-down.d/wireless-tools returned 0
2014/09/30 23:34:09 :: Executing /etc/network/if-post-down.d/wpasupplicant with params 
2014/09/30 23:34:09 :: /etc/network/if-post-down.d/wpasupplicant returned 0
2014/09/30 23:34:09 :: wpa_cli -i wlan0 terminate
2014/09/30 23:34:10 :: Executing /etc/network/if-down.d/resolvconf with params 
2014/09/30 23:34:10 :: /etc/network/if-down.d/resolvconf returned 0
2014/09/30 23:34:10 :: Executing /etc/network/if-down.d/upstart with params 
2014/09/30 23:34:10 :: /etc/network/if-down.d/upstart returned 0
2014/09/30 23:34:10 :: Executing /etc/network/if-down.d/wpasupplicant with params 
2014/09/30 23:34:10 :: /etc/network/if-down.d/wpasupplicant returned 0
2014/09/30 23:34:10 :: /sbin/dhcpcd -k eth0
2014/09/30 23:34:10 :: ifconfig eth0 0.0.0.0 
2014/09/30 23:34:10 :: /sbin/ip route flush dev eth0
2014/09/30 23:34:10 :: ifconfig eth0 down
2014/09/30 23:34:10 :: ifconfig eth0 up
2014/09/30 23:34:10 :: Executing /etc/network/if-post-down.d/avahi-daemon with params 
2014/09/30 23:34:10 :: /etc/network/if-post-down.d/avahi-daemon returned 0
2014/09/30 23:34:10 :: Executing /etc/network/if-post-down.d/wireless-tools with params 
2014/09/30 23:34:10 :: /etc/network/if-post-down.d/wireless-tools returned 0
2014/09/30 23:34:10 :: Executing /etc/network/if-post-down.d/wpasupplicant with params 
2014/09/30 23:34:10 :: /etc/network/if-post-down.d/wpasupplicant returned 0
2014/09/30 23:34:10 :: wpa_cli -i eth0 terminate
2014/09/30 23:34:12 :: ifconfig eth0
2014/09/30 23:34:12 :: ifconfig wlan0
2014/09/30 23:34:14 :: ifconfig eth0
2014/09/30 23:34:14 :: ifconfig wlan0
2014/09/30 23:34:16 :: ifconfig eth0
2014/09/30 23:34:16 :: ifconfig wlan0
2014/09/30 23:34:16 :: iwconfig wlan0
2014/09/30 23:34:16 :: Executing /etc/network/if-down.d/resolvconf with params 
2014/09/30 23:34:16 :: /etc/network/if-down.d/resolvconf returned 0
2014/09/30 23:34:16 :: Executing /etc/network/if-down.d/upstart with params 
2014/09/30 23:34:16 :: /etc/network/if-down.d/upstart returned 0
2014/09/30 23:34:16 :: Executing /etc/network/if-down.d/wpasupplicant with params 
2014/09/30 23:34:16 :: /etc/network/if-down.d/wpasupplicant returned 0
2014/09/30 23:34:16 :: /sbin/dhcpcd -k wlan0
2014/09/30 23:34:16 :: ifconfig wlan0 0.0.0.0 
2014/09/30 23:34:17 :: /sbin/ip route flush dev wlan0
2014/09/30 23:34:17 :: ifconfig wlan0 down
2014/09/30 23:34:17 :: ifconfig wlan0 up
2014/09/30 23:34:17 :: Executing /etc/network/if-post-down.d/avahi-daemon with params 
2014/09/30 23:34:17 :: /etc/network/if-post-down.d/avahi-daemon returned 0
2014/09/30 23:34:17 :: Executing /etc/network/if-post-down.d/wireless-tools with params 
2014/09/30 23:34:17 :: /etc/network/if-post-down.d/wireless-tools returned 0
2014/09/30 23:34:17 :: Executing /etc/network/if-post-down.d/wpasupplicant with params 
2014/09/30 23:34:17 :: /etc/network/if-post-down.d/wpasupplicant returned 0
2014/09/30 23:34:17 :: wpa_cli -i wlan0 terminate
2014/09/30 23:34:17 :: Executing /etc/network/if-down.d/resolvconf with params 
2014/09/30 23:34:17 :: /etc/network/if-down.d/resolvconf returned 0
2014/09/30 23:34:17 :: Executing /etc/network/if-down.d/upstart with params 
2014/09/30 23:34:17 :: /etc/network/if-down.d/upstart returned 0
2014/09/30 23:34:17 :: Executing /etc/network/if-down.d/wpasupplicant with params 
2014/09/30 23:34:17 :: /etc/network/if-down.d/wpasupplicant returned 0
2014/09/30 23:34:17 :: /sbin/dhcpcd -k eth0
2014/09/30 23:34:17 :: ifconfig eth0 0.0.0.0 
2014/09/30 23:34:17 :: /sbin/ip route flush dev eth0
2014/09/30 23:34:17 :: ifconfig eth0 down
2014/09/30 23:34:17 :: ifconfig eth0 up
2014/09/30 23:34:17 :: Executing /etc/network/if-post-down.d/avahi-daemon with params 
2014/09/30 23:34:17 :: /etc/network/if-post-down.d/avahi-daemon returned 0
2014/09/30 23:34:17 :: Executing /etc/network/if-post-down.d/wireless-tools with params 
2014/09/30 23:34:18 :: /etc/network/if-post-down.d/wireless-tools returned 0
2014/09/30 23:34:18 :: Executing /etc/network/if-post-down.d/wpasupplicant with params 
2014/09/30 23:34:18 :: /etc/network/if-post-down.d/wpasupplicant returned 0
2014/09/30 23:34:18 :: wpa_cli -i eth0 terminate
2014/09/30 23:34:18 :: found lastused in configuration True
2014/09/30 23:34:18 :: Executing /etc/network/if-pre-up.d/ethtool with params 
2014/09/30 23:34:18 :: /etc/network/if-pre-up.d/ethtool returned 0
2014/09/30 23:34:18 :: Executing /etc/network/if-pre-up.d/wireless-tools with params 
2014/09/30 23:34:18 :: /etc/network/if-pre-up.d/wireless-tools returned 0
2014/09/30 23:34:18 :: Executing /etc/network/if-pre-up.d/wpasupplicant with params 
2014/09/30 23:34:18 :: /etc/network/if-pre-up.d/wpasupplicant returned 0
2014/09/30 23:34:18 :: Putting interface down
2014/09/30 23:34:18 :: ifconfig eth0 down
2014/09/30 23:34:18 :: Releasing DHCP leases...
2014/09/30 23:34:18 :: /sbin/dhcpcd -k eth0
2014/09/30 23:34:18 :: Setting false IP...
2014/09/30 23:34:18 :: ifconfig eth0 0.0.0.0 
2014/09/30 23:34:18 :: Stopping wpa_supplicant
2014/09/30 23:34:18 :: wpa_cli -i eth0 terminate
2014/09/30 23:34:18 :: Flushing the routing table...
2014/09/30 23:34:18 :: /sbin/ip route flush dev eth0
2014/09/30 23:34:18 :: Putting interface up...
2014/09/30 23:34:18 :: ifconfig eth0 up
2014/09/30 23:34:20 :: Running DHCP with hostname desktop
2014/09/30 23:34:20 :: /sbin/dhcpcd -h desktop --noipv4ll eth0 
2014/09/30 23:34:20 :: dhcpcd[11258]: control_open: Connection refused
2014/09/30 23:34:20 :: 
2014/09/30 23:34:20 :: dhcpcd[11258]: version 6.0.5 starting
2014/09/30 23:34:20 :: 
2014/09/30 23:34:20 :: dhcpcd[11258]: eth0: waiting for carrier
2014/09/30 23:34:20 :: 
2014/09/30 23:34:21 :: dhcpcd[11258]: eth0: carrier acquired
2014/09/30 23:34:21 :: 
2014/09/30 23:34:21 :: dhcpcd[11258]: eth0: soliciting an IPv6 router
2014/09/30 23:34:21 :: 
2014/09/30 23:34:21 :: dhcpcd[11258]: eth0: soliciting a DHCP lease
2014/09/30 23:34:21 :: 
2014/09/30 23:34:23 :: dhcpcd[11258]: eth0: offered 192.168.1.16 from 192.168.1.1
2014/09/30 23:34:23 :: 
2014/09/30 23:34:28 :: dhcpcd[11258]: eth0: leased 192.168.1.16 for 3600 seconds
2014/09/30 23:34:28 :: 
2014/09/30 23:34:28 :: dhcpcd[11258]: eth0: adding host route to 192.168.1.16 via 127.0.0.1
2014/09/30 23:34:28 :: 
2014/09/30 23:34:28 :: dhcpcd[11258]: eth0: adding route to 192.168.1.0/24
2014/09/30 23:34:28 :: 
2014/09/30 23:34:28 :: dhcpcd[11258]: eth0: adding default route via 192.168.1.1
2014/09/30 23:34:28 :: 
2014/09/30 23:34:29 :: dhcpcd[11258]: forked to background, child pid 11318
2014/09/30 23:34:29 :: 
2014/09/30 23:34:29 :: 
2014/09/30 23:34:29 :: DHCP connection successful
2014/09/30 23:34:29 :: Executing /etc/network/if-up.d/000resolvconf with params 
2014/09/30 23:34:29 :: /etc/network/if-up.d/000resolvconf returned 0
2014/09/30 23:34:29 :: Executing /etc/network/if-up.d/avahi-daemon with params 
2014/09/30 23:34:29 :: /etc/network/if-up.d/avahi-daemon returned 0
2014/09/30 23:34:29 :: Executing /etc/network/if-up.d/ethtool with params 
2014/09/30 23:34:29 :: /etc/network/if-up.d/ethtool returned 0
2014/09/30 23:34:29 :: Executing /etc/network/if-up.d/mountnfs with params 
2014/09/30 23:34:29 :: /etc/network/if-up.d/mountnfs returned 0
2014/09/30 23:34:29 :: Executing /etc/network/if-up.d/upstart with params 
2014/09/30 23:34:29 :: /etc/network/if-up.d/upstart returned 0
2014/09/30 23:34:29 :: Executing /etc/network/if-up.d/wpasupplicant with params 
2014/09/30 23:34:29 :: /etc/network/if-up.d/wpasupplicant returned 0
2014/09/30 23:34:29 :: Connecting thread exiting.
2014/09/30 23:34:29 :: ifconfig eth0
2014/09/30 23:34:29 :: IP Address is: 192.168.1.16
2014/09/30 23:34:29 :: Sending connection attempt result success
2014/09/30 23:34:29 :: iwconfig wlan0
2014/09/30 23:34:31 :: ifconfig eth0
2014/09/30 23:34:33 :: ifconfig eth0


ODPOWIEDZ