From owner-freebsd-wireless@FreeBSD.ORG Wed Jul 9 15:39:47 2014 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7941454B; Wed, 9 Jul 2014 15:39:47 +0000 (UTC) Received: from mail.ignoranthack.me (ignoranthack.me [199.102.79.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 59B872B83; Wed, 9 Jul 2014 15:39:46 +0000 (UTC) Received: from [192.168.200.204] (c-50-131-5-126.hsd1.ca.comcast.net [50.131.5.126]) (using SSLv3 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: sbruno@ignoranthack.me) by mail.ignoranthack.me (Postfix) with ESMTPSA id D78A3193DD9; Wed, 9 Jul 2014 15:39:45 +0000 (UTC) Subject: Re: Any chances to have FreeBSD on TP-Link TL-MR3420 v2 (white one)? From: Sean Bruno Reply-To: sbruno@freebsd.org To: lev@FreeBSD.org In-Reply-To: <1457767975.20140709141043@serebryakov.spb.ru> References: <1457767975.20140709141043@serebryakov.spb.ru> Content-Type: text/plain; charset="us-ascii" Date: Wed, 09 Jul 2014 08:39:45 -0700 Message-ID: <1404920385.7725.2.camel@bruno> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-wireless@freebsd.org X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jul 2014 15:39:47 -0000 On Wed, 2014-07-09 at 14:10 +0400, Lev Serebryakov wrote: > Hello, Freebsd-wireless. > > $subj? Or is it too small for FreeBSD AP + DHCPD + 3G Modem driver? > Native firmware works not so well :( > Looking at what wikidevi says, there's a good chance that you can get it working. https://wikidevi.com/wiki/TP-LINK_TL-MR3420_v2 Its atheros mips, AR9341 which means it can likely be made to boot. The 4M of flash however is super small, I haven't been able to squash a kernel/ramdisk to that size. (worked on the mr3020 a bit, and had to resort to a 4G usb disk for root). sean