[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <5D308BD40154E4439D82454FE483A50205BB46AD@EVS4.nam.ci.root>
Date: Thu, 19 Jan 2012 15:55:27 -0500
From: "Bishop, Mark" <Mark.Bishop@...perindustries.com>
To: <netdev@...r.kernel.org>
Subject: SMSC9215 Issue
I am having an issue interfacing my uClinux platform with a SMSC9215.
The part doesn't have link with the Micrel KSZ8995 it is attached too
before it tries to execute smsc911x_phy_check_loopbackpkt() in
smsc911x.x
I'm not using the external PHY:
static struct smsc911x_platform_config smsc911x_config = {
.flags = SMSC911X_USE_16BIT|SMSC911X_FORCE_INTERNAL_PHY ,
The polling driver works just fine in my uboot, but the interrupt driver
in linux is causing me issues.
smsc911x: Driver version 2008-10-21.
eth%d: smsc911x_init: Driver Parameters:
eth%d: smsc911x_init: LAN base: 0x24000000
eth%d: smsc911x_init: IRQ: 258
eth%d: smsc911x_init: PHY will be autodetected.
eth%d: smsc911x_init: BYTE_TEST: 0x87654321
eth%d: smsc911x_init: LAN911x identified, idrev: 0x115A0000, generation:
3
eth0: smsc911x_drv_probe: Network interface: "eth0"
eth0: smsc911x_phy_initialise_external: Forcing internal PHY
smsc911x-mdio: probed
eth0: smsc911x_mii_probe: PHY 0: addr 1, phy_id 0x0007C0C3
eth0: attached PHY driver [Generic PHY] (mii_bus:phy_addr=0:01, irq=-1)
eth0: smsc911x_phy_check_loopbackpkt: Failed to transmit during loopback
test
eth0: smsc911x_phy_check_loopbackpkt: Failed to transmit during loopback
test
eth0: smsc911x_phy_check_loopbackpkt: Failed to transmit during loopback
test
eth0: smsc911x_phy_check_loopbackpkt: Failed to transmit during loopback
test
eth0: smsc911x_phy_check_loopbackpkt: Failed to transmit during loopback
test
.....
eth0: smsc911x_mii_probe: Failed Loop Back Test
eth0: smsc911x_mii_init: Error registering mii bus2
eth0: smsc911x_drv_probe: Error -6 initialising mii
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists