Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jun 2015 14:06:53 -0300
From:      Nenhum_de_Nos <matheus@eternamente.info>
Cc:        "freebsd-mips@freebsd.org" <freebsd-mips@freebsd.org>
Subject:   Re: Updates to freebsd-wifi-build
Message-ID:  <20150611140653.9da33a60525781fae817a83a@eternamente.info>
In-Reply-To: <527D427B-9836-46EC-AF55-B5E26DB6874F@eternamente.info>
References:  <CAJ-Vmok4APQhnDMGB_geKXh4N-ZxvemcVsuOnx_s5A34gqGH%2BA@mail.gmail.com> <20150604190836.faa7547dddf44f410dd47712@eternamente.info> <CAJ-VmonvwZKhoDR4io%2BHo-nfX5r4vFxRyf_bdxw4ZNq6ScGYrQ@mail.gmail.com> <20150605125525.19ab63f12c0319b037bcaf06@eternamente.info> <CAJ-Vmo=h_QZCAzQBsnQ_2MXAEjNTnb_2ANZTA-wo=yFOfGB17w@mail.gmail.com> <20150607000010.6f928a93f18a9bad788f8151@eternamente.info> <CAJ-VmomcqSf0opHhuL09DW3-UWu%2BUr_Yxzr9Zr42-c4wP=jovA@mail.gmail.com> <20150607210127.cfab1565ffed3a298ba791d0@eternamente.info> <CAJ-Vmo=qkKX5O9meuKZO86LjL3TrPTtkTrJmOUhV28YJpyJS1g@mail.gmail.com> <CAJ-VmokEA0x8Z6uVNUGx%2Bc_kHmu4U0RJRHzLxt7aJOdzvrxCtQ@mail.gmail.com> <20150608200906.e640da2c6fd5c2c5b42d9dc1@eternamente.info> <CAJ-Vmo=opo7yVjXPduRchjWJDP-eNDDNA4CLNwenYTEVOhh6KQ@mail.gmail.com> <527D427B-9836-46EC-AF55-B5E26DB6874F@eternamente.info>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 09 Jun 2015 18:56:07 -0300
Nenhum_de_Nos <matheus@eternamente.info> wrote:

> 
> 
> On June 9, 2015 12:51:55 PM GMT-03:00, Adrian Chadd <adrian@freebsd.org> wrote:
> >Hi,
> >
> >Check the wiki - the channel parameters changed. you don't need to use
> >createargs now.
> >
> >-a
> 
> Thanks, it starts fine but I get no ssid name in the signal and it comes out as 2.4ghz... No idea why. 

Anyone had success on using the 5GHz radio ? I just get 2.4GHz signal, but the ath1 (says there mode 11na) is the 5GHz one.

info bellow. thanks !

*** Interface: wlan1: start
ath_hal_reg_write: reg=0x000080e0, val=0xffffffa0, pm=1
ath_hal_reg_write: reg=0x000080e4, val=0x0000ffff, pm=1
wlan1: bpf attached
wlan1: bpf attached
wlan1: Ethernet address: xxxx
Configuration file: /var/run/hostapd.wlan1.conf
Using interface wlan1 with hwaddr xxxx and ssid "WLAN-TT_"
wlan1: interface state UNINITIALIZED->ENABLED
wlan1: AP-ENABLED
*** Interface: wlan1: done

ath1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 2290
        ether xxxx
        media: IEEE 802.11 Wireless Ethernet autoselect mode 11na <hostap>
        status: running

wlan1: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
        ether xxxx
        media: IEEE 802.11 Wireless Ethernet autoselect mode 11na <hostap>
        status: running
        ssid WLAN-TT_ channel 36 (5180 MHz 11a ht/40+) bssid xxxx
        regdomain FCC country US ecm authmode WPA1+WPA2/802.11i privacy MIXED
        deftxkey 2 TKIP 2:128-bit txpower 5 mcastrate 6 mgmtrate 6
        scanvalid 60 ampdulimit 64k ampdudensity 8 shortgi wme burst
        dtimperiod 1
        groups: wlan 


> >
> >On 8 June 2015 at 16:09, Nenhum_de_Nos <matheus@eternamente.info>
> >wrote:
> >> On Sun, 7 Jun 2015 20:02:09 -0700
> >> Adrian Chadd <adrian@freebsd.org> wrote:
> >>
> >>> Ok, I just added this to AR71XX_BASE:
> >>>
> >>> # For small memory footprints
> >>> options         VM_KMEM_SIZE_SCALE=1
> >>>
> >>> You can add that and rebuild - you don't have to update -HEAD.
> >>>
> >>> Thanks,
> >>
> >> Adrian,
> >>
> >> is this file:
> >>
> >> sys/mips/conf/AR71XX_BASE
> >>
> >> I did and that issue is gone, thanks :)
> >>
> >> But I get the same error about channel 7 and stuff
> >>
> >> *** Interface: wlan1: start
> >> ath_hal_reg_write: reg=0x000080e0, val=0xffffffa0, pm=1
> >> ath_hal_reg_write: reg=0x000080e4, val=0x0000ffff, pm=1
> >> wlan1: bpf attached
> >> wlan1: bpf attached
> >> wlan1: Ethernet address: xxx
> >> ifconfig: unknown/undefined channel number 6 flags 0x10000
> >>
> >> My rc.conf for wlan1 is:
> >>
> >> netif_wlan1_enable="YES"
> >> netif_wlan1_type="wifi"
> >> netif_wlan1_wifi_mode="hostap"
> >> netif_wlan1_descr="default"
> >> netif_wlan1_addrtype="none"
> >> netif_wlan1_name="wlan1"
> >> netif_wlan1_wifi_parent="ath1"
> >> netif_wlan1_wifi_createargs1="country US regdomain FCC3"
> >> netif_wlan1_wifi_createargs2="channel 36:ht/40 up"
> >> netif_wlan1_wifi_hostap_ssid="WLAN-TT_"
> >> netif_wlan1_wifi_hostap_wpa_passphrase="my password"
> >> netif_wlan1_wifi_hostap_wpa_mode=3
> >> netif_wlan1_wifi_hostap_wpa_key_mgmt="WPA-PSK"
> >> netif_wlan1_wifi_hostap_wpa_pairwise="CCMP TKIP"
> >>
> >> does anyone has a working config for this ath1 (the 5GHz one) ?
> >>
> >> thanks,
> >>
> >>> -a
> >>>
> >>>
> >>> On 7 June 2015 at 19:56, Adrian Chadd <adrian@freebsd.org> wrote:
> >>> > Ah, the key there is the mbufs message. Hm. I thought I committed
> >a
> >>> > fix for that.
> >>> >
> >>> >
> >>> >
> >>> > -a
> >>
> >>
> >> --
> >> Nenhum_de_Nos <matheus@eternamente.info>
> >> _______________________________________________
> >> freebsd-mips@freebsd.org mailing list
> >> http://lists.freebsd.org/mailman/listinfo/freebsd-mips
> >> To unsubscribe, send any mail to
> >"freebsd-mips-unsubscribe@freebsd.org"
> 
> --
> "We will call you Cygnus,
> the God of balance you shall be."
> _______________________________________________
> freebsd-mips@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-mips
> To unsubscribe, send any mail to "freebsd-mips-unsubscribe@freebsd.org"


-- 
"We will call you Cygnus,
the God of balance you shall be."



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