From owner-freebsd-arm@freebsd.org Thu Nov 10 09:48:48 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 A323EC39BA4 for ; Thu, 10 Nov 2016 09:48:48 +0000 (UTC) (envelope-from John.Kitz@xs4all.nl) Received: from lb2-smtp-cloud2.xs4all.net (lb2-smtp-cloud2.xs4all.net [194.109.24.25]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client CN "*.xs4all.nl", Issuer "GlobalSign Domain Validation CA - SHA256 - G2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4190D3CF for ; Thu, 10 Nov 2016 09:48:47 +0000 (UTC) (envelope-from John.Kitz@xs4all.nl) Received: from picard ([82.95.89.208]) by smtp-cloud2.xs4all.net with ESMTP id 69nY1u0014VixDu019nZCq; Thu, 10 Nov 2016 10:47:33 +0100 Reply-To: From: "John W. Kitz" To: Subject: How to change MAC address on RPI-B? Date: Thu, 10 Nov 2016 10:47:25 +0100 Message-ID: <000601d23b37$780b9230$6822b690$@Kitz@xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AdI7N3FZuuuSrVBnRDqK0e/tYImSkA== Content-Language: en-us 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: Thu, 10 Nov 2016 09:48:48 -0000 diffusae (if that's your name), I'm not contradicting the possibility that the sys/dev/usb/net/if_smsc.c driver needs a patch to set the mac address runtime, as you quoted a Hans Petter in one of the emails in this thread. But in general if I were you I would have a good look at the relevant documentation at "https://www.freebsd.org/cgi/man.cgi?query=ifconfig&apropos=0&sektion=0&manp ath=FreeBSD+11.0-stable&arch=default&format=html" and compare that to: ifconfig ue0 down delete ifconfig ue0 promisc ifconfig ue0 ether 00:FF:CC:00:11:11 as you state you've tried and came to conclude that it doesn't do what you intend or expect it to. Success and regards, Jk.