From owner-freebsd-arm@freebsd.org Tue Nov 8 21:11:36 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96985C37165 for ; Tue, 8 Nov 2016 21:11:36 +0000 (UTC) (envelope-from diffusae@yahoo.se) Received: from nm2-vm3.bullet.mail.ir2.yahoo.com (nm2-vm3.bullet.mail.ir2.yahoo.com [212.82.96.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 187DF1A0D for ; Tue, 8 Nov 2016 21:11:35 +0000 (UTC) (envelope-from diffusae@yahoo.se) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.se; s=s2048; t=1478639364; bh=cRZ3TIKZunkzSpAUI2GwNlZ17qjBaO52U2jA4l7uejE=; h=Reply-To:To:From:Subject:Date:From:Subject; b=FdPShWYNVjJQaRZ6tCyU2GG42GYx4CkniNaGd0XJe3kbfSU1jDBnw+FSgA2CAwDOpRzQE7UGh7bZw/cJLs45Vyj+YVyQdTytUUHGaUvJacZW+rbR9zy7dgoer3VrL7dX+W+sdgwcDz+mkEqfci66SG+k95k7MclL13v86YYZ39oRnYGqSSlUgOx/1bc2sU05fgc5On83Q1e7M+88wbH8xh7XQRvAvZGh02HSFZxqBtLpFzPYF1A5QRScxx+81VvjEjysCYn+61A8M43mScdqAl53V4AB+NpklMvhH5CAmdLjqJ+TsgI/CtAN9atZ+b5H9f52ogG5G3RkGUbvdxKcNQ== Received: from [212.82.98.58] by nm2.bullet.mail.ir2.yahoo.com with NNFMP; 08 Nov 2016 21:09:24 -0000 Received: from [46.228.39.89] by tm11.bullet.mail.ir2.yahoo.com with NNFMP; 08 Nov 2016 21:09:24 -0000 Received: from [127.0.0.1] by smtp126.mail.ir2.yahoo.com with NNFMP; 08 Nov 2016 21:09:24 -0000 X-Yahoo-Newman-Id: 438630.88146.bm@smtp126.mail.ir2.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: KGDhsqgVM1kQ8631qKCeVUa7vFsHot4sPrYoaPziwkNtKTm 7uo5YsengGVYN.MHektoVlYJM9JMHxjuANBh6WUbggJIkTffGQK9.Y4GvUyl E9GRyk4VykmcPNyop0hwt1vfOd8PVU6UHYIVBEUv_D0ZBxDPl59ryOn1Prpu B70h2nl_KrTJTnEpiAtSe87kxH4DyW7xdZ6ZXdhjyCwB.yCOGsvgRBfO6f_Y yykvHOoc2NRuOiEuQT0Mkdr9x_4pHuwu_vv3tJotklqg60gPN6V7mCVr0vBS hny1HDvrcIK6aUJzNX6n1R4D6IQ.vLAph5SBTqUiZJxVbmX6KkUUGNjrc77z FY_V5kwFnj47talXZxfmD.s9LfeVCbCpDXXMTPgwaTk.SoRefZw5FysD8i8E EnF59NCvFqE5I5r4aeg8IiQ1r5.rouZ_3OXBu3WJQigb_isXPlpL.FaxWfPd 0iKNao0VYeMkSezsb4o5JtUMJeioVf2Kfg1SyTtRFu51_WqDd3xCj8wo6Rbu _hoqiiPcw8e8puVENPjQSDSPmnSmaovPP8pGBWuhtpgknGetKs3vbGfx6iqO lJaXc.qlltbyvFM5UGmCLxpBMhG7wIOdI X-Yahoo-SMTP: QGtXvluswBCI.2arnYPSSygOkYCV Reply-To: diffusae@yahoo.se To: freebsd-arm From: diffusae Subject: Change MAC Adresse on RPI-B Message-ID: <9ad18046-77e1-7c6f-4657-8571afb5c35f@yahoo.se> Date: Tue, 8 Nov 2016 22:09:23 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Nov 2016 21:11:36 -0000 Hello! Does anyboy know how to change the MAC address on a Raspberry Pi with FreeBSD 11.0-STABLE? I've tried it in /etc/start_if.ue0 this way: ifconfig ue0 down delete ifconfig ue0 promisc ifconfig ue0 ether 00:FF:CC:00:11:11 But it's only possible to do it in promicous mode of the device. Without there is no more network connection after applying these settings. It could be properly a bug due to the USB network driver. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=168268 Maybe there is another way, how with the Linux kernel command line or an config option, like this: smsc95xx.macaddr=00:FF:CC:00:11:11. Regards,