From owner-freebsd-mips@FreeBSD.ORG Mon Jun 8 23:09:18 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 32138883 for ; Mon, 8 Jun 2015 23:09:18 +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 112E1109E for ; Mon, 8 Jun 2015 23:09:17 +0000 (UTC) (envelope-from matheus@eternamente.info) Received: from optimus (unknown [179.190.233.69]) by calvin.arroway.org (Postfix) with ESMTPA id 9077B301CC for ; Mon, 8 Jun 2015 20:09:10 -0300 (BRT) Date: Mon, 8 Jun 2015 20:09:06 -0300 From: Nenhum_de_Nos Cc: "freebsd-mips@freebsd.org" Subject: Re: Updates to freebsd-wifi-build Message-Id: <20150608200906.e640da2c6fd5c2c5b42d9dc1@eternamente.info> In-Reply-To: References: <20150604190836.faa7547dddf44f410dd47712@eternamente.info> <20150605125525.19ab63f12c0319b037bcaf06@eternamente.info> <20150607000010.6f928a93f18a9bad788f8151@eternamente.info> <20150607210127.cfab1565ffed3a298ba791d0@eternamente.info> X-Mailer: Sylpheed 3.4.2 (GTK+ 2.10.14; i686-pc-mingw32) 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: Mon, 08 Jun 2015 23:09:18 -0000 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