Hi
Got the Kamikazee running on the DG834G (v1) with the instructions on http://www.earth.li/~noodles/hardware-dg834g.html
Instead of building my own AR7 image, I downloaded the one from http://downloads.openwrt.org/people/nbd … uashfs.bin
So now I can SSH an I get a root@OpenWrt:~# prompt
Version info is BusyBox v1.1.2 (2006.04.13-15:50+0000) Buit-in shell (ash)
Kamikaze (bleeding edge, r3629)
Plus some helpful instructions on how to make a Kamikaze cocktail.
So now my problem is I can't actually get a WAN connection going on this thing. Looking at the docs, one of the first commands it tells you is 'nvram', but I get get nvram not found...
I suppose something is therefore majorly wrong!
I also tried editing the /etc/config/network file and rebooting:
wan_proto=pppoe
wan_ifname=ppp0
wan_device=nas0
atm_vpi=1
atm_vci=32
ppp_username=xxxx
ppp_password=xxxx
The settings are for Alice DSL (a German ADSL2+ provider). My setting which work on another router are (as at http://wiki.mhilfe.de/index.php/Bild:At … uter1.jpg):
VPI: 1
VCI:32
Virtual Circuit: Enabled
WAN Setting PPPoE/PPPoA
Username:xxxxx
Password:xxxxx
Connection Type: PPPoE LLC
MTU: 1492
Authentication: CHAP
Obtain DNS Automatically: Enabled
Default Route: Enabled
NAT: Enabled
IGMP: Enabled
So - any ideas on this please? If I can get the WAN connection going, then I can start downloading the packages with ipkg...
Thanks
Marcos