OpenWrt Forum Archive

Topic: NETGEAR DG814PN Support

The content of this topic has been archived on 30 Mar 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hello!

I've searched for OpenWRT support for the NETGEAR DG814PN device Rangemax with built in ADSL modem.
As I've seen on the Netgear Open Source site, there drivers for this router can be found . So I think, that this Router also uses Linux as firmware.

Has anyone of you tried to get OpenWRT running on this device?

kind regards
Josef

Hi, Josef.

Is it not DG814PN but DG834PN?
http://www.netgear.com/Products/Routers … 834PN.aspx

I got the tar ball and had a look.

owrt@localhost ~/dg834pn/DG834PN.V1.03.30_src $ ls
DG834PN_V1.03.30.img  apps      linux         patch-apps  target          tools
README                build.sh  newimage.img  patch-knl   target.tar.bz2  uClibc-0.9.28
owrt@localhost ~/dg834pn/DG834PN.V1.03.30_src $ cat build.sh
#!/bin/sh

if [ "$1" = "" ] || [ "$2" = "" ] || [ "$3" = "" ] ; then
        echo "Usage:" $0 "orignal_image fs_dir new_image"
        exit
fi

echo
echo "Original Image:" $1
echo "Your Filesystem:" $2
echo "New Image:" $3
echo
echo "Press 'y' to continue"

read yn

if [ "$yn" = "y" ]; then
        tools/mkcramfs -g -r $2 fs.bin
        tools/bcmImageBuilder --output bcm963xx_fs_kernel --chip 6348 --board "96348GW-10" --blocksize 64 --cfefile tools/cfe6348.bin --rootfsfile fs.bin  --kernelfile tools/vmlinux.lz
        tools/makeImage $3 $1 bcm963xx_fs_kernel
        rm -rf fs.bin bcm963xx_fs_kernel
        echo $4 "Created!"
else
        echo "EXIT!"
fi


owrt@localhost ~/dg834pn/DG834PN.V1.03.30_src $

https://dev.openwrt.org/wiki/brcm63xx-2.6
We have a rocky road ahead?

owrt@localhost ~/dg834pn/DG834PN.V1.03.30_src $ ls target/lib/modules/
adsl_phy.bin             ipt_REJECT.ko    ipt_random.ko   wlan_acl.ko       wlan_tkip.ko
ath_hal.ko               ipt_http_uri.ko  ipt_string.ko   wlan_ccmp.ko      wlan_wep.ko
ath_pci.ko               ipt_mark.ko      push_button.ko  wlan_scan_ap.ko   wlan_xauth.ko
ath_rate_v54beamflex.ko  ipt_psd.ko       wlan.ko         wlan_scan_sta.ko
owrt@localhost ~/dg834pn/DG834PN.V1.03.30_src $

Does It have an Atheros module? Have you already opened your device?

regards,

zukky

Hallo yapoo you're right!

It is a DG834PN!

I haven't opened that device yet, because I don't have known, that a port for this device exists and opening the device will void warranty.

Can you clearify the "rocky road" a bit more? Do I have to install a serial port before starting to modify the router firmware and is a hardware description available?

kind regards
Josef

Hi, Josef.

the link page above
https://dev.openwrt.org/wiki/brcm63xx-2.6
Mr. florian wrote, 'Will not probably get much further unless an OSS initiatives liberates the drivers'.
So, it won't be predictable when openwrt works on the chip/board at full value.

If you've already opened it, I want to know inside. :-)
But if not yet, and if it's important for you not to void warranty, you might better not screw it down....

regards,

zukky

The discussion might have continued from here.