-
If you set a wpa password for the master AP (using the web tab Master AP), the password is saved in the configuration file /etc/repeater/ponte2.conf.
But if you set some other options in another web tab, the configuration file will be rewritten without the password.
2009-03-08 00:48:01 UTC by niccolo
-
It seems that ponte2 hits this MadWifi bug: http://madwifi-project.org/ticket/1054
Executing /etc/ponte2 from the serial console, I get the error:
SCAN and RUN can't happen at the same time
Break instruction in kernel code in traps.c::do_bp, line 593:
To avoid the crash, I commented out line 627 of the script, the one which sets the AP channel:
$IWCONFIG $ath0_iface channel $AP_ch.
2009-03-08 00:44:19 UTC by niccolo
-
There is a problem in the way the profile.conf file is written by the configuration web page. Special characters in the 'WPA Shared Key' field (might be the case for other fields) are converted according to RFC 1738.
pm2036 from FrancoFON provided this solution:
to add:
------------
urldecode(){
echo -e "$(sed 'y/+/ /; s/%/\\x/g')"
}
------------
and replace :
------------...
2007-08-27 17:41:12 UTC by nobody
-
You have to remove all files that was in the archive of ponte2.
From now we are also creating ipk package...so you can install an uninstall more easly ponte2...and return to you original state.
Best regards,
Emiliano.
2007-07-10 22:29:22 UTC by benazhack
-
Hi Antonio,
Thanks a lot for your answer. As I reset my Fonera to factory defaults, there is no trace of previous installation.
Nevertheless I post a copy of your answer and a link to this post on a French Linksys forum>
Best regards,
Mariotte91.
2007-06-19 18:40:10 UTC by mariotte91
-
Hi and sorry for delay in my answer!
You may simply delete
/etc/ponte2*
/www/ponte2*
/www/cgi-bin/ponte2*
however ponte2 scripts don't interfere with other way of working
--
Antonio.
2007-06-18 17:00:39 UTC by ansanto
-
Hello,
I have install Ponte2 on my Fonera but it seem to dont be compatible with my WRK54G.
I would like to come back to state before install but i dont see any documentation on it.
What are the directories and files to remove ?
best regards,
Mariotte91.
2007-06-14 14:37:37 UTC by mariotte91
-
FIX
edit line 267 of /etc/ponte2 and change the line:
[ $WapAlg_ap == 2 ] && WapCipher=CCMP
with:
[ $WapAlg_ap == CCMP ] && WapCipher=CCMP.
2007-06-13 07:49:31 UTC by ansanto
-
Chosing CCMP-AES in ponte2 form (section Repeater AP) the script use TKIP.
2007-06-13 07:38:51 UTC by ansanto
-
Anonymous committed patchset 1 of module CVSROOT to the repeater, FON expander, mesh network CVS repository, changing 11 files.
2007-04-13 21:10:45 UTC by nobody