The independent technical support site for all things networking!


Post a new topicPost a reply Page 1 of 1   [ 9 posts ]
Author Message
 Post subject: Azech DSL 605EW LED
PostPosted: Sun Sep 16, 2012 10:05 am 
Novice
Novice

Joined: Sat Sep 15, 2012 10:25 am
Posts: 13
anybody know how to fix my LED issue, i used the sar605ew.conf since it's the same as the 605ew. the only problem is that the internet light doesn't blink when there's an activity.

sorry im new here and everything is fine, only remaing but ignorable problem is the led.


Top
 Profile  
 
 Post subject: Re: Azech DSL 605EW LED
PostPosted: Sun Sep 16, 2012 2:58 pm 
RouterTech Team
RouterTech Team
User avatar

Joined: Wed Feb 01, 2006 10:22 pm
Posts: 11579
Location: England, the Centre of Africa
Try this
Code:
Led status 1

_________________
The Chief: :afro: Be sure to read the Firmware FAQ and do a Forum Search before posting!
No support via PM. Ask all questions on the open forum.


Top
 Profile  
 
 Post subject: Re: Azech DSL 605EW LED
PostPosted: Sun Sep 16, 2012 4:19 pm 
Novice
Novice

Joined: Sat Sep 15, 2012 10:25 am
Posts: 13
the run command says.

ret from LED ACTION is -1


Top
 Profile  
 
 Post subject: Re: Azech DSL 605EW LED
PostPosted: Sun Sep 16, 2012 6:22 pm 
RouterTech Team
RouterTech Team
User avatar

Joined: Wed Feb 01, 2006 10:22 pm
Posts: 11579
Location: England, the Centre of Africa
Well, your only option is to try various permutations of the "Led" command, perhaps with the "adsl" module - e.g.,
Code:
Led adsl 1

However, you have to be very careful. There is no telling what sending the "wrong" parameter to the Led command would do (e.g., it could reset the router to defaults). You need to read this thread very carefully before proceeding: viewtopic.php?f=3&t=3505

As usual, proceed at your own risk!

_________________
The Chief: :afro: Be sure to read the Firmware FAQ and do a Forum Search before posting!
No support via PM. Ask all questions on the open forum.


Top
 Profile  
 
 Post subject: Re: Azech DSL 605EW LED
PostPosted: Mon Sep 17, 2012 2:22 am 
Novice
Novice

Joined: Sat Sep 15, 2012 10:25 am
Posts: 13
Code:
#################################################################
# Configuration File for AR7RD board
##################################################################
##################################################################
# The GPIO numbers 0 to 31 ==> correspond to GPIO pins #########
# The GPIO numbers 32,33 are mapped to ADSL (LED) pins ###########
##################################################################
module = pwr # module = {adsl,usb,pppoe,wlan}
state = 1 # 0 = link down, 1 = link up
gpio = 7 # gpio number
mode = 1 # 0 = off,1 = on,2 = blinkoff,3 = blinkon, 4 = Flash
module = adsl # module = {adsl,usb,pppoe}
##################################################################
# Note: state 0 for adsl is dummy state and is present only for ##
# compatibility with the new LED driver ##
##################################################################
state = 0 # 0=dummy, 1=idle, 2=training, 3=sync, 4=activity
gpio = LED1 # gpio number
mode = 0 # 0 = off,1 = on,2 = blinkoff,3 = blinkon, 4 = Flash
state = 1 # 0=dummy, 1=idle, 2=training, 3=sync, 4=activity
gpio = LED1 # gpio number
mode = 0 # 0 = off,1 = on,2 = blinkoff,3 = blinkon, 4 = Flash
state = 2 # 0=dummy, 1=idle, 2=training, 3=sync, 4=activity
gpio = LED1 # gpio number
mode = 4 # 0 = off,1 = on,2 = blinkoff,3 = blinkon, 4 = Flash
param1 = 200 # flash on duration in ms
param2 = 200 # flash off duration in ms
state = 3 # 0=dummy, 1=idle, 2=training, 3=sync, 4=activity
gpio = LED1 # gpio number
mode = 1 # 0 = off,1 = on,2 = blinkoff,3 = blinkon, 4 = Flash
state = 4 # 0=dummy, 1=idle, 2=training, 3=sync, 4=activity
gpio = LED1 # gpio number
[color=#BF0000]mode = 2 # 0 = off,1 = on,2 = blinkoff,3 = blinkon, 4 = Flash
param1 = 100[/color]
######################################################################
######################################################################
module = usb # module = {adsl,usb,pppoe,wlan}
state = 0 # 0 = link down, 1 = link up, 2 = pkt rcv, 3 = pkt xmit
gpio = 12 # gpio number
mode = 0 # 0 = off,1 = on,2 = blinkoff,3 = blinkon, 4 = Flash
state = 1 # 0 = link down, 1 = link up, 2 = pkt rcv, 3 = pkt xmit
gpio = 12 # gpio number
mode = 1 # 0 = off,1 = on,2 = blinkoff,3 = blinkon, 4 = Flash
state = 2 # 0 = link down, 1 = link up, 2 = pkt rcv, 3 = pkt xmit
gpio = 12 # gpio number
mode = 2 # 0 = off,1 = on,2 = blinkoff,3 = blinkon, 4 = Flash
param1 = 100 # blink/flash rate in ms
state = 3 # 0 = link down, 1 = link up, 2 = pkt rcv, 3 = pkt xmit
gpio = 12 # gpio number
mode = 2 # 0 = off,1 = on,2 = blinkoff,3 = blinkon, 4 = Flash
param1 = 100 # blink/flash rate in ms
######################################################################
module = pppdown # module = {adsl,usb,pppoe}
state = 0 # 0 = pppoe down, 1 = pppoe active
gpio = 9 # gpio number
mode = 0 # 0 = off,1 = on,2 = blinkoff,3 = blinkon, 4 = Flash
state = 1 # 0 = pppoe down, 1 = pppoe active
gpio = 9 # gpio number
mode = 1 # 0 = off,1 = on,2 = blinkoff,3 = blinkon, 4 = Flash
######################################################################
######################################################################
module = pppoe # module = {adsl,usb,pppoe}
state = 0 # 0 = pppoe down, 1 = pppoe active
gpio = 13 # gpio number
mode = 0 # 0 = off,1 = on,2 = blinkoff,3 = blinkon, 4 = Flash
state = 1 # 0 = pppoe down, 1 = pppoe active
gpio = 13 # gpio number
mode = 1 # 0 = off,1 = on,2 = blinkoff,3 = blinkon, 4 = Flash
state = 2 # 0 = pppoe down, 1 = pppoe active
gpio = 13 # gpio number
mode = 4 # 0 = off,1 = on,2 = blinkoff,3 = blinkon, 4 = Flash
param1 = 50 # flash on duration in ms
param2 = 50 # flash off duration in ms
######################################################################
module = wlan # module = {adsl,usb,pppoe,wlan}
state = 0 # 0 = link down, 1 = link up
gpio = 6 # gpio number
mode = 0 # 0 = off,1 = on,2 = blinkoff,3 = blinkon, 4 = Flash
state = 1 # 0 = link down, 1 = link up
gpio = 6 # gpio number
mode = 1 # 0 = off,1 = on,2 = blinkoff,3 = blinkon, 4 = Flash
state = 2 # 0 = link down, 1 = link up, 2 = pkt rcv, 3 = pkt xmit
gpio = 6 # gpio number
mode = 2 # 0 = off,1 = on,2 = blinkoff,3 = blinkon, 4 = Flash
param1 = 100 # blink/flash rate in ms
state = 3 # 0 = link down, 1 = link up, 2 = pkt rcv, 3 = pkt xmit
gpio = 6 # gpio number
mode = 2 # 0 = off,1 = on,2 = blinkoff,3 = blinkon, 4 = Flash
param1 = 100 # blink/flash rate in ms


So if i type

Led adsl 1
mode 2
param1 100

would it be the same as the one highlighted above?


Top
 Profile  
 
 Post subject: Re: Azech DSL 605EW LED
PostPosted: Mon Sep 17, 2012 8:17 pm 
RouterTech Team
RouterTech Team
User avatar

Joined: Wed Feb 01, 2006 10:22 pm
Posts: 11579
Location: England, the Centre of Africa
Sorry, but no idea. It is all about trial and error ...

_________________
The Chief: :afro: Be sure to read the Firmware FAQ and do a Forum Search before posting!
No support via PM. Ask all questions on the open forum.


Top
 Profile  
 
 Post subject: Re: Azech DSL 605EW LED
PostPosted: Mon Sep 17, 2012 9:47 pm 
RouterTech Team
RouterTech Team

Joined: Wed Jan 10, 2007 11:54 pm
Posts: 3669
The Led command only activates states in the conf that are valid and available. Those with text such as LED1 are not valid and I think adsl is hardwired. The ADSL2MUE has an internet activity led so it is possible with a custom con at least.


Top
 Profile  
 
 Post subject: Re: Azech DSL 605EW LED
PostPosted: Tue Sep 18, 2012 6:12 am 
Novice
Novice

Joined: Sat Sep 15, 2012 10:25 am
Posts: 13
how would you create a custom led config and use it in the firmware?


Top
 Profile  
 
 Post subject: Re: Azech DSL 605EW LED
PostPosted: Tue Sep 18, 2012 2:08 pm 
RouterTech Team
RouterTech Team
User avatar

Joined: Wed Feb 01, 2006 10:22 pm
Posts: 11579
Location: England, the Centre of Africa
viewtopic.php?f=3&t=2690&p=38069#p38069

_________________
The Chief: :afro: Be sure to read the Firmware FAQ and do a Forum Search before posting!
No support via PM. Ask all questions on the open forum.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post a new topicPost a reply Page 1 of 1   [ 9 posts ]


Who is online

Users browsing this forum: Google [Bot] and 2 guests


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 post attachments in this forum

Search for:
Jump to:  
Powered by phpBB & WordPress     Hosted by Kieran O'Shea     Site Code © 2005-2011 Kieran O'Shea     All site contents © 2005-2011 RouterTech - All rights reserved     Valid HTML     Valid CSS     Graphics by Neo