Tim Lindquist wrote:
> 
> I need to get the Neposet onboard ethernet up. From the diary entry,
> I believe this should be working as of June. However, having built
> the kernel and modules required, attempting to ifconfig to any IP
> address just gives errors. This is what I have:
> 
> I have a 2.4.7-rmk3-np1 kernel. I have enabled 10/100 Mbit networking
> and the SMC and smc9194 in my config. I have also enabled PCMCIA
> networking. I've found that the Socket card runs fine if I load it into
> a PCMCIA sleeve and use it in the Neponset PCMCIA socket.
> 
> However, for my application I need the PCMCIA slots for something else.
> The onboard ethernet does not seem to come up - is there something
> else I must do in addition to build the kernel and modules correctly?
> 

It should work if you build the kernel as follows:

        make mrproper
        make neponset_config
        make oldconfig
        make dep
        make zImage


Although I don't recall if I personally tested it in this particular
release?


If this didn't work, then there's either something wrong with Neponset
SMC91C94 support in 2.4.7-rmk3-np1 or, more than likely, you may need
to update your Assabet and/or Neponset CPLDs. If you've never used
linux on Assabet+Neponset in the past, the later is a possible cause
of your problems since some earlier revs of the Assabet/Neponset
hardware required CPLD updates to get the SMC91C94 (as well as other
devices) to work correctly. If in fact this is the fist time you've
attempted to run linux on Assabet/Neponset, you might want to check
for CPLD updates here:

        http://developer.intel.com/design/edk/product/strongarm_edk.htm


Of course you could just try the latest SA patch too: 2.4.9-ac9-rmk1-np1

Hope this helps!  : )


> Any /etc files need to be updated? What about ethernet device address -
> does that need to be programmed (how?).
> 
> Thanks
> 
> Tim
> 
> _______________________________________________
> http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
> Please visit the above address for information on this list.

_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
Please visit the above address for information on this list.

Reply via email to