From owner-freebsd-embedded@FreeBSD.ORG Mon Nov 28 00:32:32 2011 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD1D6106564A for ; Mon, 28 Nov 2011 00:32:32 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 7E8628FC12 for ; Mon, 28 Nov 2011 00:32:32 +0000 (UTC) Received: by vbbfr13 with SMTP id fr13so623780vbb.13 for ; Sun, 27 Nov 2011 16:32:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=LQzWFn0v7gREb0sNUFoQzGvXcgIo1uvgQxPOEAqGqiI=; b=FEVYtn5K2xJl/9E+VRPnKOvuLUOSnOIItaxXgBxDbKq/KA0ndPSAdiku85KD5cIG5j SFJI3pUkTyQn//ThBT6NYKF86ElVIQYE/TIV59jDQC/lCGxhOnldZTQyVHZu/PIPLOS9 xy2tvMX0Pen6vM0THOfLkh6HUD6ESJSn8NCvg= MIME-Version: 1.0 Received: by 10.52.26.179 with SMTP id m19mr207506vdg.95.1322440351883; Sun, 27 Nov 2011 16:32:31 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.52.186.74 with HTTP; Sun, 27 Nov 2011 16:32:31 -0800 (PST) In-Reply-To: <87527FBF-645E-46F5-A02E-4B62AD648914@lassitu.de> References: <87527FBF-645E-46F5-A02E-4B62AD648914@lassitu.de> Date: Mon, 28 Nov 2011 08:32:31 +0800 X-Google-Sender-Auth: PHwZGBuMzgvfL69hoS-6lEbD_D4 Message-ID: From: Adrian Chadd To: Stefan Bethke Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-embedded@freebsd.org Subject: Re: TP-WR1043: trying NFS root X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Nov 2011 00:32:32 -0000 Hi, Can you verify that you have link-level connectivity? Once it begins booting and has accepted a bootp assignment (which it has, hence why it has an IP address), can you just ping it to ensure that the link is up? The mac is going to be different. I've just copied the eeprom address from the uboot configuration done in openwrt. It's a bit stupid - it reads the value direct from a location in flash, rather than parsing the uboot environment that tplink have stored (read only!) in firmware!) so that's on the TODO list to fix. But you're right, that shouldn't be affecting this. I wonder why its throwing those llinfo errors.. Adrian