Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!

Ogłoszenie

Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.

#1  2016-12-11 12:27:52

  tat99 - Użytkownik

tat99
Użytkownik
Zarejestrowany: 2016-12-09

Konfiguracja wifi

Witam jestem nowy na forum proszę o wyrozumiałość mój system Ghostbsd.
Po wykonaniu

Kod:

kldload if_bwn 
kldload bwn_v4_lp_ucode 
ifconfig wlan0 create wlandev bwn0 
ifconfig wlan0 up
wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant.conf 
dhclient wlan0 
route change default -iface wlan0
route change default 192.168.1.100

wygląda tak

Kod:

Successfully initialized wpa_supplicant
wlan0: no link ....... got link
DHCPREQUEST on wlan0 to 255.255.255.255 port 67
DHCPACK from 192.168.1.100
bound to 192.168.1.103 -- renewal in 43200 seconds.
change net default: gateway wlan0
change net default: gateway 192.168.1.100

Kod:

ifconfig
bge0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
    options=8009b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,LINKSTATE>
    ether 00:1e:ec:53:98:92
    inet 192.168.1.104 netmask 0xffffff00 broadcast 192.168.1.255 
    nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
    media: Ethernet autoselect (100baseTX <full-duplex>)
    status: active
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
    options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
    inet6 ::1 prefixlen 128 
    inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2 
    inet 127.0.0.1 netmask 0xff000000 
    nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
bwn0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 2290
    ether 00:1f:e2:86:28:c3
    nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
    media: IEEE 802.11 Wireless Ethernet autoselect mode 11g
    status: associated
wlan0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
    ether 00:1f:e2:86:28:c3
    inet6 fe80::21f:e2ff:fe86:28c3%wlan0 prefixlen 64 tentative scopeid 0x4 
    inet 192.168.1.103 netmask 0xffffff00 broadcast 192.168.1.255 
    nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
    media: IEEE 802.11 Wireless Ethernet OFDM/54Mbps mode 11g
    status: associated
    ssid siec channel 6 (2437 MHz 11g) bssid 18:d0:71:0e:e2:be
    country US authmode WPA2/802.11i privacy ON deftxkey UNDEF
    AES-CCM 2:128-bit txpower 30 bmiss 7 scanvalid 60 bgscan
    bgscanintvl 300 bgscanidle 250 roam:rssi 7 roam:rate 5 protmode CTS
    wme roaming MANUAL

Kod:

netstat -r
Routing tables

Internet:
Destination        Gateway            Flags      Netif Expire
default            192.168.1.100      UGS       wlan0
localhost          link#2             UH          lo0
192.168.1.0        link#1             U          bge0
192.168.1.103      link#4             UHS         lo0
192.168.1.104      link#1             UHS         lo0

Internet6:
Destination        Gateway            Flags      Netif Expire
::                 localhost          UGRS        lo0
localhost          link#2             UH          lo0
::ffff:0.0.0.0     localhost          UGRS        lo0
fe80::             localhost          UGRS        lo0
fe80::%lo0         link#2             U           lo0
fe80::1%lo0        link#2             UHS         lo0
fe80::%wlan0       link#4             U         wlan0
fe80::21f:e2ff:fe8 link#4             UHS         lo0
ff01::%lo0         localhost          U           lo0
ff01::%wlan0       fe80::21f:e2ff:fe8 U         wlan0
ff02::             localhost          UGRS        lo0
ff02::%lo0         localhost          U           lo0
ff02::%wlan0       fe80::21f:e2ff:fe8 U         wlan0

Kod:

# /etc/wpa_supplicant.conf written by wifimgr(8)

network={
    ssid="siec"
    bssid=18:d0:71:0e:e2:be
    key_mgmt=WPA-PSK
    proto=RSN
    psk="xxxxxxx"
}

Kod:

sudo ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8): 56 data bytes
64 bytes from 8.8.8.8: icmp_seq=0 ttl=47 time=38.261 ms
64 bytes from 8.8.8.8: icmp_seq=5 ttl=47 time=37.674 ms
64 bytes from 8.8.8.8: icmp_seq=10 ttl=47 time=40.682 ms
64 bytes from 8.8.8.8: icmp_seq=19 ttl=47 time=37.965 ms
64 bytes from 8.8.8.8: icmp_seq=27 ttl=47 time=39.440 ms
64 bytes from 8.8.8.8: icmp_seq=29 ttl=47 time=37.700 ms

te kilka pingów to wszystko z połączenia internetu brak
jakieś pomysły?

Ostatnio edytowany przez tat99 (2016-12-11 12:32:16)

Offline

 

#2  2016-12-11 13:09:21

  arecki - Użytkownik

arecki
Użytkownik
Skąd: 44 Bronson Lane Hensonville
Zarejestrowany: 2016-03-03

Re: Konfiguracja wifi

Internet jest co widać po pingu, brak Ci zdefiniowanych serwerów DNS (/etc/resolv.conf).
Sprawdź czy działa bez DNS wpisując w przeglądarkę adres IP 192.99.188.34

Ostatnio edytowany przez arecki (2016-12-11 13:14:40)

Offline

 

#3  2016-12-11 13:24:59

  tat99 - Użytkownik

tat99
Użytkownik
Zarejestrowany: 2016-12-09

Re: Konfiguracja wifi

internetu wystarcza na kilka do kilkunastu pingów a potem cisza żadne pingi nie przechodzą.

Offline

 

#4  2016-12-11 13:48:59

  Jacekalex - Podobno człowiek...;)

Jacekalex
Podobno człowiek...;)
Skąd: /dev/random
Zarejestrowany: 2008-01-07

Re: Konfiguracja wifi

To musisz się chyba zainteresować logami systemowymi i tcpdumpem
- na tym BSD.

Skąd masz net wifi, z którym się łączysz, domowy router?
Masz tam jakiś inny komputer z Linuxem lub BSD (wystarczy np RPI), żeby logi routera zbierać przez sysloga?

Na jakimś innym systemie, np Windows, Linux, Android, net z tego  wifi działa?

Ostatnio edytowany przez Jacekalex (2016-12-11 13:49:58)


W demokracji każdy naród ma taką władzę, na jaką zasługuje ;)
Si vis pacem  para bellum  ;)       |       Pozdrawiam :)

Offline

 

#5  2016-12-11 14:09:25

  tat99 - Użytkownik

tat99
Użytkownik
Zarejestrowany: 2016-12-09

Re: Konfiguracja wifi

Ruter domowy na tym komputerze uruchomiem linux live i internet jest.

Offline

 

#6  2016-12-11 14:15:32

  Jacekalex - Podobno człowiek...;)

Jacekalex
Podobno człowiek...;)
Skąd: /dev/random
Zarejestrowany: 2008-01-07

Re: Konfiguracja wifi

Czyli jakieś parametry w GhostBSD są walnięte.
Tylko logi systemowe mogą powiedzieć, co go boli.

Logi routera  z jego romansu z GhostBSD masz jak czytać?


W demokracji każdy naród ma taką władzę, na jaką zasługuje ;)
Si vis pacem  para bellum  ;)       |       Pozdrawiam :)

Offline

 

#7  2016-12-11 14:28:54

  morfik - Cenzor wirtualnego świata

morfik
Cenzor wirtualnego świata
Skąd: ze WSI
Zarejestrowany: 2011-09-15
Serwis

Re: Konfiguracja wifi

Moim zdaniem coś się tam zapętla i dlatego wcina net po chwili. Pytanie jest: co autor chce osiągnąć, bo do końca nie wiem. xD

Offline

 

#8  2016-12-11 14:43:32

  tat99 - Użytkownik

tat99
Użytkownik
Zarejestrowany: 2016-12-09

Re: Konfiguracja wifi

Celem jest prawidłowo działający internet wifi bo bez wifi laptop jest mało użyteczny.
Co do logów systemowych to co dokładnie bo nie jestem zbyt zaawansowany w bsd.

Offline

 

#9  2016-12-11 14:48:12

  Jacekalex - Podobno człowiek...;)

Jacekalex
Podobno człowiek...;)
Skąd: /dev/random
Zarejestrowany: 2008-01-07

Re: Konfiguracja wifi

tat99 napisał(-a):

Celem jest prawidłowo działający internet wifi bo bez wifi laptop jest mało użyteczny.
Co do logów systemowych to co dokładnie bo nie jestem zbyt zaawansowany w bsd.

Pierwszy strzał w stopę, to GhostBSD.
W Ubuntu trudno nauczyć się Linuxa, w GhostBSD trudno nauczyć się BSD.

Logi:
https://www.freebsd.org/doc/handbook/configtuning-syslog.html


W demokracji każdy naród ma taką władzę, na jaką zasługuje ;)
Si vis pacem  para bellum  ;)       |       Pozdrawiam :)

Offline

 

#10  2016-12-11 14:56:24

  morfik - Cenzor wirtualnego świata

morfik
Cenzor wirtualnego świata
Skąd: ze WSI
Zarejestrowany: 2011-09-15
Serwis

Re: Konfiguracja wifi

Tam masz na dwóch interfejsach adresację z 192.168.1.0/24 . Wyłącz ten drugi interfejs i skonfiguruj tylko wlan.

Offline

 

#11  2016-12-11 15:22:24

  tat99 - Użytkownik

tat99
Użytkownik
Zarejestrowany: 2016-12-09

Re: Konfiguracja wifi

Szukałem lekkiego systemu na nie za mocny laptop trafiło na ghosbsd a nie freebsd bo chcę go używać a nie szkolić się.
Interfejs bge0 to kablowe połączenie z ruterem do którego chcę dołączy przez wifi

log

Kod:

11 14:31:18 tato dbus[589]: [system] Activating service name='org.freedesktop.UPower' (using servicehelper)
Dec 11 14:31:18 tato dbus[589]: [system] Successfully activated service 'org.freedesktop.UPower'
Dec 11 14:31:18 tato mate-session[845]: WARNING: Unable to find provider '' of required component 'dock'
Dec 11 14:31:22 tato gnome-keyring-daemon[858]: The PKCS#11 component was already initialized
Dec 11 14:31:22 tato gnome-keyring-daemon[858]: The Secret Service was already initialized
Dec 11 14:31:22 tato gnome-keyring-daemon[858]: The SSH agent was already initialized
Dec 11 14:31:25 tato pulseaudio[899]: [(null)] pid.c: Daemon already running.
Dec 11 14:31:37 tato mate-session[845]: GLib-GObject-WARNING: g_object_get_valist: object class 'UpClient' has no property named 'can-suspend'
Dec 11 14:31:37 tato dbus[589]: [system] Activating service name='org.mate.SettingsDaemon.DateTimeMechanism' (using servicehelper)
Dec 11 14:31:37 tato dbus[589]: [system] Successfully activated service 'org.mate.SettingsDaemon.DateTimeMechanism'
Dec 11 14:32:17 tato kernel: bge0: link state changed to UP
Dec 11 14:32:17 tato devd: Executing '/etc/rc.d/dhclient quietstart bge0'
Dec 11 14:32:20 tato dhclient: New IP Address (bge0): 192.168.1.104
Dec 11 14:32:20 tato dhclient: New Subnet Mask (bge0): 255.255.255.0
Dec 11 14:32:20 tato dhclient: New Broadcast Address (bge0): 192.168.1.255
Dec 11 14:32:20 tato dhclient: New Routers (bge0): 192.168.1.100
Dec 11 14:45:55 tato kernel: siba_bwn0: <Broadcom BCM4312 802.11b/g Wireless> mem 0x64100000-0x64103fff irq 19 at device 0.0 on pci6
Dec 11 14:45:55 tato kernel: bwn0 on siba_bwn0
Dec 11 14:45:55 tato kernel: bwn0: WLAN (chipid 0x4312 rev 15) PHY (analog 6 type 5 rev 1) RADIO (manuf 0x17f ver 0x2062 rev 2)
Dec 11 14:45:55 tato kernel: bwn0: DMA (64 bits)
Dec 11 14:45:55 tato kernel: bwn0: Using 1 MSI messages
Dec 11 14:45:55 tato devd: Executing '/etc/pccard_ether bwn0 start'
Dec 11 14:45:56 tato kernel: wlan0: Ethernet address: 00:1f:e2:86:28:c3
Dec 11 14:45:56 tato kernel: bwn0: need multicast update callback
Dec 11 14:45:56 tato last message repeated 4 times
Dec 11 14:45:56 tato kernel: bwn0: firmware version (rev 478 patch 104 date 0x8701 time 0x657)
Dec 11 14:45:56 tato kernel: wlan0: ieee80211_new_state_locked: pending INIT -> SCAN transition lost
Dec 11 14:45:56 tato kernel: bwn0: firmware version (rev 478 patch 104 date 0x8701 time 0x657)
Dec 11 14:45:57 tato wpa_supplicant[3860]: Successfully initialized wpa_supplicant
Dec 11 14:45:57 tato kernel: bwn0: firmware version (rev 478 patch 104 date 0x8701 time 0x657)
Dec 11 14:45:57 tato kernel: nd6_dad_timer: cancel DAD on wlan0 because of ND6_IFF_IFDISABLED.
Dec 11 14:45:57 tato devd: Executing '/etc/pccard_ether bwn0 start'
Dec 11 14:45:57 tato devd: Executing '/etc/pccard_ether wlan0 start'
Dec 11 14:46:00 tato wpa_supplicant[3861]: wlan0: Trying to associate with 18:d0:71:0e:e2:be (SSID='siec' freq=2437 MHz)
Dec 11 14:46:00 tato wpa_supplicant[3861]: wlan0: Associated with 18:d0:71:0e:e2:be
Dec 11 14:46:00 tato kernel: wlan0: link state changed to UP
Dec 11 14:46:00 tato kernel: bwn0: RX decryption attempted (old 0 keyidx 0x1)
Dec 11 14:46:00 tato devd: Executing '/etc/rc.d/dhclient quietstart wlan0'
Dec 11 14:46:00 tato wpa_supplicant[3861]: wlan0: WPA: Key negotiation completed with 18:d0:71:0e:e2:be [PTK=CCMP GTK=CCMP]
Dec 11 14:46:00 tato wpa_supplicant[3861]: wlan0: CTRL-EVENT-CONNECTED - Connection to 18:d0:71:0e:e2:be completed [id=0 id_str=]
Dec 11 14:46:00 tato kernel: bwn0: need multicast update callback
Dec 11 14:46:00 tato kernel: bwn0: RX decryption attempted (old 0 keyidx 0x1)
Dec 11 14:46:00 tato kernel: bwn0: RX decryption attempted (old 0 keyidx 0x1)
Dec 11 14:46:00 tato dhclient: New IP Address (wlan0): 192.168.1.103
Dec 11 14:46:00 tato kernel: bwn0: need multicast update callback
Dec 11 14:46:00 tato kernel: bwn0: need multicast update callback
Dec 11 14:46:00 tato kernel: bwn0: RX decryption attempted (old 0 keyidx 0x1)
Dec 11 14:46:00 tato kernel: bwn0: RX decryption attempted (old 0 keyidx 0x1)
Dec 11 14:46:00 tato dhclient: New Subnet Mask (wlan0): 255.255.255.0
Dec 11 14:46:00 tato dhclient: New Broadcast Address (wlan0): 192.168.1.255
Dec 11 14:46:00 tato dhclient: New Routers (wlan0): 192.168.1.100
Dec 11 14:46:01 tato kernel: bwn0: RX decryption attempted (old 0 keyidx 0x1)
Dec 11 14:46:01 tato kernel: bwn0: RX decryption attempted (old 0 keyidx 0x1)
Dec 11 14:48:03 tato dhclient[3931]: Interface wlan0 is down, dhclient exiting
Dec 11 14:48:03 tato kernel: wlan0: link state changed to DOWN
Dec 11 14:48:03 tato wpa_supplicant[3861]: ioctl[SIOCS80211, op=26, val=0, arg_len=0]: Operation not supported
Dec 11 14:48:03 tato wpa_supplicant[3861]: wlan0: CTRL-EVENT-TERMINATING 
Dec 11 14:48:03 tato dhclient[4629]: dhclient already running, pid: 3931.
Dec 11 14:48:03 tato dhclient[4629]: exiting.
Dec 11 14:48:03 tato dhclient[3921]: connection closed
Dec 11 14:48:03 tato dhclient[3921]: exiting.
Dec 11 14:48:04 tato kernel: bwn0: firmware version (rev 478 patch 104 date 0x8701 time 0x657)
Dec 11 14:48:06 tato kernel: wlan0: link state changed to UP
Dec 11 14:48:06 tato kernel: bwn0: RX decryption attempted (old 0 keyidx 0x1)
Dec 11 14:48:06 tato devd: Executing '/etc/rc.d/dhclient quietstart wlan0'
Dec 11 14:48:06 tato dhclient[4702]: send_packet: No buffer space available
Dec 11 14:48:12 tato kernel: bwn0: RX decryption attempted (old 0 keyidx 0x1)
Dec 11 14:48:12 tato last message repeated 2 times
Dec 11 14:48:12 tato dhclient: New IP Address (wlan0): 192.168.1.103
Dec 11 14:48:12 tato kernel: bwn0: RX decryption attempted (old 0 keyidx 0x1)
Dec 11 14:48:12 tato dhclient: New Subnet Mask (wlan0): 255.255.255.0
Dec 11 14:48:12 tato dhclient: New Broadcast Address (wlan0): 192.168.1.255
Dec 11 14:48:12 tato dhclient: New Routers (wlan0): 192.168.1.100
Dec 11 14:51:21 tato kernel: bwn0: RX decryption attempted (old 0 keyidx 0x1)
Dec 11 14:51:21 tato kernel: bwn0: RX decryption attempted (old 0 keyidx 0x1)
Dec 11 14:53:54 tato last message repeated 2 times
Dec 11 14:54:43 tato shutdown: reboot by root: 
Dec 11 14:54:43 tato devd: notify_clients: send() failed; dropping unresponsive client
Dec 11 14:54:43 tato ntpd[668]: ntpd exiting on signal 15 (Terminated)
Dec 11 14:54:48 tato syslogd: exiting on signal 15
Dec 11 14:55:36 tato syslogd: kernel boot file is /boot/kernel/kernel
Dec 11 14:55:36 tato kernel: Copyright (c) 1992-2016 The FreeBSD Project.
Dec 11 14:55:36 tato kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
Dec 11 14:55:36 tato kernel: The Regents of the University of California. All rights reserved.
Dec 11 14:55:36 tato kernel: FreeBSD is a registered trademark of The FreeBSD Foundation.
Dec 11 14:55:36 tato kernel: FreeBSD 10.3-RELEASE-p11 #0: Mon Oct 24 18:49:24 UTC 2016
Dec 11 14:55:36 tato kernel: root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
Dec 11 14:55:36 tato kernel: FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512
Dec 11 14:55:36 tato kernel: VT(vga): resolution 640x480
Dec 11 14:55:36 tato kernel: module ufs already present!
Dec 11 14:55:36 tato kernel: CPU: Intel(R) Celeron(R) CPU          560  @ 2.13GHz (2128.06-MHz K8-class CPU)
Dec 11 14:55:36 tato kernel: Origin="GenuineIntel"  Id=0x10661  Family=0x6  Model=0x16  Stepping=1
Dec 11 14:55:36 tato kernel: Features=0xafebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,TM,PBE>
Dec 11 14:55:36 tato kernel: Features2=0xe31d<SSE3,DTES64,MON,DS_CPL,TM2,SSSE3,CX16,xTPR,PDCM>
Dec 11 14:55:36 tato kernel: AMD Features=0x20100800<SYSCALL,NX,LM>
Dec 11 14:55:36 tato kernel: AMD Features2=0x1<LAHF>
Dec 11 14:55:36 tato kernel: TSC: P-state invariant, performance statistics
Dec 11 14:55:36 tato kernel: real memory  = 1332158464 (1270 MB)
Dec 11 14:55:36 tato kernel: avail memory = 1259757568 (1201 MB)
Dec 11 14:55:36 tato kernel: Event timer "LAPIC" quality 400
Dec 11 14:55:36 tato kernel: ACPI APIC Table: <GATEWA SYSTEM  >
Dec 11 14:55:36 tato kernel: random: <Software, Yarrow> initialized
Dec 11 14:55:36 tato kernel: ioapic0: Changing APIC ID to 4
Dec 11 14:55:36 tato kernel: ioapic0 <Version 2.0> irqs 0-23 on motherboard
Dec 11 14:55:36 tato kernel: module_register_init: MOD_LOAD (vesa, 0xffffffff80dc6510, 0) error 19
Dec 11 14:55:36 tato kernel: kbd1 at kbdmux0
Dec 11 14:55:36 tato kernel: acpi0: <GATEWA SYSTEM> on motherboard
Dec 11 14:55:36 tato kernel: acpi0: Power Button (fixed)
Dec 11 14:55:36 tato kernel: cpu0: <ACPI CPU> on acpi0
Dec 11 14:55:36 tato kernel: atrtc0: <AT realtime clock> port 0x70-0x77 on acpi0
Dec 11 14:55:36 tato kernel: atrtc0: Warning: Couldn't map I/O.
Dec 11 14:55:36 tato kernel: Event timer "RTC" frequency 32768 Hz quality 0
Dec 11 14:55:36 tato kernel: hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff irq 0,8 on acpi0
Dec 11 14:55:36 tato kernel: Timecounter "HPET" frequency 14318180 Hz quality 950
Dec 11 14:55:36 tato kernel: Event timer "HPET" frequency 14318180 Hz quality 450
Dec 11 14:55:36 tato kernel: Event timer "HPET1" frequency 14318180 Hz quality 440
Dec 11 14:55:36 tato kernel: Event timer "HPET2" frequency 14318180 Hz quality 440
Dec 11 14:55:36 tato kernel: attimer0: <AT timer> port 0x40-0x43,0x50-0x53 on acpi0
Dec 11 14:55:36 tato kernel: Timecounter "i8254" frequency 1193182 Hz quality 0
Dec 11 14:55:36 tato kernel: Event timer "i8254" frequency 1193182 Hz quality 100
Dec 11 14:55:36 tato kernel: Timecounter "ACPI-fast" frequency 3579545 Hz quality 900
Dec 11 14:55:36 tato kernel: acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0
Dec 11 14:55:36 tato kernel: acpi_ec0: <Embedded Controller: GPE 0x1c> port 0x62,0x66 on acpi0
Dec 11 14:55:36 tato kernel: pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
Dec 11 14:55:36 tato kernel: pci0: <ACPI PCI bus> on pcib0
Dec 11 14:55:36 tato kernel: vgapci0: <VGA-compatible display> port 0x5110-0x5117 mem 0x64000000-0x640fffff,0x50000000-0x5fffffff irq 16 at device 2.0 on pci0
Dec 11 14:55:36 tato kernel: agp0: <Intel GM965 SVGA controller> on vgapci0
Dec 11 14:55:36 tato kernel: agp0: aperture size is 256M, detected 7676k stolen memory
Dec 11 14:55:36 tato kernel: vgapci0: Boot video device
Dec 11 14:55:36 tato kernel: vgapci1: <VGA-compatible display> at device 2.1 on pci0
Dec 11 14:55:36 tato kernel: uhci0: <Intel 82801H (ICH8) USB controller USB-D> port 0x50c0-0x50df irq 16 at device 26.0 on pci0
Dec 11 14:55:36 tato kernel: uhci0: LegSup = 0x2f00
Dec 11 14:55:36 tato kernel: usbus0 on uhci0
Dec 11 14:55:36 tato kernel: uhci1: <Intel 82801H (ICH8) USB controller USB-E> port 0x50a0-0x50bf irq 21 at device 26.1 on pci0
Dec 11 14:55:36 tato kernel: uhci1: LegSup = 0x2f00
Dec 11 14:55:36 tato kernel: usbus1 on uhci1
Dec 11 14:55:36 tato kernel: ehci0: <Intel 82801H (ICH8) USB 2.0 controller USB2-B> mem 0x68304c00-0x68304fff irq 18 at device 26.7 on pci0
Dec 11 14:55:36 tato kernel: usbus2: EHCI version 1.0
Dec 11 14:55:36 tato kernel: usbus2 on ehci0
Dec 11 14:55:36 tato kernel: hdac0: <Intel 82801H HDA Controller> mem 0x68300000-0x68303fff irq 22 at device 27.0 on pci0
Dec 11 14:55:36 tato kernel: pcib1: <ACPI PCI-PCI bridge> irq 16 at device 28.0 on pci0
Dec 11 14:55:36 tato kernel: pci2: <ACPI PCI bus> on pcib1
Dec 11 14:55:36 tato kernel: pcib2: <ACPI PCI-PCI bridge> irq 17 at device 28.1 on pci0
Dec 11 14:55:36 tato kernel: pci4: <ACPI PCI bus> on pcib2
Dec 11 14:55:36 tato kernel: pcib3: <ACPI PCI-PCI bridge> irq 18 at device 28.2 on pci0
Dec 11 14:55:36 tato kernel: pci5: <ACPI PCI bus> on pcib3
Dec 11 14:55:36 tato kernel: bge0: <Broadcom BCM5906 A2, ASIC rev. 0x00c002> mem 0x65200000-0x6520ffff irq 18 at device 0.0 on pci5
Dec 11 14:55:36 tato kernel: bge0: CHIP ID 0x0000c002; ASIC REV 0x0c; CHIP REV 0xc0; PCI-E
Dec 11 14:55:36 tato kernel: miibus0: <MII bus> on bge0
Dec 11 14:55:36 tato kernel: brgphy0: <BCM5906 10/100baseTX media interface> PHY 1 on miibus0
Dec 11 14:55:36 tato kernel: brgphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto, auto-flow
Dec 11 14:55:36 tato kernel: bge0: Ethernet address: 00:1e:ec:53:98:92
Dec 11 14:55:36 tato kernel: pcib4: <ACPI PCI-PCI bridge> irq 19 at device 28.3 on pci0
Dec 11 14:55:36 tato kernel: pcib4: failed to allocate initial I/O port window: 0x1000-0x1fff
Dec 11 14:55:36 tato kernel: pci6: <ACPI PCI bus> on pcib4
Dec 11 14:55:36 tato kernel: pci6: <network> at device 0.0 (no driver attached)
Dec 11 14:55:36 tato kernel: uhci2: <Intel 82801H (ICH8) USB controller USB-A> port 0x5080-0x509f irq 23 at device 29.0 on pci0
Dec 11 14:55:36 tato kernel: uhci2: LegSup = 0x2f00
Dec 11 14:55:36 tato kernel: usbus3 on uhci2
Dec 11 14:55:36 tato kernel: uhci3: <Intel 82801H (ICH8) USB controller USB-B> port 0x5060-0x507f irq 19 at device 29.1 on pci0
Dec 11 14:55:36 tato kernel: uhci3: LegSup = 0x2f00
Dec 11 14:55:36 tato kernel: usbus4 on uhci3
Dec 11 14:55:36 tato kernel: uhci4: <Intel 82801H (ICH8) USB controller USB-C> port 0x5040-0x505f irq 18 at device 29.2 on pci0
Dec 11 14:55:36 tato kernel: uhci4: LegSup = 0x2f00
Dec 11 14:55:36 tato kernel: usbus5 on uhci4
Dec 11 14:55:36 tato kernel: ehci1: <Intel 82801H (ICH8) USB 2.0 controller USB2-A> mem 0x68304800-0x68304bff irq 23 at device 29.7 on pci0
Dec 11 14:55:36 tato kernel: usbus6: EHCI version 1.0
Dec 11 14:55:36 tato kernel: usbus6 on ehci1
Dec 11 14:55:36 tato kernel: pcib5: <ACPI PCI-PCI bridge> at device 30.0 on pci0
Dec 11 14:55:36 tato kernel: pci7: <ACPI PCI bus> on pcib5
Dec 11 14:55:36 tato kernel: isab0: <PCI-ISA bridge> at device 31.0 on pci0
Dec 11 14:55:36 tato kernel: isa0: <ISA bus> on isab0
Dec 11 14:55:36 tato kernel: atapci0: <Intel ICH8M UDMA100 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x50e0-0x50ef irq 18 at device 31.1 on pci0
Dec 11 14:55:36 tato kernel: ata0: <ATA channel> at channel 0 on atapci0
Dec 11 14:55:36 tato kernel: ahci0: <Intel ICH8M AHCI SATA controller> port 0x50f8-0x50ff,0x511c-0x511f,0x50f0-0x50f7,0x5118-0x511b,0x5020-0x503f mem 0x68304000-0x683047ff irq 19 at device 31.2 on pci0
Dec 11 14:55:36 tato kernel: ahci0: AHCI v1.10 with 3 3Gbps ports, Port Multiplier not supported
Dec 11 14:55:36 tato kernel: ahcich0: <AHCI channel> at channel 0 on ahci0
Dec 11 14:55:36 tato kernel: ahcich1: <AHCI channel> at channel 1 on ahci0
Dec 11 14:55:36 tato kernel: ahcich2: <AHCI channel> at channel 2 on ahci0
Dec 11 14:55:36 tato kernel: ahciem0: <AHCI enclosure management bridge> on ahci0
Dec 11 14:55:36 tato kernel: acpi_tz0: <Thermal Zone> on acpi0
Dec 11 14:55:36 tato kernel: atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
Dec 11 14:55:36 tato kernel: atkbd0: <AT Keyboard> irq 1 on atkbdc0
Dec 11 14:55:36 tato kernel: kbd0 at atkbd0
Dec 11 14:55:36 tato kernel: atkbd0: [GIANT-LOCKED]
Dec 11 14:55:36 tato kernel: psm0: <PS/2 Mouse> irq 12 on atkbdc0
Dec 11 14:55:36 tato kernel: psm0: [GIANT-LOCKED]
Dec 11 14:55:36 tato kernel: psm0: model IntelliMouse, device ID 3
Dec 11 14:55:36 tato kernel: battery0: <ACPI Control Method Battery> on acpi0
Dec 11 14:55:36 tato kernel: acpi_acad0: <AC Adapter> on acpi0
Dec 11 14:55:36 tato kernel: acpi_button0: <Power Button> on acpi0
Dec 11 14:55:36 tato kernel: acpi_lid0: <Control Method Lid Switch> on acpi0
Dec 11 14:55:36 tato kernel: acpi_button1: <Sleep Button> on acpi0
Dec 11 14:55:36 tato kernel: ppc0: cannot reserve I/O port range
Dec 11 14:55:36 tato kernel: random: unblocking device.
Dec 11 14:55:36 tato kernel: usbus0: 12Mbps Full Speed USB v1.0
Dec 11 14:55:36 tato kernel: Timecounters tick every 1.000 msec
Dec 11 14:55:36 tato kernel: hdacc0: <Realtek ALC268 HDA CODEC> at cad 0 on hdac0
Dec 11 14:55:36 tato kernel: hdaa0: <Realtek ALC268 Audio Function Group> at nid 1 on hdacc0
Dec 11 14:55:36 tato kernel: pcm0: <Realtek ALC268 (Analog 2.0+HP/2.0)> at nid 21,20 and 24,25 on hdaa0
Dec 11 14:55:36 tato kernel: usbus1: 12Mbps Full Speed USB v1.0
Dec 11 14:55:36 tato kernel: usbus2: 480Mbps High Speed USB v2.0
Dec 11 14:55:36 tato kernel: ugen0.1: <Intel> at usbus0
Dec 11 14:55:36 tato kernel: uhub0: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus0
Dec 11 14:55:36 tato kernel: ugen1.1: <Intel> at usbus1
Dec 11 14:55:36 tato kernel: uhub1: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus1
Dec 11 14:55:36 tato kernel: ugen2.1: <Intel> at usbus2
Dec 11 14:55:36 tato kernel: uhub2: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus2
Dec 11 14:55:36 tato kernel: usbus3: 12Mbps Full Speed USB v1.0
Dec 11 14:55:36 tato kernel: usbus4: 12Mbps Full Speed USB v1.0
Dec 11 14:55:36 tato kernel: usbus5: 12Mbps Full Speed USB v1.0
Dec 11 14:55:36 tato kernel: ugen3.1: <Intel> at usbus3
Dec 11 14:55:36 tato kernel: uhub3: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus3
Dec 11 14:55:36 tato kernel: ugen4.1: <Intel> at usbus4
Dec 11 14:55:36 tato kernel: uhub4: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus4
Dec 11 14:55:36 tato kernel: ugen5.1: <Intel> at usbus5
Dec 11 14:55:36 tato kernel: uhub5: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus5
Dec 11 14:55:36 tato kernel: usbus6: 480Mbps High Speed USB v2.0
Dec 11 14:55:36 tato kernel: ugen6.1: <Intel> at usbus6
Dec 11 14:55:36 tato kernel: uhub6: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus6
Dec 11 14:55:36 tato kernel: ses0 at ahciem0 bus 0 scbus4 target 0 lun 0
Dec 11 14:55:36 tato kernel: ses0: <AHCI SGPIO Enclosure 1.00 0001> SEMB S-E-S 2.00 device
Dec 11 14:55:36 tato kernel: ses0: SEMB SES Device
Dec 11 14:55:36 tato kernel: ada0 at ahcich0 bus 0 scbus1 target 0 lun 0
Dec 11 14:55:36 tato kernel: ada0: <Hitachi HTS543216L9A300 FB2OC40C> ATA8-ACS SATA 2.x device
Dec 11 14:55:36 tato kernel: cd0 at ata0 bus 0 scbus0 target 0 lun 0
Dec 11 14:55:36 tato kernel: cd0: <MATSHITA DVD-RAM UJ870QJ 1.00> Removable CD-ROM SCSI device
Dec 11 14:55:36 tato kernel: cd0: Serial Number RD67 798093
Dec 11 14:55:36 tato kernel: cd0: 33.300MB/s transfers (UDMA2, ATAPI 12bytes, PIO 65534bytes)
Dec 11 14:55:36 tato kernel: cd0: Attempt to query device size failed: NOT READY, Medium not present
Dec 11 14:55:36 tato kernel: ada0: Serial Number 080526FB0200LCG4Z8RB
Dec 11 14:55:36 tato kernel: ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes)
Dec 11 14:55:36 tato kernel: ada0: Command Queueing enabled
Dec 11 14:55:36 tato kernel: ada0: 152627MB (312581808 512 byte sectors)
Dec 11 14:55:36 tato kernel: ada0: Previously was known as ad4
Dec 11 14:55:36 tato kernel: uhub1: 2 ports with 2 removable, self powered
Dec 11 14:55:36 tato kernel: uhub0: 2 ports with 2 removable, self powered
Dec 11 14:55:36 tato kernel: uhub3: 2 ports with 2 removable, self powered
Dec 11 14:55:36 tato kernel: uhub4: 2 ports with 2 removable, self powered
Dec 11 14:55:36 tato kernel: uhub5: 2 ports with 2 removable, self powered
Dec 11 14:55:36 tato kernel: Root mount waiting for: usbus6 usbus2
Dec 11 14:55:36 tato kernel: Root mount waiting for: usbus6 usbus2
Dec 11 14:55:36 tato kernel: uhub2: 4 ports with 4 removable, self powered
Dec 11 14:55:36 tato kernel: uhub6: 6 ports with 6 removable, self powered
Dec 11 14:55:36 tato kernel: Trying to mount root from ufs:ufsid/58486531ce23aa46 [rw]...
Dec 11 14:55:36 tato kernel: WARNING: /: TRIM flag on fs but disk does not support TRIM
Dec 11 14:55:36 tato kernel: cryptosoft0: <software crypto> on motherboard
Dec 11 14:55:36 tato kernel: bge0: link state changed to DOWN
Dec 11 14:55:36 tato kernel: bge0: link state changed to UP
Dec 11 14:55:37 tato kernel: .
Dec 11 14:55:38 tato dbus[629]: [system] Activating service name='org.freedesktop.ConsoleKit' (using servicehelper)
Dec 11 14:55:38 tato dbus[629]: [system] Activating service name='org.freedesktop.PolicyKit1' (using servicehelper)
Dec 11 14:55:39 tato console-kit-daemon[669]: WARNING: kvm_getenvv failed: 
Dec 11 14:55:39 tato dbus[629]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Dec 11 14:55:39 tato dbus[629]: [system] Successfully activated service 'org.freedesktop.ConsoleKit'
Dec 11 14:55:39 tato ntpd[707]: ntpd 4.2.8p8-a (1): Starting
Dec 11 14:55:39 tato root: /etc/rc: WARNING: failed to start powerd
Dec 11 14:55:39 tato ntpd[708]: leapsecond file ('/var/db/ntpd.leap-seconds.list'): good hash signature
Dec 11 14:55:39 tato ntpd[708]: leapsecond file ('/var/db/ntpd.leap-seconds.list'): loaded, expire=2016-06-01T00:00:00Z last=2015-07-01T00:00:00Z ofs=36
Dec 11 14:55:39 tato ntpd[708]: leapsecond file ('/var/db/ntpd.leap-seconds.list'): expired less than 194 days ago
Dec 11 14:55:41 tato kernel: blanktime.
Dec 11 14:55:42 tato console-kit-daemon[669]: WARNING: Error waiting for native console 1 activation: Inappropriate ioctl for device
Dec 11 14:55:42 tato kernel: info: [drm] Initialized drm 1.1.0 20060810
Dec 11 14:55:42 tato kernel: drmn0: <Intel i965GM> on vgapci0
Dec 11 14:55:42 tato kernel: iicbus0: <Philips I2C bus> on iicbb0 addr 0xff
Dec 11 14:55:42 tato kernel: iic0: <I2C generic I/O> on iicbus0
Dec 11 14:55:42 tato kernel: iic1: <I2C generic I/O> on iicbus1
Dec 11 14:55:42 tato kernel: iicbus2: <Philips I2C bus> on iicbb1 addr 0x0
Dec 11 14:55:42 tato kernel: iic2: <I2C generic I/O> on iicbus2
Dec 11 14:55:42 tato kernel: iic3: <I2C generic I/O> on iicbus3
Dec 11 14:55:42 tato kernel: iicbus4: <Philips I2C bus> on iicbb2 addr 0x0
Dec 11 14:55:42 tato kernel: iic4: <I2C generic I/O> on iicbus4
Dec 11 14:55:42 tato kernel: iic5: <I2C generic I/O> on iicbus5
Dec 11 14:55:42 tato kernel: iicbus6: <Philips I2C bus> on iicbb3 addr 0x0
Dec 11 14:55:42 tato kernel: iic6: <I2C generic I/O> on iicbus6
Dec 11 14:55:42 tato kernel: iic7: <I2C generic I/O> on iicbus7
Dec 11 14:55:42 tato kernel: iicbus8: <Philips I2C bus> on iicbb4 addr 0x0
Dec 11 14:55:42 tato kernel: iic8: <I2C generic I/O> on iicbus8
Dec 11 14:55:42 tato kernel: iic9: <I2C generic I/O> on iicbus9
Dec 11 14:55:42 tato kernel: iicbus10: <Philips I2C bus> on iicbb5 addr 0x0
Dec 11 14:55:42 tato kernel: iic10: <I2C generic I/O> on iicbus10
Dec 11 14:55:42 tato kernel: iic11: <I2C generic I/O> on iicbus11
Dec 11 14:55:42 tato kernel: iicbus12: <Philips I2C bus> on iicbb6 addr 0x0
Dec 11 14:55:42 tato kernel: iic12: <I2C generic I/O> on iicbus12
Dec 11 14:55:42 tato kernel: iic13: <I2C generic I/O> on iicbus13
Dec 11 14:55:42 tato kernel: info: [drm] MSI enabled 1 message(s)
Dec 11 14:55:42 tato kernel: info: [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
Dec 11 14:55:42 tato kernel: info: [drm] Driver supports precise vblank timestamp query.
Dec 11 14:55:42 tato kernel: drmn0: taking over the fictitious range 0x50000000-0x60000000
Dec 11 14:55:42 tato kernel: info: [drm] initialized overlay support
Dec 11 14:55:42 tato kernel: info: [drm] Connector LVDS-1: get mode from tunables:
Dec 11 14:55:42 tato kernel: info: [drm]   - kern.vt.fb.modes.LVDS-1
Dec 11 14:55:42 tato kernel: info: [drm]   - kern.vt.fb.default_mode
Dec 11 14:55:42 tato kernel: info: [drm] Connector VGA-1: get mode from tunables:
Dec 11 14:55:42 tato kernel: info: [drm]   - kern.vt.fb.modes.VGA-1
Dec 11 14:55:42 tato kernel: info: [drm]   - kern.vt.fb.default_mode
Dec 11 14:55:42 tato kernel: info: [drm] Connector SVIDEO-1: get mode from tunables:
Dec 11 14:55:42 tato kernel: info: [drm]   - kern.vt.fb.modes.SVIDEO-1
Dec 11 14:55:42 tato kernel: info: [drm]   - kern.vt.fb.default_mode
Dec 11 14:55:42 tato kernel: fbd0 on drmn0
Dec 11 14:55:42 tato kernel: VT: Replacing driver "vga" with new "fb".
Dec 11 14:55:42 tato kernel: info: [drm] Initialized i915 1.6.0 20080730 for drmn0 on minor 0
Dec 11 14:55:57 tato dbus[629]: [system] Activating service name='org.freedesktop.UPower' (using servicehelper)
Dec 11 14:55:57 tato dbus[629]: [system] Successfully activated service 'org.freedesktop.UPower'
Dec 11 14:55:58 tato mate-session[872]: WARNING: Unable to find provider '' of required component 'dock'
Dec 11 14:56:02 tato gnome-keyring-daemon[885]: The PKCS#11 component was already initialized
Dec 11 14:56:02 tato gnome-keyring-daemon[885]: The Secret Service was already initialized
Dec 11 14:56:02 tato gnome-keyring-daemon[885]: The SSH agent was already initialized
Dec 11 14:56:05 tato pulseaudio[926]: [(null)] pid.c: Daemon already running.
Dec 11 14:56:15 tato mate-session[872]: GLib-GObject-WARNING: g_object_get_valist: object class 'UpClient' has no property named 'can-suspend'
Dec 11 14:56:16 tato dbus[629]: [system] Activating service name='org.mate.SettingsDaemon.DateTimeMechanism' (using servicehelper)
Dec 11 14:56:16 tato dbus[629]: [system] Successfully activated service 'org.mate.SettingsDaemon.DateTimeMechanism'
Dec 11 15:02:49 tato kernel: siba_bwn0: <Broadcom BCM4312 802.11b/g Wireless> mem 0x64100000-0x64103fff irq 19 at device 0.0 on pci6
Dec 11 15:02:49 tato kernel: bwn0 on siba_bwn0
Dec 11 15:02:49 tato kernel: bwn0: WLAN (chipid 0x4312 rev 15) PHY (analog 6 type 5 rev 1) RADIO (manuf 0x17f ver 0x2062 rev 2)
Dec 11 15:02:49 tato kernel: bwn0: DMA (64 bits)
Dec 11 15:02:49 tato kernel: bwn0: Using 1 MSI messages
Dec 11 15:02:49 tato devd: Executing '/etc/pccard_ether bwn0 start'
Dec 11 15:02:50 tato kernel: wlan0: Ethernet address: 00:1f:e2:86:28:c3
Dec 11 15:02:50 tato kernel: bwn0: need multicast update callback
Dec 11 15:02:50 tato last message repeated 4 times
Dec 11 15:02:50 tato kernel: bwn0: firmware version (rev 478 patch 104 date 0x8701 time 0x657)
Dec 11 15:02:50 tato kernel: wlan0: ieee80211_new_state_locked: pending INIT -> SCAN transition lost
Dec 11 15:02:51 tato kernel: bwn0: firmware version (rev 478 patch 104 date 0x8701 time 0x657)
Dec 11 15:02:51 tato wpa_supplicant[6005]: Successfully initialized wpa_supplicant
Dec 11 15:02:51 tato kernel: nd6_dad_timer: cancel DAD on wlan0 because of ND6_IFF_IFDISABLED.
Dec 11 15:02:51 tato kernel: bwn0: firmware version (rev 478 patch 104 date 0x8701 time 0x657)
Dec 11 15:02:51 tato devd: Executing '/etc/pccard_ether bwn0 start'
Dec 11 15:02:51 tato devd: Executing '/etc/pccard_ether wlan0 start'
Dec 11 15:02:54 tato wpa_supplicant[6006]: wlan0: Trying to associate with 18:d0:71:0e:e2:be (SSID='siec' freq=2437 MHz)
Dec 11 15:02:54 tato wpa_supplicant[6006]: wlan0: Associated with 18:d0:71:0e:e2:be
Dec 11 15:02:54 tato kernel: wlan0: link state changed to UP
Dec 11 15:02:54 tato kernel: bwn0: RX decryption attempted (old 0 keyidx 0x1)
Dec 11 15:02:54 tato devd: Executing '/etc/rc.d/dhclient quietstart wlan0'
Dec 11 15:02:54 tato wpa_supplicant[6006]: wlan0: WPA: Key negotiation completed with 18:d0:71:0e:e2:be [PTK=CCMP GTK=CCMP]
Dec 11 15:02:54 tato wpa_supplicant[6006]: wlan0: CTRL-EVENT-CONNECTED - Connection to 18:d0:71:0e:e2:be completed [id=0 id_str=]
Dec 11 15:02:54 tato kernel: bwn0: need multicast update callback
Dec 11 15:02:54 tato kernel: bwn0: RX decryption attempted (old 0 keyidx 0x1)
Dec 11 15:02:54 tato kernel: bwn0: RX decryption attempted (old 0 keyidx 0x1)
Dec 11 15:02:54 tato dhclient: New IP Address (wlan0): 192.168.1.103
Dec 11 15:02:54 tato kernel: bwn0: need multicast update callback
Dec 11 15:02:54 tato kernel: bwn0: need multicast update callback
Dec 11 15:02:54 tato kernel: bwn0: RX decryption attempted (old 0 keyidx 0x1)
Dec 11 15:02:54 tato kernel: bwn0: RX decryption attempted (old 0 keyidx 0x1)
Dec 11 15:02:54 tato dhclient: New Subnet Mask (wlan0): 255.255.255.0
Dec 11 15:02:54 tato dhclient: New Broadcast Address (wlan0): 192.168.1.255
Dec 11 15:02:54 tato dhclient: New Routers (wlan0): 192.168.1.100
Dec 11 15:03:00 tato kernel: bwn0: RX decryption attempted (old 0 keyidx 0x1)
Dec 11 15:03:05 tato last message repeated 9 times
Dec 11 15:04:54 tato last message repeated 4 times

zauważyłem  jeszcze

Kod:

DHCPREQUEST on wlan0 to 255.255.255.255 port 67

chyba powinno być 255.255.255.0

Ostatnio edytowany przez tat99 (2016-12-11 15:31:59)

Offline

 

#12  2016-12-11 15:39:08

  morfik - Cenzor wirtualnego świata

morfik
Cenzor wirtualnego świata
Skąd: ze WSI
Zarejestrowany: 2011-09-15
Serwis

Re: Konfiguracja wifi

Wyłączysz ten interfejs przewodowy w końcu i sprawdzisz samo WiFi? xD

Offline

 

#13  2016-12-11 15:44:12

  tat99 - Użytkownik

tat99
Użytkownik
Zarejestrowany: 2016-12-09

Re: Konfiguracja wifi

Już to robiłem nie pomaga a po podłączeniu kabla internet nie wraca.

Offline

 

#14  2016-12-11 15:48:27

  Jacekalex - Podobno człowiek...;)

Jacekalex
Podobno człowiek...;)
Skąd: /dev/random
Zarejestrowany: 2008-01-07

Re: Konfiguracja wifi

Kod:

wpa_supplicant[3861]: ioctl[SIOCS80211, op=26, val=0, arg_len=0]: Operation not supported

Coś mi się wydaje, że wpa_supplicant nie gada z tym sterownikiem,
i dlatego się wywala po jakimś czasie...

PS:

Kod:

Dec 11 14:55:36 tato kernel: FreeBSD 10.3-RELEASE-p11 #0: Mon Oct 24 18:49:24 UTC 2016

W rzeczywistości masz FreeBSD, ale przez ten "kolorowy kondon o smaku truskawkowym" zwany GhostBSD, masz sytuację dwa razy trudniejszą, niż na czystym FreeBSD, zwłaszcza, jakbyś chciał szukać info na jakimś specjalistycznym forum, np daemonforums.

Jaka to karta ten wlan0 i na jakim sterowniku chodzi?

Tu była podobna historia z kartą AR9285 (Atheros):
https://lists.freebsd.org/pipermail/freebsd-current … y/043249.html

Ostatnio edytowany przez Jacekalex (2016-12-11 15:54:54)


W demokracji każdy naród ma taką władzę, na jaką zasługuje ;)
Si vis pacem  para bellum  ;)       |       Pozdrawiam :)

Offline

 

#15  2016-12-11 15:54:16

  tat99 - Użytkownik

tat99
Użytkownik
Zarejestrowany: 2016-12-09

Re: Konfiguracja wifi

W pc-bsd instalowałem  bwn-firmware-kmod  z pkg i działał tu kompilowałem , tam za to był problem z X -ami.
karta to Broadcom Corporation BCM4312

Ostatnio edytowany przez tat99 (2016-12-11 16:02:35)

Offline

 

#16  2016-12-11 16:01:18

  Jacekalex - Podobno człowiek...;)

Jacekalex
Podobno człowiek...;)
Skąd: /dev/random
Zarejestrowany: 2008-01-07

Re: Konfiguracja wifi

Żeby bawić się GhostBSD czy PC-BSD, to musisz czystego FreeBSd nauczyć się lepiej niż pacierza i poznać go lepiej niż własnego wacka, z tej prostej przyczyny, że 80% społeczności i dokumentacji to jest właśnie FreeBSD.

Zobacz logi kernela z bootlog, tam zobaczymy, co wyprawia ten sterownik od karty wifi (kawałek masz w tym, co wkleiłeś, ale chyba nie wszysko).
Żeby zrozumieć, o co biega, przeczytaj sobie dokładnie tego maila:
https://lists.freebsd.org/pipermail/freebsd-current … y/043250.html

PS.
Do sensownego przeglądania logów systemowych naucz się korzystać z magicznego polecenia grep.

Ostatnio edytowany przez Jacekalex (2016-12-11 16:04:33)


W demokracji każdy naród ma taką władzę, na jaką zasługuje ;)
Si vis pacem  para bellum  ;)       |       Pozdrawiam :)

Offline

 

#17  2016-12-11 16:09:29

  morfik - Cenzor wirtualnego świata

morfik
Cenzor wirtualnego świata
Skąd: ze WSI
Zarejestrowany: 2011-09-15
Serwis

Re: Konfiguracja wifi

Jakby wpa_supplicant nie chciał współpracować, to by w ogóle nie zestawił połączenia. xD

tat99 napisał(-a):

Już to robiłem nie pomaga a po podłączeniu kabla internet nie wraca.

Tzn, co robiłeś? Odłączyłeś tylko przewód ale położyłeś przy okazji interfejs?

Offline

 

#18  2016-12-11 16:19:40

  Jacekalex - Podobno człowiek...;)

Jacekalex
Podobno człowiek...;)
Skąd: /dev/random
Zarejestrowany: 2008-01-07

Re: Konfiguracja wifi

morfik napisał(-a):

Jakby wpa_supplicant nie chciał współpracować, to by w ogóle nie zestawił połączenia. xD

To co w takim razie oznacza ten kawałek logu:

wpa_supplicant[3861]: ioctl[SIOCS80211, op=26, val=0, arg_len=0]: Operation not supported

Przy Atherosie na liście mailingowej FreeBSD ktoś polecił takie obejście problemu:

Kod:

# ifconfig wlan0 destroy
# pkill -9 wpa_supplicant
# ifconfig wlan0 create wlandev ath0
# wpa_supplicant -i wlan0 -c /etc/wpa_supplicant.conf &

tu pewnie można by spróbować podobnie, ale chyba mamy za mało danych na taką zabawę.

Ostatnio edytowany przez Jacekalex (2016-12-11 16:21:44)


W demokracji każdy naród ma taką władzę, na jaką zasługuje ;)
Si vis pacem  para bellum  ;)       |       Pozdrawiam :)

Offline

 

#19  2016-12-11 16:20:47

  tat99 - Użytkownik

tat99
Użytkownik
Zarejestrowany: 2016-12-09

Re: Konfiguracja wifi

prubowałem tego obejścia z linku niedziała
Prubowałem wifi zanim podłączyłem kabel interfejs od kabla nie był uruchomiony
A może źle skompilowałem bwn-firmware-kmod
boot

Kod:

Copyright (c) 1992-2016 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
    The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 10.3-RELEASE-p11 #0: Mon Oct 24 18:49:24 UTC 2016
    root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512
VT(vga): resolution 640x480
module ufs already present!
CPU: Intel(R) Celeron(R) CPU          560  @ 2.13GHz (2128.05-MHz K8-class CPU)
  Origin="GenuineIntel"  Id=0x10661  Family=0x6  Model=0x16  Stepping=1
  Features=0xafebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,TM,PBE>
  Features2=0xe31d<SSE3,DTES64,MON,DS_CPL,TM2,SSSE3,CX16,xTPR,PDCM>
  AMD Features=0x20100800<SYSCALL,NX,LM>
  AMD Features2=0x1<LAHF>
  TSC: P-state invariant, performance statistics
real memory  = 1332158464 (1270 MB)
avail memory = 1259757568 (1201 MB)
Event timer "LAPIC" quality 400
ACPI APIC Table: <GATEWA SYSTEM  >
random: <Software, Yarrow> initialized
ioapic0: Changing APIC ID to 4
ioapic0 <Version 2.0> irqs 0-23 on motherboard
module_register_init: MOD_LOAD (vesa, 0xffffffff80dc6510, 0) error 19
kbd1 at kbdmux0
acpi0: <GATEWA SYSTEM> on motherboard
acpi0: Power Button (fixed)
cpu0: <ACPI CPU> on acpi0
atrtc0: <AT realtime clock> port 0x70-0x77 on acpi0
atrtc0: Warning: Couldn't map I/O.
Event timer "RTC" frequency 32768 Hz quality 0
hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff irq 0,8 on acpi0
Timecounter "HPET" frequency 14318180 Hz quality 950
Event timer "HPET" frequency 14318180 Hz quality 450
Event timer "HPET1" frequency 14318180 Hz quality 440
Event timer "HPET2" frequency 14318180 Hz quality 440
attimer0: <AT timer> port 0x40-0x43,0x50-0x53 on acpi0
Timecounter "i8254" frequency 1193182 Hz quality 0
Event timer "i8254" frequency 1193182 Hz quality 100
Timecounter "ACPI-fast" frequency 3579545 Hz quality 900
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0
acpi_ec0: <Embedded Controller: GPE 0x1c> port 0x62,0x66 on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
vgapci0: <VGA-compatible display> port 0x5110-0x5117 mem 0x64000000-0x640fffff,0x50000000-0x5fffffff irq 16 at device 2.0 on pci0
agp0: <Intel GM965 SVGA controller> on vgapci0
agp0: aperture size is 256M, detected 7676k stolen memory
vgapci0: Boot video device
vgapci1: <VGA-compatible display> at device 2.1 on pci0
uhci0: <Intel 82801H (ICH8) USB controller USB-D> port 0x50c0-0x50df irq 16 at device 26.0 on pci0
uhci0: LegSup = 0x2f00
usbus0 on uhci0
uhci1: <Intel 82801H (ICH8) USB controller USB-E> port 0x50a0-0x50bf irq 21 at device 26.1 on pci0
uhci1: LegSup = 0x2f00
usbus1 on uhci1
ehci0: <Intel 82801H (ICH8) USB 2.0 controller USB2-B> mem 0x68304c00-0x68304fff irq 18 at device 26.7 on pci0
usbus2: EHCI version 1.0
usbus2 on ehci0
hdac0: <Intel 82801H HDA Controller> mem 0x68300000-0x68303fff irq 22 at device 27.0 on pci0
pcib1: <ACPI PCI-PCI bridge> irq 16 at device 28.0 on pci0
pci2: <ACPI PCI bus> on pcib1
pcib2: <ACPI PCI-PCI bridge> irq 17 at device 28.1 on pci0
pci4: <ACPI PCI bus> on pcib2
pcib3: <ACPI PCI-PCI bridge> irq 18 at device 28.2 on pci0
pci5: <ACPI PCI bus> on pcib3
bge0: <Broadcom BCM5906 A2, ASIC rev. 0x00c002> mem 0x65200000-0x6520ffff irq 18 at device 0.0 on pci5
bge0: CHIP ID 0x0000c002; ASIC REV 0x0c; CHIP REV 0xc0; PCI-E
miibus0: <MII bus> on bge0
brgphy0: <BCM5906 10/100baseTX media interface> PHY 1 on miibus0
brgphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto, auto-flow
bge0: Ethernet address: 00:1e:ec:53:98:92
pcib4: <ACPI PCI-PCI bridge> irq 19 at device 28.3 on pci0
pcib4: failed to allocate initial I/O port window: 0x1000-0x1fff
pci6: <ACPI PCI bus> on pcib4
pci6: <network> at device 0.0 (no driver attached)
uhci2: <Intel 82801H (ICH8) USB controller USB-A> port 0x5080-0x509f irq 23 at device 29.0 on pci0
uhci2: LegSup = 0x2f00
usbus3 on uhci2
uhci3: <Intel 82801H (ICH8) USB controller USB-B> port 0x5060-0x507f irq 19 at device 29.1 on pci0
uhci3: LegSup = 0x2f00
usbus4 on uhci3
uhci4: <Intel 82801H (ICH8) USB controller USB-C> port 0x5040-0x505f irq 18 at device 29.2 on pci0
uhci4: LegSup = 0x2f00
usbus5 on uhci4
ehci1: <Intel 82801H (ICH8) USB 2.0 controller USB2-A> mem 0x68304800-0x68304bff irq 23 at device 29.7 on pci0
usbus6: EHCI version 1.0
usbus6 on ehci1
pcib5: <ACPI PCI-PCI bridge> at device 30.0 on pci0
pci7: <ACPI PCI bus> on pcib5
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel ICH8M UDMA100 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x50e0-0x50ef irq 18 at device 31.1 on pci0
ata0: <ATA channel> at channel 0 on atapci0
ahci0: <Intel ICH8M AHCI SATA controller> port 0x50f8-0x50ff,0x511c-0x511f,0x50f0-0x50f7,0x5118-0x511b,0x5020-0x503f mem 0x68304000-0x683047ff irq 19 at device 31.2 on pci0
ahci0: AHCI v1.10 with 3 3Gbps ports, Port Multiplier not supported
ahcich0: <AHCI channel> at channel 0 on ahci0
ahcich1: <AHCI channel> at channel 1 on ahci0
ahcich2: <AHCI channel> at channel 2 on ahci0
ahciem0: <AHCI enclosure management bridge> on ahci0
acpi_tz0: <Thermal Zone> on acpi0
atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model IntelliMouse, device ID 3
battery0: <ACPI Control Method Battery> on acpi0
acpi_acad0: <AC Adapter> on acpi0
acpi_button0: <Power Button> on acpi0
acpi_lid0: <Control Method Lid Switch> on acpi0
acpi_button1: <Sleep Button> on acpi0
ppc0: cannot reserve I/O port range
random: unblocking device.
usbus0: 12Mbps Full Speed USB v1.0
Timecounters tick every 1.000 msec
hdacc0: <Realtek ALC268 HDA CODEC> at cad 0 on hdac0
hdaa0: <Realtek ALC268 Audio Function Group> at nid 1 on hdacc0
pcm0: <Realtek ALC268 (Analog 2.0+HP/2.0)> at nid 21,20 and 24,25 on hdaa0
usbus1: 12Mbps Full Speed USB v1.0
usbus2: 480Mbps High Speed USB v2.0
ugen0.1: <Intel> at usbus0
uhub0: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus0
ugen1.1: <Intel> at usbus1
uhub1: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus1
ugen2.1: <Intel> at usbus2
uhub2: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus2
usbus3: 12Mbps Full Speed USB v1.0
usbus4: 12Mbps Full Speed USB v1.0
usbus5: 12Mbps Full Speed USB v1.0
ugen3.1: <Intel> at usbus3
uhub3: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus3
ugen4.1: <Intel> at usbus4
uhub4: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus4
ugen5.1: <Intel> at usbus5
uhub5: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus5
usbus6: 480Mbps High Speed USB v2.0
ugen6.1: <Intel> at usbus6
uhub6: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus6
ses0 at ahciem0 bus 0 scbus4 target 0 lun 0
ses0: <AHCI SGPIO Enclosure 1.00 0001> SEMB S-E-S 2.00 device
ses0: SEMB SES Device
ada0 at ahcich0 bus 0 scbus1 target 0 lun 0
ada0: <Hitachi HTS543216L9A300 FB2OC40C> ATA8-ACS SATA 2.x device
cd0 at ata0 bus 0 scbus0 target 0 lun 0
cd0: <MATSHITA DVD-RAM UJ870QJ 1.00> Removable CD-ROM SCSI device
cd0: Serial Number RD67 798093
cd0: 33.300MB/s transfers (UDMA2, ATAPI 12bytes, PIO 65534bytes)
cd0: Attempt to query device size failed: NOT READY, Medium not present
ada0: Serial Number 080526FB0200LCG4Z8RB
ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes)
ada0: Command Queueing enabled
ada0: 152627MB (312581808 512 byte sectors)
ada0: Previously was known as ad4
uhub1: 2 ports with 2 removable, self powered
uhub0: 2 ports with 2 removable, self powered
uhub3: 2 ports with 2 removable, self powered
uhub4: 2 ports with 2 removable, self powered
uhub5: 2 ports with 2 removable, self powered
Root mount waiting for: usbus6 usbus2
Root mount waiting for: usbus6 usbus2
uhub2: 4 ports with 4 removable, self powered
uhub6: 6 ports with 6 removable, self powered
Trying to mount root from ufs:ufsid/58486531ce23aa46 [rw]...
WARNING: /: TRIM flag on fs but disk does not support TRIM
cryptosoft0: <software crypto> on motherboard
bge0: link state changed to DOWN
bge0: link state changed to UP

Ostatnio edytowany przez tat99 (2016-12-11 16:25:09)

Offline

 

#20  2016-12-11 16:26:07

  Jacekalex - Podobno człowiek...;)

Jacekalex
Podobno człowiek...;)
Skąd: /dev/random
Zarejestrowany: 2008-01-07

Re: Konfiguracja wifi

Spróbuj tak:

Kod:

ifconfig wlan0 destroy
pkill -9 wpa_supplicant
ifconfig wlan0 create wlandev bwm0
wpa_supplicant -i wlan0 -c /etc/wpa_supplicant.conf &

i zobacz, czy wpa_supplicant będzie działał prawidłowo.
Klienta dhcp musisz wtedy odpalić ręcznie.

To jest jakiś błąd w tym sterowniku, może wystarczy poczekać na aktualizację kernela i sterów?


W demokracji każdy naród ma taką władzę, na jaką zasługuje ;)
Si vis pacem  para bellum  ;)       |       Pozdrawiam :)

Offline

 

#21  2016-12-11 18:09:51

  morfik - Cenzor wirtualnego świata

morfik
Cenzor wirtualnego świata
Skąd: ze WSI
Zarejestrowany: 2011-09-15
Serwis

Re: Konfiguracja wifi

Jak już chcecie wyeliminować wpa_supplicant z kręgu podejrzanych, to zapuście mu debug:

Kod:

# /sbin/wpa_supplicant -dd -P /var/run/wpa_supplicant.wlan0.pid -i wlan0 -W -b bond0 -D nl80211,wext -c /etc/wpa_supplicant/wpa_supplicant.conf
# /sbin/wpa_cli -P /var/run/wpa_action.wlan0.pid -i wlan0 -p /var/run/wpa_supplicant -a /sbin/wpa_action

Tylko dobierzcie sobie parametry. Najpierw odpalacie pierwsze polecenie w jednym terminalu, a potem drugie w drugim i patrzcie co się dzieje w logu. xD Jak to wina wpa_supplicant'a to będzie widać. xD

Offline

 

#22  2016-12-12 10:27:52

  tat99 - Użytkownik

tat99
Użytkownik
Zarejestrowany: 2016-12-09

Re: Konfiguracja wifi

Nie wiem czy dobrze zrobiłem

Kod:

/usr/sbin/wpa_supplicant -dd -P /var/run/wpa_supplicant.wlan0.pid -i wlan0 -W -b bwn0 -D ieee80211,wext -c /etc/wpa_supplicant.conf
wpa_supplicant v2.0
Successfully initialized wpa_supplicant
Initializing interface 'wlan0' conf '/etc/wpa_supplicant.conf' driver 'ieee80211,wext' ctrl_interface 'N/A' bridge 'bwn0'
Configuration file '/etc/wpa_supplicant.conf' -> '/etc/wpa_supplicant.conf'
Reading configuration file '/etc/wpa_supplicant.conf'
Line: 3 - start of a new network block
ssid - hexdump_ascii(len=4):
     73 69 65 63                                       siec            
BSSID - hexdump(len=6): 18 d0 71 0e e2 be
key_mgmt: 0x2
proto: 0x2
PSK (ASCII passphrase) - hexdump_ascii(len=8): [REMOVED]
PSK (from passphrase) - hexdump(len=32): [REMOVED]
Priority group 0
   id=0 ssid='siec'
wlan0: Unsupported driver 'ieee80211,wext'
Failed to add interface wlan0
wlan0: Cancelling scan request
wlan0: Cancelling authentication timeout

i jeszcze znalazłem

Kod:

Dec 12 10:03:20 tato kernel: siba_bwn0: <Broadcom BCM4312 802.11b/g Wireless> mem 0x64100000-0x64103fff irq 19 at device 0.0 on pci6
Dec 12 10:03:20 tato kernel: bwn0 on siba_bwn0
Dec 12 10:03:20 tato kernel: bwn0: WLAN (chipid 0x4312 rev 15) PHY (analog 6 type 5 rev 1) RADIO (manuf 0x17f ver 0x2062 rev 2)
Dec 12 10:03:20 tato kernel: bwn0: DMA (64 bits)
Dec 12 10:03:20 tato kernel: bwn0: Using 1 MSI messages
Dec 12 10:03:20 tato devd: Executing '/etc/pccard_ether bwn0 start'
Dec 12 10:03:20 tato kernel: wlan0: Ethernet address: 00:1f:e2:86:28:c3
Dec 12 10:03:20 tato wpa_supplicant[5048]: Successfully initialized wpa_supplicant
Dec 12 10:03:20 tato kernel: bwn_v4_lp_ucode15: could not load firmware image, error 2
Dec 12 10:03:20 tato kernel: bwn0: the fw file(bwn_v4_lp_ucode15) not found
Dec 12 10:03:20 tato kernel: bwn-open_v4_lp_ucode15: could not load firmware image, error 2
Dec 12 10:03:20 tato kernel: bwn0: the fw file(bwn-open_v4_lp_ucode15) not found
Dec 12 10:03:20 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured
Dec 12 10:03:20 tato kernel: bwn_v4_lp_ucode15: could not load firmware image, error 2
Dec 12 10:03:20 tato kernel: bwn0: the fw file(bwn_v4_lp_ucode15) not found
Dec 12 10:03:20 tato kernel: bwn-open_v4_lp_ucode15: could not load firmware image, error 2
Dec 12 10:03:20 tato kernel: bwn0: the fw file(bwn-open_v4_lp_ucode15) not found
Dec 12 10:03:20 tato wpa_supplicant[5049]: wlan0: Failed to initiate AP scan
Dec 12 10:03:21 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured
Dec 12 10:03:21 tato wpa_supplicant[5049]: wlan0: Failed to initiate AP scan
Dec 12 10:03:22 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured
Dec 12 10:03:22 tato wpa_supplicant[5049]: wlan0: Failed to initiate AP scan
Dec 12 10:03:23 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured
Dec 12 10:03:23 tato wpa_supplicant[5049]: wlan0: Failed to initiate AP scan
Dec 12 10:03:24 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured
Dec 12 10:03:24 tato wpa_supplicant[5049]: wlan0: Failed to initiate AP scan
Dec 12 10:03:25 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured
Dec 12 10:03:25 tato wpa_supplicant[5049]: wlan0: Failed to initiate AP scan
Dec 12 10:03:26 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured
Dec 12 10:03:26 tato wpa_supplicant[5049]: wlan0: Failed to initiate AP scan
Dec 12 10:03:27 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured
Dec 12 10:03:27 tato wpa_supplicant[5049]: wlan0: Failed to initiate AP scan
Dec 12 10:03:28 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured
Dec 12 10:03:28 tato wpa_supplicant[5049]: wlan0: Failed to initiate AP scan
Dec 12 10:03:29 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured
Dec 12 10:03:29 tato wpa_supplicant[5049]: wlan0: Failed to initiate AP scan
Dec 12 10:03:30 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured
Dec 12 10:03:30 tato wpa_supplicant[5049]: wlan0: Failed to initiate AP scan
Dec 12 10:03:31 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured
Dec 12 10:03:31 tato wpa_supplicant[5049]: wlan0: Failed to initiate AP scan
Dec 12 10:03:31 tato root: /etc/rc.d/dhclient: WARNING: failed to start dhclient
Dec 12 10:03:32 tato devd: Executing '/etc/pccard_ether bwn0 start'
Dec 12 10:03:32 tato devd: Executing '/etc/pccard_ether wlan0 start'
Dec 12 10:03:32 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured
Dec 12 10:03:32 tato wpa_supplicant[5049]: wlan0: Failed to initiate AP scan
Dec 12 10:03:33 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured
Dec 12 10:03:33 tato wpa_supplicant[5049]: wlan0: Failed to initiate AP scan
Dec 12 10:03:34 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured
Dec 12 10:03:34 tato wpa_supplicant[5049]: wlan0: Failed to initiate AP scan
Dec 12 10:03:35 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured
Dec 12 10:03:35 tato wpa_supplicant[5049]: wlan0: Failed to initiate AP scan
Dec 12 10:03:36 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured
Dec 12 10:03:36 tato wpa_supplicant[5049]: wlan0: Failed to initiate AP scan
Dec 12 10:03:37 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured
Dec 12 10:03:37 tato wpa_supplicant[5049]: wlan0: Failed to initiate AP scan
Dec 12 10:03:38 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured
Dec 12 10:03:38 tato wpa_supplicant[5049]: wlan0: Failed to initiate AP scan
Dec 12 10:03:40 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured
Dec 12 10:03:40 tato wpa_supplicant[5049]: wlan0: Failed to initiate AP scan
Dec 12 10:03:41 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured
Dec 12 10:03:41 tato wpa_supplicant[5049]: wlan0: Failed to initiate AP scan
Dec 12 10:03:42 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured
Dec 12 10:03:42 tato wpa_supplicant[5049]: wlan0: Failed to initiate AP scan
Dec 12 10:03:43 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured
Dec 12 10:03:43 tato wpa_supplicant[5049]: wlan0: Failed to initiate AP scan
Dec 12 10:03:44 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured
Dec 12 10:03:44 tato wpa_supplicant[5049]: wlan0: Failed to initiate AP scan
Dec 12 10:03:45 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured
Dec 12 10:03:45 tato wpa_supplicant[5049]: wlan0: Failed to initiate AP scan
Dec 12 10:03:46 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured
Dec 12 10:03:46 tato wpa_supplicant[5049]: wlan0: Failed to initiate AP scan
Dec 12 10:03:47 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured
Dec 12 10:03:47 tato wpa_supplicant[5049]: wlan0: Failed to initiate AP scan
Dec 12 10:03:48 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured
Dec 12 10:03:48 tato wpa_supplicant[5049]: wlan0: Failed to initiate AP scan
Dec 12 10:03:49 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured
Dec 12 10:03:49 tato wpa_supplicant[5049]: wlan0: Failed to initiate AP scan
Dec 12 10:03:50 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured
Dec 12 10:03:50 tato wpa_supplicant[5049]: wlan0: Failed to initiate AP scan
Dec 12 10:03:51 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured
Dec 12 10:03:51 tato wpa_supplicant[5049]: wlan0: Failed to initiate AP scan
Dec 12 10:03:52 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured
Dec 12 10:03:52 tato wpa_supplicant[5049]: wlan0: Failed to initiate AP scan
Dec 12 10:03:53 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured
Dec 12 10:03:53 tato wpa_supplicant[5049]: wlan0: Failed to initiate AP scan
Dec 12 10:03:54 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured
Dec 12 10:03:54 tato wpa_supplicant[5049]: wlan0: Failed to initiate AP scan
Dec 12 10:03:55 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured
Dec 12 10:03:55 tato wpa_supplicant[5049]: wlan0: Failed to initiate AP scan
Dec 12 10:03:56 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured
Dec 12 10:03:56 tato wpa_supplicant[5049]: wlan0: Failed to initiate AP scan
Dec 12 10:03:57 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured
Dec 12 10:03:57 tato wpa_supplicant[5049]: wlan0: Failed to initiate AP scan
Dec 12 10:03:58 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured
Dec 12 10:03:58 tato wpa_supplicant[5049]: wlan0: Failed to initiate AP scan
Dec 12 10:03:59 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured
Dec 12 10:03:59 tato wpa_supplicant[5049]: wlan0: Failed to initiate AP scan
Dec 12 10:04:00 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured
Dec 12 10:04:00 tato wpa_supplicant[5049]: wlan0: Failed to initiate AP scan
Dec 12 10:04:01 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured
Dec 12 10:04:01 tato wpa_supplicant[5049]: wlan0: Failed to initiate AP scan
Dec 12 10:04:02 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured
Dec 12 10:04:02 tato wpa_supplicant[5049]: wlan0: Failed to initiate AP scan
Dec 12 10:04:03 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured
Dec 12 10:04:03 tato wpa_supplicant[5049]: wlan0: Failed to initiate AP scan
Dec 12 10:04:04 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured
Dec 12 10:04:04 tato wpa_supplicant[5049]: wlan0: Failed to initiate AP scan
Dec 12 10:04:05 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured
Dec 12 10:04:05 tato wpa_supplicant[5049]: wlan0: Failed to initiate AP scan
Dec 12 10:04:06 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured
Dec 12 10:04:06 tato wpa_supplicant[5049]: wlan0: Failed to initiate AP scan
Dec 12 10:04:07 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured
Dec 12 10:04:07 tato wpa_supplicant[5049]: wlan0: Failed to initiate AP scan
Dec 12 10:04:08 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured
Dec 12 10:04:08 tato wpa_supplicant[5049]: wlan0: Failed to initiate AP scan
Dec 12 10:04:09 tato wpa_supplicant[5049]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Device not configured

ifconfig wlan0 scan wykrywa dostępne sieci

Ostatnio edytowany przez tat99 (2016-12-12 10:50:52)

Offline

 

#23  2016-12-12 21:16:47

  morfik - Cenzor wirtualnego świata

morfik
Cenzor wirtualnego świata
Skąd: ze WSI
Zarejestrowany: 2011-09-15
Serwis

Re: Konfiguracja wifi

Usuń z polecenia -b bwn0

Offline

 

#24  2016-12-13 16:02:00

  tat99 - Użytkownik

tat99
Użytkownik
Zarejestrowany: 2016-12-09

Re: Konfiguracja wifi

Kod:

/usr/sbin/wpa_supplicant -dd -P /var/run/wpa_supplicant.wlan0.pid -i wlan0 -W  -D ieee80211,wext -c /etc/wpa_supplicant.conf
wpa_supplicant v2.0
Successfully initialized wpa_supplicant
Initializing interface 'wlan0' conf '/etc/wpa_supplicant.conf' driver 'ieee80211,wext' ctrl_interface 'N/A' bridge 'N/A'
Configuration file '/etc/wpa_supplicant.conf' -> '/etc/wpa_supplicant.conf'
Reading configuration file '/etc/wpa_supplicant.conf'
Line: 3 - start of a new network block
ssid - hexdump_ascii(len=4):
     73 69 65 63                                       siec            
BSSID - hexdump(len=6): 18 d0 71 0e e2 be
key_mgmt: 0x2
proto: 0x2
PSK (ASCII passphrase) - hexdump_ascii(len=8): [REMOVED]
PSK (from passphrase) - hexdump(len=32): [REMOVED]
Priority group 0
   id=0 ssid='siec'
wlan0: Unsupported driver 'ieee80211,wext'
Failed to add interface wlan0
wlan0: Cancelling scan request
wlan0: Cancelling authentication timeout

Kod:

Dec 13 16:08:42 tato devd: Executing '/etc/pccard_ether wlan0 start'
Dec 13 16:08:42 tato kernel: wlan0: Ethernet address: 00:1f:e2:86:28:c3
Dec 13 16:08:43 tato kernel: bwn0: firmware version (rev 478 patch 104 date 0x8701 time 0x657)
Dec 13 16:08:43 tato kernel: wlan0: ieee80211_new_state_locked: pending INIT -> SCAN transition lost
Dec 13 16:08:43 tato wpa_supplicant[10843]: Successfully initialized wpa_supplicant
Dec 13 16:08:43 tato wpa_supplicant[10849]: Successfully initialized wpa_supplicant
Dec 13 16:08:43 tato dhclient[10873]: dhclient already running, pid: 10872.
Dec 13 16:08:43 tato dhclient[10873]: exiting.
Dec 13 16:08:43 tato tato: /etc/rc.d/dhclient: WARNING: failed to start dhclient
Dec 13 16:08:44 tato wpa_supplicant[10850]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Operation now in progress
Dec 13 16:08:44 tato kernel: bwn0: firmware version (rev 478 patch 104 date 0x8701 time 0x657)
Dec 13 16:08:44 tato wpa_supplicant[10850]: wlan0: Failed to initiate AP scan
Dec 13 16:08:45 tato wpa_supplicant[10850]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Operation now in progress
Dec 13 16:08:45 tato wpa_supplicant[10850]: wlan0: Failed to initiate AP scan
Dec 13 16:08:46 tato wpa_supplicant[10850]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Operation now in progress
Dec 13 16:08:46 tato wpa_supplicant[10850]: wlan0: Failed to initiate AP scan
Dec 13 16:08:46 tato wpa_supplicant[10850]: wlan0: Trying to associate with 18:d0:71:0e:e2:be (SSID='siec' freq=2437 MHz)
Dec 13 16:08:46 tato wpa_supplicant[10851]: wlan0: Trying to associate with 18:d0:71:0e:e2:be (SSID='siec' freq=2437 MHz)
Dec 13 16:08:46 tato wpa_supplicant[10851]: wlan0: Associated with 18:d0:71:0e:e2:be
Dec 13 16:08:46 tato kernel: wlan0: link state changed to UP
Dec 13 16:08:46 tato wpa_supplicant[10850]: wlan0: Associated with 18:d0:71:0e:e2:be
Dec 13 16:08:46 tato kernel: bwn0: RX decryption attempted (old 0 keyidx 0x1)
Dec 13 16:08:46 tato wpa_supplicant[10851]: wlan0: WPA: Key negotiation completed with 18:d0:71:0e:e2:be [PTK=CCMP GTK=CCMP]
Dec 13 16:08:46 tato wpa_supplicant[10850]: wlan0: WPA: Invalid EAPOL-Key MIC when using TPTK - ignoring TPTK
Dec 13 16:08:46 tato wpa_supplicant[10850]: wlan0: WPA: Could not verify EAPOL-Key MIC - dropping packet
Dec 13 16:08:46 tato wpa_supplicant[10851]: wlan0: CTRL-EVENT-CONNECTED - Connection to 18:d0:71:0e:e2:be completed [id=0 id_str=]
Dec 13 16:08:46 tato kernel: bwn0: need multicast update callback
Dec 13 16:08:46 tato kernel: bwn0: RX decryption attempted (old 0 keyidx 0x1)
Dec 13 16:08:46 tato kernel: bwn0: RX decryption attempted (old 0 keyidx 0x1)
Dec 13 16:08:46 tato dhclient: New IP Address (wlan0): 192.168.1.103
Dec 13 16:08:46 tato kernel: bwn0: need multicast update callback
Dec 13 16:08:46 tato kernel: bwn0: need multicast update callback
Dec 13 16:08:46 tato kernel: bwn0: RX decryption attempted (old 0 keyidx 0x1)
Dec 13 16:08:46 tato kernel: bwn0: RX decryption attempted (old 0 keyidx 0x1)
Dec 13 16:08:46 tato dhclient: New Subnet Mask (wlan0): 255.255.255.0
Dec 13 16:08:46 tato dhclient: New Broadcast Address (wlan0): 192.168.1.255
Dec 13 16:08:46 tato dhclient: New Routers (wlan0): 192.168.1.100
Dec 13 16:08:47 tato devd: Executing '/etc/rc.d/dhclient quietstart wlan0'
Dec 13 16:08:56 tato wpa_supplicant[10850]: wlan0: Authentication with 18:d0:71:0e:e2:be timed out.
Dec 13 16:08:56 tato wpa_supplicant[10850]: wlan0: CTRL-EVENT-DISCONNECTED bssid=18:d0:71:0e:e2:be reason=3 locally_generated=1
Dec 13 16:08:56 tato kernel: wlan0: link state changed to DOWN
Dec 13 16:08:56 tato wpa_supplicant[10850]: wlan0: WPA: 4-Way Handshake failed - pre-shared key may be incorrect
Dec 13 16:08:56 tato wpa_supplicant[10850]: wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="siec" auth_failures=1 duration=10
Dec 13 16:08:56 tato wpa_supplicant[10850]: ioctl[SIOCS80211, op=20, val=0, arg_len=7]: Can't assign requested address
Dec 13 16:08:56 tato wpa_supplicant[10851]: wlan0: CTRL-EVENT-DISCONNECTED bssid=18:d0:71:0e:e2:be reason=0
Dec 13 16:08:56 tato wpa_supplicant[10851]: ioctl[SIOCS80211, op=20, val=0, arg_len=7]: Can't assign requested address
Dec 13 16:08:57 tato wpa_supplicant[10850]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Operation now in progress
Dec 13 16:08:57 tato wpa_supplicant[10850]: wlan0: Failed to initiate AP scan
Dec 13 16:08:58 tato wpa_supplicant[10850]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Operation now in progress
Dec 13 16:08:58 tato wpa_supplicant[10850]: wlan0: Failed to initiate AP scan
Dec 13 16:08:58 tato wpa_supplicant[10851]: wlan0: Trying to associate with 18:d0:71:0e:e2:be (SSID='siec' freq=2437 MHz)
Dec 13 16:08:58 tato wpa_supplicant[10851]: wlan0: Associated with 18:d0:71:0e:e2:be
Dec 13 16:08:58 tato kernel: wlan0: link state changed to UP
Dec 13 16:08:58 tato kernel: wlan0: link state changed to DOWN
Dec 13 16:08:58 tato wpa_supplicant[10851]: wlan0: CTRL-EVENT-DISCONNECTED bssid=18:d0:71:0e:e2:be reason=0
Dec 13 16:08:58 tato wpa_supplicant[10851]: ioctl[SIOCS80211, op=20, val=0, arg_len=7]: Can't assign requested address
Dec 13 16:08:58 tato wpa_supplicant[10850]: wlan0: CTRL-EVENT-DISCONNECTED bssid=18:d0:71:0e:e2:be reason=3 locally_generated=1
Dec 13 16:08:58 tato wpa_supplicant[10850]: ioctl[SIOCS80211, op=20, val=0, arg_len=7]: Can't assign requested address
Dec 13 16:08:58 tato kernel: bwn0: need multicast update callback
Dec 13 16:08:58 tato devd: Executing '/etc/rc.d/dhclient quietstart wlan0'
Dec 13 16:08:58 tato dhclient[10905]: send_packet: Network is down
Dec 13 16:08:59 tato wpa_supplicant[10850]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Operation now in progress
Dec 13 16:08:59 tato wpa_supplicant[10850]: wlan0: Failed to initiate AP scan
Dec 13 16:09:00 tato wpa_supplicant[10850]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Operation now in progress
Dec 13 16:09:00 tato wpa_supplicant[10850]: wlan0: Failed to initiate AP scan
Dec 13 16:09:01 tato wpa_supplicant[10851]: wlan0: Trying to associate with 18:d0:71:0e:e2:be (SSID='siec' freq=2437 MHz)
Dec 13 16:09:01 tato kernel: wlan0: link state changed to UP
Dec 13 16:09:01 tato kernel: wlan0: link state changed to DOWN
Dec 13 16:09:01 tato wpa_supplicant[10851]: wlan0: Associated with 18:d0:71:0e:e2:be
Dec 13 16:09:01 tato kernel: bwn0: RX decryption attempted (old 0 keyidx 0x1)
Dec 13 16:09:01 tato wpa_supplicant[10851]: wlan0: CTRL-EVENT-DISCONNECTED bssid=18:d0:71:0e:e2:be reason=0
Dec 13 16:09:01 tato wpa_supplicant[10851]: ioctl[SIOCS80211, op=20, val=0, arg_len=7]: Can't assign requested address
Dec 13 16:09:01 tato wpa_supplicant[10850]: wlan0: CTRL-EVENT-DISCONNECTED bssid=18:d0:71:0e:e2:be reason=3 locally_generated=1
Dec 13 16:09:01 tato wpa_supplicant[10850]: ioctl[SIOCS80211, op=20, val=0, arg_len=7]: Can't assign requested address
Dec 13 16:09:01 tato devd: Executing '/etc/rc.d/dhclient quietstart wlan0'
Dec 13 16:09:01 tato dhclient[10905]: send_packet: Network is down
Dec 13 16:09:04 tato wpa_supplicant[10851]: wlan0: Trying to associate with 18:d0:71:0e:e2:be (SSID='siec' freq=2437 MHz)
Dec 13 16:09:04 tato kernel: wlan0: link state changed to UP
Dec 13 16:09:04 tato kernel: wlan0: link state changed to DOWN
Dec 13 16:09:04 tato wpa_supplicant[10851]: wlan0: Associated with 18:d0:71:0e:e2:be
Dec 13 16:09:04 tato kernel: bwn0: RX decryption attempted (old 0 keyidx 0x1)
Dec 13 16:09:04 tato wpa_supplicant[10851]: wlan0: CTRL-EVENT-DISCONNECTED bssid=18:d0:71:0e:e2:be reason=0
Dec 13 16:09:04 tato wpa_supplicant[10851]: ioctl[SIOCS80211, op=20, val=0, arg_len=7]: Can't assign requested address
Dec 13 16:09:04 tato wpa_supplicant[10850]: wlan0: CTRL-EVENT-DISCONNECTED bssid=18:d0:71:0e:e2:be reason=3 locally_generated=1
Dec 13 16:09:04 tato wpa_supplicant[10850]: ioctl[SIOCS80211, op=20, val=0, arg_len=7]: Can't assign requested address
Dec 13 16:09:04 tato dhclient[10905]: send_packet: Network is down
Dec 13 16:09:04 tato devd: Executing '/etc/rc.d/dhclient quietstart wlan0'
Dec 13 16:09:11 tato dhclient[10905]: send_packet: Network is down
Dec 13 16:09:12 tato wpa_supplicant[10851]: wlan0: Trying to associate with 18:d0:71:0e:e2:be (SSID='siec' freq=2437 MHz)
Dec 13 16:09:12 tato wpa_supplicant[10850]: wlan0: CTRL-EVENT-SSID-REENABLED id=0 ssid="siec"
Dec 13 16:09:12 tato wpa_supplicant[10850]: wlan0: Trying to associate with 18:d0:71:0e:e2:be (SSID='siec' freq=2437 MHz)
Dec 13 16:09:12 tato kernel: wlan0: link state changed to UP
Dec 13 16:09:12 tato wpa_supplicant[10851]: wlan0: Associated with 18:d0:71:0e:e2:be
Dec 13 16:09:12 tato wpa_supplicant[10850]: wlan0: Associated with 18:d0:71:0e:e2:be
Dec 13 16:09:12 tato kernel: bwn0: RX decryption attempted (old 0 keyidx 0x1)
Dec 13 16:09:12 tato dhclient[10905]: send_packet: No buffer space available
Dec 13 16:09:12 tato devd: Executing '/etc/rc.d/dhclient quietstart wlan0'
Dec 13 16:09:12 tato wpa_supplicant[10851]: wlan0: WPA: Key negotiation completed with 18:d0:71:0e:e2:be [PTK=CCMP GTK=CCMP]
Dec 13 16:09:12 tato wpa_supplicant[10850]: wlan0: WPA: Invalid EAPOL-Key MIC when using TPTK - ignoring TPTK
Dec 13 16:09:12 tato wpa_supplicant[10850]: wlan0: WPA: Could not verify EAPOL-Key MIC - dropping packet
Dec 13 16:09:12 tato wpa_supplicant[10851]: wlan0: CTRL-EVENT-CONNECTED - Connection to 18:d0:71:0e:e2:be completed [id=0 id_str=]
Dec 13 16:09:20 tato kernel: bwn0: RX decryption attempted (old 0 keyidx 0x1)
Dec 13 16:09:20 tato kernel: bwn0: RX decryption attempted (old 0 keyidx 0x1)
Dec 13 16:09:20 tato dhclient: New IP Address (wlan0): 192.168.1.103
Dec 13 16:09:20 tato kernel: bwn0: need multicast update callback
Dec 13 16:09:20 tato kernel: bwn0: RX decryption attempted (old 0 keyidx 0x1)
Dec 13 16:09:20 tato kernel: bwn0: RX decryption attempted (old 0 keyidx 0x1)
Dec 13 16:09:20 tato dhclient: New Subnet Mask (wlan0): 255.255.255.0
Dec 13 16:09:20 tato dhclient: New Broadcast Address (wlan0): 192.168.1.255
Dec 13 16:09:20 tato dhclient: New Routers (wlan0): 192.168.1.100
Dec 13 16:09:22 tato wpa_supplicant[10850]: wlan0: Authentication with 18:d0:71:0e:e2:be timed out.
Dec 13 16:09:22 tato kernel: wlan0: link state changed to DOWN
Dec 13 16:09:22 tato wpa_supplicant[10850]: wlan0: CTRL-EVENT-DISCONNECTED bssid=18:d0:71:0e:e2:be reason=3 locally_generated=1
Dec 13 16:09:22 tato wpa_supplicant[10850]: wlan0: WPA: 4-Way Handshake failed - pre-shared key may be incorrect
Dec 13 16:09:22 tato wpa_supplicant[10850]: wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="siec" auth_failures=2 duration=20
Dec 13 16:09:22 tato wpa_supplicant[10850]: ioctl[SIOCS80211, op=20, val=0, arg_len=7]: Can't assign requested address
Dec 13 16:09:22 tato wpa_supplicant[10851]: wlan0: CTRL-EVENT-DISCONNECTED bssid=18:d0:71:0e:e2:be reason=0
Dec 13 16:09:22 tato wpa_supplicant[10851]: ioctl[SIOCS80211, op=20, val=0, arg_len=7]: Can't assign requested address
Dec 13 16:09:22 tato kernel: bge0: link state changed to DOWN
Dec 13 16:09:23 tato wpa_supplicant[10850]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Operation now in progress
Dec 13 16:09:23 tato wpa_supplicant[10850]: wlan0: Failed to initiate AP scan
Dec 13 16:09:24 tato wpa_supplicant[10850]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Operation now in progress
Dec 13 16:09:24 tato wpa_supplicant[10850]: wlan0: Failed to initiate AP scan
Dec 13 16:09:24 tato wpa_supplicant[10851]: wlan0: Trying to associate with 18:d0:71:0e:e2:be (SSID='siec' freq=2437 MHz)
Dec 13 16:09:24 tato kernel: wlan0: link state changed to UP
Dec 13 16:09:24 tato kernel: wlan0: link state changed to DOWN
Dec 13 16:09:24 tato wpa_supplicant[10851]: wlan0: Associated with 18:d0:71:0e:e2:be
Dec 13 16:09:24 tato kernel: bwn0: RX decryption attempted (old 0 keyidx 0x1)
Dec 13 16:09:24 tato wpa_supplicant[10851]: wlan0: CTRL-EVENT-DISCONNECTED bssid=18:d0:71:0e:e2:be reason=0
Dec 13 16:09:24 tato wpa_supplicant[10851]: ioctl[SIOCS80211, op=20, val=0, arg_len=7]: Can't assign requested address
Dec 13 16:09:24 tato wpa_supplicant[10850]: wlan0: CTRL-EVENT-DISCONNECTED bssid=18:d0:71:0e:e2:be reason=3 locally_generated=1
Dec 13 16:09:24 tato wpa_supplicant[10850]: ioctl[SIOCS80211, op=20, val=0, arg_len=7]: Can't assign requested address
Dec 13 16:09:24 tato devd: Executing '/etc/rc.d/dhclient quietstart wlan0'
Dec 13 16:09:24 tato dhclient[10905]: send_packet: Network is down
Dec 13 16:09:27 tato wpa_supplicant[10851]: wlan0: Trying to associate with 18:d0:71:0e:e2:be (SSID='siec' freq=2437 MHz)
Dec 13 16:09:27 tato kernel: wlan0: link state changed to UP
Dec 13 16:09:27 tato kernel: wlan0: link state changed to DOWN
Dec 13 16:09:27 tato wpa_supplicant[10851]: wlan0: Associated with 18:d0:71:0e:e2:be
Dec 13 16:09:27 tato kernel: bwn0: RX decryption attempted (old 0 keyidx 0x1)
Dec 13 16:09:27 tato wpa_supplicant[10851]: wlan0: CTRL-EVENT-DISCONNECTED bssid=18:d0:71:0e:e2:be reason=0
Dec 13 16:09:27 tato wpa_supplicant[10851]: ioctl[SIOCS80211, op=20, val=0, arg_len=7]: Can't assign requested address
Dec 13 16:09:27 tato dhclient[10905]: send_packet: Network is down
Dec 13 16:09:27 tato wpa_supplicant[10850]: wlan0: CTRL-EVENT-DISCONNECTED bssid=18:d0:71:0e:e2:be reason=3 locally_generated=1
Dec 13 16:09:27 tato wpa_supplicant[10850]: ioctl[SIOCS80211, op=20, val=0, arg_len=7]: Can't assign requested address
Dec 13 16:09:27 tato devd: Executing '/etc/rc.d/dhclient quietstart wlan0'
Dec 13 16:09:28 tato kernel: bge0: link state changed to UP
Dec 13 16:09:28 tato devd: Executing '/etc/rc.d/dhclient quietstart bge0'
Dec 13 16:09:30 tato wpa_supplicant[10851]: wlan0: Trying to associate with 18:d0:71:0e:e2:be (SSID='siec' freq=2437 MHz)
Dec 13 16:09:30 tato dhclient[10905]: send_packet: Network is down
Dec 13 16:09:30 tato kernel: wlan0: link state changed to UP
Dec 13 16:09:30 tato kernel: wlan0: link state changed to DOWN
Dec 13 16:09:30 tato wpa_supplicant[10851]: wlan0: Associated with 18:d0:71:0e:e2:be
Dec 13 16:09:30 tato kernel: bwn0: RX decryption attempted (old 0 keyidx 0x1)
Dec 13 16:09:30 tato wpa_supplicant[10851]: wlan0: CTRL-EVENT-DISCONNECTED bssid=18:d0:71:0e:e2:be reason=0
Dec 13 16:09:30 tato wpa_supplicant[10851]: ioctl[SIOCS80211, op=20, val=0, arg_len=7]: Can't assign requested address
Dec 13 16:09:30 tato wpa_supplicant[10850]: wlan0: CTRL-EVENT-DISCONNECTED bssid=18:d0:71:0e:e2:be reason=3 locally_generated=1
Dec 13 16:09:30 tato wpa_supplicant[10850]: ioctl[SIOCS80211, op=20, val=0, arg_len=7]: Can't assign requested address
Dec 13 16:09:30 tato dhclient[10905]: send_packet: Network is down
Dec 13 16:09:30 tato devd: Executing '/etc/rc.d/dhclient quietstart wlan0'
Dec 13 16:09:34 tato kernel: bge0: link state changed to DOWN
Dec 13 16:09:36 tato dhclient[10905]: send_packet: Network is down
Dec 13 16:09:38 tato wpa_supplicant[10851]: wlan0: Trying to associate with 18:d0:71:0e:e2:be (SSID='siec' freq=2437 MHz)
Dec 13 16:09:38 tato kernel: wlan0: link state changed to UP
Dec 13 16:09:38 tato kernel: wlan0: link state changed to DOWN
Dec 13 16:09:38 tato wpa_supplicant[10851]: wlan0: Associated with 18:d0:71:0e:e2:be
Dec 13 16:09:38 tato wpa_supplicant[10851]: wlan0: CTRL-EVENT-DISCONNECTED bssid=18:d0:71:0e:e2:be reason=0
Dec 13 16:09:38 tato wpa_supplicant[10851]: ioctl[SIOCS80211, op=20, val=0, arg_len=7]: Can't assign requested address
Dec 13 16:09:38 tato wpa_supplicant[10850]: wlan0: CTRL-EVENT-DISCONNECTED bssid=18:d0:71:0e:e2:be reason=3 locally_generated=1
Dec 13 16:09:38 tato wpa_supplicant[10850]: ioctl[SIOCS80211, op=20, val=0, arg_len=7]: Can't assign requested address
Dec 13 16:09:38 tato dhclient[10905]: send_packet: Network is down
Dec 13 16:09:38 tato devd: Executing '/etc/rc.d/dhclient quietstart wlan0'
Dec 13 16:09:42 tato kernel: bge0: link state changed to UP
Dec 13 16:09:42 tato devd: Executing '/etc/rc.d/dhclient quietstart bge0'
Dec 13 16:09:45 tato dhclient[10905]: send_packet: Network is down
Dec 13 16:09:45 tato dhclient[10915]: My address (192.168.1.103) was re-added
Dec 13 16:09:45 tato dhclient: New IP Address (bge0): 192.168.1.104
Dec 13 16:09:45 tato dhclient: New Subnet Mask (bge0): 255.255.255.0
Dec 13 16:09:45 tato dhclient: New Broadcast Address (bge0): 192.168.1.255
Dec 13 16:09:45 tato dhclient: New Routers (bge0): 192.168.1.100
Dec 13 16:09:48 tato wpa_supplicant[10851]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Operation now in progress
Dec 13 16:09:48 tato wpa_supplicant[10851]: wlan0: Failed to initiate AP scan
Dec 13 16:09:49 tato wpa_supplicant[10851]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Operation now in progress
Dec 13 16:09:49 tato wpa_supplicant[10851]: wlan0: Failed to initiate AP scan
Dec 13 16:09:50 tato wpa_supplicant[10851]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Operation now in progress
Dec 13 16:09:50 tato wpa_supplicant[10851]: wlan0: Failed to initiate AP scan
Dec 13 16:09:50 tato wpa_supplicant[10851]: wlan0: Trying to associate with 18:d0:71:0e:e2:be (SSID='siec' freq=2437 MHz)
Dec 13 16:09:50 tato wpa_supplicant[10850]: wlan0: CTRL-EVENT-SSID-REENABLED id=0 ssid="siec"
Dec 13 16:09:50 tato wpa_supplicant[10850]: wlan0: Trying to associate with 18:d0:71:0e:e2:be (SSID='siec' freq=2437 MHz)
Dec 13 16:09:50 tato kernel: wlan0: link state changed to UP
Dec 13 16:09:50 tato wpa_supplicant[10851]: wlan0: Associated with 18:d0:71:0e:e2:be
Dec 13 16:09:50 tato wpa_supplicant[10850]: wlan0: Associated with 18:d0:71:0e:e2:be
Dec 13 16:09:50 tato kernel: bwn0: RX decryption attempted (old 0 keyidx 0x1)
Dec 13 16:09:50 tato dhclient[10905]: send_packet: No buffer space available
Dec 13 16:09:50 tato devd: Executing '/etc/rc.d/dhclient quietstart wlan0'
Dec 13 16:09:50 tato wpa_supplicant[10851]: wlan0: WPA: Key negotiation completed with 18:d0:71:0e:e2:be [PTK=CCMP GTK=CCMP]
Dec 13 16:09:50 tato wpa_supplicant[10850]: wlan0: WPA: Invalid EAPOL-Key MIC when using TPTK - ignoring TPTK
Dec 13 16:09:50 tato wpa_supplicant[10850]: wlan0: WPA: Could not verify EAPOL-Key MIC - dropping packet
Dec 13 16:09:50 tato wpa_supplicant[10851]: wlan0: CTRL-EVENT-CONNECTED - Connection to 18:d0:71:0e:e2:be completed [id=0 id_str=]
Dec 13 16:09:54 tato kernel: bwn0: RX decryption attempted (old 0 keyidx 0x1)
Dec 13 16:09:54 tato last message repeated 2 times
Dec 13 16:09:54 tato dhclient: New IP Address (wlan0): 192.168.1.103
Dec 13 16:09:54 tato kernel: bwn0: RX decryption attempted (old 0 keyidx 0x1)
Dec 13 16:09:54 tato kernel: bwn0: need multicast update callback
Dec 13 16:09:54 tato kernel: bwn0: need multicast update callback
Dec 13 16:09:54 tato kernel: bwn0: RX decryption attempted (old 0 keyidx 0x1)
Dec 13 16:09:54 tato kernel: bwn0: RX decryption attempted (old 0 keyidx 0x1)
Dec 13 16:09:54 tato dhclient: New Subnet Mask (wlan0): 255.255.255.0
Dec 13 16:09:54 tato dhclient: New Broadcast Address (wlan0): 192.168.1.255
Dec 13 16:09:54 tato dhclient: New Routers (wlan0): 192.168.1.100
Dec 13 16:10:00 tato wpa_supplicant[10850]: wlan0: Authentication with 18:d0:71:0e:e2:be timed out.
Dec 13 16:10:00 tato kernel: wlan0: link state changed to DOWN
Dec 13 16:10:00 tato wpa_supplicant[10850]: wlan0: CTRL-EVENT-DISCONNECTED bssid=18:d0:71:0e:e2:be reason=3 locally_generated=1
Dec 13 16:10:00 tato wpa_supplicant[10850]: wlan0: WPA: 4-Way Handshake failed - pre-shared key may be incorrect
Dec 13 16:10:00 tato wpa_supplicant[10850]: wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="siec" auth_failures=3 duration=20
Dec 13 16:10:00 tato wpa_supplicant[10850]: ioctl[SIOCS80211, op=20, val=0, arg_len=7]: Can't assign requested address
Dec 13 16:10:00 tato wpa_supplicant[10851]: wlan0: CTRL-EVENT-DISCONNECTED bssid=18:d0:71:0e:e2:be reason=0
Dec 13 16:10:00 tato wpa_supplicant[10851]: ioctl[SIOCS80211, op=20, val=0, arg_len=7]: Can't assign requested address
Dec 13 16:10:01 tato wpa_supplicant[10850]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Operation now in progress
Dec 13 16:10:01 tato wpa_supplicant[10850]: wlan0: Failed to initiate AP scan
Dec 13 16:10:02 tato wpa_supplicant[10850]: ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Operation now in progress
Dec 13 16:10:02 tato wpa_supplicant[10850]: wlan0: Failed to initiate AP scan
Dec 13 16:10:03 tato wpa_supplicant[10851]: wlan0: Trying to associate with 18:d0:71:0e:e2:be (SSID='siec' freq=2437 MHz)
Dec 13 16:10:03 tato kernel: wlan0: link state changed to UP
Dec 13 16:10:03 tato kernel: wlan0: link state changed to DOWN
Dec 13 16:10:03 tato wpa_supplicant[10851]: wlan0: Associated with 18:d0:71:0e:e2:be
Dec 13 16:10:03 tato kernel: bwn0: RX decryption attempted (old 0 keyidx 0x1)
Dec 13 16:10:03 tato wpa_supplicant[10851]: wlan0: CTRL-EVENT-DISCONNECTED bssid=18:d0:71:0e:e2:be reason=0
Dec 13 16:10:03 tato wpa_supplicant[10851]: ioctl[SIOCS80211, op=20, val=0, arg_len=7]: Can't assign requested address
Dec 13 16:10:03 tato wpa_supplicant[10850]: wlan0: CTRL-EVENT-DISCONNECTED bssid=18:d0:71:0e:e2:be reason=3 locally_generated=1
Dec 13 16:10:03 tato wpa_supplicant[10850]: ioctl[SIOCS80211, op=20, val=0, arg_len=7]: Can't assign requested address
Dec 13 16:10:03 tato dhclient[10905]: send_packet: Network is down
Dec 13 16:10:03 tato devd: Executing '/etc/rc.d/dhclient quietstart wlan0'
Dec 13 16:10:06 tato wpa_supplicant[10851]: wlan0: Trying to associate with 18:d0:71:0e:e2:be (SSID='siec' freq=2437 MHz)
Dec 13 16:10:06 tato kernel: wlan0: link state changed to UP
Dec 13 16:10:06 tato kernel: wlan0: link state changed to DOWN
Dec 13 16:10:06 tato wpa_supplicant[10851]: wlan0: Associated with 18:d0:71:0e:e2:be
Dec 13 16:10:06 tato kernel: bwn0: RX decryption attempted (old 0 keyidx 0x1)
Dec 13 16:10:06 tato wpa_supplicant[10851]: wlan0: CTRL-EVENT-DISCONNECTED bssid=18:d0:71:0e:e2:be reason=0
Dec 13 16:10:06 tato wpa_supplicant[10851]: ioctl[SIOCS80211, op=20, val=0, arg_len=7]: Can't assign requested address
Dec 13 16:10:06 tato dhclient[10905]: send_packet: Network is down
Dec 13 16:10:06 tato wpa_supplicant[10850]: wlan0: CTRL-EVENT-DISCONNECTED bssid=18:d0:71:0e:e2:be reason=3 locally_generated=1
Dec 13 16:10:06 tato wpa_supplicant[10850]: ioctl[SIOCS80211, op=20, val=0, arg_len=7]: Can't assign requested address
Dec 13 16:10:06 tato devd: Executing '/etc/rc.d/dhclient quietstart wlan0'
Dec 13 16:10:07 tato dhclient[10915]: receive_packet failed on wlan0: Device not configured
Dec 13 16:10:07 tato dhclient[10915]: ioctl(SIOCGIFFLAGS) on wlan0: Operation not permitted
Dec 13 16:10:07 tato dhclient[10915]: Interface wlan0 no longer appears valid.
Dec 13 16:10:07 tato wpa_supplicant[10851]: ioctl[SIOCS80211, op=25, val=0, arg_len=0]: Device not configured
Dec 13 16:10:07 tato wpa_supplicant[10850]: ioctl[SIOCS80211, op=25, val=0, arg_len=0]: Device not configured
Dec 13 16:10:07 tato dhclient[10915]: No live interfaces to poll on - exiting.
Dec 13 16:10:07 tato wpa_supplicant[10851]: ioctl[SIOCS80211, op=95, val=208, arg_len=0]: Device not configured
Dec 13 16:10:07 tato dhclient[10915]: exiting.
Dec 13 16:10:07 tato wpa_supplicant[10851]: ioctl[SIOCS80211, op=17, val=0, arg_len=0]: Device not configured
Dec 13 16:10:07 tato wpa_supplicant[10850]: ioctl[SIOCS80211, op=95, val=208, arg_len=0]: Device not configured
Dec 13 16:10:07 tato wpa_supplicant[10851]: ioctl[SIOCS80211, op=26, val=0, arg_len=0]: Device not configured
Dec 13 16:10:07 tato kernel: bwn0: need multicast update callback
Dec 13 16:10:07 tato wpa_supplicant[10850]: ioctl[SIOCS80211, op=17, val=0, arg_len=0]: Device not configured
Dec 13 16:10:07 tato wpa_supplicant[10850]: ioctl[SIOCS80211, op=26, val=0, arg_len=0]: Device not configured
Dec 13 16:10:07 tato wpa_supplicant[10850]: ioctl[SIOCS80211, op=95, val=208, arg_len=0]: Device not configured
Dec 13 16:10:07 tato wpa_supplicant[10850]: ioctl[SIOCS80211, op=17, val=0, arg_len=0]: Device not configured
Dec 13 16:10:07 tato wpa_supplicant[10850]: ioctl[SIOCS80211, op=26, val=0, arg_len=0]: Device not configured
Dec 13 16:10:07 tato wpa_supplicant[10850]: ioctl[SIOCS80211, op=16, val=1, arg_len=0]: Device not configured
Dec 13 16:10:07 tato dhclient[10905]: connection closed
Dec 13 16:10:07 tato dhclient[10905]: exiting.
Dec 13 16:10:07 tato wpa_supplicant[10851]: ioctl[SIOCS80211, op=95, val=208, arg_len=0]: Device not configured
Dec 13 16:10:07 tato wpa_supplicant[10851]: ioctl[SIOCS80211, op=17, val=0, arg_len=0]: Device not configured
Dec 13 16:10:07 tato wpa_supplicant[10851]: ioctl[SIOCS80211, op=26, val=0, arg_len=0]: Device not configured
Dec 13 16:10:07 tato wpa_supplicant[10851]: ioctl[SIOCS80211, op=16, val=1, arg_len=0]: Device not configured
Dec 13 16:10:07 tato wpa_supplicant[10851]: wlan0: CTRL-EVENT-TERMINATING 
Dec 13 16:10:07 tato wpa_supplicant[10850]: wlan0: CTRL-EVENT-TERMINATING

Ostatnio edytowany przez tat99 (2016-12-13 16:17:41)

Offline

 

#25  2016-12-13 18:41:17

  morfik - Cenzor wirtualnego świata

morfik
Cenzor wirtualnego świata
Skąd: ze WSI
Zarejestrowany: 2011-09-15
Serwis

Re: Konfiguracja wifi

A jak mu wybierzesz jeden z tych sterowników: ieee80211 lub wext, to też masz takie problemy? xD

Offline

 

Stopka forum

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson
Możesz wyłączyć AdBlock — tu nie ma reklam ;-)