From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:400e:c00::234; helo=mail-pf0-x234.google.com; envelope-from=shuipoqian@gmail.com; receiver=edk2-devel@lists.01.org Received: from mail-pf0-x234.google.com (mail-pf0-x234.google.com [IPv6:2607:f8b0:400e:c00::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 164C0203B99B6 for ; Wed, 18 Jul 2018 05:24:54 -0700 (PDT) Received: by mail-pf0-x234.google.com with SMTP id a26-v6so2131296pfo.4 for ; Wed, 18 Jul 2018 05:24:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:content-transfer-encoding:mime-version:subject:message-id:date :to; bh=FX+oAt0auXTjDPBbTtkn0yMp9hAco4KY4y+5IVdtE5c=; b=sZPPtydRltz4kddYBV2o6JuDYCDFRSJCzyFiQ9UEa8MNQgBiUeIQ/yD6Fwnpvggcne 7nh6dRIwIKF0w+ZRjfpviU4vnu8ZqkLlRov6VJmCNDITrdi2ZmLrX8XzxNYzZK4K/f0j Fz/2IxCewaf+VcpeU/Msb9o3BxtkWqPeFAQcAzQcoQZ8s7QnoUd4cAQfMsAP71Eajyjp WU3ntLsX8dO7ILBsoK8j11el/RRsPNtu+SCVebPl3Hlnv+U54W82zUswPLfkoJOBOTd1 cStJUUv1knJdCA8hOVGiIAVxS3zco9Mmv0ZJyU+QsjyLWFNmo8VR+Tb3vHLEAHIOM97p ptvg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:content-transfer-encoding:mime-version :subject:message-id:date:to; bh=FX+oAt0auXTjDPBbTtkn0yMp9hAco4KY4y+5IVdtE5c=; b=WmLpT44jIsU6xF+3QZfa1zzlmGikH0Cjs9o88TW6XYlhmBPkhZs6X/SOMhV2seELWP RI1mIVyx7BVV0rPiasDg3ZRiK0XoIz4qZiLsILtL/dFQDwMr6/5UR5PA9BPQQjqVTAzX neQ4069XPRtaVnV1ge7jSTkmyvLA/ZBBeeGJEn3jAxaH6MM1h2s52ZMog1Y9iy0hfv4N eR7bqiTXoE07ghRf0jXPhEKGFxZtQbfE6uu5Q3ooes7aGVp5HGiYIWk65pHHthxvxe9t jN3BZWwqXHAmXWDoUoXLKt8Kqle/MhrG+jGCCgmV/OX7ILjNwCsgQHNsmtKuWsp9eGyr 3aQA== X-Gm-Message-State: AOUpUlHsAy1pmNwQ8rVTOOM0FKa9G02X2DDfXevYUlR+VWiMVqjwpWKb v/f0VtPoYy5eIm/nrdPnEg985WOn X-Google-Smtp-Source: AAOMgpebjTV3+WD3NzxcBlLyUEVeuvYbsBbKU4jf2/eWDJElvdukM5cP6fMwXYL8Q+XZKmD0YkPNkA== X-Received: by 2002:a62:3001:: with SMTP id w1-v6mr5001747pfw.19.1531916694002; Wed, 18 Jul 2018 05:24:54 -0700 (PDT) Received: from [192.168.1.99] (122.252.240.35.bc.googleusercontent.com. [35.240.252.122]) by smtp.gmail.com with ESMTPSA id h69-v6sm16984110pfh.13.2018.07.18.05.24.52 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 18 Jul 2018 05:24:53 -0700 (PDT) From: Rex Qian Mime-Version: 1.0 (Mac OS X Mail 11.3 \(3445.6.18\)) Message-Id: Date: Wed, 18 Jul 2018 20:24:50 +0800 To: edk2-devel@lists.01.org X-Mailer: Apple Mail (2.3445.6.18) Subject: ifconfig not work in my device X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jul 2018 12:24:55 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi ifconfig not work in my device I use the Shell.efi in UDK2018 ShellBinPkg X64 After i boot the device from usb stick and enter shell. Shell > ifconfig -l=20 // list noting but Shell > ifconfig6 -l =E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94 name: eth0 plicy: automatic =E2=80=A6 =E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94 so it seems the ifconfig6 works but ifconfig not And i check the Shell_Full.efi in UDK2018 EdkShellBinPkg X64 Shell > ifconfig -l eth0: MAC : xx-xx-xx-xx-xx =E2=80=A6 the ifconfig works. then is there any idea why ifconfig not work in Shell.efi (UDK2018 = ShellBinPkg X64) PS. i am trying to setup the network and use the python urllib=