BS 13637 16/01/2010

Post new topic   Reply to topic    DD-WRT Forum Index -> Broadcom SoC based Hardware
Goto page Previous  1, 2, 3  Next
Author Message
Masterman
DD-WRT Guru


Joined: 24 Aug 2009
Posts: 2070
Location: South Florida

PostPosted: Sat Jan 16, 2010 22:05    Post subject: Reply with quote
Has proc/swaps been re-incorporated into this build? Could someone do a cd /proc/swaps and verify?
_________________
Optware, the Right Way
Asus RT-AC68U
Asus RT-N66U
Asus RT-N10
Asus RT-N12
Asus RT-N16 x5
Asus WL520gU
Engenious ECB350
Linksys WRT600Nv1.1
Linksys WRT610Nv1
Linksys E2000
Netgear WNDR3300
SonicWall NSA220W
SonicWall TZ215W
SonicWall TZ205W
SonicWall TZ105W
Sponsor
crashfly
DD-WRT Guru


Joined: 24 Feb 2009
Posts: 2026
Location: Sol System > Earth > USA > Arkansas

PostPosted: Sat Jan 16, 2010 22:16    Post subject: Reply with quote
Masterman wrote:
Has proc/swaps been re-incorporated into this build? Could someone do a cd /proc/swaps and verify?

What do you mean by "re-incorporated"?

'swaps' is not a directory, but it is listed in 'proc'. Maybe that answers your question?

--------------
cd /proc/swaps
Code:
-bash: cd: /proc/swaps: Not a directory

ls /proc
Code:

1     1140  2    283  37    5511  779      devices      fs          kcore    meminfo  net         slabinfo  tty
10    1211  217  3    4     5520  bus      dma          interrupts  kmsg     misc     partitions  stat      uptime
1046  1227  23   300  492   6     cmdline  driver       iomem       ksyms    modules  pci         swaps     usb
1074  131   24   340  5     720   cpuinfo  execdomains  ioports     loadavg  mounts   scsi        sys       version
1130  15    267  36   5503  771   crypto   filesystems  irq         locks    mtd      self        sysvipc

_________________
E3000 22200M KongVPN K26
WRT600n v1.1 refirb mega 18767 BS K24 NEWD2 [not used]
WRT54G v2 16214 BS K24 [access point]

Try Dropbox for syncing files - get 2.5gb online for free by signing up.

Read! Peacock thread
*PLEASE* upgrade PAST v24SP1 or no support.
Masterman
DD-WRT Guru


Joined: 24 Aug 2009
Posts: 2070
Location: South Florida

PostPosted: Sat Jan 16, 2010 22:24    Post subject: Reply with quote
crashfly wrote:
Masterman wrote:
Has proc/swaps been re-incorporated into this build? Could someone do a cd /proc/swaps and verify?

What do you mean by "re-incorporated"?

'swaps' is not a directory, but it is listed in 'proc'. Maybe that answers your question?

--------------
cd /proc/swaps
Code:
-bash: cd: /proc/swaps: Not a directory

ls /proc
Code:

1     1140  2    283  37    5511  779      devices      fs          kcore    meminfo  net         slabinfo  tty
10    1211  217  3    4     5520  bus      dma          interrupts  kmsg     misc     partitions  stat      uptime
1046  1227  23   300  492   6     cmdline  driver       iomem       ksyms    modules  pci         swaps     usb
1074  131   24   340  5     720   cpuinfo  execdomains  ioports     loadavg  mounts   scsi        sys       version
1130  15    267  36   5503  771   crypto   filesystems  irq         locks    mtd      self        sysvipc


Yes, thanks! My bad with the command, but it definitely appears swaps has been re-enabled in this new build. (Eko disabled it after svn 13450)

_________________
Optware, the Right Way
Asus RT-AC68U
Asus RT-N66U
Asus RT-N10
Asus RT-N12
Asus RT-N16 x5
Asus WL520gU
Engenious ECB350
Linksys WRT600Nv1.1
Linksys WRT610Nv1
Linksys E2000
Netgear WNDR3300
SonicWall NSA220W
SonicWall TZ215W
SonicWall TZ205W
SonicWall TZ105W
Masterman
DD-WRT Guru


Joined: 24 Aug 2009
Posts: 2070
Location: South Florida

PostPosted: Sat Jan 16, 2010 23:12    Post subject: Reply with quote
Nope, swaps is still not enabled in K26 builds :(

Code:
root@Asus:~# swapon -s
swapon: /proc/swaps: open failed: No such file or directory
root@Asus:~#



Why is that the K24 builds have it, yet K26 doesn't?

_________________
Optware, the Right Way
Asus RT-AC68U
Asus RT-N66U
Asus RT-N10
Asus RT-N12
Asus RT-N16 x5
Asus WL520gU
Engenious ECB350
Linksys WRT600Nv1.1
Linksys WRT610Nv1
Linksys E2000
Netgear WNDR3300
SonicWall NSA220W
SonicWall TZ215W
SonicWall TZ205W
SonicWall TZ105W
Slione
DD-WRT User


Joined: 05 Dec 2007
Posts: 215
Location: Michigan

PostPosted: Sat Jan 16, 2010 23:16    Post subject: Reply with quote
Updated my 2 main routers 600n v1.1 and 610n v1. So far so good. Very Happy
_________________
WRT1900AC v1-build r30731
wjwj
DD-WRT User


Joined: 20 Sep 2008
Posts: 125

PostPosted: Sat Jan 16, 2010 23:41    Post subject: Reply with quote
Updated WRT310N(v1) and WRT54GL from r12966 mini to r13637 mini (k24).

Had no problems with flashing the routers, both are up and running.

It seems that r13637 is using less memory than r12966. Will report if I discover any issues.

_________________
1 x TP-Link WDR-4300 v1.1 (primary router running OpenWRT Attitude Adjustment)
1 x TP-Link WDR-3600 v1.4 (backup/testing router running latest OpenWRT bleeding edge)
crashfly
DD-WRT Guru


Joined: 24 Feb 2009
Posts: 2026
Location: Sol System > Earth > USA > Arkansas

PostPosted: Sun Jan 17, 2010 6:05    Post subject: Reply with quote
Masterman wrote:
Nope, swaps is still not enabled in K26 builds :(

Code:
root@Asus:~# swapon -s
swapon: /proc/swaps: open failed: No such file or directory
root@Asus:~#



Why is that the K24 builds have it, yet K26 doesn't?

I am using the WRT610n trailed firmware {of 13637} (which I do believe is the only one Brainslayer releases as K26). My swap is working. I also have optware installed with the file system utilities installed.

"swapon -s" (from /opt/sbin/swapon) gives me:
Code:
Filename                        Type            Size    Used    Priority
/dev/scsi/host0/bus0/target0/lun0/part2 partition       249848  0       -1



EDIT: I stand corrected. I appearantly *DO NOT* have the K26 build of Brainslayer. although I use the WRT610n trailed version, appearantly that is *not* a K26 build. SNAFU on me.

For those interested, I found this information by "uname -a". It gave me 'Linux 2.4.37 #9408 Sat Jan 16 07:14:45 CET 2010 mips GNU/Linux'

_________________
E3000 22200M KongVPN K26
WRT600n v1.1 refirb mega 18767 BS K24 NEWD2 [not used]
WRT54G v2 16214 BS K24 [access point]

Try Dropbox for syncing files - get 2.5gb online for free by signing up.

Read! Peacock thread
*PLEASE* upgrade PAST v24SP1 or no support.
_NemO_
DD-WRT User


Joined: 27 Sep 2009
Posts: 86
Location: Ukraine, Kiev

PostPosted: Sun Jan 17, 2010 9:04    Post subject: Reply with quote
freddie802
DD-WRT User


Joined: 18 Jan 2008
Posts: 269
Location: Devon, PA USA

PostPosted: Sun Jan 17, 2010 16:39    Post subject: Reply with quote
Upgraded my main wrt600n v1.1 router to this build and so far all is well. Getting 25.74Mbps download and 20l.56Mbps upload - Verizon Fios
_________________
2 x wrt600n v1.1 AP WL0 Mixed Mode WPA2 Pers Aes, WL1 N Only Repeater Bridge WPA2 Pers AES V24 BS 15778 WT610N
wrt310n Wireless Bridge WPA2 Pers AES v24 BS 15506 Mini
wrt54g v7 G Only Repeater Bridge WPA2 Pers AES v24 BS 12523 Micro
Masterman
DD-WRT Guru


Joined: 24 Aug 2009
Posts: 2070
Location: South Florida

PostPosted: Sun Jan 17, 2010 17:31    Post subject: Reply with quote
Large file transfers either through FTP or Samba cause the router to unmount the drive and lockup...Going back to Eko 13562.

Someone please confirm this with a similar setup to mine to make sure it isn't on my end..

_________________
Optware, the Right Way
Asus RT-AC68U
Asus RT-N66U
Asus RT-N10
Asus RT-N12
Asus RT-N16 x5
Asus WL520gU
Engenious ECB350
Linksys WRT600Nv1.1
Linksys WRT610Nv1
Linksys E2000
Netgear WNDR3300
SonicWall NSA220W
SonicWall TZ215W
SonicWall TZ205W
SonicWall TZ105W
redhawk0
DD-WRT Guru


Joined: 04 Jan 2007
Posts: 11564
Location: Wherever the wind blows- North America

PostPosted: Sun Jan 17, 2010 20:24    Post subject: Reply with quote
redhawk0 wrote:
Well...the K26_big build of 13637 totally bricked the WL-500W unit.

I have all 4 LAN LEDs on...and the WAN LED on solid as well...No power or AIR LEDs and there is no serial output.

It appears to be dead.

[EDIT] - it looks like you guys are on your own again testing the 500W...I'll try a few tricks to debrick it...but it isn't looking good.

redhawk


I finally debricked this one...it took some doing. The ONLY thing that worked to debrick this was holding the Flash chip pin 9 to ground for 5 seconds at power application to get this unit into recovery mode. Then using Asus Recovery tool to reflash the asus.trx file.

However, I do get errors trying to load the BS13637 build. It will hang during the boot. (If I reflashed with Eko's 13575 Big then all is well again.)

Here are the last few lines of Serial...this is where it freezes.

Quote:

HDLC line discipline: version $Revision: 4.8 $, maxframe=4096
N_HDLC line discipline registered.
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled




So...my WL-500W testing continues.

redhawk

_________________
The only stupid question....is the unasked one.
Mordak
DD-WRT Guru


Joined: 27 Dec 2007
Posts: 933
Location: Lee, Me

PostPosted: Sun Jan 17, 2010 22:26    Post subject: Reply with quote
Masterman wrote:
Nope, swaps is still not enabled in K26 builds :(

Code:
root@Asus:~# swapon -s
swapon: /proc/swaps: open failed: No such file or directory
root@Asus:~#



Why is that the K24 builds have it, yet K26 doesn't?
Masterman, Eko said this in another thread:

Eko wrote:
I need to add that swap is no longer enabled in new builds. (had to disable it to support some bcm4704 routers, like wndr3300 etc)


http://www.dd-wrt.com/phpBB2/viewtopic.php?t=63539 about 1/2 way down.

_________________

ASUS AC3200
Linksys WRT32X
Linksys WRT3200 ACM
Masterman
DD-WRT Guru


Joined: 24 Aug 2009
Posts: 2070
Location: South Florida

PostPosted: Sun Jan 17, 2010 22:42    Post subject: Reply with quote
Mordak wrote:
Masterman wrote:
Nope, swaps is still not enabled in K26 builds :(

Code:
root@Asus:~# swapon -s
swapon: /proc/swaps: open failed: No such file or directory
root@Asus:~#



Why is that the K24 builds have it, yet K26 doesn't?
Masterman, Eko said this in another thread:

Eko wrote:
I need to add that swap is no longer enabled in new builds. (had to disable it to support some bcm4704 routers, like wndr3300 etc)


http://www.dd-wrt.com/phpBB2/viewtopic.php?t=63539 about 1/2 way down.


Went back to 13450 (w/Swap) and added Eko's little patch for UPnP to my start up (which works:

nvram set wan0_primary=1
nvram commit

_________________
Optware, the Right Way
Asus RT-AC68U
Asus RT-N66U
Asus RT-N10
Asus RT-N12
Asus RT-N16 x5
Asus WL520gU
Engenious ECB350
Linksys WRT600Nv1.1
Linksys WRT610Nv1
Linksys E2000
Netgear WNDR3300
SonicWall NSA220W
SonicWall TZ215W
SonicWall TZ205W
SonicWall TZ105W
csm746
DD-WRT User


Joined: 04 Aug 2008
Posts: 158

PostPosted: Wed Jan 20, 2010 1:32    Post subject: WRT600N v1.1 BS 12637 Reply with quote
Flashed with mega wrt610n to take advantage of NEWD2. My 600n then encountered several random disconnects over the couple days I left it up. Usually during data transfers such as watching a streaming movie. I rolled back to eko 13577 NEWD2 big and it all went away and is running fine again. I have nothing exotic running, dual radios and the 5ghz band is where the streaming was taking place, DynDNS, Port Forwarding, WAP2 Personal, etc. Wait for the next build to try.
DHC_DarkShadow
DD-WRT Guru


Joined: 22 Jun 2008
Posts: 2440
Location: Am now Dark_Shadow

PostPosted: Wed Jan 20, 2010 2:38    Post subject: Reply with quote
All my gear is flashed. Everything seems to be running smoothly. With the exception of
http://www.dd-wrt.com/phpBB2/viewtopic.php?t=64790

_________________
The New Me
Goto page Previous  1, 2, 3  Next Display posts from previous:    Page 2 of 3
Post new topic   Reply to topic    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