From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: bug#21019: ifconfig doesn't allow mac change for devices Date: Fri, 10 Jul 2015 08:58:13 +0300 Message-ID: <87twtc1rm2.fsf@gmail.com> References: <30839489.567159.1436465766764.JavaMail.open-xchange@app2.ox.privateemail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44726) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZDRL0-0008Fk-4u for bug-guix@gnu.org; Fri, 10 Jul 2015 01:59:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZDRKw-0007LH-4J for bug-guix@gnu.org; Fri, 10 Jul 2015 01:59:06 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:44301) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZDRKv-0007L7-Uy for bug-guix@gnu.org; Fri, 10 Jul 2015 01:59:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1ZDRKv-0001HB-K1 for bug-guix@gnu.org; Fri, 10 Jul 2015 01:59:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <30839489.567159.1436465766764.JavaMail.open-xchange@app2.ox.privateemail.com> (info@danieleparisi.me's message of "Thu, 9 Jul 2015 14:16:06 -0400 (EDT)") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: info@danieleparisi.me Cc: 21019@debbugs.gnu.org info@danieleparisi.me info@danieleparisi.me (2015-07-09 21:16 +0300) wrote: > Hello, I am trying to install guixsd with the installation image, my wireless > internet provider allows me for only one MAC. The command I use to change the > card mac on other distros and installation images is: > > ifconfig device hw ether NewMacAdress > > But with guixsd ifconfig fails telling me that the device can have only one > address. Interesting to notice that I can put whatever device, even non existent > names like "jlakjdj" and it tells the same thing, the device can only have on > adress. I have an Atheros card. As I answered on IRC , my speculative guess is that perhaps ifconfig is patched on other distros to handle this problem. Did you try "ip link set address
"? -- Alex