From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from az33egw01.freescale.net (az33egw01.freescale.net [192.88.158.102]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "az33egw01.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id E39CFDDF49 for ; Wed, 7 May 2008 07:18:37 +1000 (EST) Message-ID: <4820CB5D.3000703@freescale.com> Date: Tue, 06 May 2008 16:19:25 -0500 From: Scott Wood MIME-Version: 1.0 To: Ronald Madrid Subject: Re: ifconfig MPC8313 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Ronald Madrid wrote: > Hello all, > > I am working on porting linux 2.6.25 with a custom MPC8313 based board, > but am having a little bit of trouble with the ethernet, more > specifically ifconfig. > > after typing "ifconfig eth0 10.196.31.84" I receive the following error > ifconfig: SIOCSIFFLAGS: Cannot assign requested address > > after entering a MAC address via "ifconfig eth0 hw ether" I receive > this error. > e0024520:01 not found > eth0: Could not attach to PHY > ifconfig: SIOCSIFFLAGS: No such device It can't find the PHY for eth0. What does your device tree look like, and what is the relevant PHY address? -Scott