{5} Assigned, Active Tickets by Owner (Full Description) (13 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

BrainSlayer

Ticket Summary Component Milestone Type Created
Description
#220 Custom Access Restrictions Denied Page. component1 enhancement 09/20/07

Hi,

Would be "super awesome" if the access restrictions would throw to perhaps /user/denied.htm or something similar if one of the rulesets denied a website access.

This way we could put some small crafted sexy "Get out of the porn and do some work damnit!" page in /tmp/www/ on startup or similar.

Just an idea, feel free to nix this or put out the fact its already there and I don't know.

Keep at it, the 2.4 excitement is growing, its really shaping up to be great. I really like how a lot of memory holes and fixes have been narrowed, so much vigilant and good hard work going into 2.4. I just donated too! <big smile> hehe.


Cryptonews

Ticket Summary Component Milestone Type Created
Description
#938 GPIO TEST for WRT600N -> UPDATED 25/02/2009 19:45 component1 enhancement 02/24/09

Hi,

Finally I found the time to test GPIO for WRT600N

Here the results:

Gpio 1 Enable --> Ethernet Port Flash amber

Gpio 1 Disable --> Ethernet Port Flash amber

Gpio 2 enable --> Start Power Blink

Gpio 2 Disable -> Stop Power Blink

Gpio 3 enable --> Usb led Off

Gpio 3 Disable -> Usb led On

Gpio 8 enable --> 2,4 Ghz Security led Off --> Amber

Gpio 8 Disable -> 2,4 Ghz Security led On -->Amber

Gpio 9 enable --> 2,4 Ghz Security led Off --> Green

Gpio 9 Disable -> 2,4 Ghz Security led On -->Green

Gpio 10 enable --> 5 Ghz Security led Off --> Amber

Gpio 10 Disable -> 5 Ghz Security led On -->Amber

Gpio 11 enable --> 5 Ghz Security led Off --> Green

Gpio 11 Disable -> 5 Ghz Security led On -->Green


Gpio 6 --> 01 Release --> Security Buttom top of router

Gpio 6 --> 00 Pressed --> Security Buttom top of router

Gpio 7 --> 01 Release --> Reset Buttom

Gpio 7 --> 00 Pressed --> Reset Buttom

Gpio 7 Disable -> Reset to Factory Defaults

For the security led's greed means Security enable

Let me know if need more test

Thanks for your work


Eko

Ticket Summary Component Milestone Type Created
Description
#1108 WRT-350N no longer works. Seems broken around 1218x. component1 defect 06/03/09

WRT-350N no longer works with builds after 1218x. If any wired connections are present during bootup, the power led just blinks. Tried starting router with no wired connections, power light would go solid but connecting wired after that and they do not work and not able to establish pppoe connection. Tried this on 2 different wrt350n reset to defaults with some of the recent builds, and alway get the same thing.


#649 WDS link goes down after main router reboots component1 v24 final defect 08/25/08

Just thought i would also post this here. Its already at bugtracker and ddwrt forum

Network topology

MAIN ROUTER ---> WRT54GS V2.1 (DDWRT STD build 10011)

CLIENT ROUTER ---> WRT54GS V5 (DDWRT MIC build 10012)

Wireless CH ---> 1

Encryption ---> WPA Personal + AES

when i reboot the main router, WDS just goes down and will never get back online. internet and local dhcp will not work.

Steps to reproduce issue

*im connected via utp cable to main router and pinging both routers. pings are 100% working to client router. since pings to client router work, WDS is up.

*i reboot client router, wds goes offline but it comes back up after 15 seconds. pings are 100% working to client router.

*i reboot host router, wds goes offline and will not come back up. pings to client router do not work.

Workaround

1)on main router, go to WDS tab. 2)disable the wds link with client router 3)wait until that page reloads (it does it automatically) 4)click on SAVE (do not click APPLY SETTINGS) 5)re-enable the wds link with client router 6)wait until that page reloads (it does it automatically) 7)click on SAVE 8)click on APPLY SETTINGS 9)wds will go back online.

Final considerations

i have several reasons to believe the client router (the v5) is not related in this issue. is the host router the one that takes the WDS down.


#1068 IE6 Javascript error with Info Site page component1 defect 05/02/09

When accessing the root webpage (http://192.168.1.1) with IE6, the Info Site webpage does not show any theme, information or any links. There are numerous javascript errors given for undefined variables.

This only happens with the Info Site page. You have to access another page, such as index.asp directly to begin configuration.

The Info.htm (Sys-Info) page works fine. It is only with the root webpage.

This has been occurring for five months or more. Currently using latest build (12030).


#881 The Patch to fix Wrt600n LED component1 defect 02/05/09

I found this patch to fix wrt600n leds, here is the link i pulled it from

http://osdir.com/ml/embedded.openwrt.devel/2008-06/msg00196.html

Index: package/broadcom-diag/src/diag.c

===================================================================

--- package/broadcom-diag/src/diag.c   (revision 11549)

+++ package/broadcom-diag/src/diag.c                (working copy)

@@ -61,6 +61,8 @@

                WRTSL54GS,

                WRT54G3G,

                WRT350N,

+             WRT600N,

+             WRT600NV11,

 

                /* ASUS */

                WLHDD,

@@ -240,6 +242,39 @@

                                },

                                .platform_init = bcm57xx_init,

                },

+        [WRT600N] = {

+                .name           = "Linksys WRT600N",

+                .buttons        = {

+                        { .name = "reset",      .gpio = 1 << 6 },

+                        { .name = "ses",        .gpio = 1 << 7 },

+                },

+                .leds           = {

+                        { .name = "power",              .gpio = 1 << 2,  .polarity = REVERSE }, // Power LED

+                        { .name = "usb",                .gpio = 1 << 3,  .polarity = REVERSE }, // USB LED

+                        { .name = "wl0_ses_amber",      .gpio = 1 << 8,  .polarity = REVERSE }, // 2.4Ghz LED Amber

+                        { .name = "wl0_ses_green",      .gpio = 1 << 9,  .polarity = REVERSE }, // 2.4Ghz LED Green

+                        { .name = "wl1_ses_amber",      .gpio = 1 << 10, .polarity = REVERSE }, // 5.6Ghz LED Amber

+                        { .name = "wl1_ses_green",      .gpio = 1 << 11, .polarity = REVERSE }, // 5.6Ghz LED Green

+                },

+                .platform_init = bcm57xx_init,

+        },

+        [WRT600NV11] = {

+                .name           = "Linksys WRT600N V1.1",

+                .buttons        = {

+                        { .name = "reset",      .gpio = 1 << 6 },

+                        { .name = "ses",        .gpio = 1 << 7 },

+                },

+                .leds           = {

+                        { .name = "power",                              .gpio = 1 << 2,  .polarity = REVERSE }, // Power LED

+                                             { .name = "usb",                .gpio = 1 << 3,  .polarity = REVERSE }, // USB LED

+                                             { .name = "wl0_ses_amber",      .gpio = 1 << 8,  .polarity = REVERSE }, // 2.4Ghz LED Amber

+                        { .name = "wl0_ses_green",             .gpio = 1 << 9,  .polarity = REVERSE }, // 2.4Ghz LED Green

+                        { .name = "wl1_ses_amber",      .gpio = 1 << 10, .polarity = REVERSE }, // 5.6Ghz LED Amber

+                        { .name = "wl1_ses_green",      .gpio = 1 << 11, .polarity = REVERSE }, // 5.6Ghz LED Green

+

+                },

+                .platform_init = bcm57xx_init,

+        },

                /* Asus */

                [WLHDD] = {

                                .name                   = "ASUS WL-HDD",

@@ -746,6 +781,14 @@

                boardnum = getvar("boardnum");

                boardtype = getvar("boardtype");

 

+             if (!strcmp(boardnum, "20070615")) { /* Linksys WRT600N  v1/V1.1 */

+             if (!strcmp(boardtype, "0x478") && !strcmp(getvar("cardbus"), "0") && !strcmp(getvar("switch_type"),"BCM5395"))

+                        return &platforms[WRT600NV11];

+                            

+                             if (!strcmp(boardtype, "0x478") && !strcmp(getvar("cardbus"), "0"))

+                        return &platforms[WRT600N];

+        }

+

                if (startswith(getvar("pmon_ver"), "CFE")) {

                                /* CFE based - newer hardware */

                                if (!strcmp(boardnum, "42")) { /* Linksys */

#934 BS 11667 5GHz channel error component1 defect 02/23/09

When I set channel 52, the router says it is using channel 54; I have it set to lower/52 right now, and it is using channels 52 and 56 (what happened to 54 and where did it come from?)


Channels should be (according to DDWRT when using 'upper', and upper being the primary channel):
I don't understand where the #s are coming from in the first column
38 upper 40 lower 36
46 upper 48 lower 44
54 upper 56 lower 52
62 upper 64 lower 60
151 upper 153 lower 149
159 upper 161 lower 157

My intel 4965 does not see the SSID on the following combinations:


102 upper 104 lower 100
110 upper 112 lower 108
118 upper 120 lower 116
126 upper 128 lower 124
134 upper 136 lower 132
also, there is more than a -10dbm difference between using channel 52 and 149 (52= -51dbm)


anonymous

Ticket Summary Component Milestone Type Created
Description
#138 ETSI channels are not selectables component1 milestone1 defect 07/31/07

With broadcom v24 beta 20070730 you can't select diferent channels than 1 to 11, as you were in USA domain.

~ # nvram show | grep country size: 25858 bytes (6910 left) wl_country=Japan wl0_country=Japan ~ #

If you try to set wl_channel and wl0_channel with 12/13 the channel is reset to 1.


#251 Fonera RC-4 connected to public hotspot in client-mode stops responding after half day of downloading, a reboot was necessary. Wireless status shows still connected but Internet is offline. Must reboot or Join another ssid and then rejoin previous SSIS for it to work.. component1 defect 10/15/07

#498 Control Panel -Wireless hangup`s component1 v24 final defect 03/27/08

Afte installing Eko build 9346 after hours of work with WIFI enabled, when I go to status > wireless my router just hangup`s and cannot go back to control panel ,but router still works OK.

Only restarts helps.


#448 packages update component1 task 03/01/08

Router: wrt54gl v1.1, dd-wrt v24 RC7-9068

iwconfig: wireless-tools_29-1_mipsel.ipk (kamikaze-openWRT),wireless-tools_28-1_mipsel.ipk

Router wrt54gl in mode monitor using iwconfig restarts.


kkndking

Ticket Summary Component Milestone Type Created
Description
#1221 enhancement component1 v24 final defect 08/28/09

in the Status\wan\Traffic by Month can you put in total Traffic used today or 24h. my isp will only let me use a total of 4.5gb a day, and im haveing to add up the in and out to get my total


samueldg

Ticket Summary Component Milestone Type Created
Description
#614 Duplicate "echos" with STP enabled with v24 final component1 milestone1 defect 07/17/08

Appears to be a problem in wds configuration with broadcom distro: When the STP is enabled and you ping the devices, the responses are doubled.


Note: See TracReports for help on using and creating reports.