[OpenWrt-Devel] Possible regression with 6302a648745a7ffa5ef99c77e4d3e05afa12543b

2015-12-13 Thread Nuno Gonçalves
root@OpenWrt:/tmp# sysupgrade openwrt.bin /sbin/sysupgrade: .: line 10: can't open '/lib/upgrade/nand.sh' Thanks, Nuno ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] procd crash

2014-09-16 Thread Nuno Gonçalves
On Wed, Apr 16, 2014 at 9:14 AM, Bastian Bittorf wrote: > * Nuno Gonçalves [16.04.2014 09:34]: >> Crash happens always after a dvb_usb_rtl28xxu stick is inserted for >> the 2nd time. > > please run procd in debug-mode (hitting key '4') during bootup > > bye,

Re: [OpenWrt-Devel] PATCH enable wifitoggle to switch only some wireless networks

2012-10-19 Thread Nuno Gonçalves
On Sat, Feb 11, 2012 at 4:14 PM, Bruno Silva wrote: > patch: > --- files/wifitoggle.hotplug.ori2012-02-11 15:21:42.637259964 + > +++ files/wifitoggle.hotplug2012-02-11 15:25:05.168970488 + > @@ -37,7 +37,7 @@ > > config_load wireless > mode="$(uci get wifitoggl

Re: [OpenWrt-Devel] Fwd: [PATCH] Add SSH VPN support to sshtunnel package

2012-10-19 Thread Nuno Gonçalves
On Wed, Aug 1, 2012 at 11:30 AM, Henning wrote: > Signed-off-by: Henning Botha Applied in 33857. Thanks. Nuno ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] AR7XX LED timer trigger bug

2012-10-19 Thread Nuno Gonçalves
LED timer trigger is disabled if you overwrite delay_on with the current value. root@openwrt:/sys/devices/platform/leds-gpio/leds/d-link:blue:wps# echo timer > trigger #STARTS BLINKING root@openwrt:/sys/devices/platform/leds-gpio/leds/d-link:blue:wps# echo 200 > delay_on #blinks with a shorter t

[OpenWrt-Devel] r38914 breaks multiple WiFi interfaces

2014-01-02 Thread Nuno Gonçalves
Since r38914 I can no longer have a AP and STA interface simultaneously on a WRT160NL. The STA will work fine but the AP SSID is not broadcasted. I'm not sure if this needs to be solved upstream on hostapd or needs to be patched. Regards, Nuno ___ openw

Re: [OpenWrt-Devel] r38914 breaks multiple WiFi interfaces

2014-01-03 Thread Nuno Gonçalves
On Fri, Jan 3, 2014 at 1:38 PM, Bastian Bittorf wrote: >already fixed, try trunk >= r39139 > >bye, bastian I found the issue on r39183 and backtracked it to r38914, so the issue is not fixed or at least is happening again. Thanks, Nuno ___ openwrt-dev

Re: [OpenWrt-Devel] r38914 breaks multiple WiFi interfaces

2014-01-03 Thread Nuno Gonçalves
On Fri, Jan 3, 2014 at 1:43 PM, Bastian Bittorf wrote: > please reopen https://dev.openwrt.org/ticket/14590 > and submit your config and experience there... > > bye, bastian Thanks for pointing me to the ticket. It was already reopened 3 weeks ago and it looks I have the same problem: # ubus ca

[OpenWrt-Devel] procd crash

2014-04-15 Thread Nuno Gonçalves
r40512 Crash happens always after a dvb_usb_rtl28xxu stick is inserted for the 2nd time. <4>[ 51.01] Unhandled kernel unaligned access[#1]: <4>[ 51.01] CPU: 0 PID: 895 Comm: procd Not tainted 3.10.36 #8 <4>[ 51.01] task: 818a6e10 ti: 80f0a000 task.ti: 80f0a000 <4>[ 51.01]

Re: [OpenWrt-Devel] procd crash

2014-04-16 Thread Nuno Gonçalves
On Wed, Apr 16, 2014 at 9:14 AM, Bastian Bittorf wrote: > * Nuno Gonçalves [16.04.2014 09:34]: >> Crash happens always after a dvb_usb_rtl28xxu stick is inserted for >> the 2nd time. > > please run procd in debug-mode (hitting key '4') during bootup Any way to

[OpenWrt-Devel] [PATCH 1/2] base-files: removes wps button handler

2014-04-16 Thread Nuno Gonçalves
>From da9a0330dd7ac4134c4c029d4aee63bb00021fde Mon Sep 17 00:00:00 2001 From: Nuno Goncalves Date: Wed, 16 Apr 2014 16:19:37 +0100 Subject: [PATCH 1/2] base-files: removes wps button handler Handler is broken and depends on hostapd-utils. Working handler is already included on hostapd-utils. Sig

[OpenWrt-Devel] [PATCH 2/2] base-files: removes logging on sysfixtime

2014-04-16 Thread Nuno Gonçalves
>From 148ed4c68351f1acbee1932df233ea3931e0d810 Mon Sep 17 00:00:00 2001 From: Nuno Goncalves Date: Wed, 16 Apr 2014 16:34:43 +0100 Subject: [PATCH 2/2] base-files: removes logging on sysfixtime Since logd haven't started at this point, logging does not work. Signed-off-by: Nuno Goncalves --- p

Re: [OpenWrt-Devel] [PATCH 1/2] [packages] USB/IP: Fix building for linux 3.0

2011-08-03 Thread Nuno Gonçalves
I will take a look in about 2 weeks. Sorry for the delay. Nuno Goncalves PORTUGAL Sent from my iPhone like phone. On Jul 20, 2011 9:15 PM, "Jonas Gorski" wrote: > The config symbol and module names were changed for 3.0. > > Signed-off-by: Jonas Gorski > --- > net/usbip/Makefile | 21

Re: [OpenWrt-Devel] [PATCH] [packages] sshtunnel: remove incorrect check for remoteport in case of tunnelD

2011-12-27 Thread Nuno Gonçalves
      || append_string "error" "[tunnelD: > $1]localport must be a positive integer" "; " >        [ -n "$error" ] && return 1 > > -- > 1.7.1 > > ___ > openwrt-devel mailing list > openwr

Re: [OpenWrt-Devel] [PATCH] correct problem with rtl8366 introduced in r29676 onwards

2012-01-19 Thread Nuno Gonçalves
Same issue here. 29675 works ok, current doesn't have ethernet working even on safe mode. Nuno On Mon, Jan 16, 2012 at 10:11, Chris Martin wrote: > I have found that on Dlink DIR-825 that the rtl8366 driver doesn't > work due to the change made in r29676 > > The firmware compiles from trunk OK,

[OpenWrt-Devel] [PATCH] rrdtool upgraded version from 1.2.23 to 1.2.30

2009-04-09 Thread Nuno Gonçalves
Signed-off-by: Nuno Goncalves --- Index: utils/rrdtool/Makefile === --- utils/rrdtool/Makefile (revision 15160) +++ utils/rrdtool/Makefile (working copy) @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rrdtool -P

[OpenWrt-Devel] [PATCH] huaweiaktbbo compatibility list increased to Huawei E156, E169, E220

2009-10-24 Thread Nuno Gonçalves
Signed-off-by: Nuno Goncalves --- Index: utils/huaweiaktbbo/src/huaweiAktBbo.c === --- utils/huaweiaktbbo/src/huaweiAktBbo.c (revision 18131) +++ utils/huaweiaktbbo/src/huaweiAktBbo.c (working copy) @@ -1,11 +1,9 @@ -/*

[OpenWrt-Devel] [PATCH] init.d/led should run after init.d/done to avoid led settings being override

2009-10-27 Thread Nuno Gonçalves
Signed-off-by: Nuno Goncalves --- Index: package/base-files/files/etc/init.d/led === --- package/base-files/files/etc/init.d/led (revision 18182) +++ package/base-files/files/etc/init.d/led (working copy) @@ -1,7 +1,7 @@ #

Re: [OpenWrt-Devel] [OpenWrt] #6081: Wifi toggle package propose

2009-11-01 Thread Nuno Gonçalves
>  Hmm, is it generic enough for mac80201 drivers? > > -- > Ticket URL: <https://dev.openwrt.org/ticket/6081#comment:2> > OpenWrt <http://openwrt.org> > Opensource Wireless Router Technology > -- \ Nuno Gonçalves / \ Bugs? Features! / \ nuno...@gmail.com / PORT

Re: [OpenWrt-Devel] [OpenWrt] #6081: Wifi toggle package propose

2009-11-02 Thread Nuno Gonçalves
the current toggle state. I use: | if [ "$(uci get wireless.wifi0.disabled)" = "1" ] So the question is: is possible to have more than on wifi-device? If so all solutions that I see have...more issues. -- \ Nuno Gonçalves / \ Bugs? Features! / \ nuno...@gmail.com / PORTUGAL __

[OpenWrt-Devel] gpio-led bug

2009-12-23 Thread Nuno Gonçalves
lue\:wlan/ echo netdev > trigger echo eth1 > device_name echo rx > mode [...] [I connect WAN cable] [unexpected reboot] Regards, -- \ Nuno Gonçalves / \ Bugs? Features! / \ nuno...@gmail.com / PORTUGAL Sent from Coimbra, 06, Portugal ___ openwrt-devel

Re: [OpenWrt-Devel] gpio-led bug

2009-12-24 Thread Nuno Gonçalves
3 seconds..� U-Boot 1.1.5 (Apr 6 2009 - 13:54:11) DRAM: ar7100_ddr_initial_config(237) enter! ar7100_ddr_initial_config(269) exit! -- \ Nuno Gonçalves / \ Bugs? Features! / \ nuno...@gmail.com / PORTUGAL > Message: 2 > Date: Thu, 24 Dec 2009 11:38:34 +0100 > From: Felix Fiet

[OpenWrt-Devel] wifi down hangs br-lan

2009-12-26 Thread Nuno Gonçalves
When I type "wifi down" sometimes the br-lan(ethernet switch) stops for around 10s. That usually only happens the first time wifi is disabled after reboot. On the IRC channel, BlackBishop told that it's stuck at "vconfig add eth0 0". Regards, -- \ Nuno Gonçalves / \

Re: [OpenWrt-Devel] [OpenWrt] #6081: Wifi toggle package propose

2010-01-05 Thread Nuno Gonçalves
need to use >  wireless for a finite period, and want to make sure it remains off for the >  rest of the time(energy and security). Most usefull if the finite period >  is less than the period to human extinction. >  Persistent option is also very usefull. > >  Please comment. >

Re: [OpenWrt-Devel] [PATCH] init.d/led should run after init.d/done to avoid led settings being override

2010-01-05 Thread Nuno Gonçalves
last thing running in the boot sequence Regards, Nuno Gonçalves 2009/10/27 Nuno Gonçalves : > Signed-off-by: Nuno Goncalves > > > --- > > Index: package/base-files/files/etc/init.d/led > === > --- package/ba

[OpenWrt-Devel] Button hotplug BUG

2010-01-06 Thread Nuno Gonçalves
$BUTTON $ACTION"' > /etc/hotplug.d/button/01-test Regards, -- \ Nuno Gonçalves / \ Bugs? Features! / \ nuno...@gmail.com / PORTUGAL ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] Changeset 19054 breaks ar71xx

2010-01-06 Thread Nuno Gonçalves
: *** [/home/nuno/Desktop/openwrt/trunk/staging_dir/target-mips_uClibc-0.9.30.1/stamp/.target_install] Error 2 make[1]: Leaving directory `/home/nuno/Desktop/openwrt/trunk' make: *** [world] Error 2 -- \ Nuno Gonçalves / \ Bugs? Features! / \ nuno...@gmail.c

Re: [OpenWrt-Devel] Button hotplug BUG

2010-01-07 Thread Nuno Gonçalves
Please apply patch https://dev.openwrt.org/ticket/6463 Regards, Nuno 2010/1/6 Nuno Gonçalves : > The first action after boot on a wrt160nl button doesn't give a hotplug event > > The event actions are also inverted. So a push is a ACTION=released, > and the release is ACTION=

[OpenWrt-Devel] Hotplug button event is named gpio_button.code instead of gpio_button.desc

2010-01-07 Thread Nuno Gonçalves
On the wrt160nl, hotplug button event $BUTTON is set as BTN_0 or BTN_1 while button .desc at mach.wrt160nl.c is "reset" and "wps". I have no idea how to start looking for the bug, specifically about what's the event path from the button click up to hotplug delivers

[OpenWrt-Devel] EHCI bug...?

2010-03-11 Thread Nuno Gonçalves
"port 1" lines, you'll see the difference. In the not-discovered case the hardware reports that nothing is plugged into the port, whereas in the other case it reports that there is a connection. There is a bug either in the EHCI hardware or in the platform driver. Alan Stern --

[OpenWrt-Devel] /etc/config/wireless empty

2010-04-13 Thread Nuno Gonçalves
/144KEgJ5 Regards, -- + Nuno Gonçalves + nuno...@gmail.com + http://nunoassimassim.blogspot.com/ + PORTUGAL E-mail sent directly from Google Mail webmail using HTTPS on behalf of Nuno João Pinto Gonçalves, birth date 1986-11-16. E-mail headers provide good assurance that this message was not tampered

Re: [OpenWrt-Devel] /etc/config/wireless empty

2010-04-13 Thread Nuno Gonçalves
I don't think that is the situation. If I load any revision before that it starts to work again, and stops when I load r20777 or later... Nuno ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openw

Re: [OpenWrt-Devel] /etc/config/wireless empty

2010-04-13 Thread Nuno Gonçalves
SOLCA: Your patch is nevertheless interesting. Why isn't it merged on trunk? Also, I had some problems a few weeks ago were "firstboot" wasn't reseting the device to "flash" default. Do you think it have something to do with this? Regards, Nuno ___ openw

[OpenWrt-Devel] sysupgrade: mount: mounting mini_fo:/overlay on /mnt failed: Function not implemented

2010-04-14 Thread Nuno Gonçalves
Performing system upgrade... Unlocking firmware ... Writing from to firmware ... Upgrade completed Rebooting system... Connection closed by foreign host. Does the message "mount: mounting mini_fo:/overlay on /mnt failed: Function not implemented" represent any bug? Regards, -- + Nuno Gonçal

[OpenWrt-Devel] switch config

2010-04-14 Thread Nuno Gonçalves
ich port is which in different routers? Exchanging 4* with 4t, i.e., putting the default vlan on the wan2 port, breaks both lan and wan2 interface. Any reason? I don't see where the untagged traffic comes... Regards, -- + Nuno Gonçalves + nuno...@gmail.com + http://nunoassimassim.blogspot.co

[OpenWrt-Devel] WRT160NL Wireless crash

2010-04-15 Thread Nuno Gonçalves
U-Boot 1.1.5 (Apr 6 2009 - 13:54:11) DRAM: ar7100_ddr_initial_config(237) enter! ar7100_ddr_initial_config(269) exit! I have no idea were to look next... Regards, -- + Nuno Gonçalves + nuno...@gmail.com + http://nunoassimassim.blogspot.com/ + PORTUGAL E-mail sent directly from Google Mail

[OpenWrt-Devel] kmod-ipt-conntrack-extra bug?

2010-04-15 Thread Nuno Gonçalves
ck_done+0x20/0x3c Code: 8021 8e220138 00431021 <8c42> 0040f809 8e22013c 00101880 0202102b -- + Nuno Gonçalves + nuno...@gmail.com + http://nunoassimassim.blogspot.com/ + PORTUGAL E-mail sent directly from Google Mail webmail using HTTPS on behalf of Nuno João Pinto Gon

[OpenWrt-Devel] Default gateway in another subnet

2010-04-18 Thread Nuno Gonçalves
p(8) which is not a good idea, I guess. Any other command I can use? Any brave awk/sed coder to parse "route -n"? Regards, -- + Nuno Gonçalves + nuno...@gmail.com + http://nunoassimassim.blogspot.com/ + PORTUGAL E-mail sent directly from Google Mail webmail using HTTPS on behalf of N

[OpenWrt-Devel] iptables NAT not being updated on WAN changes

2010-04-18 Thread Nuno Gonçalves
tion MASQUERADE all -- anywhere anywhere Chain zone_wan_prerouting (1 references) target prot opt source destination prerouting_wan all -- anywhere anywhere -- + Nuno Gonçalves + nuno...@gmail.com + http://nunoassimassim.blogspot.com/ + PORTUGAL

Re: [OpenWrt-Devel] openwrt-devel Digest, Vol 52, Issue 48

2010-04-18 Thread Nuno Gonçalves
> From: Matthias Buecher / Germany > To: OpenWrt Development List > Subject: Re: [OpenWrt-Devel] iptables NAT not being updated on WAN >        changes > Message-ID: <4bcb1ad8.3000...@maddes.net> > Content-Type: text/plain; charset=UTF-8 > > Also tried "/etc/init.d/firewall restart" after restart

[OpenWrt-Devel] wifi Command 'set ssid' failed: -1

2010-04-19 Thread Nuno Gonçalves
interface with same source address. br-lan: port 2(wl0) entering learning state br-lan: port 2(wl0) entering forwarding state br-lan: topology change detected, propagating device wl0.1 entered promiscuous mode br-lan: port 3(wl0.1) entering learning state br-lan: port 3(wl0.1) ente

[OpenWrt-Devel] Configuring 3G connection to come up on boot

2010-04-20 Thread Nuno Gonçalves
atory. What would I choose for this? Regards -- + Nuno Gonçalves + nuno...@gmail.com + http://nunoassimassim.blogspot.com/ + PORTUGAL E-mail sent directly from Google Mail webmail using HTTPS on behalf of Nuno João Pinto Gonçalves, birth date 1986-11-16. E-mail headers provide good assurance that

[OpenWrt-Devel] wl0 - impossible to use STA simultaneously with AP

2010-04-20 Thread Nuno Gonçalves
Bit Rate=54 Mb/s RTS thr:off Fragment thr:off -- + Nuno Gonçalves + nuno...@gmail.com + http://nunoassimassim.blogspot.com/ + PORTUGAL E-mail sent directly from Google Mail webmail using HTTPS on behalf of Nuno João Pinto Gonçalves, birth date 1986-11-16. E-mail headers provide

[OpenWrt-Devel] Reboot after installing openswan

2010-04-25 Thread Nuno Gonçalves
erving 36 Bytes for Global Data at: 81f87fb0 Reserving 128k for boot params() at: 81f67fb0 Regards, -- + Nuno Gonçalves + nuno...@gmail.com + http://nunoassimassim.blogspot.com/ + PORTUGAL E-mail sent directly from Google Mail webmail using HTTPS on behalf of Nuno João Pinto Gonçalves, birth dat

Re: [OpenWrt-Devel] Reboot after installing openswan

2010-04-25 Thread Nuno Gonçalves
I guess Openswan uses OpenSSL as well? > > /Björn > > 2010/4/25 Nuno Gonçalves : >> A image with "openswan" is rebooting a few times each hour totally >> unexpectedly. The strange is that I don't get any output at the serial >> console: >> >> J

[OpenWrt-Devel] sysupgrade vs factory images

2010-05-06 Thread Nuno Gonçalves
and wouldn't like to get a surprise, is if sysupgrade of older versions will work with this new "sysupgrade" image. I'm asking because I'm in the middle of nowhere, without a serial cable, and two bricked routers. And If I brick any other...things get ugly... Regards, --

Re: [OpenWrt-Devel] sysupgrade vs factory images

2010-05-06 Thread Nuno Gonçalves
grade or > mtd, whether you use the -fachtor or -sysupgrade image. I'm pretty > sure both will work fine (or not, depending on the bootloader version, > if you use sysupgrade). > >         Bernhard > > 2010/5/6 Nuno Gonçalves : >> Hi, >> >> Recently it wa

Re: [OpenWrt-Devel] restorefactory mac80211 qpatch

2010-09-14 Thread Nuno Gonçalves
Alexander, Next time please submit each patch in different e-mails, since they are not related. Also you should put them in-line to make comenting easier(while you can still keep them attached to avoid line garbling problems). About the restorefactory blink support, is that standard in most route

[OpenWrt-Devel] Packages are compiled without being in any dependency

2010-09-19 Thread Nuno Gonçalves
When there are several packages in the same Makefile, and one is selected on "make menuconfig", all dependencies are compiled(but not installed), even of the packages that were not selected. Example: select gdbserver on "make menuconfig", and then "make". On the make progress "libreadline" will l

Re: [OpenWrt-Devel] Packages are compiled without being in any dependency

2011-01-09 Thread Nuno Gonçalves
This "bug" looks to be still happening. It delays a lot the compile process, and probably is easy to fix... Regards, Nuno 2010/9/20 Nuno Gonçalves : > When there are several packages in the same Makefile, and one is > selected on "make menuconfig", all depende

[OpenWrt-Devel] Images factory vs sysupgrade vs backup-loader

2011-01-09 Thread Nuno Gonçalves
What differs between the images "factory", "sysupgrade" and "backup-loader" that exist for several ar71xx platforms? Regards, Nuno ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] base-files/hotplug: refactoring ifup/netstate

2011-01-20 Thread Nuno Gonçalves
On Wed, Jan 19, 2011 at 18:17, Mark Vels wrote: > This patch is not an improvement. It should be rejected. If it runs faster it is an improvement. You can also say that if it is larger it is not an improvement, so how many bytes are we talking about? The only argument could be: "the speed-up is n

Re: [OpenWrt-Devel] [PATCH] base-files/hotplug: refactoring ifup/netstate V2

2011-01-20 Thread Nuno Gonçalves
On Thu, Jan 20, 2011 at 12:34, Bastian Bittorf wrote: >> But how many space is safe if busybox is compiled without sed and >> awk? > > 485.928 bytes original > 451.976 bytes without sed+awk I think this is not a strong possibility because a LOT of packages will depend on sed and awk. > - e.g. tr

[OpenWrt-Devel] STA mode on WRT160NL

2011-01-20 Thread Nuno Gonçalves
I just compiled trunk for both a WRT160NL and a DIR825 and the wireless behavior as sta(psk) is completely different. DIR825 works flawlessly, with throughput of several MB/s. WRT160NL works in "chunks", which makes it almost unusable. 64 bytes from 8.8.8.8: seq=30 ttl=53 time=1928.917 ms 64 byte

Re: [OpenWrt-Devel] Retaining WAN IP addresses across reboots

2011-04-12 Thread Nuno Gonçalves
Please also note that the real time clock is important for knowing if the DHCP lease is still valid. Since most routers don't have a hardware RTC, there is no way to know it the DHCP lease is still valid before you get WAN connectivity to update the time with NTP. Nuno On Tue, Apr 12, 2011 at 05: