Re: [OpenWrt-Devel] MyNET N750 - Actually turn the LNA on.

2014-02-06 Thread Luis E. Garcia
I'm copying Gabor so that he might help us. Chirag, I'm trying to read the status of the GPIOs by using the /sys/class/gpio/export root@OpenWrt:/# echo 15 > /sys/class/gpio/export ash: write error: Device or resource busy This doesn’t work, as the system complains that resource is busy. I do hav

[OpenWrt-Devel] Firstboot problems

2014-02-06 Thread Marco Antonio Mauro
Hi, the router I'm working on at the moment, the DGN3500 lantiq platform, has a strange issue: it won't create or save the configuration. I see this in the logs: [0.00] Linux version 3.10.26 (marcus905@experiment) (gcc version 4.6.4 (OpenWrt/Linaro GCC 4.6-2013.05 r39286) ) #39 Thu Feb 6

[OpenWrt-Devel] Lantiq DSL status info

2014-02-06 Thread Marco Antonio Mauro
Hi, does anyone know how to interact with the dsl daemon via a cli to query some extended data? I'd like to get a bit more data in the web interface and the dsl_control status call. Thanks! -- Marcus905 GPG pubkey: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x1FC0ECC932FE5FAC ___

Re: [OpenWrt-Devel] [PATCH] [packages] taskwarrior: update to 2.20, fix compile

2014-02-06 Thread Hauke Mehrtens
On 11/17/2013 11:27 PM, Dirk Neukirchen wrote: > - fixes build errors (from buildbot logs): > build/staging_dir/target-mips_34kc_uClibc-0.9.33.2/usr/lib/liblua.so: > undefined reference to `dlsym' > build/staging_dir/target-mips_34kc_uClibc-0.9.33.2/usr/lib/liblua.so: > undefined reference to `dl

Re: [OpenWrt-Devel] MyNET N750 - Actually turn the LNA on.

2014-02-06 Thread Luis E. Garcia
Chirag, Can you test the reception on the radios with the patch at r39213. Also can you check the behavior of LuCI with revision on the r394xx range. I get better reception on the 5GHz radio and a resposive LuCI [Configuration of radios WLan0 & WLan1] with the changes made on patch r39213. Builds

Re: [OpenWrt-Devel] [PATCH] [packages] libftdi: fix pkgconfig support by installing .pc into staging dir

2014-02-06 Thread Hauke Mehrtens
On 12/23/2013 04:07 PM, Alexander Couzens wrote: > Signed-off-by: Alexander Couzens > --- > libs/libftdi/Makefile | 2 ++ > 1 file changed, 2 insertions(+) > Thank you for the patch, it was applied in r39520. Hauke ___ openwrt-devel mailing list openw

Re: [OpenWrt-Devel] [packages] libftdi : fix build error

2014-02-06 Thread Hauke Mehrtens
On 12/10/2013 07:17 PM, Dirk Neukirchen wrote: > - using cmake to find libusb > - fix header location > > fixes https://dev.openwrt.org/ticket/13258 > > Signed-off-by: Dirk Neukirchen Thank you for the patch, it was applied in r39519. Hauke ___ openw

Re: [OpenWrt-Devel] MyNET N750 - Actually turn the LNA on.

2014-02-06 Thread Chirag Chhatriwala
Very strange. I don't have the problem of the router being deaf anymore. However further investigation into the code leads me to believe that the value is never set to GPIOF_INIT_HIGH. Which is confusing. Or am I not seeing the obvious? ath79_wmac_set_ext_lna_gpio calls ar934x_set_ext_lna_gpio

Re: [OpenWrt-Devel] [PATCH] [packages] libqmi: update to 1.8.0

2014-02-06 Thread Hauke Mehrtens
On 12/12/2013 07:05 PM, Tim Harvey wrote: > Signed-off-by: Tim Harvey > --- > libs/libqmi/Makefile | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/libs/libqmi/Makefile b/libs/libqmi/Makefile > index a9db3c0..f094439 100644 > --- a/libs/libqmi/Makefile > +++ b/libs/

[OpenWrt-Devel] MyNET N750 - Actually turn the LNA on.

2014-02-06 Thread Luis E. Garcia
Images found here: http://openwrt.crc.id.au/ Steve The code you first sent was merged with revision 39213 for the N750. If I use your image with this patch ( the one marked ) r39211 - I can get connected with both radios. LuCI responds in a timely fashion. There is no lag when applying changes.

Re: [OpenWrt-Devel] [PATCH] Update authsae to latest version

2014-02-06 Thread Hauke Mehrtens
On 12/15/2013 11:49 PM, Etienne CHAMPETIER wrote: > Only compile tested but the changes are minimal > https://github.com/cozybit/authsae/compare/f5693a3...1d1a122 > > Signed-off-by: Etienne CHAMPETIER > --- > package/network/services/authsae/Makefile | 4 ++-- > 1 file changed, 2 insertions(+),

Re: [OpenWrt-Devel] [PATCH 2/2] Fix rp-pppoe linkage

2014-02-06 Thread Hauke Mehrtens
On 12/16/2013 09:57 AM, Nils Rennebarth wrote: > From: Nils Rennebarth > > Do not link against libevent if present on your target. That lib is > completely different from the libevent in rp-pppoe. The lib is part > of the dependencies, so no -L and -l are necessary anyway. > > Signed-off-by: Nil

Re: [OpenWrt-Devel] [RFC] mt7620 wifi

2014-02-06 Thread Roman Yeryomin
On 6 February 2014 13:27, Roman Yeryomin wrote: > On 6 February 2014 13:01, Helmut Schaa wrote: >> On Thu, Feb 6, 2014 at 11:40 AM, Roman Yeryomin >> wrote: >>> On 5 February 2014 09:21, Helmut Schaa wrote: Did you check with a second wifi device if the card transmits any frames in A

Re: [OpenWrt-Devel] MyNET N750 - Actually turn the LNA on.

2014-02-06 Thread Andy Botting
Steve, If others have an N750 that they could test on, I have a built image > with this patch included at: > http://openwrt.crc.id.au/r39504/ > Is your LNA patch applicable to the N600? I've got a couple of them sitting around after I tried them out and had signal issues (presumably befo

Re: [OpenWrt-Devel] MyNET N750 - Actually turn the LNA on.

2014-02-06 Thread Steven Haigh
On 07/02/14 08:37, Andy Botting wrote: > Steve, > > If others have an N750 that they could test on, I have a built image > with this patch included at: > http://openwrt.crc.id.au/r39504/ > > > Is your LNA patch applicable to the N600? > > I've got a couple of them sitting ar

Re: [OpenWrt-Devel] MyNET N750 - Actually turn the LNA on.

2014-02-06 Thread Steven Haigh
On 07/02/14 03:18, Felix Kaechele wrote: > I guess you got that piece of code wrong. > > The first argument to the ath79_wmac_set_ext_lna_gpio function refers to > the TX chain, not the value to be written to the GPIO. > > So everything is fine here. Without sounding rude here, are you sure? My

Re: [OpenWrt-Devel] MyNET N750 - Actually turn the LNA on.

2014-02-06 Thread Felix Kaechele
I guess you got that piece of code wrong. The first argument to the ath79_wmac_set_ext_lna_gpio function refers to the TX chain, not the value to be written to the GPIO. So everything is fine here. Regards, Felix ___ openwrt-devel mailing list openwr

[OpenWrt-Devel] [PATCH v4] DGN3500 (all known variants) factory image building support

2014-02-06 Thread Marco Antonio Mauro
This patch adds factory image building for the DGN3500, all variants. The images can be used directly in the update dialog in the web interface of the stock firmware and via the special Sercomm bootmode and a special windows flashing utility (allegedly present in the CD that came with the device -

Re: [OpenWrt-Devel] [RFC] mt7620 wifi

2014-02-06 Thread Roman Yeryomin
On 6 February 2014 13:01, Helmut Schaa wrote: > On Thu, Feb 6, 2014 at 11:40 AM, Roman Yeryomin wrote: >> On 5 February 2014 09:21, Helmut Schaa wrote: >>> So, you ported the code from the ralink rt2860 driver, right? >>> I haven't looked into newer ralink chips at all. Did you check if

Re: [OpenWrt-Devel] [RFC] mt7620 wifi

2014-02-06 Thread Helmut Schaa
On Thu, Feb 6, 2014 at 11:40 AM, Roman Yeryomin wrote: > On 5 February 2014 09:21, Helmut Schaa wrote: >> So, you ported the code from the ralink rt2860 driver, right? >> I haven't looked into newer ralink chips at all. Did you check if any MAC >> layer changes regarding RX and TX rin

[OpenWrt-Devel] Will OpenWrt apply for Google Summer of Code 2014 as organization?

2014-02-06 Thread Hao MA
Hi all, I am a student programmer and an OpenWrt fan for long time. I am familiar with wireless routers and OpenWrt. I would like to know if the OpenWrt has any chance to be in the GSoC this year. Many thanks. Hao ___ openwrt-devel mailing list o

Re: [OpenWrt-Devel] [PATCH] bcm63xx: decrease bcm6348 SPI FIFO size

2014-02-06 Thread Jonas Gorski
On Thu, Feb 6, 2014 at 4:14 AM, Florian Fainelli wrote: > Hi, > > Le 02/02/2014 12:01, dani a écrit : > >> Decrease the SPI FIFO size in BMC6348 boards to avoid random reads/writes. >> >> The parameter BCM63XX_SPI_MAX_PREPEND is causing the SPI driver exceeds >> the hardware capabilities when read

Re: [OpenWrt-Devel] [RFC] mt7620 wifi

2014-02-06 Thread Roman Yeryomin
On 5 February 2014 09:21, Helmut Schaa wrote: > So, you ported the code from the ralink rt2860 driver, right? > I haven't looked into newer ralink chips at all. Did you check if any MAC > layer changes regarding RX and TX rings exist? Yes, from rt2860v2 2.7.1.6 to be precise.

Re: [OpenWrt-Devel] [PATCH] [x86_64]: adding ATA GENERIC + PIIX to support IDE HDD

2014-02-06 Thread Imre Kaloz
On Wed, 05 Feb 2014 15:50:15 +0100, Alexandru Ardelean wrote: Seems that the x86_64 build of OpenWRT hangs on boot in KVM and QEMU. After looking over the 'target/linux/x86_64' folder in comparison with 'target/linux/x86' I've narrowed it down to just these 2 options that have to explicitly be

Re: [OpenWrt-Devel] [PATCH] AA: ar71xx: Add support for TP-LINK WR847N v8

2014-02-06 Thread Jaehoon You
Well, I’d rather not use Gmail web to send patch. Sorry again. Signed-off-by: Jaehoon You > This patch adds TP-LINK WR847N v8 which is rebrand model of WR841N v8 with > updated bootloader. > There's no hardware difference between WR847N v8 and > WR841N(D) v8, so I modify Makefile and compile,