Re: Newby trying to get Ethernet going on MPC83xx series device.

2009-02-23 Thread Michael Bergandi
Subject: RE: Newby trying to get Ethernet going on MPC83xx series device. Hi all, I've solved this issue. I was passing the wrong .dtb file to the kernel. Sorry for adding noise the list. Thanks again for all you help. D -- Michael Bergandi

RE: Newby trying to get Ethernet going on MPC83xx series device.

2009-02-22 Thread Dushara Jayasinghe
-B10812; Timur Tabi Subject: RE: Newby trying to get Ethernet going on MPC83xx series device. Hi all, I've solved this issue. I was passing the wrong .dtb file to the kernel. Sorry for adding noise the list. Thanks again for all you help. D ___ Linuxppc

Re: Newby trying to get Ethernet going on MPC83xx series device.

2009-02-19 Thread Timur Tabi
On Thu, Feb 19, 2009 at 12:58 AM, Dushara Jayasinghe dusha...@optiscan.com wrote: I based my board specific file on mpc834x_itx.c which had static struct of_device_id __initdata mpc834x_itx_ids[] = { { .compatible = fsl,pq2pro-localbus, }, { .compatible =

Re: Newby trying to get Ethernet going on MPC83xx series device.

2009-02-19 Thread Scott Wood
On Thu, Feb 19, 2009 at 03:26:41PM +1100, Dushara Jayasinghe wrote: I get the following error during the boot sequence: IP-Config: Device `eth0' not found I also found that both gfar_init (in gianfar.c) and gfar_mdio_init (in gianfar_mii.c) are called but the probe handlers of either of

RE: Newby trying to get Ethernet going on MPC83xx series device.

2009-02-19 Thread Dushara Jayasinghe
@gmail.com] On Behalf Of Li Yang-R58472 Sent: Thursday, February 19, 2009 12:50 PM To: Dushara Jayasinghe Cc: linuxppc-dev@ozlabs.org; Aggrwal Poonam-B10812 Subject: Re: Newby trying to get Ethernet going on MPC83xx series device. On Thu, Feb 19, 2009 at 2:58 PM, Dushara Jayasinghe dusha

Re: Newby trying to get Ethernet going on MPC83xx series device.

2009-02-19 Thread Michael Bergandi
Hi Dushara, Sorry, I'm a late comer here, but I might have an idea. First off, I don't see below what kernel version you are using? I may have missed it somewhere. The devices are successfully probed, but I'm getting this error on the debug console: [7.119389] m...@24520:00 not found

RE: Newby trying to get Ethernet going on MPC83xx series device.

2009-02-19 Thread Dushara Jayasinghe
Sorry, I'm a late comer here, but I might have an idea. First off, I don't see below what kernel version you are using? I may have missed it somewhere. [dj] Sorry I should have mentioned that earlier. I'm using 2.6.29-rc5 (pulled couple of days ago) Hmm, well, the first thing I catch is this

RE: Newby trying to get Ethernet going on MPC83xx series device.

2009-02-18 Thread Li Yang-R58472
-Original Message- From: linuxppc-dev-bounces+leoli=freescale@ozlabs.org [mailto:linuxppc-dev-bounces+leoli=freescale@ozlabs.org] On Behalf Of Dushara Jayasinghe Sent: Thursday, February 19, 2009 12:27 PM To: 'linuxppc-dev@ozlabs.org' Subject: Newby trying to get Ethernet

RE: Newby trying to get Ethernet going on MPC83xx series device.

2009-02-18 Thread Dushara Jayasinghe
Thanks for the swift response. I also found that both gfar_init (in gianfar.c) and gfar_mdio_init (in gianfar_mii.c) are called but the probe handlers of either of these devices are not executed. What am I missing? Don't find any obvious problem. I suggest you to debug

RE: Newby trying to get Ethernet going on MPC83xx series device.

2009-02-18 Thread Li Yang-R58472
-Original Message- From: Dushara Jayasinghe [mailto:dusha...@optiscan.com] Sent: Thursday, February 19, 2009 2:33 PM To: linuxppc-dev@ozlabs.org Cc: Li Yang-R58472 Subject: RE: Newby trying to get Ethernet going on MPC83xx series device. Thanks for the swift response. I

RE: Newby trying to get Ethernet going on MPC83xx series device.

2009-02-18 Thread Aggrwal Poonam-B10812
+poonam.aggrwal=freescale@ozlabs.org [mailto:linuxppc-dev-bounces+poonam.aggrwal=freescale@ozla bs.org] On Behalf Of Li Yang-R58472 Sent: Thursday, February 19, 2009 10:52 AM To: Dushara Jayasinghe; linuxppc-dev@ozlabs.org Subject: RE: Newby trying to get Ethernet going on MPC83xx

RE: Newby trying to get Ethernet going on MPC83xx series device.

2009-02-18 Thread Dushara Jayasinghe
: Aggrwal Poonam-B10812 [mailto:poonam.aggr...@freescale.com] Sent: Thursday, 19 February 2009 5:49 PM To: Li Yang-R58472; Dushara Jayasinghe; linuxppc-dev@ozlabs.org Subject: RE: Newby trying to get Ethernet going on MPC83xx series device. Can you look into your board specific file Like board

Re: Newby trying to get Ethernet going on MPC83xx series device.

2009-02-18 Thread Li Yang
On Thu, Feb 19, 2009 at 2:58 PM, Dushara Jayasinghe dusha...@optiscan.com wrote: That did it. I based my board specific file on mpc834x_itx.c which had static struct of_device_id __initdata mpc834x_itx_ids[] = { { .compatible = fsl,pq2pro-localbus, }, {

RE: Newby trying to get Ethernet going on MPC83xx series device.

2009-02-18 Thread Aggrwal Poonam-B10812
@gmail.com] On Behalf Of Li Yang-R58472 Sent: Thursday, February 19, 2009 12:50 PM To: Dushara Jayasinghe Cc: linuxppc-dev@ozlabs.org; Aggrwal Poonam-B10812 Subject: Re: Newby trying to get Ethernet going on MPC83xx series device. On Thu, Feb 19, 2009 at 2:58 PM, Dushara Jayasinghe dusha