From: Miaoqing Pan
Signed-off-by: Miaoqing Pan
---
.../ar71xx/base-files/etc/uci-defaults/02_network | 1 +
target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 +
target/linux/ar71xx/config-3.18| 1 +
.../ar71xx/files/arch/mips/ath79/mach-ap143.c | 142 +++
From: Miaoqing Pan
Patch cherry-picked from the following location:
https://www.codeaurora.org/cgit/quic/qsdk/oss/system/openwrt/commit/?h=release/coconut_ioe4531_2.0&id=5c357bf6c763e4140dddcc9a3bc5f005525a9c0e
Changelist,
- add more register defines
- add EHCI support
- fix GPIO pin
Dnia 2015-07-01, o godz. 23:15:39
Matti Laakso 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 huawei version, works wi
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 21.180.01.
On Wed, Jul 01, 2015 at 09:00:15PM +0200, Bastian Bittorf wrote:
> * Jonathan Bennett [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 is wrong with th
hi bastian,
2015-07-01 21:55 GMT+02:00 Bastian Bittorf :
> * Emmanuel Deloget [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
> 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
* Emmanuel Deloget [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? bye, bastian
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
wrote:
> * Jonathan Bennett [01.
* Jonathan Bennett [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 mailing list
openwrt-d
chrono 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 here or we're fight
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 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?
>
> - 8mb+ flash
> -
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
___
openwrt-
On Wed, Jul 1, 2015 at 5:57 PM, Jonathan Bennett
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 images.
Thanks,
On Wed, Jul 1, 2015 at 5:56 PM, Lars 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 it, thanks!
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
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
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
openwrt-devel@lists.open
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
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
overlooke
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
chrono 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
>
> ^DSFLOWRPT:0002,,,0
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 for
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
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 o
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
uboot-lantiq: Add support for Arcadyan ARV8539PW22 (Speedport W 504V)
Signed-off-by: Jannis Pinter
---
diff --git a/package/boot/uboot-lantiq/Makefile
b/package/boot/uboot-lantiq/Makefile
index b396ab7..99b101f 100644
--- a/package/boot/uboot-lantiq/Makefile
+++ b/package/boot/uboot-lantiq/Make
lantiq: Add support for Arcadyan ARV8539PW22 (Speedport W 504V)
Signed-off-by: Jannis Pinter
---
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
--- a/target/linux/lantiq/base-files/etc/u
28 matches
Mail list logo