From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id C1065C6FA82 for ; Fri, 23 Sep 2022 12:06:33 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 76EC5837A8; Fri, 23 Sep 2022 14:06:31 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=codesynthesis.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=codesynthesis.com header.i=@codesynthesis.com header.b="G3MxTsAN"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 804FD82B3B; Fri, 23 Sep 2022 09:23:41 +0200 (CEST) Received: from codesynthesis.com (codesynthesis.com [188.40.148.39]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 72B4582AE9 for ; Fri, 23 Sep 2022 09:23:39 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=codesynthesis.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=boris@codesynthesis.com Received: from brak.codesynthesis.com (unknown [105.225.45.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by codesynthesis.com (Postfix) with ESMTPSA id 1534C6097B; Fri, 23 Sep 2022 07:23:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codesynthesis.com; s=mail1; t=1663917819; bh=xTSQ2LHftyo7qUgll91WKM07yLQMpygoIy5XEpbm4ms=; h=Date:From:To:Subject:Message-ID:MIME-Version:From; b=G3MxTsANyClaGEnnI9OeLRRXrGNxLurh3eA2Xsnt661HeL5agHW8ppefenLJW9r6P oZzq3UymkGeimAfnYPOr2K7W1RrHIhPjXIf5d9swNUhK9w0LWmvhb8dlMGiF7CMw2V z9Q18bDH8csYUCLeXZLEEAdyV+DAtoXcPrVVDbO4iraNw6cyRyWqSjEL/0EdeyruDH v1YM6nwT3cbYb8SrYbydcvbELNznTuHTyT9YxSfM19hGD4KpRnfNtqMLeeYVNhvGbM hujeo5QlLvxybypXs/F71oTbeI+P/M2S4mOY72rnlgbDETA2+gSMc6Vn+aBsf1sNwj 5ZLl7FaprXjbQ== Received: by brak.codesynthesis.com (Postfix, from userid 1000) id B1A321A802AE; Fri, 23 Sep 2022 09:23:33 +0200 (SAST) Date: Fri, 23 Sep 2022 09:23:33 +0200 From: Boris Kolpackov To: u-boot@lists.denx.de Subject: ASIX AX88179A USB Ethernet dongle Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Organization: Code Synthesis User-Agent: Mutt/1.5.24 (2015-08-30) X-Mailman-Approved-At: Fri, 23 Sep 2022 14:06:29 +0200 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean Hello, I am trying to figure out whether ASIX AX88179A-based Ethernet dongles are supported by U-Boot. There is a driver for AX88179 (note: without 'A') and it seems to recognize the dongle but that's as far as it gets. Specifically, when I boot, it is recognized as Ethernet controller and ethact is set to axg0: => print ethact ethact=axg0 But running bootp or dhcp results in the "unable to connect" error: => dhcp Waiting for Ethernet connection... unable to connect. Reset Ethernet Device Waiting for Ethernet connection... unable to connect. => I can also see there is no led activity of any kind on the dongle. Has anyone had any success with AX88179A? I am using U-Boot 2022.07. Thanks, Boris