Re: [OpenWrt-Devel] Huawei 3372 NCM support on CC not working

2015-07-01 Thread Bjørn Mork
chrono chr...@open-resource.org writes: IIRC I've already mentioned that I've tried the -arp approach on the openwrt test and also did this on the gentoo box: Ah, sorry. You document much better than I read :) The thing that puzzles me most is that either I'm totally doing something wrong

[OpenWrt-Devel] Dualradio 2.4/5GHz ath9k-Hardware which is deliverable?

2015-07-01 Thread Bastian Bittorf
In our community we are struggling now, what we can buy. TP-Link 4900 and 4300 are EOL now in Germany. What else is there? - 8mb+ flash - 450 mbit ath9k 2.4 GHz - 450 mbit ath9k 5 GHz - 128mb ram - 5 gigabit ports - OpenWrt 8-) bye, bastian ___

Re: [OpenWrt-Devel] Dualradio 2.4/5GHz ath9k-Hardware which is deliverable?

2015-07-01 Thread Jonathan Bennett
I have had great success with the tp-link Archer c7. It fits the bid nicely, if it is available. On Wed, Jul 1, 2015, 1:06 PM Bastian Bittorf bitt...@bluebottle.com wrote: In our community we are struggling now, what we can buy. TP-Link 4900 and 4300 are EOL now in Germany. What else is there?

Re: [OpenWrt-Devel] Dualradio 2.4/5GHz ath9k-Hardware which is deliverable?

2015-07-01 Thread Bastian Bittorf
* Jonathan Bennett jbscienc...@gmail.com [01.07.2015 20:33]: I have had great success with the tp-link Archer c7. It fits the bid nicely, if it is available. no, it does not fit. it has only an ath10k-radio for 5ghz. bye, bastian ___ openwrt-devel

[OpenWrt-Devel] [PATCH 2/2] uboot-lantiq: Add support for Arcadyan ARV8539PW22 (Speedport W 504V)

2015-07-01 Thread Jannis Pinter
uboot-lantiq: Add support for Arcadyan ARV8539PW22 (Speedport W 504V) Signed-off-by: Jannis Pinter jan...@pinterjann.is --- diff --git a/package/boot/uboot-lantiq/Makefile b/package/boot/uboot-lantiq/Makefile index b396ab7..99b101f 100644 --- a/package/boot/uboot-lantiq/Makefile +++

[OpenWrt-Devel] For RG100A-AA, How to modify the default value of /etc/config/network?

2015-07-01 Thread zhengfish
Hi, All I'm using openwrt-14.07. I want to modify the default value of /etc/config/network while I build the images for RG100A-AA. I tried to modify this file -- package/base-files/files/etc/config/network, but it seems have no effect. Which file should I modify? Here is my network by default

Re: [OpenWrt-Devel] For RG100A-AA, How to modify the default value of /etc/config/network?

2015-07-01 Thread N.Leiten
There's two ways of default configuration - first is statically for all platforms in package/base-files/files/etc/config/network and using 'uci-default' hooks. The second type is used for target depended configurations (either different ports on switch as lan/wan or even different interfaces

Re: [OpenWrt-Devel] For RG100A-AA, How to modify the default value of /etc/config/network?

2015-07-01 Thread Jannis Pinter
Hi zhengfish, I want to modify the default value of /etc/config/network while I build the images for RG100A-AA. I tried to modify this file -- package/base-files/files/etc/config/network, but it seems have no effect. Which file should I modify? to include custom files (e.g. config files) in

Re: [OpenWrt-Devel] Huawei 3372 NCM support on CC not working

2015-07-01 Thread chrono
Ahoy @ll, In short: I've be trying and failing for more than 4 days now to use a 4G/LTE Stick as WAN device using NCM and wwan0 instead of slow pppd/wvdial/modem usage. Any help and ideas would be appreciated. Setup: Openwrt (git/master) Host: TL-MR3020 Stick: Telekom Speedstick LTE V (Huawei

Re: [OpenWrt-Devel] Huawei 3372 NCM support on CC not working

2015-07-01 Thread Bjørn Mork
chrono chr...@open-resource.org writes: ### test flow ### echo -e AT^NDISDUP=1,1,\internet.eplus.de\,\eplus\,\gprs\\r /dev/ttyUSB1 AT^NDISDUP=1,1,internet.eplus.de,eplus,gprs OK ^NDISSTAT:1,,,IPV4 ^RSSI:19 ^HCSQ:LTE,47,40,126,20

[OpenWrt-Devel] [PATCH 1/2] lantiq: Add support for Arcadyan ARV8539PW22 (Speedport W 504V)

2015-07-01 Thread Jannis Pinter
lantiq: Add support for Arcadyan ARV8539PW22 (Speedport W 504V) Signed-off-by: Jannis Pinter jan...@pinterjann.is --- diff --git a/target/linux/lantiq/base-files/etc/uci-defaults/01_leds b/target/linux/lantiq/base-files/etc/uci-defaults/01_leds index 8041ac9..2c97153 100644 ---

[OpenWrt-Devel] config for WNDR3800

2015-07-01 Thread Maciej Soltysiak
Hi, I was planning to try and build openwrt on my box. Is there an official .config file that's used when building the snapshots? I'm looking for .config for Netgear WNDR3800. Best regards, Maciej ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] config for WNDR3800

2015-07-01 Thread Jonathan Bennett
Instead of using a premade .config, you'll want to use make menuconfig. Under Target profile, you'll find the netgear WNDR3800. Also, you will probably want to first run ./scripts/feeds update and ./scripts/feeds install -a in order to get the extra packages and luci. Then if you want luci in

Re: [OpenWrt-Devel] config for WNDR3800

2015-07-01 Thread Lars
hey, this is the dotconfig used for the snapshots: https://downloads.openwrt.org/snapshots/trunk/ar71xx/generic/config you only have to select the target, otherwise it'll build images for all ar71xx targets. lars On 01.07.2015 17:50, Maciej Soltysiak wrote: Hi, I was planning to try and

Re: [OpenWrt-Devel] Huawei 3372 NCM support on CC not working

2015-07-01 Thread chrono
Great docs of what you have tried! I can't really expect help or a magic solution without giving detailed info about what I've tried. Besides, since we're all connected, it might help to fix these issues in general because I have a device to test and other devs might see something I've

Re: [OpenWrt-Devel] config for WNDR3800

2015-07-01 Thread Maciej Soltysiak
On Wed, Jul 1, 2015 at 5:57 PM, Jonathan Bennett jbscienc...@gmail.com wrote: Instead of using a premade .config, you'll want to use make menuconfig. Under Target profile, you'll find the netgear WNDR3800. Right, I just wanted to start off with the same set of packages built in as the trunk

Re: [OpenWrt-Devel] [PATCH] ar71xx: fix kernel Oops in at803x_link_change_notify

2015-07-01 Thread Christian Lamparter
On Tuesday, June 30, 2015 05:35:12 PM Sven Eckelmann wrote: r45954 (ar71xx: fix 100/10mbps ethernet link issues on mynet range extender) introduced a pdata based modification of the tx_clk_dly. But it was not checked if pdata actually existed. This caused a page fault on all devices which

Re: [OpenWrt-Devel] config for WNDR3800

2015-07-01 Thread Maciej Soltysiak
On Wed, Jul 1, 2015 at 5:56 PM, Lars la...@systemli.org wrote: hey, this is the dotconfig used for the snapshots: https://downloads.openwrt.org/snapshots/trunk/ar71xx/generic/config you only have to select the target, otherwise it'll build images for all ar71xx targets. Why didn't I see

[OpenWrt-Devel] gpio-ralink, no interrupt GPIO pin?

2015-07-01 Thread Baptiste Clenet
Hi, I was trying to set an interrupt pin for my transceiver in the .dts and after some research, I had a look at gpio-ralink.c and found that the registers for interrupt GPIO are not used. (GINT_REDGE, GINT_FEDGE, GINT_HLVL ... for Ralink MT7628) How may I set a GPIO pin as an interrupt then?

Re: [OpenWrt-Devel] Dualradio 2.4/5GHz ath9k-Hardware which is deliverable?

2015-07-01 Thread Emmanuel Deloget
You should try Aliexpress - it seems they still have some 4900 (be aware that prices might be a bit weird). I also found one company in France that can sell it (integration-reseaux.com ). BR, -- Emmanuel Deloget On Wed, Jul 1, 2015 at 9:00 PM, Bastian Bittorf bitt...@bluebottle.com wrote: *

Re: [OpenWrt-Devel] Dualradio 2.4/5GHz ath9k-Hardware which is deliverable?

2015-07-01 Thread Bastian Bittorf
* Emmanuel Deloget log...@free.fr [01.07.2015 21:50]: You should try Aliexpress - it seems they still have some 4900 (be aware that prices might be a bit weird). my question is not about tricks to get these devices. it's about what can be found everywhere. is 2.4+5ghz ath9k really outdated?

Re: [OpenWrt-Devel] Huawei 3372 NCM support on CC not working

2015-07-01 Thread Matti Laakso
I'm still unsure which devices the actual control interface is, usually I end up using /dey/ttyUSB1 but test with USB0 and cdc-wdm0 as well to be sure for lack of better understanding. As far as DHCP is concerned, do you mean DHCP by udhcpc/dhcpcd was working or the somewhat hacky AT^DHCP?

Re: [OpenWrt-Devel] Dualradio 2.4/5GHz ath9k-Hardware which is deliverable?

2015-07-01 Thread Etienne Champetier
hi bastian, 2015-07-01 21:55 GMT+02:00 Bastian Bittorf bitt...@bluebottle.com: * Emmanuel Deloget log...@free.fr [01.07.2015 21:50]: You should try Aliexpress - it seems they still have some 4900 (be aware that prices might be a bit weird). my question is not about tricks to get these

Re: [OpenWrt-Devel] Dualradio 2.4/5GHz ath9k-Hardware which is deliverable?

2015-07-01 Thread Jos Vos
On Wed, Jul 01, 2015 at 09:00:15PM +0200, Bastian Bittorf wrote: * Jonathan Bennett jbscienc...@gmail.com [01.07.2015 20:33]: I have had great success with the tp-link Archer c7. It fits the bid nicely, if it is available. no, it does not fit. it has only an ath10k-radio for 5ghz. What

Re: [OpenWrt-Devel] Huawei 3372 NCM support on CC not working

2015-07-01 Thread Cezary Jackiewicz
Dnia 2015-07-01, o godz. 23:15:39 Matti Laakso malaa...@elisanet.fi napisał(a): According to Enrico Huawei's own driver works also with E3372, but I remember I was not able to compile it for a relatively recent kernel. See https://github.com/obsy/packages/tree/master/huawei-hw-cdc It is

Re: [OpenWrt-Devel] Huawei 3372 NCM support on CC not working

2015-07-01 Thread Vittorio G (VittGam)
Hello, Are we talking about E3372h or E3372s? I've got E3372h working by doing this: echo 6000 /sys/class/net/wwan0/cdc_ncm/tx_max echo 0 /sys/class/net/wwan0/cdc_ncm/min_tx_pkt But it seems it didn't help an E3372s owner unfortunately. :/ My stick is a E3372h-153 with firmware

[OpenWrt-Devel] [PATCH V5] linux:generic: mtd backport for Spansion S25FL164K

2015-07-01 Thread L. D. Pinney
Backport for the Spansion S25FL164K It's a 8 MiB flash chip with 4 KiB erase sectors. Signed-off-by: L. D. Pinney ldpin...@gmail.com --- target/linux/generic/patches-3.18/091-mtd-spi-nor-add-support-Spansion_S25FL164K | 12