Fonera 2100, keine Reaktion im WLAN/LAN

Post new topic   Reply to topic    DD-WRT Forum Index -> Atheros WiSOC basierende Hardware
Author Message
tkuhn1978
DD-WRT Novice


Joined: 06 Jul 2009
Posts: 4

PostPosted: Mon Jul 06, 2009 17:19    Post subject: Fonera 2100, keine Reaktion im WLAN/LAN Reply with quote
Hallo,

ich habe eine Fonera 2100, bei welcher ich mir dachte ich mach doch mal DD-WRT drauf.

Da hab ich mir die Anleitung unter: http://www.dd-wrt.com/wiki/index.php/LaFonera_Software_Flashing zur Hand genommen und alles befolgt für das Image unter: http://www.dd-wrt.com/dd-wrtv2/down.php?path=downloads%2Fv24%2FAtheros+WiSoc%2FFonera/ (RC24)

Hat auch alles geklappt ich kam ohne Probleme auf den Redboot konnte ohne Fehlermeldungen flashen, fconfig auch ohne Fehler. Nach dem reset war aber das böse erwachen, die Box ist weder per WLAN noch über LAN (192.168.1.1 oder 169.254.255.1) ansprechbar (anpingen funktioniert auch nicht). Ok dann war doch ein vielleicht ein Fehler drin nochmal neugeflasht aber das Problem bleibt weiterhin bestehen, es lassen sich auch kene andere firmwares wie z.b. die Fonera mehr starten.

Unter DD-WRT bekomme ich ein leuchtendes WLAN-Lämpchen udn wenn ein Kabel angeschlossen ein blinkendes LAN-Lämpchen, bei Fonera bleibt das WLAN-Lämpchen aus.

So meine Frage ist sie möglicherweise defekt oder habe ich mir irgendwo etwas zerstört? Serielles Kabel oder gar ein JTAG habe ich leider nicht.

Danke für eventuelle Hilfe im voraus.

PS: Redboot komme ich immer drauf per telnet.
Sponsor
orange
DD-WRT Guru


Joined: 05 Sep 2007
Posts: 532
Location: 49.50N, 08.44E

PostPosted: Tue Jul 07, 2009 10:42    Post subject: Reply with quote
Poste bitte mal den Output von "fconfig -l"
_________________
7x La Fonera 2100, 1x NanoStation2 Loco
running bleeding edge openwrt backfire/attitude adjustment
or4n9e on irc.freenode.net
tkuhn1978
DD-WRT Novice


Joined: 06 Jul 2009
Posts: 4

PostPosted: Tue Jul 07, 2009 18:34    Post subject: Reply with quote
Hallo orange, und erst mal vielen Dank das du dir das ansiehst.

Hier mal der gesamte Flash-Vorgang, mit fconfig -l und fis list. Zuvor hatte ich versucht nochmals Fonera-Original aufzuspielen.

Code:

== Executing boot script in 4.140 seconds - enter ^C to abort
^C
RedBoot> ip_address -l 192.168.1.254/24 -h 192.168.1.39
IP: 192.168.1.254/255.255.255.0, Gateway: 0.0.0.0
Default server: 192.168.1.39
RedBoot> fis init -f
About to initialize [format] FLASH image system - continue (y/n)? y
*** Initialize FLASH Image System
... Erase from 0xa8030000-0xa87e0000: ...........................................................................................................................
... Erase from 0xa87e0000-0xa87f0000: .
... Program from 0x80ff0000-0x81000000 at 0xa87e0000: .
RedBoot> load -r -b 0x80041000 linux.bin
Using default protocol (TFTP)
Raw file loaded 0x80041000-0x806a0fff, assumed entry at 0x80041000
RedBoot> fis create linux
... Erase from 0xa8030000-0xa8690000: ......................................................................................................
... Program from 0x80041000-0x806a1000 at 0xa8030000: ......................................................................................................
... Erase from 0xa87e0000-0xa87f0000: .
... Program from 0x80ff0000-0x81000000 at 0xa87e0000: .
RedBoot> fis list
Name              FLASH addr  Mem addr    Length      Entry point
RedBoot           0xA8000000  0xA8000000  0x00030000  0x00000000
linux             0xA8030000  0x80041000  0x00660000  0x80041000
FIS directory     0xA87E0000  0xA87E0000  0x0000F000  0x00000000
RedBoot config    0xA87EF000  0xA87EF000  0x00001000  0x00000000
RedBoot> fconfig
Run script at boot: true
Boot script:
.. fis load -l vmlinux.bin.l7
.. exec
Enter script, terminate with empty line
>> fis load -l linux
>> exec
>>
Boot script timeout (1000ms resolution): 10
Use BOOTP for network configuration: false
Gateway IP address:
Local IP address: 192.168.1.254
Local IP address mask: 255.255.255.0
Default server IP address:
Console baud rate: 9600
GDB connection port: 9000
Force console for special debug messages: false
Network debug at boot time: false
Update RedBoot non-volatile configuration - continue (y/n)? y
... Erase from 0xa87e0000-0xa87f0000: .
... Program from 0x80ff0000-0x81000000 at 0xa87e0000: .
RedBoot> fconfig -l
Run script at boot: true
Boot script:
.. fis load -l linux
.. exec

Boot script timeout (1000ms resolution): 10
Use BOOTP for network configuration: false
Gateway IP address: 0.0.0.0
Local IP address: 192.168.1.254
Local IP address mask: 255.255.255.0
Default server IP address: 0.0.0.0
Console baud rate: 9600
GDB connection port: 9000
Force console for special debug messages: false
Network debug at boot time: false
RedBoot>reset


aber leider weder über LAN noch WLAN (es erscheint kein neues WLAN-Netz erreichbar. PING nur erfolgreich in der Start-Phase wo Redboot aktiv ist.
orange
DD-WRT Guru


Joined: 05 Sep 2007
Posts: 532
Location: 49.50N, 08.44E

PostPosted: Tue Jul 07, 2009 21:33    Post subject: Reply with quote
Hm, das sieht alles sehr gut aus soweit - ich kann keinen offensichtlichen Fehler erkennen. Welche DD-Wrt Version versuchst du denn zu flashen?
EDIT: Das ist die v24 final, nicht wahr? Hast du einmal versucht einen pre-sp2 build zu flashen? Wobei die Final eigentlich auch gehen müsste *Ratloser Blick*

_________________
7x La Fonera 2100, 1x NanoStation2 Loco
running bleeding edge openwrt backfire/attitude adjustment
or4n9e on irc.freenode.net
tkuhn1978
DD-WRT Novice


Joined: 06 Jul 2009
Posts: 4

PostPosted: Wed Jul 08, 2009 1:09    Post subject: Reply with quote
So habe die Pre-SP2 Version drauf udn es macht keinen Unterschied.

Ich weiß bei dem Ding echt nicht mehr weiter. Ich habe OpenWrt, ältere DD-WRT, original Fonera, Freifunk fetestet das Ding reagiert einfach nicht. Achja habe per Konsole gepatcht, mit dem AP51-Tool udn dem FonFlash-Tool alles ergebnislos.

Mal so eine Frage wenn ich den Redboot erreichen kann dann ist doch die Box nicht gebrickt oder? Sondern noch vollkommen in Ordnung.

Kann ich den bei fis list erscheinenden Redboot-Teil (RedBoot config und RedBoot) löschen und neu aufspielen? Möglicherweise ist da ja was schief drin, wenn ja weiß jemand die Flashbefehle dafür und hat die entsprechenden Dateien?

Werde trotzdem mal morgen in der Stadt schauen das ich ein altes Handykabel bekomme.

Bye tkuhn1978

(*findet die Box sehr verwirrend*)
PS: Zugriff per WLAN mit 2 Laptops, 2 Handys, 2 USB-WLANSticks versucht keiner findet trotz leuchtender WLAN Lampe ein WLAN zu der Fonera
orange
DD-WRT Guru


Joined: 05 Sep 2007
Posts: 532
Location: 49.50N, 08.44E

PostPosted: Wed Jul 08, 2009 14:26    Post subject: Reply with quote
Quote:
Ich weiß bei dem Ding echt nicht mehr weiter.

Ich bin ehrlich gesagt auch ratlos.
Quote:
Mal so eine Frage wenn ich den Redboot erreichen kann dann ist doch die Box nicht gebrickt oder?

Nein und deine RedBoot Config sieht auch einwandfrei aus.
Quote:
Kann ich den bei fis list erscheinenden Redboot-Teil (RedBoot config und RedBoot) löschen und neu aufspielen? Möglicherweise ist da ja was schief drin, wenn ja weiß jemand die Flashbefehle dafür und hat die entsprechenden Dateien?

Kannst du theoretisch machen. Würde ich aber nicht empfehlen und den Erfolg der Aktion würde ich sehr in Zweifel ziehen. Wo wohnstn du? Vielleicht kann ich mir die Kiste mal selbst ansehen? Schick ne PM.

_________________
7x La Fonera 2100, 1x NanoStation2 Loco
running bleeding edge openwrt backfire/attitude adjustment
or4n9e on irc.freenode.net
tkuhn1978
DD-WRT Novice


Joined: 06 Jul 2009
Posts: 4

PostPosted: Thu Jul 23, 2009 17:27    Post subject: Reply with quote
Hi,

das neue Netzteil ist angekommen. Nach anschließen von dem geht die Fonera einwandfrei.

Seltsame Sache das sich die Fonera mit einem offensichtlich defekten Netzteil flashen ließ aber nicht starten.

_________________
Fonera 2100 (not activ)
FritzBox 7141 (Freetz 1.1)
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> Atheros WiSOC basierende 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 cannot attach files in this forum
You cannot download files in this forum