Re: [OpenWrt-Devel] Change OpenWrt Wifi default settings

2015-08-02 Thread John kerry
Hello Guys, It's working. Thanks a lot to all of you :) On Mon, Aug 3, 2015 at 10:43 AM, David Lang da...@lang.hm wrote: The way to do this is to first forget about the factory reset problem and configure the AP to do what you want (including any encryption) then you can take the resulting

Re: [OpenWrt-Devel] Change OpenWrt Wifi default settings

2015-08-02 Thread N.Leiten
Hi, Don't answer to my e-mail only, you need to add openwrt-devel maillist to CC or just answer to CC, in each case I'll receive message but also everyone could see all discussion. In email dated Воскресенье - 02 августа 2015 12:54:32 user John kerry wrote: Hi Leiten, I have added new

Re: [OpenWrt-Devel] Change OpenWrt Wifi default settings

2015-08-02 Thread John kerry
Hi Leiten, Thank you so much, Its working :) On Sun, Aug 2, 2015 at 3:12 PM, N.Leiten nicklei...@gmail.com wrote: Hi, Don't answer to my e-mail only, you need to add openwrt-devel maillist to CC or just answer to CC, in each case I'll receive message but also everyone could see all

Re: [OpenWrt-Devel] Change OpenWrt Wifi default settings

2015-08-02 Thread John kerry
Hi Leiten, I have one issue, after upgrading this firmware it will load wireless configuration with this changes, actually it should load when i do factory reset. Thanks, On Sun, Aug 2, 2015 at 3:45 PM, John kerry kerry9...@gmail.com wrote: Hi Leiten, Thank you so much, Its working :) On

Re: [OpenWrt-Devel] [PATCH] ramips: Fix Ticket #20153 swap radio calibration data pointers on the RE6500

2015-08-02 Thread Michael Bastian
I applied this patch against CC r46531 and the signal levels on both bands are now fine. A bit lower than on my Archer C7(CC RC2) but that was to be expected. L. D. Pinney ldpin...@gmail.com hat am 29. Juli 2015 um 11:33 geschrieben: This patch fixes weak radio signal reported by

Re: [OpenWrt-Devel] Change OpenWrt Wifi default settings

2015-08-02 Thread Weedy
On 2 Aug 2015 12:19, John kerry kerry9...@gmail.com wrote: Hi, I am using below uci script, vi target/linux/ar71xx/base-files/etc/uci-defaults/99-wireless If you're building images yourself you might like to use files/ instead. svn checkout/files/etc/config/wireless You can dump any file

Re: [OpenWrt-Devel] Change OpenWrt Wifi default settings

2015-08-02 Thread Weedy
You seem to be having problems using uci-defaults. So forget that. Copy the running/working/complete config file from your device into files/etc/config/wireless. You need to make the files directory. You can put anything in there. weedy@HAF ~/projects/openwrt $ ls -al files/etc/config/ total 60

Re: [OpenWrt-Devel] Change OpenWrt Wifi default settings

2015-08-02 Thread John kerry
Hi, Sorry i didn't get, you mean to say i should not add files under vi target/linux/ar71xx/base-files/etc/uci-defaults/99-wireless Could you please explain. On Mon, Aug 3, 2015 at 12:22 AM, Weedy weedy2...@gmail.com wrote: On 2 Aug 2015 12:19, John kerry kerry9...@gmail.com wrote:

Re: [OpenWrt-Devel] Change OpenWrt Wifi default settings

2015-08-02 Thread Weedy
make On Sun, Aug 2, 2015 at 12:56 PM, John kerry kerry9...@gmail.com wrote: Hi, so i created directory as below and copy the following files root@OpenWrt:/# ls -al files/etc/config/ drwxr-xr-x2 root root 0 Jul 30 18:42 . drwxr-xr-x3 root root 0 Jul

Re: [OpenWrt-Devel] Change OpenWrt Wifi default settings

2015-08-02 Thread John kerry
Hi, See that i created files in console, The main source code there is path : package/base-files/files/etc/config/ under this now already two files are there, but if i see in console under /etc/config it shows rwxrwxr-x1 root root 0 Jan 1 1970 . drwxrwxr-x1 root

Re: [OpenWrt-Devel] Change OpenWrt Wifi default settings

2015-08-02 Thread John kerry
Hi, so i created directory as below and copy the following files root@OpenWrt:/# ls -al files/etc/config/ drwxr-xr-x2 root root 0 Jul 30 18:42 . drwxr-xr-x3 root root 0 Jul 30 18:35 .. -rw-r--r--1 root root 4045 Jul 30 18:42 ddns

Re: [OpenWrt-Devel] Change OpenWrt Wifi default settings

2015-08-02 Thread Donk
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 A how-to for create your own firmware with your own default files: http://wiki.openwrt.org/doc/howto/obtain.firmware.generate -BEGIN PGP SIGNATURE- Version: GnuPG v1 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

Re: [OpenWrt-Devel] Change OpenWrt Wifi default settings

2015-08-02 Thread John kerry
Hi, I am using below uci script, vi target/linux/ar71xx/base-files/etc/uci-defaults/99-wireless #copyright (c) 2013 The Linux Foundation. All rights reserved. # Copyright (C) 2011 OpenWrt.org # touch /etc/config/wireless uci set wireless.@wifi-device[0].disabled=0; uci set

Re: [OpenWrt-Devel] Change OpenWrt Wifi default settings

2015-08-02 Thread David Lang
to make the config be there after a factory reset, you need to put the changes into the image that you build. you already did this for /etc/config/network, do the same thing for /etc/config/wireless David Lang On Sun, 2 Aug 2015, John kerry wrote: Hi Leiten, I have one issue, after

Re: [OpenWrt-Devel] [PATCH 1/2] sunxi: fix uboot install location

2015-08-02 Thread Matthias Schiffer
On 07/31/2015 06:06 PM, Zoltan HERPAI wrote: On Sun, 26 Jul 2015, Zoltan HERPAI wrote: On Fri, 24 Jul 2015, John Crispin wrote: On 16/07/2015 22:20, Matthias Schiffer wrote: -BOARDS:= \ -sun4i-a10-cubieboard \ -sun4i-a10-olinuxino-lime \ -sun4i-a10-pcduino \ -

Re: [OpenWrt-Devel] Change OpenWrt Wifi default settings

2015-08-02 Thread John kerry
Hi All, I created separate files directory and added network and wireless files and its working everything but still i am not able to use encryption wpa2. Below is the my script. config wifi-device wifi0 option type qcawifi option channel auto option macaddr

Re: [OpenWrt-Devel] Change OpenWrt Wifi default settings

2015-08-02 Thread David Lang
The way to do this is to first forget about the factory reset problem and configure the AP to do what you want (including any encryption) then you can take the resulting file and put it into the build system so that it becomes the 'factory default' settings. Since you are not understanding