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
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
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
___
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
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
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
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
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
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/
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.
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(+),
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
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
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
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
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
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
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 -
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
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
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
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
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.
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
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,
25 matches
Mail list logo