Support for netgear R6300 / R6300v2 ?

Post new topic   This topic is locked: you cannot edit posts or make replies.    DD-WRT Forum Index -> Broadcom SoC based Hardware
Goto page Previous  1, 2, 3 ... 11, 12, 13 ... 52, 53, 54  Next
Author Message
prehistoric
DD-WRT Novice


Joined: 28 Mar 2014
Posts: 1

PostPosted: Fri Mar 28, 2014 7:38    Post subject: R6300v1 and br0:0 Reply with quote
So I've Netgear R6300v1 and DD-WRT K3 for NETGEAR R6300 802.11ac Router - Kong build.
My provider does not give any DHCP for WAN network, so it defauls to 169.254.xx.xx. This is a problem, since br0:0 takes this subnet for IP-addresses, and PPPoE can't connect, since routing prevents its packets to go to the right interface. If I do "ifconfig br0:0 down", everything is just fine.
However, if I make any changes in the web interface, it is up again and everything breaks down.

Is there any way to disable this interface forever or change it's IP address? Would "ifconfig br0:0 10.0.0.1 255.255.255.0" on startup work, or it would break something else?
Sponsor
Curtman
DD-WRT Novice


Joined: 11 Sep 2010
Posts: 9

PostPosted: Fri Mar 28, 2014 21:55    Post subject: Reply with quote
<Kong> wrote:
heights1976 wrote:
Unfortunately no I didn't - to be honest I'm not sure how I would do that.


To get a backup of cfe, just access the dd-wrt webif on this url:

http://192.168.1.1/backup/cfe.bin

nvram backup is done with netgear installed, by running command:

nvram show > /tmp/nvram.txt

But if you already converted it to a R6300V2, then we won't be able to get original nvram params anymore. And getting back to netgear AC 1450 fw will be difficult now. Thus we probably have to wait for someone else to dump nvram.

Without the nvram params for the radio there is a chance, that the radios are not working as supposed to e.g. weak signals etc.


The nvram in my dump of my busted router seems to be intact. You can get the info in my dump at offset 0x1f0000

If anyone has a CFE backup for a R6300v1, or if anyone with that router could PLEASE go to http://192.168.1.1/backup/cfe.bin and attach it to a post in this forum, it would allow me to have a working router again. There is no passwords or anything in the CFE, so there is no privacy concerns in posting it. All routers with that board version should contain the exact same CFE binary. The dump I posted has everything but the CFE bootloader as far as I can tell.

Bottom of this post

EDIT: Sorry I missed that he doesn't have a R6300v1.

I'll go back to sulking.
NHS2008
DD-WRT Novice


Joined: 10 Mar 2014
Posts: 22

PostPosted: Sat Mar 29, 2014 11:28    Post subject: Stupid question.. Reply with quote
Alrght, I just cant seem to figure out what is different between:
dd-wrt.v24-K3_AC_ARM_BT_NEWD
&
dd-wrt.v24-K3_AC_ARM_STD_NEWD

What is 'STD' and 'BT'??

I know its a stupid question but I am newb in this stuff and cant find any documentation on that..

P.S. How to pronounce 'NEWD'? Razz
Curtman
DD-WRT Novice


Joined: 11 Sep 2010
Posts: 9

PostPosted: Sat Mar 29, 2014 12:24    Post subject: Re: Stupid question.. Reply with quote
NHS2008 wrote:
Alrght, I just cant seem to figure out what is different between:
dd-wrt.v24-K3_AC_ARM_BT_NEWD
&
dd-wrt.v24-K3_AC_ARM_STD_NEWD

What is 'STD' and 'BT'??

I know its a stupid question but I am newb in this stuff and cant find any documentation on that..

P.S. How to pronounce 'NEWD'? Razz


I'm not sure about BT, but in general the peacock thread talks about this:

Peacock Thread-FAQ: EVERYTHING you NEED to know! Really!!
Quote:
4. CHECK and UNDERSTAND the proper build for your router. The ROUTER memory (flash memory...not RAM) determines what build you can put on it. It is simple math. If you have a 4mb flash chip, you can't put a build larger than 4mb on it because it won't fit, even if you wish to have advanced features. In other words, don't look at the features and decide which one you want and then install it. You will often brick your router. This is bad.
...
Read the rest of this note to understand builds to flash to your router, once dd-wrt is installed according to the wiki, and to make sure you are flashing a supported build for your router.

To pick a build, there are three things you need to know. The process for flashing, the build type (micro, mini, standard or mega) and whether you need newd, K26, or vint. Then you can pick the build svn (14929, 13491, 12548 etc.) that you want to flash.

You don't have to use the build VERSION that are recommended in the wiki but it is a good practice to do so unless you undestand how all this works. You should use the build TYPE. (See below in this note.)

You need to know whether you can put micro, mini, standard or mega on your router. You can determine what TYPE of build is supported on your router by going here:
http://www.dd-wrt.com/wiki/index.php/Supported_Devices

...

NEWD is the NEW Driver based on the kernel 2.4. Many routers use this. Vint is the old Vintage driver for really early Linksys router from about 10 years ago, also based on kernel 2.4. Newd-2 is a newer driver that is available both in a kernel 2.4 and a kernel 2.6. It offers no real benefit in the kernel 2.4. It will brick many routers. K26 is the new kernel that some very new routers MUST use and it has the newd-2 driver. Using K26 on a router that doesn't support it, or failing to use K26 on a router that requires it will both brick the router.

NEWD has only NEWD (NOT NEWD2) in the filename of the bin file...DON'T CONFUSE THIS WITH NEWD2. All Brainslayer builds without k26 in the filename are NEWD builds. NEWD-2 has NEWD2 in the filename. K26 has K26 in the filename of the .bin file. VINT has the word VINT in the filename.

Most routers should use NEWD rather than VINT when they can. VINT is for old routers that cannot support the new wireless drivers. Many new models can ONLY use k26 builds, as explained above - if your original flash from the wiki was a build with k26 in the filename, you must always flash with a k26 build.

You should use VINT builds if you have a corerev=4 or less. If your router is a v.1, REALLY check to ensure whether you need VINT or not.


Etc..
<Kong>
DD-WRT Guru


Joined: 15 Dec 2010
Posts: 4339
Location: Germany

PostPosted: Sun Mar 30, 2014 6:51    Post subject: Re: Stupid question.. Reply with quote
NHS2008 wrote:
Alrght, I just cant seem to figure out what is different between:
dd-wrt.v24-K3_AC_ARM_BT_NEWD
&
dd-wrt.v24-K3_AC_ARM_STD_NEWD

What is 'STD' and 'BT'??

I know its a stupid question but I am newb in this stuff and cant find any documentation on that..

P.S. How to pronounce 'NEWD'? Razz


Just look inside of the info files I put on my ftp:-)

E.g.:

http://www.desipro.de/ddwrt/K3-AC-Arm/Readme

http://www.desipro.de/ddwrt/K3-AC-Arm/r23770/Supported%20Models%20-%20R6250%20-%20R6300v2%20-%20R7000%20-%20AC56U%20-%20AC68U%20-%20DIR-868.txt

_________________
KONG PB's: http://www.desipro.de/ddwrt/
KONG Info: http://tips.desipro.de/
NHS2008
DD-WRT Novice


Joined: 10 Mar 2014
Posts: 22

PostPosted: Sun Mar 30, 2014 10:31    Post subject: Re: Stupid question.. Reply with quote
Oh!! Thanks a lot!! Very Happy
I spent last whole night trying to get Transmission installed!! Got it installed but it's a mess and it doesn't work.

I have a 1 Tb Seagate Backup+ attached to it.

Is this How do I start from scratch?
clear Browser cache
30-30-30 reset
Install: dd-wrt.v24-K3_AC_ARM_BT_NEWD.bin

Can you also please tell me how to launch the Transmission from the above build? Thanks again.



<Kong> wrote:
NHS2008 wrote:
Alrght, I just cant seem to figure out what is different between:
dd-wrt.v24-K3_AC_ARM_BT_NEWD
&
dd-wrt.v24-K3_AC_ARM_STD_NEWD

What is 'STD' and 'BT'??

I know its a stupid question but I am newb in this stuff and cant find any documentation on that..

P.S. How to pronounce 'NEWD'? Razz


Just look inside of the info files I put on my ftp:-)

E.g.:

http://www.desipro.de/ddwrt/K3-AC-Arm/Readme

http://www.desipro.de/ddwrt/K3-AC-Arm/r23770/Supported%20Models%20-%20R6250%20-%20R6300v2%20-%20R7000%20-%20AC56U%20-%20AC68U%20-%20DIR-868.txt
<Kong>
DD-WRT Guru


Joined: 15 Dec 2010
Posts: 4339
Location: Germany

PostPosted: Sun Mar 30, 2014 12:27    Post subject: Re: Stupid question.. Reply with quote
NHS2008 wrote:
Oh!! Thanks a lot!! Very Happy
I spent last whole night trying to get Transmission installed!! Got it installed but it's a mess and it doesn't work.

I have a 1 Tb Seagate Backup+ attached to it.

Is this How do I start from scratch?
clear Browser cache
30-30-30 reset
Install: dd-wrt.v24-K3_AC_ARM_BT_NEWD.bin

Can you also please tell me how to launch the Transmission from the above build? Thanks again.



<Kong> wrote:
NHS2008 wrote:
Alrght, I just cant seem to figure out what is different between:
dd-wrt.v24-K3_AC_ARM_BT_NEWD
&
dd-wrt.v24-K3_AC_ARM_STD_NEWD

What is 'STD' and 'BT'??

I know its a stupid question but I am newb in this stuff and cant find any documentation on that..

P.S. How to pronounce 'NEWD'? Razz


Just look inside of the info files I put on my ftp:-)

E.g.:

http://www.desipro.de/ddwrt/K3-AC-Arm/Readme

http://www.desipro.de/ddwrt/K3-AC-Arm/r23770/Supported%20Models%20-%20R6250%20-%20R6300v2%20-%20R7000%20-%20AC56U%20-%20AC68U%20-%20DIR-868.txt


You have to enable it in the webif and connect to transmission webif afterswards.

_________________
KONG PB's: http://www.desipro.de/ddwrt/
KONG Info: http://tips.desipro.de/
NHS2008
DD-WRT Novice


Joined: 10 Mar 2014
Posts: 22

PostPosted: Sun Mar 30, 2014 12:39    Post subject: Re: Stupid question.. Reply with quote
<Kong> wrote:
NHS2008 wrote:
Oh!! Thanks a lot!! Very Happy
I spent last whole night trying to get Transmission installed!! Got it installed but it's a mess and it doesn't work.

I have a 1 Tb Seagate Backup+ attached to it.

Is this How do I start from scratch?
clear Browser cache
30-30-30 reset
Install: dd-wrt.v24-K3_AC_ARM_BT_NEWD.bin

Can you also please tell me how to launch the Transmission from the above build? Thanks again.



<Kong> wrote:
NHS2008 wrote:
Alrght, I just cant seem to figure out what is different between:
dd-wrt.v24-K3_AC_ARM_BT_NEWD
&
dd-wrt.v24-K3_AC_ARM_STD_NEWD

What is 'STD' and 'BT'??

I know its a stupid question but I am newb in this stuff and cant find any documentation on that..

P.S. How to pronounce 'NEWD'? Razz


Just look inside of the info files I put on my ftp:-)

E.g.:

http://www.desipro.de/ddwrt/K3-AC-Arm/Readme

http://www.desipro.de/ddwrt/K3-AC-Arm/r23770/Supported%20Models%20-%20R6250%20-%20R6300v2%20-%20R7000%20-%20AC56U%20-%20AC68U%20-%20DIR-868.txt


You have to enable it in the webif and connect to transmission webif afterswards.


EDIT I GOT IT RUNNING FINE THANKS!

Thanks again. Smile
Do I need to have an EXT2 Partition on my HDD? I just have single NTFS Partition on HDD.

Do I need to enable 'JFFS2 Support' and clean JFFS2?

Also I assume I have to Enable Transmission Deamon under NAS before all this?

Sorry if I am bothering you. Just want to get this up and running before the weekend ends again! Thanks!


Last edited by NHS2008 on Mon Mar 31, 2014 3:54; edited 3 times in total
richardpwnsner
DD-WRT Novice


Joined: 30 Mar 2014
Posts: 1

PostPosted: Sun Mar 30, 2014 21:57    Post subject: Reply with quote
<Kong> wrote:

Netgear fw doesn't set a specific txpwr but they tell the driver to output the maximum allowed power, which is 1000mW in 5G for US/EU. Some channels don't allow that high output, but this is no problems, as on new models the txpwr is only a suggestion to the driver, it will still decide based on internal tables what output it will send. So you can just set it to 999 and the radio will output the maximum allowed txpwr.


Registered just to share my stupidity. I've twice flashed my R6300v2, and twice reverted to stock because of signal problems. Notably, I was following a generic tutorial to tweak the advanced wifi settings—one that advised a txpwr value of 120-160.

#AYFKMWTS #facepalm
streak
DD-WRT Novice


Joined: 02 Jul 2010
Posts: 4

PostPosted: Mon Mar 31, 2014 2:51    Post subject: A few questions to Kong Reply with quote
Hi, Kong

My router is R6300v2 and installed your build recently. It works great and thanks you for the effort. I have some questions about the firmware:

1. Is it compatible to install the package whose arch is "brcm47xx" ? How about "ar71xx" ? Why the arch in your firmware is "bmc53xx"? As I know, the router's chip is bmc4708.

2. Have you consider to import forked-daapd into your repository? It's really nice to setup a itunes server on the router.

Thanks,
<Kong>
DD-WRT Guru


Joined: 15 Dec 2010
Posts: 4339
Location: Germany

PostPosted: Mon Mar 31, 2014 9:53    Post subject: Re: A few questions to Kong Reply with quote
streak wrote:
Hi, Kong

My router is R6300v2 and installed your build recently. It works great and thanks you for the effort. I have some questions about the firmware:

1. Is it compatible to install the package whose arch is "brcm47xx" ? How about "ar71xx" ? Why the arch in your firmware is "bmc53xx"? As I know, the router's chip is bmc4708.


BCM4707/BCM4708/BCM4709/BCM5301 are all of the same family

ar71xx is completely different arch. Basically the bcm53xx naming comes from openwrt as I use openwrt to build the packages.

Quote:

2. Have you consider to import forked-daapd into your repository? It's really nice to setup a itunes server on the router.

Thanks,


I compiled mostly stuff that people requested and things I need.

_________________
KONG PB's: http://www.desipro.de/ddwrt/
KONG Info: http://tips.desipro.de/
niconavarrete
DD-WRT Novice


Joined: 01 Apr 2014
Posts: 4

PostPosted: Tue Apr 01, 2014 17:12    Post subject: minidla crosscompile -patch Reply with quote
Hi, I've r23770 working on a Netgear R6300V2 and is wonderfull!!

all that in a 'simple' router, with an additional 128GB usb it's the only hardware I need to share media all around the house ....

Thanks a lot!!!



My only problem is with minidlna, it has a bug https://sourceforge.net/p/minidlna/bugs/180/ and I know how to fix it in code but I don't know / cannot cross compile it for dd-wrt ....

Kong ¿will it be possible to include the patch for minidlna in the next version?

I've followed http://wiki.openwrt.org/doc/devel/crosscompile but know I'm blocked in
./configure --host=arm-openwrt-linux-uclibcgnueabi
with
configure: error: libavutil headers not found or not usable

¿there is another way to compile it ? or should I compile all deps? is there a guide or a script or a .tar to do it?

Thanks
Nico
<Kong>
DD-WRT Guru


Joined: 15 Dec 2010
Posts: 4339
Location: Germany

PostPosted: Tue Apr 01, 2014 17:36    Post subject: Re: minidla crosscompile -patch Reply with quote
niconavarrete wrote:
Hi, I've r23770 working on a Netgear R6300V2 and is wonderfull!!

all that in a 'simple' router, with an additional 128GB usb it's the only hardware I need to share media all around the house ....

Thanks a lot!!!



My only problem is with minidlna, it has a bug https://sourceforge.net/p/minidlna/bugs/180/ and I know how to fix it in code but I don't know / cannot cross compile it for dd-wrt ....

Kong ¿will it be possible to include the patch for minidlna in the next version?

I've followed http://wiki.openwrt.org/doc/devel/crosscompile but know I'm blocked in
./configure --host=arm-openwrt-linux-uclibcgnueabi
with
configure: error: libavutil headers not found or not usable

¿there is another way to compile it ? or should I compile all deps? is there a guide or a script or a .tar to do it?

Thanks
Nico


I just added the fix to my source tree, so my upcoming build will include it, if no one complains I add the fix to dd-wrt repository.

_________________
KONG PB's: http://www.desipro.de/ddwrt/
KONG Info: http://tips.desipro.de/
niconavarrete
DD-WRT Novice


Joined: 01 Apr 2014
Posts: 4

PostPosted: Tue Apr 01, 2014 17:54    Post subject: thanks a lot Reply with quote
Thanks!!!!!

if you want me to test it before publish or whatever ask me.

This is great!! light years times better response time's than commercial support!!!

Thansks a lot, and ask for anything I may do with testing and the like's !!

and take a beer, or juice, or tea or whatever!!
nvram set donate=0
nvram commit
Cheers!

be careful with patch, it's just changing a < by <= near HAVE_SENDFILE but line numbers change between minidlna versions

Thanks a lot again
Nico
niconavarrete
DD-WRT Novice


Joined: 01 Apr 2014
Posts: 4

PostPosted: Wed Apr 02, 2014 13:04    Post subject: testing Reply with quote
can I test http://www.desipro.de/ddwrt/K3-AC-Arm/r23770-R01/ ?
how can I?
Goto page Previous  1, 2, 3 ... 11, 12, 13 ... 52, 53, 54  Next Display posts from previous:    Page 12 of 54
Post new topic   This topic is locked: you cannot edit posts or make replies.    DD-WRT Forum Index -> Broadcom SoC based Hardware All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum