Hi,
i tried kamikaze on my netgear wg302v2 following from :
http://wiki.openwrt.org/OpenWrtDocs/Har … gear/WG302
until this error
when i try to load the npe microcode
root@OpenWrt:/# dd if=/dev/mtdblock4 of=/dev/ixp4xx_ucode
i get
Bad magic:7f454c46
dd: writing '/dev/ixp4xx_ucode': Bad address
1+0 records in
0+0 records out
root@OpenWrt:/#
here are my ifconfig -a result
root@OpenWrt:/# ifconfig -a
ath0 Link encap:Ethernet HWaddr 00:86:09:01:0F:E1
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
eth0 Link encap:Ethernet HWaddr BA:32:FF:FE:4E:08
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:16 errors:0 dropped:0 overruns:0 frame:0
TX packets:16 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1568 (1.5 KiB) TX bytes:1568 (1.5 KiB)
wifi0 Link encap:UNSPEC HWaddr 00-86-09-01-0F-E1-00-08-00-00-00-00-00-00-00-00
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:199
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:25
root@OpenWrt:/#
need some help..