On Mon, 2007-08-20 at 18:23 +0200, Erik Slagter wrote:

> > /*
> >         if ((eeprom >> 8) != 1) {
> >                 asix_write_gpio(dev, 0x003c, 30);
> >                 asix_write_gpio(dev, 0x001c, 300);
> >                 asix_write_gpio(dev, 0x003c, 30);
> >         } else {
> > */
> >                 dbg("gpio phymode == 1 path");
> >                 asix_write_gpio(dev, AX_GPIO_GPO1EN, 30);
> >                 asix_write_gpio(dev, AX_GPIO_GPO1EN | AX_GPIO_GPO_1,
> > 30);
> > //      }
> 
> Tried, but now it doesn't work at all, no LEDs and no traffic.

Ok, that's what I expected.  It's very interesting that this was working
with older kernels, and now it isn't.  Very little has changed in the
last few releases.  I would think that it could be some type of changes
in usbnet, but that would seem to affect far more devices.  My AX88178
devices (not the Linksys one, they are manufacturing samples) still work
fine.  I may have to pickup on the Linksys ones to figure out what is up
with it.

-- 
David Hollis <[EMAIL PROTECTED]>

-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to