Re: [U-Boot] USB to Ethernet (asix)

2011-04-04 Thread Simon Glass
HI Rick, I have not seen the SMSC driver patch up yet, but will do soon. I am not sure if this driver will help, but it will be better than using the ASIX driver :-) Regards, Simon On Mon, Apr 4, 2011 at 7:04 AM, wrote: > Hi Simon, > >  A work friend has been trying this device: > >        { 0

Re: [U-Boot] USB to Ethernet (asix)

2011-04-04 Thread rick
Hi Simon, A work friend has been trying this device: { 0x0b95, 0x1720 }, /* SMC */ If he tries to do anything with the network, it doesn't work, do we need to set set ethact to something? He has a board with a regular Ethernet chip on it and that's the only thing that shows up.

Re: [U-Boot] USB to Ethernet (asix)

2011-04-02 Thread Simon Glass
On Sat, Apr 2, 2011 at 1:11 PM, wrote: > Hi Simon, > >  I noticed that you have: > >        { 0x13b1, 0x0018 },     /* Linksys 200M v2.1 */ > >  in asix.c > >  What would it take to add: > > Bus 002 Device 004: ID 077b:2226 Linksys USB200M 100baseTX Adapter > >  A work friend has been trying this

[U-Boot] USB to Ethernet (asix)

2011-04-02 Thread rick
Hi Simon, I noticed that you have: { 0x13b1, 0x0018 }, /* Linksys 200M v2.1 */ in asix.c What would it take to add: Bus 002 Device 004: ID 077b:2226 Linksys USB200M 100baseTX Adapter A work friend has been trying this device: { 0x0b95, 0x1720 }, /* SMC */ B