Hi, connecting via serial to BT VG3503J as per wiki, I notice there is a newer firmware on it than referenced elsewhere. I suppose G.INP support maybe:
/lib/firmware/2.6.32.42/dsl_vr9_firmware_xdsl-05.06.07.05.01.06_05.06.02.03.00.01.bin
Anyway, would like to copy this file off before flashing, but I can't get it IP accessible via either LAN port.
Device is running OpenWRT 10.03.1-RC6 and has installed utilities including: ifconfig, brctl, switch_cli, switch_utility, swreset, ppacmd amongst others.
Device appears to run this to intialise the networks:
else # FOR_VG3503J_USE
### Set LAN and bridge interface for BT design.
/usr/sbin/brctl addbr br0
/usr/sbin/brctl setfd br0 1
/usr/sbin/brctl addif br0 eth0
/sbin/ifconfig br0 0.0.0.0 hw ether $BR_MAC_ADDR up
/sbin/ifconfig eth0 0.0.0.0 up
fi
However, using ifconfig eth0 192.168.2.1 netmask 255.255.255.0 up (or against br0) doesn't result in anything being able to hit the device. Also the ifconfig eth0 Rx counter remains on zero even though it's connected to a network with some broadcast traffic.
I have enabled everything with iptables.
Any assistance getting this on the network so I can save the firmware file would be greatly appreciated.
Many thanks!