From owner-freebsd-mips@FreeBSD.ORG Tue Jun 9 15:51:56 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 45F723B2 for ; Tue, 9 Jun 2015 15:51:56 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ie0-x233.google.com (mail-ie0-x233.google.com [IPv6:2607:f8b0:4001:c03::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0A7C91488 for ; Tue, 9 Jun 2015 15:51:56 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by iebmu5 with SMTP id mu5so17177629ieb.1 for ; Tue, 09 Jun 2015 08:51:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=/MA9Ea6nrJn5LFr/KGHYpPhl+VFAB5mu8A7vEi5UijM=; b=PXDRBQH3oJLKLF+u51ITtQIUXOujug2j02qyjdyU7ayttny2Pcf0Ud6FCIrnMvwElY dZmVBigu+oJeSXAogcQ0N9hsaLwiILTkANaoFwvgrOyFq/8thwrf6RM3C2AMeObmHJQf a5hI9JmQsfx5gpPxfL3W7zJRZKSTvaHBoFjpfIkrqn0gvuXUrHM+KFJhqJjvnuIc/GGr oaH44ARlKRj/5BScRw6G3ba4/bdlyQWfw2i854UDRvD3zNiErKeGZLCW3xL4/FivmA2d zVoeO18cZ8ddW+2WVEL+sEXlyS9eTEmuc7qnOsNEO8Nbb4Hydl5jOtBWIOgD5k9z9fCW S37w== MIME-Version: 1.0 X-Received: by 10.42.176.8 with SMTP id bc8mr29952433icb.22.1433865115440; Tue, 09 Jun 2015 08:51:55 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.36.38.133 with HTTP; Tue, 9 Jun 2015 08:51:55 -0700 (PDT) In-Reply-To: <20150608200906.e640da2c6fd5c2c5b42d9dc1@eternamente.info> References: <20150604190836.faa7547dddf44f410dd47712@eternamente.info> <20150605125525.19ab63f12c0319b037bcaf06@eternamente.info> <20150607000010.6f928a93f18a9bad788f8151@eternamente.info> <20150607210127.cfab1565ffed3a298ba791d0@eternamente.info> <20150608200906.e640da2c6fd5c2c5b42d9dc1@eternamente.info> Date: Tue, 9 Jun 2015 08:51:55 -0700 X-Google-Sender-Auth: AYXp_ucqyIAceo07d70veK0Lhg4 Message-ID: Subject: Re: Updates to freebsd-wifi-build From: Adrian Chadd To: Nenhum_de_Nos Cc: "freebsd-mips@freebsd.org" Content-Type: text/plain; charset=UTF-8 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: Tue, 09 Jun 2015 15:51:56 -0000 Hi, Check the wiki - the channel parameters changed. you don't need to use createargs now. -a 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"