Any plans for DD-WRT on La Fonera? Source code is out!

Post new topic   Reply to topic    DD-WRT Forum Forum Index -> Atheros WiSOC based Hardware
Goto page Previous  1, 2, 3 ... 11, 12, 13 ... 36, 37, 38  Next
Author Message
aLeX
DD-WRT Novice


Joined: 22 Jun 2006
Posts: 28

PostPosted: Fri Dec 01, 2006 11:23 am    Post subject: Reply with quote
The .fon firmware upgrade file has this structure:

["FON3"+"512"+certificate+flash] upgrade
["FON4"+"512"+certificate+flash] complete flash

FON3 means upgrade and FON4 means totally new flash. The "512" is the size in bytes of the certificate and the rest is the flash. That script only reads the type of flash in order to upgrade the fonera.
Sponsor
Heini66
DD-WRT User


Joined: 01 Dec 2006
Posts: 70

PostPosted: Fri Dec 01, 2006 11:58 am    Post subject: Reply with quote
Razz
wds link with avm fritzbox working.

Code:

 ifconfig
ath0      Link encap:Ethernet  HWaddr 00:XX:XX:XX:XX.XX 
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

ath1      Link encap:Ethernet  HWaddr 00:XX:XX:XX:XX 
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:165 errors:0 dropped:0 overruns:0 frame:0
          TX packets:120 errors:0 dropped:1 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:21062 (20.5 KiB)  TX bytes:14151 (13.8 KiB)

br0       Link encap:Ethernet  HWaddr 00:XX:XX:XX:XX:XX 
          inet addr:192.168.0.11  Bcast:192.168.0.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:165 errors:0 dropped:0 overruns:0 frame:0
          TX packets:120 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:18752 (18.3 KiB)  TX bytes:14151 (13.8 KiB)

 wlanconfig ath1 list
ADDR               AID CHAN RATE RSSI  DBM IDLE  TXSEQ  RXSEQ CAPS ACAPS ERP    STATE     MODE
00:XX:XX:XX:XX:XX    1    6   1M    7  -88    0    170  35920              0        1   Normal


i got 3 of these nice repeaters for free from them... Wink
thxs to murdockdj !!!
http://www.dd-wrt.com/phpBB2/viewtopic.php?t=5083&postdays=0&postorder=asc&start=105

i think it's time now to check out what's going on with diversity...
when we do a
Code:

cat /etc/init.d/S40network
#!/bin/sh
sysctl -w dev.wifi0.diversity=0
sysctl -w dev.wifi0.txantenna=1
sysctl -w dev.wifi0.rxantenna=1


i'll solder a second antenna this evening and post my results!
t4thfavor
DD-WRT Novice


Joined: 01 Dec 2006
Posts: 33
Location: Michigan, USA

PostPosted: Fri Dec 01, 2006 4:09 pm    Post subject: Reply with quote
Well I thought I had something with the FON3/FON4 stuff. I guess I was wrong. (knew it couldn't be that easy)

After installing the ff-fonera-pack_0.2-1_mips.ipk referenced earlier in the postings I ran into major problems and had to hard reset the device. Now after this hard reset, I am unable to get it working the way I had it. Does anyone know how to remove the connection check I will search for how to disable the phone home on the device, I keep getting redirected to the troubleshooting page, and was wondering if anyone had a link (im on dialup and its painfully slow).
t4thfavor
DD-WRT Novice


Joined: 01 Dec 2006
Posts: 33
Location: Michigan, USA

PostPosted: Fri Dec 01, 2006 4:09 pm    Post subject: Reply with quote
Well I thought I had something with the FON3/FON4 stuff. I guess I was wrong. (knew it couldn't be that easy)

After installing the ff-fonera-pack_0.2-1_mips.ipk referenced earlier in the postings I ran into major problems and had to hard reset the device. Now after this hard reset, I am unable to get it working the way I had it. Does anyone know how to remove the connection check I will search for how to disable the phone home on the device, I keep getting redirected to the troubleshooting page, and was wondering if anyone had a link (im on dialup and its painfully slow).
darkmind
DD-WRT Novice


Joined: 01 Dec 2006
Posts: 20

PostPosted: Fri Dec 01, 2006 6:40 pm    Post subject: Reply with quote
Is there a way to extend my wireless range with my fonera, connected over wifi to Netgear DG834GT? It don't have WDS. So how can I bridge the two wlan? Sorry my bad english Embarassed
t4thfavor
DD-WRT Novice


Joined: 01 Dec 2006
Posts: 33
Location: Michigan, USA

PostPosted: Sat Dec 02, 2006 1:26 am    Post subject: Reply with quote
Final Edit: Nevermind I have fixed it and now I am happy
paulo_andre
DD-WRT User


Joined: 15 Oct 2006
Posts: 82

PostPosted: Sat Dec 02, 2006 10:06 am    Post subject: Reply with quote
I just found out the wlan bridging script allows wpa (not sure if it allows wpa2) but to make my fonera work as an extension of my wireless network, I must use the same wpa password, right? The problem is that I have a wpa password in hex format and the fonera requires a pasphrase in ascii format. Is there a way to directly insert the hex in some configuration file?
darkmind
DD-WRT Novice


Joined: 01 Dec 2006
Posts: 20

PostPosted: Sat Dec 02, 2006 12:06 pm    Post subject: Reply with quote
paulo_andre wrote:
I just found out the wlan bridging script allows wpa (not sure if it allows wpa2) but to make my fonera work as an extension of my wireless network, I must use the same wpa password, right? The problem is that I have a wpa password in hex format and the fonera requires a pasphrase in ascii format. Is there a way to directly insert the hex in some configuration file?


where I can find this script? thanks
paulo_andre
DD-WRT User


Joined: 15 Oct 2006
Posts: 82

PostPosted: Sat Dec 02, 2006 2:12 pm    Post subject: Reply with quote
http://fon.freddy.eu.org/fonera/bridge-private-wlan/
darkmind
DD-WRT Novice


Joined: 01 Dec 2006
Posts: 20

PostPosted: Sat Dec 02, 2006 6:06 pm    Post subject: Reply with quote
I have executed the script but I don't know how to connect the fonera's wlan to dg834gt's wlan. Who can solve my problem? How can I use "ifup"? thanks
dietcokefiend
DD-WRT Novice


Joined: 03 Dec 2006
Posts: 8

PostPosted: Sun Dec 03, 2006 3:20 am    Post subject: Reply with quote
What file handles the creation of Ath0 and Ath1, and could allow one to disable one from being made at each reset? I have been having some fun playing around with this, but can't seem to figure out how to change the firmware for some of the settings regarding the AP creation. I want to disable the public wifi half.
t4thfavor
DD-WRT Novice


Joined: 01 Dec 2006
Posts: 33
Location: Michigan, USA

PostPosted: Sun Dec 03, 2006 5:45 am    Post subject: Reply with quote
A quick and dirty hack for that is to disable a bunch of the startup scripts, which ones I do not know.
Or you could make an N99KillAth0 script that contains this text
Code:

wlanconfig ath0 destroy


Dirty, I know. But thats how I roll.
Diavlo
DD-WRT Novice


Joined: 03 Dec 2006
Posts: 5
Location: Montpellier, FR

PostPosted: Sun Dec 03, 2006 11:40 pm    Post subject: Reply with quote
t4thfavor wrote:
A quick and dirty hack for that is to disable a bunch of the startup scripts, which ones I do not know.
Or you could make an N99KillAth0 script that contains this text
Code:

wlanconfig ath0 destroy


Dirty, I know. But thats how I roll.

Sorry to seem dumb, but where do you make this script ?
Fon can see that your fonera doesn't have a public ssid anymore ?
t4thfavor
DD-WRT Novice


Joined: 01 Dec 2006
Posts: 33
Location: Michigan, USA

PostPosted: Mon Dec 04, 2006 1:47 am    Post subject: Reply with quote
Im not sure what effect this will have on your fon subscription, I assumed that since you were already on this page that you were not going to comply with the Fon ToS.

The script would go in /etc/init.d which is where the os looks for things to do at boot time.
My advice is that if you are going to modify the AP in any way you should probably render it unusable to fon, since its kind of a security breach that you have a root shell in the first place.
Or something like that.
dietcokefiend
DD-WRT Novice


Joined: 03 Dec 2006
Posts: 8

PostPosted: Mon Dec 04, 2006 2:00 am    Post subject: Reply with quote
Welp, I played a bit too much, and killed the startup process. Stopped it from making Ath0 on startup, and now it gets stuck in the boot process before it grabs an IP on WAN. So no IP, no SSH, no more Fonera Sad

And since I got this sucker free, its not even worth it to buy a TTL adapter to gain shell access through serial. Anyone want a non-booting fixable Fonera? Laughing
Goto page Previous  1, 2, 3 ... 11, 12, 13 ... 36, 37, 38  Next Display posts from previous:    Page 12 of 38
Post new topic   Reply to topic    DD-WRT Forum Forum Index -> Atheros WiSOC 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 cannot attach files in this forum
You cannot download files in this forum