[OpenWrt-Devel] How to enable AP in attitude_adjustment for Tplink WR703n

2013-05-25 Thread jinzhcheng
Dear All I checkout r36652 version of attitude_adjustment branch, and build to generate openwrt-ar71xx-generic-tl-wr703n-v1-squashfs-factory.bin, but after download to board, I cant find wlan0 device for AP: root@OpenWrt:/# ifconfig br-lanLink encap:Ethernet HWaddr 84:5D:D7:00:31:88

[OpenWrt-Devel] 3g disconnect on WR703N

2013-06-08 Thread jinzhcheng
Dear All I flash Attitude Adjustment(r36652) image to WR703N, and connect 3g usb dongle to it. After establish 3g connection, we find 3g connection disconnect very soon. But this problem doesn't exist if we connect this usb dongle to another router. Would you can give me any suggestion? Thank

Re: [OpenWrt-Devel] 3g disconnect on WR703N

2013-06-10 Thread jinzhcheng
>On 6/8/2013 8:10 PM, Mitch Kelly wrote: >> >> Hi, >> >> The 703N can only supply 200mA out the USB port, Its likely this issue >> is caused by the device using more power that can be supplied and the >> device resetting. >> >> TP-Link have a compatibility Martix for devices, It is based on Power

Re: [OpenWrt-Devel] 3g disconnect on WR703N

2013-06-10 Thread jinzhcheng
>On 6/8/2013 8:10 PM, Mitch Kelly wrote: >> >> Hi, >> >> The 703N can only supply 200mA out the USB port, Its likely this issue >> is caused by the device using more power that can be supplied and the >> device resetting. >> >> TP-Link have a compatibility Martix for devices, It is based on Power

Re: [OpenWrt-Devel] LUCI works extremely slow...

2013-06-10 Thread jinzhcheng
>My understanding is that OpenWRT Attitude Adjustment, along with current >versions of trunk, are not expected to run in any reliable way under less >than 32MB of RAM. In particular, the v3.x kernel is not supported for so >little memory, and the OpenWRT dev community likewise doesn't support it.

[OpenWrt-Devel] openssh-server configure in attitude_adjustment

2013-06-15 Thread jinzhcheng
Dear Sir (1) This my config file in attitude_adjustment about openssh-server: CONFIG_DEFAULT_dropbear=y # CONFIG_PACKAGE_dropbear is not set # # SSH # # CONFIG_PACKAGE_openssh-client is not set # CONFIG_PACKAGE_openssh-client-utils is not set CONFIG_PACKAGE_openssh-keygen=y CONFIG_PACKAGE_openssh

[OpenWrt-Devel] How to modify WR703N wlan mac

2013-07-05 Thread jinzhcheng
Dear Sir I try to modify mach-tl-wr703n.c: static void __init tl_wr703n_setup(void) { u8 *mac = (u8 *) KSEG1ADDR(0x1f01fc00); u8 *ee = (u8 *) KSEG1ADDR(0x1fff1000); printk("%s\n", __func__); // set mac test, will be set same in /etc/config/wireless *mac = 0x84;

Re: [OpenWrt-Devel] How to modify WR703N wlan mac

2013-07-06 Thread jinzhcheng
promiscuous mode Jan 1 00:00:53 OpenWrt kern.info kernel: [ 53.61] br-lan: port 2(wlan0) entered disabled state If any suggestion? Thanks! At 2013-07-05 23:21:53,jinzhcheng wrote: Dear Sir I try to modify mach-tl-wr703n.c: static void __init tl_wr703n_setup(void) { u8 *mac = (u8

[OpenWrt-Devel] How to use ethernet port as lan or wan port in WR703N

2014-02-16 Thread jinzhcheng
Dear Sirs. As we know, we can configure "network.lan.interface" or "network.wan.interface" as eth0 to use ethernet port as lan or wan port on WR703N. I think it should need to do anything in driver for switch ethernet port, and I want to know what happened between user space and kernel space af

[OpenWrt-Devel] Openwrt won't enable wifi if connect main router failed in repeater mode

2014-02-23 Thread jinzhcheng
Dear Sir, I configure my WR703N to repeater mode, wlan0-1 connect to main router, and PC connect to WR703N by wlan0. WR703N work normally if it can connect main router, but if it connect main router failed, openwrt won't enable WR703N wlan0, so I can't login WR703N to reconfigure it. How to mo

[OpenWrt-Devel] Really slow 3G speed through router... okay when connected directly

2014-02-23 Thread jinzhcheng
Dear Sir, I have a HUAWEI 3G usb modem, The download speed is over 160KB/s if connected directly to PC, but if used with WR703N, the download speed is only 60KB/s. I think wifi and usb speed isn't bottleneck, but what is root cause of slower speed through router? pppd? Thanks! _