From owner-freebsd-mips@FreeBSD.ORG Thu Jun 11 17:07:15 2015 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 67495C30 for ; Thu, 11 Jun 2015 17:07:15 +0000 (UTC) (envelope-from matheus@eternamente.info) Received: from calvin.arroway.org (calvin.arroway.org [104.200.142.149]) by mx1.freebsd.org (Postfix) with ESMTP id 4481C187D for ; Thu, 11 Jun 2015 17:07:15 +0000 (UTC) (envelope-from matheus@eternamente.info) Received: from M32391 (unknown [200.164.157.132]) by calvin.arroway.org (Postfix) with ESMTPA id D86D4301C6 for ; Thu, 11 Jun 2015 14:07:07 -0300 (BRT) Date: Thu, 11 Jun 2015 14:06:53 -0300 From: Nenhum_de_Nos Cc: "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: <20150604190836.faa7547dddf44f410dd47712@eternamente.info> <20150605125525.19ab63f12c0319b037bcaf06@eternamente.info> <20150607000010.6f928a93f18a9bad788f8151@eternamente.info> <20150607210127.cfab1565ffed3a298ba791d0@eternamente.info> <20150608200906.e640da2c6fd5c2c5b42d9dc1@eternamente.info> <527D427B-9836-46EC-AF55-B5E26DB6874F@eternamente.info> X-Mailer: Sylpheed 3.4.1 (GTK+ 2.24.23; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2015 17:07:15 -0000 On Tue, 09 Jun 2015 18:56:07 -0300 Nenhum_de_Nos wrote: > > > On June 9, 2015 12:51:55 PM GMT-03:00, Adrian Chadd 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 metric 0 mtu 2290 ether xxxx media: IEEE 802.11 Wireless Ethernet autoselect mode 11na status: running wlan1: flags=8943 metric 0 mtu 1500 ether xxxx media: IEEE 802.11 Wireless Ethernet autoselect mode 11na 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 > >wrote: > >> On Sun, 7 Jun 2015 20:02:09 -0700 > >> Adrian Chadd 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 wrote: > >>> > Ah, the key there is the mbufs message. Hm. I thought I committed > >a > >>> > fix for that. > >>> > > >>> > > >>> > > >>> > -a > >> > >> > >> -- > >> Nenhum_de_Nos > >> _______________________________________________ > >> 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."