Sagem 3304 Menara: Major issues

Solved
Zaydoune -  
 dofinbleu -
Hello,

It seems that the Sagem F@st 3304 routers from Maroc Telecom have a major issue that causes them to restart randomly. In fact, this behavior has been observed on five routers I have access to (3 in Rabat, one in Fes, and one in Tangier).

My diagnostic attempts led me to the router's supervision system, which reboots after detecting anomalies (exception, suspended task, etc.). It logs events, and here is an example:

login: Menara
Password:
[Menara @ home]$ sup
[Menara @ sup]$ event list

List of events saved in Flash:
--------<EVENT>----<ANOMALY>--------
3304_300328
DATE (y:m:d) 2009:02:24 TIME (h:m:s) 13:04:59
Time from Boot: 0 days 1 hour 37 min 4 s
Cause: TASK IS SUSPENDED
Task Name = acfT
Task Id = 0x83830070
Task Margin = 9768
Vector Num = 0x00
Exception Program Counter = 0x00
Status Register = 0x00
Cause Register = 0x00
Access Address = 0x00
Task Name = http
Task Id = 0x8379b4c0
Task Margin = 14168
Vector Num = 0x03
Exception Program Counter = 0x8007218c
Status Register = 0x3000ff01
Cause Register = 0x0c
Access Address = 0x00
Action: REBOOT!

--------<EVENT>----<ANOMALY>--------
3304_300328
DATE (y:m:d) 2009:02:24 TIME (h:m:s) 14:47:13
Time from Boot: 0 days 1 hour 41 min 29 s
Cause: TASK IS SUSPENDED
Task Name = acfT
Task Id = 0x83830070
Task Margin = 9768
Vector Num = 0x00
Exception Program Counter = 0x00
Status Register = 0x00
Cause Register = 0x00
Access Address = 0x00
Task Name = http
Task Id = 0x8379b4c0
Task Margin = 14168
Vector Num = 0x03
Exception Program Counter = 0x8007218c
Status Register = 0x3000ff01
Cause Register = 0x0c
Access Address = 0x00
Action: REBOOT!

--------<EVENT>----<ANOMALY>--------
3304_300328
DATE (y:m:d) 2009:02:24 TIME (h:m:s) 15:21:40
Time from Boot: 0 days 0 hours 33 min 42 s
Cause: TASK IS SUSPENDED
Task Name = acfT
Task Id = 0x83830070
Task Margin = 9768
Vector Num = 0x00
Exception Program Counter = 0x00
Status Register = 0x00
Cause Register = 0x00
Access Address = 0x00
Task Name = http
Task Id = 0x8379b4c0
Task Margin = 11360
Vector Num = 0x03
Exception Program Counter = 0x8007218c
Status Register = 0x3000ff01
Cause Register = 0x0c
Access Address = 0x00
Action: REBOOT!
[Menara @ sup]$

I wonder why Maroc Telecom is not pressing Sagem to resolve this issue ... (for a more stable firmware, for example)

P.S.: The technical support of the operator, after several calls, seems to be unaware. They changed my router... and it's the same .... !!!!!

If you have a solution .... or if you are experiencing the same problem ... please post a comment ...

Thank you
Configuration: Windows XP Firefox 3.0.6

49 answers

  • 1
  • 2
  • 3
  1. MTUser Posted messages 31 Registration date   Status Member 14
     
    Hello everyone,

    For those who have the same problem explained in this forum, I found a solution to resolve the issue. I also had the same problem (4 to 10 restarts on average per day; sometimes more).

    Since I have triple play, it causes the phone and television to stop with each restart.

    So here’s what I did:
    * telnet 192.168.1.1 (to access the router)
    * login using Menara/Menara
    * [Menara @ home]$ sup
    * [Menara @ sup]$ reboot off

    This disables the restart in case of an error.

    With this modification, my router has been running for over 48 hours without any restart.
    If you check the errors by doing:
    * [Menara @ home]$ sup
    * [Menara @ sup]$ event list
    You will find several errors that should have caused a restart, but the router did not restart.

    The only downside is that you have to repeat this manipulation after each manual restart.

    (NB: I recommend doing a manual restart of the router at least once every 48 hours)

    Good luck to everyone and let me know if it works for you.
    4
    1. zaydoune
       
      Thank you, it seems to work... Here, we are not addressing the disease but its side effects... but it's already good.

      I added this:
      $ sup
      $ setsup disable
      $reboot off
      $timer 100
      $memory 100
      $task clear
      $event erase
      $home
      $exit

      It's a pity that these parameters are not saved in the flash with the save command

      I created a script with TST10.exe, it looks like this:

      192.168.1.1
      WAIT "login:"
      SEND "Menara\m"
      WAIT "Password:"
      SEND "Menara\m"
      WAIT "$"
      SEND "sup"
      WAIT "$"
      SEND "setsup disable"
      WAIT "$"
      SEND "reboot off"
      WAIT "$"
      SEND "timer 100"
      WAIT "$"
      SEND "memory 100"
      WAIT "$"
      SEND "task clear"
      WAIT "$"
      SEND "event erase"
      WAIT "$"
      SEND "home"
      WAIT "$"
      SEND "diagnostic all"
      WAIT "$"
      SEND "exit"


      Salam
      0
    2. Zaydoune > zaydoune
       
      Hello,

      By disabling the restart after incident (reboot off), the router's web interface becomes inaccessible after stopping the httpd task. I would like to know if there is a way, via the telnet interface, to reset the pppoe connection (internet browsing) to change the IP address (rapidshare requires) without using the reboot command (too heavy and it loses the settings ...).

      Thank you.
      0
  • 1
  • 2
  • 3