Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 20 Nov 2001 15:13:56 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 20 Nov 2001 15:13:48 -0500 Received: from user-119a3cr.biz.mindspring.com ([66.149.13.155]:35077 "HELO fancypants.trellisinc.com") by vger.kernel.org with SMTP id ; Tue, 20 Nov 2001 15:13:36 -0500 From: Faux Pas III To: linux-kernel@vger.kernel.org Subject: Re: A return to PCI ordering problems... In-Reply-To: X-Newsgroups: mlist.linux-kernel User-Agent: tin/1.5.8-20010221 ("Blue Water") (UNIX) (Linux/2.2.19ext3 (i686)) Message-Id: <20011120201333.832BAA3B90@fancypants.trellisinc.com> Date: Tue, 20 Nov 2001 15:13:33 -0500 (EST) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org In article you wrote: > FYI, if you care about the name of your ethernet device, your > configuration is probably broken. The IEEE station address can Fwiw, you can also rename your interfaces if you have the iproute2 tools and netlink in your kernel. ip link set eth0 down ip link set eth1 down ip link set eth0 name temp ip link set eth1 name eth0 ip link set temp name eth1 ip link set eth0 up ip link set eth1 up -- Josh Litherland (fauxpas@trellisinc.com) It is by caffeine alone that I set my mind in motion. It is by the juice of Mtn Dew that thoughts acquire speed. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/