Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jan 2014 21:23:02 +0100
From:      Christophe Prevotaux <c.prevotaux@rural-networks.com>
To:        Adrian Chadd <adrian@freebsd.org>
Cc:        "freebsd-wireless@freebsd.org" <freebsd-wireless@freebsd.org>
Subject:   Re: ar9580 failures (typo correction)
Message-ID:  <20140114212302.3138b11e@fusen>
In-Reply-To: <CAJ-Vmo=TCaSFqsvZz17r0UhdqRYDMaX6Ly=94TmvgJKYUMdmig@mail.gmail.com>
References:  <20140114145056.4f6dce36@fusen> <CAJ-Vmo=TCaSFqsvZz17r0UhdqRYDMaX6Ly=94TmvgJKYUMdmig@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
kernel already has been compiled with 

options ATH_ENABLE_11N

(this was just a typo I made in the first post
the kernel CONFIG contained the proper string.)

in fact it contains all this 


# Wireless NIC cards
device          wlan            # 802.11 support
options         IEEE80211_DEBUG # enable debug msgs
options         IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's
options         IEEE80211_SUPPORT_MESH  # enable 802.11s draft support
device          wlan_wep        # 802.11 WEP support
device          wlan_ccmp       # 802.11 CCMP support
device          wlan_tkip       # 802.11 TKIP support
device          wlan_amrr       # AMRR transmit rate control algorithm
device          ath             # Atheros NICs
device          ath_pci         # Atheros pci/cardbus glue
device          ath_hal         # pci/cardbus chip support
options         AH_SUPPORT_AR5416       # enable AR5416 tx/rx descriptors
options         AH_AR5416_INTERRUPT_MITIGATION  # AR5416 interrupt mitigation
options         ATH_ENABLE_11N  # Enable 802.11n support for AR5416 and later
device          ath_rate_sample # SampleRate tx rate control for ath



On Tue, 14 Jan 2014 08:28:25 -0800
Adrian Chadd <adrian@freebsd.org> wrote:

> Hi
> 
> You need ATH_ENABLE_11N in your kernel config.
> 
> 
> -a
> 
> 
> On 14 January 2014 05:50, Christophe Prevotaux
> <c.prevotaux@rural-networks.com> wrote:
> > Hi Everyone,
> >
> > I am running a FreeBSD/amd64 30/12/2013 CURRENT Snapshot on a Soekris 6501 with :
> >
> > options ATH_ENABLED_11N
> > options mptable           # (soekris 6501 requires it)
> >
> > and I get the following messages and failures :
> >
> > ath0: stuck beacon; resetting (bmiss count 0)
> > ath0: stuck beacon; resetting (bmiss count 0)
> > ath1: ath_edma_rxbuf_alloc: nothing on rxbuf?!
> > ath0: stuck beacon; resetting (bmiss count 0)
> > ath1: ath_edma_rxfifo_alloc: Q1: alloc failed: i=1, nbufs=128?
> > ath1: ath_edma_rxbuf_alloc: nothing on rxbuf?!
> > ath1: ath_edma_rxfifo_alloc: Q1: alloc failed: i=0, nbufs=128?
> > ath1: ath_edma_rxbuf_alloc: nothing on rxbuf?!
> > ath1: ath_edma_rxfifo_alloc: Q1: alloc failed: i=0, nbufs=128?
> > ath1: ath_edma_rxbuf_alloc: nothing on rxbuf?!
> > ath1: ath_edma_rxfifo_alloc: Q1: alloc failed: i=0, nbufs=128?
> > ath0: stuck beacon; resetting (bmiss count 4)
> > ath0: stuck beacon; resetting (bmiss count 0)
> >
> > The machine I am using has 2 AR9580 MiniPCIe Cards
> >
> > ath0
> > ath1
> >
> >
> > But traffic using iperf was generated on ath0 and ath1
> >
> > Here is the pciconf -lv
> >
> > hostb0@pci0:0:0:0:      class=0x060000 card=0x00000000 chip=0x41158086 rev=0x05 hdr=0x00
> >     vendor     = 'Intel Corporation'
> >     device     = 'Atom Processor E6xx PCI Host Bridge'
> >     class      = bridge
> >     subclass   = HOST-PCI
> > hostb1@pci0:0:1:0:      class=0x060000 card=0x00000000 chip=0x81838086 rev=0x00 hdr=0x00
> >     vendor     = 'Intel Corporation'
> >     device     = 'Atom Processor E6xx Configuration Unit'
> >     class      = bridge
> >     subclass   = HOST-PCI
> > pcib1@pci0:0:23:0:      class=0x060400 card=0x00000000 chip=0x81848086 rev=0x00 hdr=0x01
> >     vendor     = 'Intel Corporation'
> >     device     = 'Atom Processor E6xx PCI Express Port 1'
> >     class      = bridge
> >     subclass   = PCI-PCI
> > pcib3@pci0:0:24:0:      class=0x060400 card=0x00000000 chip=0x81858086 rev=0x00 hdr=0x01
> >     vendor     = 'Intel Corporation'
> >     device     = 'Atom Processor E6xx PCI Express Port 2'
> >     class      = bridge
> >     subclass   = PCI-PCI
> > pcib8@pci0:0:25:0:      class=0x060400 card=0x00000000 chip=0x81808086 rev=0x00 hdr=0x01
> >     vendor     = 'Intel Corporation'
> >     device     = 'Atom Processor E6xx PCI Express Port 3'
> >     class      = bridge
> >     subclass   = PCI-PCI
> > pcib13@pci0:0:26:0:     class=0x060400 card=0x00000000 chip=0x81818086 rev=0x00 hdr=0x01
> >     vendor     = 'Intel Corporation'
> >     device     = 'Atom Processor E6xx PCI Express Port 4'
> >     class      = bridge
> >     subclass   = PCI-PCI
> > isab0@pci0:0:31:0:      class=0x060100 card=0x00000000 chip=0x81868086 rev=0x00 hdr=0x00
> >     vendor     = 'Intel Corporation'
> >     device     = 'Atom Processor E6xx LPC Bridge'
> >     class      = bridge
> >     subclass   = PCI-ISA
> > pcib2@pci0:1:0:0:       class=0x060400 card=0x00000000 chip=0x88008086 rev=0x01 hdr=0x01
> >     vendor     = 'Intel Corporation'
> >     device     = 'Platform Controller Hub EG20T PCI Express Port'
> >     class      = bridge
> >     subclass   = PCI-PCI
> > none0@pci0:2:0:0:       class=0xff0000 card=0x00000000 chip=0x88018086 rev=0x01 hdr=0x00
> >     vendor     = 'Intel Corporation'
> >     device     = 'Platform Controller Hub EG20T Packet Hub'
> > none1@pci0:2:0:1:       class=0x020000 card=0x00000000 chip=0x88028086 rev=0x01 hdr=0x00
> >     vendor     = 'Intel Corporation'
> >     device     = 'Platform Controller Hub EG20T Gigabit Ethernet Controller'
> >     class      = network
> >     subclass   = ethernet
> > none2@pci0:2:0:2:       class=0xff0000 card=0x00000000 chip=0x88038086 rev=0x00 hdr=0x00
> >     vendor     = 'Intel Corporation'
> >     device     = 'Platform Controller Hub EG20T General Purpose IO Controller'
> > ohci0@pci0:2:2:0:       class=0x0c0310 card=0x00000000 chip=0x88048086 rev=0x01 hdr=0x00
> >     vendor     = 'Intel Corporation'
> >     device     = 'Platform Controller Hub EG20T USB OHCI Controller'
> >     class      = serial bus
> >     subclass   = USB
> > ohci1@pci0:2:2:1:       class=0x0c0310 card=0x00000000 chip=0x88058086 rev=0x01 hdr=0x00
> >     vendor     = 'Intel Corporation'
> >     device     = 'Platform Controller Hub EG20T USB OHCI Controller'
> >     class      = serial bus
> >     subclass   = USB
> > ohci2@pci0:2:2:2:       class=0x0c0310 card=0x00000000 chip=0x88068086 rev=0x01 hdr=0x00
> >     vendor     = 'Intel Corporation'
> >     device     = 'Platform Controller Hub EG20T USB OHCI Controller'
> >     class      = serial bus
> >     subclass   = USB
> > ehci0@pci0:2:2:3:       class=0x0c0320 card=0x00000000 chip=0x88078086 rev=0x01 hdr=0x00
> >     vendor     = 'Intel Corporation'
> >     device     = 'Platform Controller Hub EG20T USB2 EHCI Controller'
> >     class      = serial bus
> >     subclass   = USB
> > none3@pci0:2:2:4:       class=0x0c03fe card=0x00000000 chip=0x88088086 rev=0x01 hdr=0x00
> >     vendor     = 'Intel Corporation'
> >     device     = 'Platform Controller Hub EG20T USB Client Controller'
> >     class      = serial bus
> >     subclass   = USB
> > sdhci_pci0@pci0:2:4:0:  class=0x080501 card=0x00000000 chip=0x88098086 rev=0x01 hdr=0x00
> >     vendor     = 'Intel Corporation'
> >     device     = 'Platform Controller Hub EG20T SDIO Controller'
> >     class      = base peripheral
> >     subclass   = SD host controller
> > sdhci_pci1@pci0:2:4:1:  class=0x080501 card=0x00000000 chip=0x880a8086 rev=0x01 hdr=0x00
> >     vendor     = 'Intel Corporation'
> >     device     = 'Platform Controller Hub EG20T SDIO Controller'
> >     class      = base peripheral
> >     subclass   = SD host controller
> > ahci0@pci0:2:6:0:       class=0x010601 card=0x00000000 chip=0x880b8086 rev=0x01 hdr=0x00
> >     vendor     = 'Intel Corporation'
> >     device     = 'Platform Controller Hub EG20T SATA AHCI Controller'
> >     class      = mass storage
> >     subclass   = SATA
> > ohci3@pci0:2:8:0:       class=0x0c0310 card=0x00000000 chip=0x880c8086 rev=0x01 hdr=0x00
> >     vendor     = 'Intel Corporation'
> >     device     = 'Platform Controller Hub EG20T USB OHCI Controller'
> >     class      = serial bus
> >     subclass   = USB
> > ohci4@pci0:2:8:1:       class=0x0c0310 card=0x00000000 chip=0x880d8086 rev=0x01 hdr=0x00
> >     vendor     = 'Intel Corporation'
> >     device     = 'Platform Controller Hub EG20T USB OHCI Controller'
> >     class      = serial bus
> >     subclass   = USB
> > ohci5@pci0:2:8:2:       class=0x0c0310 card=0x00000000 chip=0x880e8086 rev=0x01 hdr=0x00
> >     vendor     = 'Intel Corporation'
> >     device     = 'Platform Controller Hub EG20T USB OHCI Controller'
> >     class      = serial bus
> >     subclass   = USB
> > ehci1@pci0:2:8:3:       class=0x0c0320 card=0x00000000 chip=0x880f8086 rev=0x01 hdr=0x00
> >     vendor     = 'Intel Corporation'
> >     device     = 'Platform Controller Hub EG20T USB2 EHCI Controller'
> >     class      = serial bus
> >     subclass   = USB
> > none4@pci0:2:10:0:      class=0xff0000 card=0x00000000 chip=0x88108086 rev=0x00 hdr=0x00
> >     vendor     = 'Intel Corporation'
> >     device     = 'Platform Controller Hub EG20T DMA Controller'
> > uart2@pci0:2:10:1:      class=0x070002 card=0x00000000 chip=0x88118086 rev=0x00 hdr=0x00
> >     vendor     = 'Intel Corporation'
> >     device     = 'Platform Controller Hub EG20T UART Controller 0'
> >     class      = simple comms
> >     subclass   = UART
> > uart3@pci0:2:10:2:      class=0x070002 card=0x00000000 chip=0x88128086 rev=0x00 hdr=0x00
> >     vendor     = 'Intel Corporation'
> >     device     = 'Platform Controller Hub EG20T UART Controller 1'
> >     class      = simple comms
> >     subclass   = UART
> > uart4@pci0:2:10:3:      class=0x070002 card=0x00000000 chip=0x88138086 rev=0x00 hdr=0x00
> >     vendor     = 'Intel Corporation'
> >     device     = 'Platform Controller Hub EG20T UART Controller 2'
> >     class      = simple comms
> >     subclass   = UART
> > uart5@pci0:2:10:4:      class=0x070002 card=0x00000000 chip=0x88148086 rev=0x00 hdr=0x00
> >     vendor     = 'Intel Corporation'
> >     device     = 'Platform Controller Hub EG20T UART Controller 3'
> >     class      = simple comms
> >     subclass   = UART
> > none5@pci0:2:12:0:      class=0xff0000 card=0x00000000 chip=0x88158086 rev=0x00 hdr=0x00
> >     vendor     = 'Intel Corporation'
> >     device     = 'Platform Controller Hub EG20T DMA Controller'
> > none6@pci0:2:12:1:      class=0x0c8000 card=0x00000000 chip=0x88168086 rev=0x00 hdr=0x00
> >     vendor     = 'Intel Corporation'
> >     device     = 'Platform Controller Hub EG20T Serial Peripheral Interface Bus'
> >     class      = serial bus
> > none7@pci0:2:12:2:      class=0x0c8000 card=0x00000000 chip=0x88178086 rev=0x00 hdr=0x00
> >     vendor     = 'Intel Corporation'
> >     device     = 'Platform Controller Hub EG20T I2C Controller'
> >     class      = serial bus
> > none8@pci0:2:12:3:      class=0x0c0900 card=0x00000000 chip=0x88188086 rev=0x00 hdr=0x00
> >     vendor     = 'Intel Corporation'
> >     device     = 'Platform Controller Hub EG20T Controller Area Network (CAN) Controller'
> >     class      = serial bus
> > none9@pci0:2:12:4:      class=0xff0000 card=0x00000000 chip=0x88198086 rev=0x01 hdr=0x00
> >     vendor     = 'Intel Corporation'
> >     device     = 'Platform Controller Hub EG20T IEEE 1588 Hardware Assist'
> > pcib4@pci0:3:0:0:       class=0x060400 card=0x00000000 chip=0x803a111d rev=0x0e hdr=0x01
> >     vendor     = 'Integrated Device Technology, Inc.'
> >     device     = 'PES4T4 PCI Express Switch'
> >     class      = bridge
> >     subclass   = PCI-PCI
> > pcib5@pci0:4:2:0:       class=0x060400 card=0x00000000 chip=0x803a111d rev=0x0e hdr=0x01
> >     vendor     = 'Integrated Device Technology, Inc.'
> >     device     = 'PES4T4 PCI Express Switch'
> >     class      = bridge
> >     subclass   = PCI-PCI
> > pcib6@pci0:4:3:0:       class=0x060400 card=0x00000000 chip=0x803a111d rev=0x0e hdr=0x01
> >     vendor     = 'Integrated Device Technology, Inc.'
> >     device     = 'PES4T4 PCI Express Switch'
> >     class      = bridge
> >     subclass   = PCI-PCI
> > pcib7@pci0:4:4:0:       class=0x060400 card=0x00000000 chip=0x803a111d rev=0x0e hdr=0x01
> >     vendor     = 'Integrated Device Technology, Inc.'
> >     device     = 'PES4T4 PCI Express Switch'
> >     class      = bridge
> >     subclass   = PCI-PCI
> > em0@pci0:5:0:0: class=0x020000 card=0x00008086 chip=0x10d38086 rev=0x00 hdr=0x00
> >     vendor     = 'Intel Corporation'
> >     device     = '82574L Gigabit Network Connection'
> >     class      = network
> >     subclass   = ethernet
> > em1@pci0:6:0:0: class=0x020000 card=0x00008086 chip=0x10d38086 rev=0x00 hdr=0x00
> >     vendor     = 'Intel Corporation'
> >     device     = '82574L Gigabit Network Connection'
> >     class      = network
> >     subclass   = ethernet
> > pcib9@pci0:8:0:0:       class=0x060400 card=0x00000000 chip=0x803a111d rev=0x0e hdr=0x01
> >     vendor     = 'Integrated Device Technology, Inc.'
> >     device     = 'PES4T4 PCI Express Switch'
> >     class      = bridge
> >     subclass   = PCI-PCI
> > pcib10@pci0:9:2:0:      class=0x060400 card=0x00000000 chip=0x803a111d rev=0x0e hdr=0x01
> >     vendor     = 'Integrated Device Technology, Inc.'
> >     device     = 'PES4T4 PCI Express Switch'
> >     class      = bridge
> >     subclass   = PCI-PCI
> > pcib11@pci0:9:3:0:      class=0x060400 card=0x00000000 chip=0x803a111d rev=0x0e hdr=0x01
> >     vendor     = 'Integrated Device Technology, Inc.'
> >     device     = 'PES4T4 PCI Express Switch'
> >     class      = bridge
> >     subclass   = PCI-PCI
> > pcib12@pci0:9:4:0:      class=0x060400 card=0x00000000 chip=0x803a111d rev=0x0e hdr=0x01
> >     vendor     = 'Integrated Device Technology, Inc.'
> >     device     = 'PES4T4 PCI Express Switch'
> >     class      = bridge
> >     subclass   = PCI-PCI
> > em2@pci0:10:0:0:        class=0x020000 card=0x00008086 chip=0x10d38086 rev=0x00 hdr=0x00
> >     vendor     = 'Intel Corporation'
> >     device     = '82574L Gigabit Network Connection'
> >     class      = network
> >     subclass   = ethernet
> > em3@pci0:11:0:0:        class=0x020000 card=0x00008086 chip=0x10d38086 rev=0x00 hdr=0x00
> >     vendor     = 'Intel Corporation'
> >     device     = '82574L Gigabit Network Connection'
> >     class      = network
> >     subclass   = ethernet
> > pcib14@pci0:13:0:0:     class=0x060400 card=0x860510b5 chip=0x860510b5 rev=0xaa hdr=0x01
> >     vendor     = 'PLX Technology, Inc.'
> >     device     = 'PEX 8605 PCI Express 4-port Gen2 Switch'
> >     class      = bridge
> >     subclass   = PCI-PCI
> > pcib15@pci0:14:1:0:     class=0x060400 card=0x860510b5 chip=0x860510b5 rev=0xaa hdr=0x01
> >     vendor     = 'PLX Technology, Inc.'
> >     device     = 'PEX 8605 PCI Express 4-port Gen2 Switch'
> >     class      = bridge
> >     subclass   = PCI-PCI
> > pcib16@pci0:14:2:0:     class=0x060400 card=0x860510b5 chip=0x860510b5 rev=0xaa hdr=0x01
> >     vendor     = 'PLX Technology, Inc.'
> >     device     = 'PEX 8605 PCI Express 4-port Gen2 Switch'
> >     class      = bridge
> >     subclass   = PCI-PCI
> > pcib17@pci0:14:3:0:     class=0x060400 card=0x860510b5 chip=0x860510b5 rev=0xaa hdr=0x01
> >     vendor     = 'PLX Technology, Inc.'
> >     device     = 'PEX 8605 PCI Express 4-port Gen2 Switch'
> >     class      = bridge
> >     subclass   = PCI-PCI
> > ath0@pci0:16:0:0:       class=0x028000 card=0x3123168c chip=0x0033168c rev=0x01 hdr=0x00
> >     vendor     = 'Atheros Communications Inc.'
> >     device     = 'AR9580 Wireless Network Adapter'
> >     class      = network
> > ath1@pci0:17:0:0:       class=0x028000 card=0x3123168c chip=0x0033168c rev=0x01 hdr=0x00
> >     vendor     = 'Atheros Communications Inc.'
> >     device     = 'AR9580 Wireless Network Adapter'
> >     class      = network
> >
> > ath0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 2290
> >         ether 04:f0:21:04:5d:7a
> >         nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
> >         media: IEEE 802.11 Wireless Ethernet autoselect mode 11ng <hostap>
> >         status: running
> >
> > ath1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 2290
> >         ether 04:f0:21:04:5d:65
> >         nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
> >         media: IEEE 802.11 Wireless Ethernet autoselect mode 11ng <hostap>
> >         status: running
> >
> >
> > wlan0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
> >         ether 04:f0:21:04:5d:7a
> >         nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
> >         media: IEEE 802.11 Wireless Ethernet autoselect mode 11ng <hostap>
> >         status: running
> >         ssid R2 channel 11 (2462 MHz 11g ht/20) bssid 04:f0:21:04:5d:7a
> >         regdomain FCC country CA anywhere ecm authmode WPA2/802.11i -wps -tsn
> >         privacy MIXED deftxkey 2
> >         AES-CCM 2:128-bit
> >         AES-CCM 3:128-bit powersavemode OFF powersavesleep 100 txpower 30
> >         txpowmax 50.0 -dotd rtsthreshold 2346 fragthreshold 2346 bmiss 7
> >         11a     ucast NONE    mgmt  6 Mb/s mcast  6 Mb/s maxretry 6
> >         11b     ucast NONE    mgmt  1 Mb/s mcast  1 Mb/s maxretry 6
> >         11g     ucast NONE    mgmt  1 Mb/s mcast  1 Mb/s maxretry 6
> >         turboA  ucast NONE    mgmt  6 Mb/s mcast  6 Mb/s maxretry 6
> >         turboG  ucast NONE    mgmt  1 Mb/s mcast  1 Mb/s maxretry 6
> >         sturbo  ucast NONE    mgmt  6 Mb/s mcast  6 Mb/s maxretry 6
> >         11na    ucast NONE    mgmt 12 MCS  mcast 12 MCS  maxretry 6
> >         11ng    ucast NONE    mgmt  2 MCS  mcast  2 MCS  maxretry 6
> >         half    ucast NONE    mgmt  3 Mb/s mcast  3 Mb/s maxretry 6
> >         quarter ucast NONE    mgmt  1 Mb/s mcast  1 Mb/s maxretry 6
> >         scanvalid 60 -bgscan bgscanintvl 300 bgscanidle 250
> >         roam:11a     rssi    7dBm rate 12 Mb/s
> >         roam:11b     rssi    7dBm rate  1 Mb/s
> >         roam:11g     rssi    7dBm rate  5 Mb/s
> >         roam:turboA  rssi    7dBm rate 12 Mb/s
> >         roam:turboG  rssi    7dBm rate 12 Mb/s
> >         roam:sturbo  rssi    7dBm rate 12 Mb/s
> >         roam:11na    rssi    7dBm  MCS  1
> >         roam:11ng    rssi    7dBm  MCS  1
> >         roam:half    rssi    7dBm rate  6 Mb/s
> >         roam:quarter rssi    7dBm rate  3 Mb/s
> >         -pureg protmode CTS ht htcompat ampdu ampdulimit 64k ampdudensity 8
> >         amsdu shortgi htprotmode RTSCTS -puren -smps -rifs wme burst -dwds
> >         -hidessid apbridge dtimperiod 1 doth -dfs inact bintval 100
> >         AC_BE cwmin  4 cwmax  6 aifs  3 txopLimit   0 -acm ack
> >               cwmin  4 cwmax 10 aifs  3 txopLimit   0 -acm
> >         AC_BK cwmin  4 cwmax 10 aifs  7 txopLimit   0 -acm ack
> >               cwmin  4 cwmax 10 aifs  7 txopLimit   0 -acm
> >         AC_VI cwmin  3 cwmax  4 aifs  1 txopLimit  94 -acm ack
> >               cwmin  3 cwmax  4 aifs  2 txopLimit  94 -acm
> >         AC_VO cwmin  2 cwmax  3 aifs  1 txopLimit  47 -acm ack
> >               cwmin  2 cwmax  3 aifs  2 txopLimit  47 -acm
> >         groups: wlan
> >
> > wlan1: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
> >         ether 04:f0:21:04:5d:65
> >         nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
> >         media: IEEE 802.11 Wireless Ethernet autoselect mode 11ng <hostap>
> >         status: running
> >         ssid R1 channel 6 (2437 MHz 11g ht/20) bssid 04:f0:21:04:5d:65
> >         regdomain FCC country CA anywhere ecm authmode WPA2/802.11i -wps -tsn
> >         privacy MIXED deftxkey 2
> >         AES-CCM 2:128-bit
> >         AES-CCM 3:128-bit powersavemode OFF powersavesleep 100 txpower 30
> >         txpowmax 50.0 -dotd rtsthreshold 2346 fragthreshold 2346 bmiss 7
> >         11a     ucast NONE    mgmt  6 Mb/s mcast  6 Mb/s maxretry 6
> >         11b     ucast NONE    mgmt  1 Mb/s mcast  1 Mb/s maxretry 6
> >         11g     ucast NONE    mgmt  1 Mb/s mcast  1 Mb/s maxretry 6
> >         turboA  ucast NONE    mgmt  6 Mb/s mcast  6 Mb/s maxretry 6
> >         turboG  ucast NONE    mgmt  1 Mb/s mcast  1 Mb/s maxretry 6
> >         sturbo  ucast NONE    mgmt  6 Mb/s mcast  6 Mb/s maxretry 6
> >         11na    ucast NONE    mgmt 12 MCS  mcast 12 MCS  maxretry 6
> >         11ng    ucast NONE    mgmt  2 MCS  mcast  2 MCS  maxretry 6
> >         half    ucast NONE    mgmt  3 Mb/s mcast  3 Mb/s maxretry 6
> >         quarter ucast NONE    mgmt  1 Mb/s mcast  1 Mb/s maxretry 6
> >         scanvalid 60 -bgscan bgscanintvl 300 bgscanidle 250
> >         roam:11a     rssi    7dBm rate 12 Mb/s
> >         roam:11b     rssi    7dBm rate  1 Mb/s
> >         roam:11g     rssi    7dBm rate  5 Mb/s
> >         roam:turboA  rssi    7dBm rate 12 Mb/s
> >         roam:turboG  rssi    7dBm rate 12 Mb/s
> >         roam:sturbo  rssi    7dBm rate 12 Mb/s
> >         roam:11na    rssi    7dBm  MCS  1
> >         roam:11ng    rssi    7dBm  MCS  1
> >         roam:half    rssi    7dBm rate  6 Mb/s
> >         roam:quarter rssi    7dBm rate  3 Mb/s
> >         -pureg protmode CTS ht htcompat ampdu ampdulimit 64k ampdudensity 8
> >         amsdu shortgi htprotmode RTSCTS -puren -smps -rifs wme burst -dwds
> >         -hidessid apbridge dtimperiod 1 doth -dfs inact bintval 100
> >         AC_BE cwmin  4 cwmax  6 aifs  3 txopLimit   0 -acm ack
> >               cwmin  4 cwmax 10 aifs  3 txopLimit   0 -acm
> >         AC_BK cwmin  4 cwmax 10 aifs  7 txopLimit   0 -acm ack
> >               cwmin  4 cwmax 10 aifs  7 txopLimit   0 -acm
> >         AC_VI cwmin  3 cwmax  4 aifs  1 txopLimit  94 -acm ack
> >               cwmin  3 cwmax  4 aifs  2 txopLimit  94 -acm
> >         AC_VO cwmin  2 cwmax  3 aifs  1 txopLimit  47 -acm ack
> >               cwmin  2 cwmax  3 aifs  2 txopLimit  47 -acm
> >         groups: wlan
> >
> > ACPI BIOS Error (bug): A valid RSDP was not found (20130823/tbxfroot-223)
> > Copyright (c) 1992-2013 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 11.0-CURRENT #1: Wed Jan  8 20:42:57 EST 2014
> >     root@ap01:/usr/obj/usr/src/sys/NET6501 amd64
> > FreeBSD clang version 3.3 (tags/RELEASE_33/final 183502) 20130610
> > CPU: Genuine Intel(R) CPU        @  600MHz (600.01-MHz K8-class CPU)
> >   Origin = "GenuineIntel"  Id = 0x20661  Family = 0x6  Model = 0x26  Stepping = 1
> >   Features=0xbfe9fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
> >   Features2=0x40e3bd<SSE3,DTES64,MON,DS_CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,MOVBE>
> >   AMD Features=0x20100800<SYSCALL,NX,LM>
> >   AMD Features2=0x1<LAHF>
> >   TSC: P-state invariant, performance statistics
> > real memory  = 536739840 (511 MB)
> > avail memory = 496316416 (473 MB)
> > MPTable: <Soekris  net6501     >
> > Event timer "LAPIC" quality 400
> > FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
> > FreeBSD/SMP: 1 package(s) x 1 core(s) x 2 HTT threads
> >  cpu0 (BSP): APIC ID:  0
> >  cpu1 (AP/HT): APIC ID:  1
> > ioapic0: Assuming intbase of 0
> > ioapic0 <Version 2.0> irqs 0-23 on motherboard
> > random: <Software, Yarrow> initialized
> > kbd0 at kbdmux0
> > module_register_init: MOD_LOAD (vesa, 0xffffffff80ab3c10, 0) error 19
> > ACPI BIOS Error (bug): A valid RSDP was not found (20130823/tbxfroot-223)
> > ACPI: Table initialisation failed: AE_NOT_FOUND
> > ACPI: Try disabling either ACPI or apic support.
> > pcib0: <MPTable Host-PCI bridge> pcibus 0 on motherboard
> > pci0: <PCI bus> on pcib0
> > pcib1: <PCI-PCI bridge> irq 16 at device 23.0 on pci0
> > pci1: <PCI bus> on pcib1
> > pcib2: <PCI-PCI bridge> irq 16 at device 0.0 on pci1
> > pci2: <PCI bus> on pcib2
> > pci2: <unknown> at device 0.0 (no driver attached)
> > pci2: <network, ethernet> at device 0.1 (no driver attached)
> > pci2: <unknown> at device 0.2 (no driver attached)
> > ohci0: <OHCI (generic) USB controller> mem 0xa0000b00-0xa0000bff irq 19 at device 2.0 on pci2
> > usbus0 on ohci0
> > ohci1: <OHCI (generic) USB controller> mem 0xa0000c00-0xa0000cff irq 19 at device 2.1 on pci2
> > usbus1 on ohci1
> > ohci2: <OHCI (generic) USB controller> mem 0xa0000d00-0xa0000dff irq 19 at device 2.2 on pci2
> > usbus2 on ohci2
> > ehci0: <EHCI (generic) USB 2.0 controller> mem 0xa0000e00-0xa0000eff irq 19 at device 2.3 on pci2
> > usbus3: EHCI version 1.0
> > usbus3 on ehci0
> > pci2: <serial bus, USB> at device 2.4 (no driver attached)
> > sdhci_pci0: <Generic SD HCI> mem 0xa0004000-0xa00041ff irq 18 at device 4.0 on pci2
> > sdhci_pci0: 1 slot(s) allocated
> > sdhci_pci1: <Generic SD HCI> mem 0xa0004200-0xa00043ff irq 18 at device 4.1 on pci2
> > sdhci_pci1: 1 slot(s) allocated
> > ahci0: <AHCI SATA controller> port 0x1020-0x103f mem 0xa0004400-0xa00047ff irq 17 at device 6.0 on pci2
> > ahci0: AHCI v1.10 with 2 3Gbps ports, Port Multiplier supported
> > ahcich0: <AHCI channel> at channel 0 on ahci0
> > ahcich1: <AHCI channel> at channel 1 on ahci0
> > ohci3: <OHCI (generic) USB controller> mem 0xa0004800-0xa00048ff irq 16 at device 8.0 on pci2
> > usbus4 on ohci3
> > ohci4: <OHCI (generic) USB controller> mem 0xa0004900-0xa00049ff irq 16 at device 8.1 on pci2
> > usbus5 on ohci4
> > ohci5: <OHCI (generic) USB controller> mem 0xa0004a00-0xa0004aff irq 16 at device 8.2 on pci2
> > usbus6 on ohci5
> > ehci1: <EHCI (generic) USB 2.0 controller> mem 0xa0004b00-0xa0004bff irq 16 at device 8.3 on pci2
> > usbus7: EHCI version 1.0
> > usbus7 on ehci1
> > pci2: <unknown> at device 10.0 (no driver attached)
> > uart2: <Intel EG20T Serial Port 0> port 0x1040-0x1047 mem 0xa0004d00-0xa0004d0f irq 19 at device 10.1 on pci2
> > uart3: <Intel EG20T Serial Port 1> port 0x1048-0x104f mem 0xa0004d10-0xa0004d1f irq 19 at device 10.2 on pci2
> > uart4: <Intel EG20T Serial Port 2> port 0x1050-0x1057 mem 0xa0004d20-0xa0004d2f irq 19 at device 10.3 on pci2
> > uart5: <Intel EG20T Serial Port 3> port 0x1058-0x105f mem 0xa0004d30-0xa0004d3f irq 19 at device 10.4 on pci2
> > pci2: <unknown> at device 12.0 (no driver attached)
> > pci2: <serial bus> at device 12.1 (no driver attached)
> > pci2: <serial bus> at device 12.2 (no driver attached)
> > pci2: <serial bus> at device 12.3 (no driver attached)
> > pci2: <unknown> at device 12.4 (no driver attached)
> > pcib3: <PCI-PCI bridge> irq 17 at device 24.0 on pci0
> > pci3: <PCI bus> on pcib3
> > pcib4: <PCI-PCI bridge> at device 0.0 on pci3
> > pci4: <PCI bus> on pcib4
> > pcib5: <PCI-PCI bridge> at device 2.0 on pci4
> > pci5: <PCI bus> on pcib5
> > em0: <Intel(R) PRO/1000 Network Connection 7.3.8> port 0x2000-0x201f mem 0xa1000000-0xa101ffff,0xa1020000-0xa1023fff irq 19 at device 0.0 on pci5
> > em0: Using MSIX interrupts with 3 vectors
> > em0: Ethernet address: 00:00:24:cf:05:30
> > pcib6: <PCI-PCI bridge> at device 3.0 on pci4
> > pci6: <PCI bus> on pcib6
> > em1: <Intel(R) PRO/1000 Network Connection 7.3.8> port 0x3000-0x301f mem 0xa2000000-0xa201ffff,0xa2020000-0xa2023fff irq 16 at device 0.0 on pci6
> > em1: Using MSIX interrupts with 3 vectors
> > em1: Ethernet address: 00:00:24:cf:05:31
> > pcib7: <PCI-PCI bridge> at device 4.0 on pci4
> > pci7: <PCI bus> on pcib7
> > pcib8: <PCI-PCI bridge> irq 18 at device 25.0 on pci0
> > pci8: <PCI bus> on pcib8
> > pcib9: <PCI-PCI bridge> at device 0.0 on pci8
> > pci9: <PCI bus> on pcib9
> > pcib10: <PCI-PCI bridge> at device 2.0 on pci9
> > pci10: <PCI bus> on pcib10
> > em2: <Intel(R) PRO/1000 Network Connection 7.3.8> port 0x4000-0x401f mem 0xa3000000-0xa301ffff,0xa3020000-0xa3023fff irq 16 at device 0.0 on pci10
> > em2: Using MSIX interrupts with 3 vectors
> > em2: Ethernet address: 00:00:24:cf:05:32
> > pcib11: <PCI-PCI bridge> at device 3.0 on pci9
> > pci11: <PCI bus> on pcib11
> > em3: <Intel(R) PRO/1000 Network Connection 7.3.8> port 0x5000-0x501f mem 0xa4000000-0xa401ffff,0xa4020000-0xa4023fff irq 17 at device 0.0 on pci11
> > em3: Using MSIX interrupts with 3 vectors
> > em3: Ethernet address: 00:00:24:cf:05:33
> > pcib12: <PCI-PCI bridge> at device 4.0 on pci9
> > pci12: <PCI bus> on pcib12
> > pcib13: <PCI-PCI bridge> irq 19 at device 26.0 on pci0
> > pci13: <PCI bus> on pcib13
> > pcib14: <PCI-PCI bridge> mem 0xa5000000-0xa5003fff irq 19 at device 0.0 on pci13
> > pci14: <PCI bus> on pcib14
> > pcib15: <PCI-PCI bridge> irq 16 at device 1.0 on pci14
> > pci15: <PCI bus> on pcib15
> > pcib16: <PCI-PCI bridge> irq 17 at device 2.0 on pci14
> > pci16: <PCI bus> on pcib16
> > ath0: <Atheros AR9580> mem 0xa6000000-0xa601ffff irq 17 at device 0.0 on pci16
> > ar9300_set_stub_functions: setting stub functions
> > ar9300_set_stub_functions: setting stub functions
> > ar9300_attach: calling ar9300_hw_attach
> > ar9300_hw_attach: calling ar9300_eeprom_attach
> > ar9300_flash_map: unimplemented for now
> > Restoring Cal data from DRAM
> > Restoring Cal data from EEPROM
> > ar9300_hw_attach: ar9300_eeprom_attach returned 0
> > ath0: RX status length: 48
> > ath0: RX buffer size: 4096
> > ath0: TX descriptor length: 128
> > ath0: TX status length: 36
> > ath0: TX buffers per descriptor: 4
> > ar9300_freebsd_setup_x_tx_desc: called, 0x0/0, 0x0/0, 0x0/0
> > ath0: ath_edma_setup_rxfifo: type=0, FIFO depth = 16 entries
> > ath0: ath_edma_setup_rxfifo: type=1, FIFO depth = 128 entries
> > ath0: [HT] enabling HT modes
> > ath0: [HT] enabling short-GI in 20MHz mode
> > ath0: [HT] 1 stream STBC receive enabled
> > ath0: [HT] 1 stream STBC transmit enabled
> > ath0: [HT] 3 RX streams; 3 TX streams
> > ath0: AR9580 mac 448.4 RF5110 phy 3661.5
> > ath0: 2GHz radio: 0x0000; 5GHz radio: 0x0000
> > pcib17: <PCI-PCI bridge> irq 18 at device 3.0 on pci14
> > pci17: <PCI bus> on pcib17
> > ath1: <Atheros AR9580> mem 0xa7000000-0xa701ffff irq 18 at device 0.0 on pci17
> > ar9300_set_stub_functions: setting stub functions
> > ar9300_set_stub_functions: setting stub functions
> > ar9300_attach: calling ar9300_hw_attach
> > ar9300_hw_attach: calling ar9300_eeprom_attach
> > ar9300_flash_map: unimplemented for now
> > Restoring Cal data from DRAM
> > Restoring Cal data from EEPROM
> > ar9300_hw_attach: ar9300_eeprom_attach returned 0
> > ath1: RX status length: 48
> > ath1: RX buffer size: 4096
> > ath1: TX descriptor length: 128
> > ath1: TX status length: 36
> > ath1: TX buffers per descriptor: 4
> > ar9300_freebsd_setup_x_tx_desc: called, 0x0/0, 0x0/0, 0x0/0
> > ath1: ath_edma_setup_rxfifo: type=0, FIFO depth = 16 entries
> > ath1: ath_edma_setup_rxfifo: type=1, FIFO depth = 128 entries
> > ath1: [HT] enabling HT modes
> > ath1: [HT] enabling short-GI in 20MHz mode
> > ath1: [HT] 1 stream STBC receive enabled
> > ath1: [HT] 1 stream STBC transmit enabled
> > ath1: [HT] 3 RX streams; 3 TX streams
> > ath1: AR9580 mac 448.4 RF5110 phy 1083.4
> > ath1: 2GHz radio: 0x0000; 5GHz radio: 0x0000
> > isab0: <PCI-ISA bridge> at device 31.0 on pci0
> > isa0: <ISA bus> on isab0
> > cpu0 on motherboard
> > est0: <Enhanced SpeedStep Frequency Control> on cpu0
> > est: CPU supports Enhanced Speedstep, but is not recognized.
> > est: cpu_vendor GenuineIntel, msr 60706070600060a
> > device_attach: est0 attach returned 6
> > p4tcc0: <CPU Frequency Thermal Control> on cpu0
> > cpu1 on motherboard
> > est1: <Enhanced SpeedStep Frequency Control> on cpu1
> > est: CPU supports Enhanced Speedstep, but is not recognized.
> > est: cpu_vendor GenuineIntel, msr 60706070600060a
> > device_attach: est1 attach returned 6
> > p4tcc1: <CPU Frequency Thermal Control> on cpu1
> > atrtc0: <AT realtime clock> at port 0x70 irq 8 on isa0
> > Event timer "RTC" frequency 32768 Hz quality 0
> > attimer0: <AT timer> at port 0x40 on isa0
> > Timecounter "i8254" frequency 1193182 Hz quality 0
> > Event timer "i8254" frequency 1193182 Hz quality 100
> > ppc0: cannot reserve I/O port range
> > uart0: <16550 or compatible> at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
> > uart0: console (9600,n,8,1)
> > est0: <Enhanced SpeedStep Frequency Control> on cpu0
> > est: CPU supports Enhanced Speedstep, but is not recognized.
> > est: cpu_vendor GenuineIntel, msr 60706070600060a
> > device_attach: est0 attach returned 6
> > est1: <Enhanced SpeedStep Frequency Control> on cpu1
> > est: CPU supports Enhanced Speedstep, but is not recognized.
> > est: cpu_vendor GenuineIntel, msr 60706070600060a
> > device_attach: est1 attach returned 6
> > Timecounters tick every 1.000 msec
> > random: unblocking device.
> > usbus0: 12Mbps Full Speed USB v1.0
> > usbus1: 12Mbps Full Speed USB v1.0
> > ugen0.1: <0x8086> at usbus0
> > uhub0: <0x8086 OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus0
> > ugen1.1: <0x8086> at usbus1
> > uhub1: <0x8086 OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus1
> > usbus2: 12Mbps Full Speed USB v1.0
> > usbus3: 480Mbps High Speed USB v2.0
> > ugen2.1: <0x8086> at usbus2
> > uhub2: <0x8086 OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus2
> > ugen3.1: <Intel> at usbus3
> > uhub3: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus3
> > usbus4: 12Mbps Full Speed USB v1.0
> > uhub0: 1 port with 1 removable, self powered
> > ugen4.1: <0x8086> at usbus4
> > uhub4: <0x8086 OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus4
> > uhub1: 1 port with 1 removable, self powered
> > usbus5: 12Mbps Full Speed USB v1.0
> > uhub2: 1 port with 1 removable, self powered
> > ugen5.1: <0x8086> at usbus5
> > uhub5: <0x8086 OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus5
> > usbus6: 12Mbps Full Speed USB v1.0
> > usbus7: 480Mbps High Speed USB v2.0
> > ugen6.1: <0x8086> at usbus6
> > uhub6: <0x8086 OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus6
> > uhub4: 1 port with 1 removable, self powered
> > ugen7.1: <Intel> at usbus7
> > uhub7: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus7
> > ada0 at ahcich0 bus 0 scbus0 target 0 lun 0
> > uhub5: 1 port with 1 removable, self powered
> > ada0: uhub6: 1 port with 1 removable, self powered
> > <ADATA XM13 30GB 332ABBF0> ATA-8 SATA 2.x device
> > ada0: Serial Number 02512013500300001076
> > ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes)
> > ada0: Command Queueing enabled
> > ada0: 28626MB (58626288 512 byte sectors: 16H 63S/T 16383C)
> > ada0: Previously was known as ad4
> > SMP: AP CPU #1 Launched!
> > Timecounter "TSC" frequency 600012906 Hz quality 1000
> > Root mount waiting for: usbus7 usbus3
> > uhub3: 3 ports with 3 removable, self powered
> > uhub7: 3 ports with 3 removable, self powered
> > Trying to mount root from ufs:/dev/ada0p2 [rw]...
> > bridge0: Ethernet address: 02:b1:ae:74:0b:00
> > wlan0: Ethernet address: 04:f0:21:04:5d:7a
> > ath0: stuck beacon; resetting (bmiss count 4)
> > ath0: stuck beacon; resetting (bmiss count 0)
> > wlan1: Ethernet address: 04:f0:21:04:5d:65
> >
> > If anyone has an idea on what is wrong or what needs to be
> > reported/tested to find out and fix this please let me know.
> >
> > --
> > --
> > =====================================================
> > Christophe Prevotaux
> > Email: c.prevotaux@rural-networks.com
> > Tel  : +33 06 79 11 86 58
> > =====================================================
> >
> > _______________________________________________
> > freebsd-wireless@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
> > To unsubscribe, send any mail to "freebsd-wireless-unsubscribe@freebsd.org"


-- 
--
=====================================================
Christophe Prevotaux
Email: c.prevotaux@rural-networks.com
Tel  : +33 06 79 11 86 58
=====================================================




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140114212302.3138b11e>