From owner-freebsd-mips@freebsd.org Tue Apr 24 17:31:46 2018 Return-Path: Delivered-To: freebsd-mips@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E310AFACC1A for ; Tue, 24 Apr 2018 17:31:45 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wr0-x22d.google.com (mail-wr0-x22d.google.com [IPv6:2a00:1450:400c:c0c::22d]) (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 543757EA1E for ; Tue, 24 Apr 2018 17:31:45 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-wr0-x22d.google.com with SMTP id g21-v6so23285448wrb.8 for ; Tue, 24 Apr 2018 10:31:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=zjwQfzmlOWXWOxwJTOAcZ08sEI4smFgFjLOxOMkk7Q0=; b=UFu5v+ndfdeg7+FmMqL1bAbp3gb8i9YBqbTLsO7Y0JNEcTpu9M4uG077FozHJzov7i JMzSGePkqWCHX9AYWXu0oNUIryab8bQ7xo817XPkIwIoReDhE2pHJ5YXE0486Ob2qKVI Ksmhw/MXoVXAvq1BD7ChOqpRyO7B+7/xTdy3vdVjpupdmGeT7zmqmKXyDBo6Fe6vyX6H mxqSAMXQ+dHYXyGsr6AHGZEyj8vhGQ5UCpuQN5G9kjvuHKo+1kaUhkOpSLGD5qPRAIf4 T9Lb4OZ7rk2HrhXH9/UGnJyFsauL4DB6hoFTJMgah2sbEYBeKM+K09fShrVWSk4zr+jD HTIA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=zjwQfzmlOWXWOxwJTOAcZ08sEI4smFgFjLOxOMkk7Q0=; b=PKC8tsJo9WqGSoJCsfnOeGvQqe8wtIOIC6OiMdh3NjJ4UtQjhntoIpgsFFM6+aqW4L nuYv1rAtc+ELjivTnNiv0bZ9lAcwyhxPO7yxX+pRK4N6+Tb63vKAjs51PLvThbniSPA7 UPyqhelH33+8ThyC63ZE2lmfczLNMOi+ChyRWy1Mov4yOVQhVZPgqilx/+L443bbDRqM cMend7JrbjO9rq66ZECnaxt4n3qpgN4btsuG9fDluJobedJ/VZvoPqZFWTymkvABjEp+ 4YSC9THWo00xS99nn2DV7kh0T7KNcLBaVXboT9Jjx6bItkzukkIxo1iN/yrZtPkiALeX ba5Q== X-Gm-Message-State: ALQs6tDSLJ3zxDcNxHJIRF7mx8nNd7uJ4lF+I1+eX5mqP2vyJ5PyGXlQ K2ko0E9Ny5Dvll2POczlF73ycTC67/HoSvAEaUFnGQ== X-Google-Smtp-Source: AIpwx489zN0C8VdsopVlI9slgKBhovTiW21qBTNPG0CYRymk1HkC1mog4CkmX1q1udzUEfnbqLuB4pJgFl7hpuc7yl4= X-Received: by 2002:adf:c003:: with SMTP id z3-v6mr20442883wre.177.1524591104287; Tue, 24 Apr 2018 10:31:44 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.239.15 with HTTP; Tue, 24 Apr 2018 10:31:42 -0700 (PDT) In-Reply-To: <20180423234020.GW85060@cicely7.cicely.de> References: <20180423234020.GW85060@cicely7.cicely.de> From: Adrian Chadd Date: Tue, 24 Apr 2018 10:31:42 -0700 Message-ID: Subject: Re: WDR-4300 problems To: ticso@cicely.de Cc: "freebsd-mips@freebsd.org. Robert Pera" , Bernd Walter Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Apr 2018 17:31:46 -0000 Hi! * I'd love more features, but yeah, the base libraries are really really big. :( * Yes, the wifi pieces are kernel modules, so just build them and kldload the wifi stack and driver modules as part of your runtime. * Yes, I think to save on kernel space I didn't include everything to run off of a USB rootfs by default. It's not hard to do - you just need to include everything in the kernel image. * .. but if it still doesn't detect it then we have to see if there's a GPIO line to assert to enable power to that USB port. Hope that helps! -adrian