From mboxrd@z Thu Jan 1 00:00:00 1970 From: Georg Schardt Date: Wed, 13 Aug 2008 19:21:00 +0200 Subject: [U-Boot] LL Temac, MAC adresse trouble Message-ID: <48A317FC.6070904@team-ctech.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi , uh, the next error in my u-boot config :) if i boot my linux-kernel via the xmd-debugger the lltemac has a correct mac-address and speed negotiating works fine, link comes up and ping works. booting it with u-boot the mac-address is 0:0:0:0:0:0. i can change the address with ifconfig eth0 hw ether, but speed negotiation does not work: eth0: XLlTemac: Not able to set the speed to 1000 (status: 0x7949) eth0: XLlTemac: Not able to set the speed to 100 (status: 0x7949) eth0: XLlTemac: Not able to set the speed to 10 (status: 0x7949) eth0: XLlTemac: could not negotiate speed eth0: XLlTemac: PHY Link carrier restored. i think there is some error in the informations u-boot gives to the linux kernel, but i don't know what part of u-boot is doing this. greetings georg