Hello,

I successfully booted kamikaze on an Netgear wg302, but i cannot get the ethernet interfaces to work. Please have a look at http://wiki.openwrt.org/OpenWrtDocs/Har … gear/WG302, especially at the open issues:

eth0: NPE-B not running
eth0: NPE-B not running
eth0: NPE-B not running

I put the ucode into a mtd partiton. It did not get loaded automatically.

Manual Load:

dd if=/dev/mtdblock4 of=/dev/ixp4xx_ucode bs=11964 count=1 

assuming, that you have created the microcode partition as outlined above). Then I get:
Image loaded to NPE-B Func:0, Rel: 2:1, Status: 80c00000
eth0: PHY[0] unresponsive
eth0: link down
eth0: link down

After that, i can configure the interface, but there is no link on the interface and i cannot ping:


Loading the ucode does not enable eth1 - i stlll get:

root@OpenWrt:/# ifconfig eth1 10.0.4.64 netmask 255.255.255.0
eth1: NPE-C not running
ifconfig: SIOCSIFFLAGS: Input/output error


Any hints?

Regards, Christian