Re: [OpenWrt-Devel] Pending ath79 issues on ar9342 and 4.14/4.19 kernels

2019-01-03 Thread Weedy
On Tue, 1 Jan 2019 at 19:26, Petr Štetiar wrote: > > Hi, Happy new year! > this is more like my todo list shared with 蝈蝈 (Guo), but I hope, that I > could get some inputs from others as well. I'm tagging along with the subject not specifically the points you made. I hope this isn't a problem. And

Re: [OpenWrt-Devel] abc7ed2c ath79: add support for D-Link DIR-859 A1

2018-12-30 Thread Weedy
Is there any reason this would should fail or brick a 859L A3? On the D-Link site they don't separate A1 or A3 so I should be fine? ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] Mac address randomization on rsPro ath79

2018-10-28 Thread Weedy
On Sun, 28 Oct 2018 at 03:09, matt merhar wrote: > > ‐‐‐ Original Message ‐‐‐ > On Sunday, October 28, 2018 12:40 AM, Weedy wrote: > > > On Sat, 27 Oct 2018 at 22:46, matt merhar mattmer...@protonmail.com wrote: > > > > > Hi, > > > > Hello,

Re: [OpenWrt-Devel] Mac address randomization on rsPro ath79

2018-10-27 Thread Weedy
On Sat, 27 Oct 2018 at 22:46, matt merhar wrote: > > Hi, Hello, I replied to you on IRC but like 2 days later :V > Due to the switch to using devicetree in ath79, it became necessary to > populate the MAC addresses via userland during first boot. This is done > using target/linux/ath79/base-files

[OpenWrt-Devel] Mac address randomization on rsPro ath79

2018-10-23 Thread Weedy
I'm currently having some fun on master and noticed every reboot gives me random mac addresses. Never happened on ar71xx. LAN configuration config interface lan option ifname eth1 option type bridge option protodhcp option hostname 'repeater'

[OpenWrt-Devel] ath79: RouterStation Pro build failure

2018-09-18 Thread Weedy
didn't expect RSpro to rebuild anything vs. tl-wdr4300 but it insists and somethings dies. Even after erroring out if I swap out RSpro for tl-wdr4300 in the .config it will rebuild wpad again but everything works and I get a firmware file at the end. Thank you for your time. make[3]: Leaving dir

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH 00/15] Metadata generator refactoring, cleanup and PROVIDES improvements

2018-01-14 Thread Weedy
On 2018-01-14 08:12 AM, Jo-Philipp Wich wrote: > Hi Weedy, > > can you provide some more context lines to see which package those broken > depends belong to? > > Thanks, > Jo > ___ > openwrt-devel mailing list > openwrt-d

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH 00/15] Metadata generator refactoring, cleanup and PROVIDES improvements

2018-01-14 Thread Weedy
On 14 January 2018 at 06:21, Weedy wrote: > On 8 January 2018 at 14:02, Matthias Schiffer > wrote: >> I've pushed an updated branch fixing the mistake Jo pointed out and some >> other stylistic improvements to the metadata2 branch of my staging tree [3]. >> >>

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH 00/15] Metadata generator refactoring, cleanup and PROVIDES improvements

2018-01-14 Thread Weedy
st WARNING: Makefile 'package/network/utils/curl/Makefile' has a dependency on 'libidn', which does not exist WARNING: Makefile 'package/network/utils/curl/Makefile' has a dependency on 'libssh2', which does not exist WARNING: Makefile 'package/boot/kexec-to

Re: [OpenWrt-Devel] WiFi client mode leaves router inaccessible if upstream network goes down

2017-02-03 Thread Weedy
On 3 February 2017 at 19:17, Nick Malyon wrote: > If anyone has a workaround that would be great — currently I managed to get > back in range of a network to make it accessible again, and now I run from > batteries and delete the wifi client configuration every night before the > jungle power g

Re: [OpenWrt-Devel] [LEDE-DEV] MT7620A WiFi issue - with a twist!

2017-02-03 Thread Weedy
On 1 February 2017 at 15:29, Jamie Stuart wrote: > Hello LEDE / OpenWRT devs, > > I am requesting your help. First a little background… ... > This a known issue with the chipset and seems to have been round for years. > We are currently building on LEDE trunk and still the issue persists. > > We a

Re: [OpenWrt-Devel] [RFD] Future - suggestion for the teleconference

2016-07-04 Thread Weedy
On 3 Jul 2016 07:03, "Luke McKee" wrote: > > Suggestion for the teleconference: > > Talkshoe.com > > Talkshoe is free. It has a web client too with a chat log when the > conference call starts. Google hangouts? ___ openwrt-devel mailing list openwrt-dev

Re: [OpenWrt-Devel] [PATCH 02/05] [tools] findutils glibc >= 2.23 compat

2016-04-25 Thread Weedy
On 25 Apr 2016 1:33 pm, "Jo-Philipp Wich" wrote: > > Hi, > > this should be handled already, configure uses AC_HEADER_MAJOR and > mountlist.c does: > > #ifdef MAJOR_IN_SYSMACROS > #include > #define HAVE_MAJOR > ... > > did you patched findutils proactively or was there an actual build issue? I

[OpenWrt-Devel] [PATCH 05/05] [tools] squashfs4 glibc >= 2.23 compat

2016-04-25 Thread Weedy
With the update to glibc 2.23, sys/types.h doesn't inherit sys/sysmacros.h anymore. We need to include it manually. Signed-off-by: Weedy --- /dev/null 2016-04-18 05:53:30.273258717 -0400 +++ tools/squashfs4/patches/125-glibc-2.23-sysmacros.patch 2016-04-24 16:22:30.271759670

[OpenWrt-Devel] [PATCH 04/05] [tools] squashfs glibc >= 2.23 compat

2016-04-25 Thread Weedy
With the update to glibc 2.23, sys/types.h doesn't inherit sys/sysmacros.h anymore. We need to include it manually. Signed-off-by: Weedy --- /dev/null 2016-04-18 05:53:30.273258717 -0400 +++ tools/squashfs/patches/125-glibc-2.23-sysmacros.patch 2016-04-24 16:16:39.524863687

[OpenWrt-Devel] [PATCH 03/05] [tools] mtd-utils glibc >= 2.23 compat

2016-04-25 Thread Weedy
With the update to glibc 2.23, sys/types.h doesn't inherit sys/sysmacros.h anymore. We need to include it manually. Signed-off-by: Weedy --- /dev/null 2016-04-18 05:53:30.273258717 -0400 +++ tools/mtd-utils/patches/125-glibc-2.23-sysmacros.patch 2016-04-24 15:31:35.050480434

[OpenWrt-Devel] [PATCH 02/05] [tools] findutils glibc >= 2.23 compat

2016-04-25 Thread Weedy
With the update to glibc 2.23, sys/types.h doesn't inherit sys/sysmacros.h anymore. We need to include it manually. Signed-off-by: Weedy --- /dev/null 2016-04-18 05:53:30.273258717 -0400 +++ tools/findutils/patches/125-glibc-2.23-sysmacros.patch 2016-04-24 15:36:39.330172567

[OpenWrt-Devel] [PATCH 01/05] [tools] e2fsprogs glibc >= 2.23 compat

2016-04-25 Thread Weedy
With the update to glibc 2.23, sys/types.h doesn't inherit sys/sysmacros.h anymore. We need to include it manually. Signed-off-by: Weedy --- /dev/null 2016-04-18 05:53:30.273258717 -0400 +++ tools/e2fsprogs/patches/125-glibc-2.23-sysmacros.patch 2016-04-24 14:58:32.704376584

Re: [OpenWrt-Devel] [PATCH 01/??] [tools] make-ext4fs glibc >= 2.23 compat

2016-04-25 Thread Weedy
On 25 Apr 2016 09:09, "Jo-Philipp Wich" wrote: > > Hi! > > Thanks for the patch, I fixed the include issue directly in Git, so this > patch can be dropped and make-ext4fs should be updated in tools/ to a > newer version instead. > > ~ Jo Have you fixed all the packages that need this? Make-ext4f

[OpenWrt-Devel] [PATCH 01/??] [tools] make-ext4fs glibc >= 2.23 compat

2016-04-25 Thread Weedy
With the update to glibc 2.23, sys/types.h doesn't inherit sys/sysmacros.h anymore. We need to include it manually. --- /dev/null 2016-04-18 05:53:30.273258717 -0400 +++ tools/make-ext4fs/patches/125-glibc-2.23-sysmacros.patch2016-04-24 14:50:33.932873523 -0400 @@ -0,0 +1,10 @@ +--- a/ext4_

Re: [OpenWrt-Devel] undefined reference while building

2016-04-24 Thread Weedy
. > > > > Is this a gcc 5.x thing? I updated my system recently. > > .. > > > '/home/weedy/projects/openwrt/build_dir/host/mtd-utils-1.5.2' > > CHK include/version.h > > LD mkfs.jffs2 > > mkfs.jffs2.c:944: error: undefined reference t

[OpenWrt-Devel] undefined reference while building

2016-04-24 Thread Weedy
On Sun, Apr 24, 2016 at 3:23 AM, Weedy wrote: > I "cat >" a few things into .config and then call defconfig. > bmon, curl, iperf, etc, little things. I don't even add filesystems. > My target is CONFIG_TARGET_ar71xx_generic_TLWDR4300. > > If I start a clean build

Re: [OpenWrt-Devel] rsync mirror of download.openwrt.org ?

2016-04-24 Thread Weedy
On 22 Apr 2016 11:38 am, "Laurent GUERBY" wrote: > > Hi, > > Having no news we completed our mirror by using wget for 15.05.1: > Lftp is good for this. Or I guess aria2c ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwr

[OpenWrt-Devel] make -j on ar71xx dies.

2016-04-24 Thread Weedy
d I'm fine. But -j anything right off a distclean breaks. $ make -j3 V=s make[1]: Entering directory '/home/weedy/projects/openwrt' make[2]: Entering directory '/home/weedy/projects/openwrt' make[2]: Entering directory '/home/weedy/projects/openwrt' + mkdir -p /home/wee

Re: [OpenWrt-Devel] Sha256 checksum generation of images: why OpenSSL instead of sha256sum?

2016-03-26 Thread Weedy
$ openssl dgst -sha256 ubcd535.iso | awk '/^SHA256/ { gsub(/^SHA256\(/,"",$1); gsub(/\)\=/,"",$1); print $2" "$1 }' f4ad684385845a0dfcd944dc6b6a0aa00886a05a7143efafa8403e01fea49849 ubcd535.iso $ sha256sum ubcd535.iso f4ad684385845a0dfcd944dc6b6a0aa00886a05a7143efafa8403e01fea49849 ubcd535.iso I

Re: [OpenWrt-Devel] Where init scripts are linked to rc.d?

2016-03-18 Thread Weedy
On Sat, Feb 27, 2016 at 3:38 AM, Jakub Jančo wrote: > On Sat, Feb 27, 2016 at 2:12 AM, alzhao wrote: >> Use /etc/init.d/yourscript enable >> >> It should be enabled by default, as I know. > Where do you put this command? I dont want do any tweaks after image is built. /etc/rc.local _

Re: [OpenWrt-Devel] Introducing "fastpath" - Kernel module for speeding up IP forwarding

2016-03-06 Thread Weedy
I think it's dead, and I'm sad. On 6 Mar 2016 4:25 am, "valent.turko...@gmail.com" < valent.turko...@gmail.com> wrote: > A long shot, but are there any news from Marvel legal department? Would > sending them a case of good beer solve this? :) > > On S

Re: [OpenWrt-Devel] Trac accounts

2016-02-13 Thread Weedy
On Tue, Feb 2, 2016 at 7:31 AM, Weedy wrote: > Am I supposed to make an account to post tickets? > > I thought I was supposed to play with things in > https://dev.openwrt.org/prefs but saving returns a HTTP 400. > > Trying to make an account complains my username is taken. Tr

[OpenWrt-Devel] Trac accounts

2016-02-02 Thread Weedy
Am I supposed to make an account to post tickets? I thought I was supposed to play with things in https://dev.openwrt.org/prefs but saving returns a HTTP 400. Trying to make an account complains my username is taken. Trying to reset my password complains my account doesn't exist. What give? I ha

Re: [OpenWrt-Devel] [PATCH] qos-scripts: Add IPv6 support

2016-01-29 Thread Weedy
On Fri, Jan 22, 2016 at 9:08 AM, Michael Marley wrote: > The problem still happens for me even without the txqueuelen change. > > Michael > > On 01/22/16 07:15, Felix Fietkau wrote: >> On 2016-01-22 13:12, Weedy wrote: >>> ~Off topic~ >>> >>> So I&

Re: [OpenWrt-Devel] DD: CONFIG_BUSYBOX_DEFAULT_WGET is not set

2016-01-22 Thread Weedy
On 22 Jan 2016 08:22, "John Clark" wrote: >>> >>> yes, is was dropped with r48386 + 48379 >>> so it *should* be automatically work with wget -> uclient-fetch > > > I have updated to the latest trunk commit where I see your /usr/bin/wget -> /bin/wget patch. I have updated the feeds and symlinks to

Re: [OpenWrt-Devel] [PATCH] qos-scripts: Add IPv6 support

2016-01-22 Thread Weedy
On 22 Jan 2016 07:15, "Felix Fietkau" wrote: > > On 2016-01-22 13:12, Weedy wrote: > > ~Off topic~ > > > > So I'm going to guess this means both of you have qos-scripts running > > on current trunk builds? > > > > Have you seen anyone co

Re: [OpenWrt-Devel] [PATCH] qos-scripts: Add IPv6 support

2016-01-22 Thread Weedy
~Off topic~ So I'm going to guess this means both of you have qos-scripts running on current trunk builds? Have you seen anyone complaining about kernel panic in hfsc? Should I make a trac ticket? ar71xx/TLWDR4300 WARNING: CPU: 0 PID: 0 at net/sched/sch_hfsc.c:1429 0x831f5b2c() _

Re: [OpenWrt-Devel] Dissociate STA based on SNR

2016-01-18 Thread Weedy
On Mon, Jan 18, 2016 at 9:39 AM, Nishant Sharma wrote: > Hi, > > I was wondering if there is a way to dissociate STAs who say go below a > minimum threshold SNR or signal level of say -65dBm in a multi-AP scenario? > option disassoc_low_ack1 Adjust this code to trigger higher?

Re: [OpenWrt-Devel] Introducing "fastpath" - Kernel module for speeding up IP forwarding

2015-09-26 Thread Weedy
Did this die? On 22 Dec 2014 9:06 am, "Tomer Eliyahu" wrote: > Hi, > > We are software developers, part of Marvell's cellular platform > infrastructure team. > > Our team has been working on a project named "fastpath" for speeding > up IP forwarding in embedded systems. > The initial version (fas

Re: [OpenWrt-Devel] "3-address Wi-Fi bridging" (was: Multiple Wi-Fi client/AP interfaces on one radio)

2015-08-06 Thread Weedy
On 6 Aug 2015 23:15, "John kerry" wrote: > > Hi, > > > Could anyone please help me on this to configure the wireless in such a way that when we connect to wireless WAN the LAN SSID should not change. > > > Thanks, You need 2 physical radios. ___ openwrt

Re: [OpenWrt-Devel] Change OpenWrt Wifi default settings

2015-08-03 Thread Weedy
Is there something wrong with the default rules for your use case? Your WiFi interfaces are tagged LAN, things should just work. On 4 Aug 2015 00:07, "John kerry" wrote: > Hi, > > below is the /etc/config/network and /etc/config/wireless changes. > > */etc/config/network:* > config interface 'lo

Re: [OpenWrt-Devel] Change OpenWrt Wifi default settings

2015-08-02 Thread Weedy
k > -rw-r--r--1 root root 646 Jul 30 18:42 upnpd > -rw-r--r--1 root root 718 Jul 30 18:36 wireless > > but how i will link this into building image. > > > > > 2015-08-03 0:38 GMT+08:00 Weedy : >> >> You seem to be having pro

Re: [OpenWrt-Devel] Change OpenWrt Wifi default settings

2015-08-02 Thread Weedy
You seem to be having problems using uci-defaults. So forget that. Copy the running/working/complete config file from your device into files/etc/config/wireless. You need to make the files directory. You can put anything in there. weedy@HAF ~/projects/openwrt $ ls -al files/etc/config/ total 60

Re: [OpenWrt-Devel] Change OpenWrt Wifi default settings

2015-08-02 Thread Weedy
On 2 Aug 2015 12:19, "John kerry" wrote: > > Hi, > > I am using below uci script, > > vi target/linux/ar71xx/base-files/etc/uci-defaults/99-wireless If you're building images yourself you might like to use files/ instead. /files/etc/config/wireless You can dump any file you want in the finished

Re: [OpenWrt-Devel] Designated Driver

2015-04-09 Thread Weedy
+1 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] OpenWrt release name

2015-04-06 Thread Weedy
The pun with Designated Driver is too strong. Besides how did Dark Destroyer get in? Southern comfort is like the worst boose on the face of the planet (yes worse then prison boose). ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://

Re: [OpenWrt-Devel] Why OpenWrt sucks?

2015-03-09 Thread Weedy
If you think Atheros hates Linux and doesn't contribute to the open source driver after "a few years" of experience with OpenWrt you need to go back to where ever you came from and keep studying. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.

Re: [OpenWrt-Devel] Introducing "fastpath" - Kernel module for speeding up IP forwarding

2015-01-27 Thread Weedy
On Dec 23, 2014 10:02 AM, "Tomer Eliyahu" wrote: > > Hi, > > Our request for uploading the sources is pending approval from > Marvell's legal department. > > Best Regards, > > Tomer Please don't let this die. Lawyers plea ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] ar8216: phy_init and bug report 18415

2015-01-26 Thread Weedy
On Jan 26, 2015 1:44 AM, "Heiner Kallweit" wrote: > If it worked with a previous version of the driver then you could use "git bisect" to find out which change actually introduced > the problem. https://dev.openwrt.org/changeset/43332 This was the change, there was a huge fit about it at the time

Re: [OpenWrt-Devel] ar8216: phy_init and bug report 18415

2015-01-25 Thread Weedy
On Jan 25, 2015 1:06 PM, "Heiner Kallweit" wrote: > > To me it doesn't look like an issue with the AR8216 driver. All related output is ok. > The hardware is quite common and in case of a driver issue I would expect much more > people to complain. > > What looks a little strange to me is that ther

Re: [OpenWrt-Devel] ar8216: phy_init and bug report 18415

2015-01-25 Thread Weedy
On Wed, Dec 17, 2014 at 1:48 PM, Heiner Kallweit wrote: > Ticket 18415 was closed as it was confirmed that as at least version >=43419 > is ok. > (I assume 43410 fixed the issue.) Therefore current trunk should be ok. > > However if you want to check further what the actual root cause was: > -> R

Re: [OpenWrt-Devel] 3.18 kernel timing? (Was Re: Moving to 3.17.x kernel?)

2014-12-19 Thread Weedy
On Dec 19, 2014 9:45 AM, "Marc Nicholas" wrote: > > So let me turn my question around: given there seems to be some work on the 3.18 kernel, is there a timeline for this to go into the development trunk? :) > > Thx. Beyond changing the makefile? https://dev.openwrt.org/browser/trunk/target/linux/

Re: [OpenWrt-Devel] ar8216: phy_init and bug report 18415

2014-12-16 Thread Weedy
On Nov 28, 2014 3:24 PM, "Weedy" wrote: > > > On Nov 28, 2014 5:23 AM, "Heiner Kallweit" wrote: > > Anybody with a 8216-based device who can test this? > > Me me me, me me. > 4300 currently running trunk with 43332 reverted. > I am at your service.

Re: [OpenWrt-Devel] request for ar7 test hw / 3.14 testing

2014-12-09 Thread Weedy
U, I've never uses gpg but I feel like your MTC shouldn't be attaching your private key. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] Frequent adsl disconnections with BTHOMEHUBV2B (lantiq xway danube)

2014-12-05 Thread Weedy
On Dec 5, 2014 5:12 AM, "Jaime T" wrote: > Problem fixed! After hours of trying to diagnose what was going wrong, > I took a long shot and tried overwriting the openwrt-distributed adsl > firmware blob (/lib/firmware/ltq-dsl-fw-a-danube.bin) with the > firmware blob that was originally distributed

Re: [OpenWrt-Devel] ar8216: phy_init and bug report 18415

2014-11-28 Thread Weedy
On Nov 28, 2014 5:23 AM, "Heiner Kallweit" wrote: > Anybody with a 8216-based device who can test this? Me me me, me me. 4300 currently running trunk with 43332 reverted. I am at your service. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.o

Re: [OpenWrt-Devel] Autoneg problems with ar8216 on kernel 3.14 (related to ticket 17800)

2014-11-24 Thread Weedy
On Nov 24, 2014 8:27 AM, "Bastian Bittorf" wrote: > > * Weedy [24.11.2014 14:14]: > > [deleted ~250 lines fullquote] > > you (and the others too) are experienced users, so please read > https://www.netmeister.org/news/learn2quote2.html#ss2.8 > > bye, ba

Re: [OpenWrt-Devel] Autoneg problems with ar8216 on kernel 3.14 (related to ticket 17800)

2014-11-24 Thread Weedy
On Mon, Nov 24, 2014 at 3:45 AM, Heiner Kallweit wrote: > > On Mon, Nov 24, 2014 at 1:06 AM, Felix Fietkau wrote: >> >> On 2014-11-23 23:03, Weedy wrote: >> > >> > On Nov 23, 2014 4:35 PM, "Weedy" > > <mailto:weedy2...@gmail.com>> wr

Re: [OpenWrt-Devel] Autoneg problems with ar8216 on kernel 3.14 (related to ticket 17800)

2014-11-23 Thread Weedy
On Nov 23, 2014 4:35 PM, "Weedy" wrote: > > > On Nov 19, 2014 8:47 AM, "John Crispin" wrote: > > > > > > > > On 19/11/2014 14:44, Weedy wrote: > > > > > > On Oct 30, 2014 5:08 PM, "Heiner Kallweit" > > &l

Re: [OpenWrt-Devel] Autoneg problems with ar8216 on kernel 3.14 (related to ticket 17800)

2014-11-23 Thread Weedy
On Nov 19, 2014 8:47 AM, "John Crispin" wrote: > > > > On 19/11/2014 14:44, Weedy wrote: > > > > On Oct 30, 2014 5:08 PM, "Heiner Kallweit" > <mailto:hkallwe...@gmail.com>> wrote: > >> > >> Am 30.10.2014 um 07:22 schri

Re: [OpenWrt-Devel] Frequent adsl disconnections with BTHOMEHUBV2B (lantiq xway danube)

2014-11-20 Thread Weedy
On Nov 20, 2014 3:50 PM, "Sebastian Moeller" wrote: >> On Nov 20, 2014, at 17:26 , Jaime T wrote: > > Does anyone know if I can force a slower/lower connection speed from > > my side? (I would happily sacrifice some speed for more stability!) > > Maybe https://forum.openwrt.org/viewtopic.

Re: [OpenWrt-Devel] Autoneg problems with ar8216 on kernel 3.14 (related to ticket 17800)

2014-11-19 Thread Weedy
On Oct 30, 2014 5:08 PM, "Heiner Kallweit" wrote: > > Am 30.10.2014 um 07:22 schrieb Heiner Kallweit: > > Am 30.10.2014 um 03:36 schrieb Florian Fainelli: > >> Le 28/10/2014 11:46, Heiner Kallweit a écrit : > >>> After a little more thinking about it and looking at the code I basically have two qu

Re: [OpenWrt-Devel] Frequent adsl disconnections with BTHOMEHUBV2B (lantiq xway danube)

2014-11-17 Thread Weedy
On Nov 17, 2014 12:08 PM, "Jaime T" wrote: > > On 16 November 2014 23:47, Weedy wrote: > > I had issues in the past with Bell sympatico stingers (made by Ikanos). They > > had firmware bugs verified by both Bell and Ikanos with anything that didn't > >

Re: [OpenWrt-Devel] Frequent adsl disconnections with BTHOMEHUBV2B (lantiq xway danube)

2014-11-16 Thread Weedy
Depending on the CO/stinger equipment it might just be your chipset is incompatible. I had issues in the past with Bell sympatico stingers (made by Ikanos). They had firmware bugs verified by both Bell and Ikanos with anything that didn't run a broadcom DSP. There was nothing I could do except fin

Re: [OpenWrt-Devel] [Cerowrt-devel] [RFC PATCH] packages: Smart Queue Management for AQM Packet Scheduling and Qos from CeroWrt

2014-10-20 Thread Weedy
sqm-scripts SQM Scripts (QoS) (PACKAGE_sqm-scripts) [N/m/y/?] (NEW) We got accepted? ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-dev

Re: [OpenWrt-Devel] [PATCH] [package] dropbear: enable sha2-based hmac by default.

2014-10-03 Thread Weedy
On 27/09/14 01:29 PM, Alive wrote: > On 27/09/2014 23:34, Weedy wrote: >> I got bit by this last week when I audited my ssh config and dropped all >> weak/slow ciphers. >> Couldn't log into my routers and had to add md5 ciphers and macs back. >> > You must rebui

Re: [OpenWrt-Devel] WAN bouncing at boot

2014-10-03 Thread Weedy
On Tue, Aug 12, 2014 at 10:05 AM, Bas Mevissen wrote: > > > On 08/09/2014 04:13 AM, Weedy wrote: >> On Sun, Jul 27, 2014 at 3:31 PM, Weedy wrote: >>> Is there anything I can do to stop this? It started sometime in the >>> last 6months of trunk. >>> Righ

Re: [OpenWrt-Devel] [RFC PATCH] packages: Smart Queue Management for AQM Packet Scheduling and Qos from CeroWrt

2014-10-01 Thread Weedy
On 30/03/14 06:29 PM, Dave Taht wrote: > On Sun, Mar 30, 2014 at 02:24:44PM -0400, Weedy wrote: >> On Sat, Mar 29, 2014 at 2:56 PM, Dave Täht wrote: >> >>> From: Dave Taht >>> >>> This adds support for the bufferbloat project's "Smart Que

Re: [OpenWrt-Devel] b53: BCM5325 VLAN VID > 15 possible?

2014-09-30 Thread Weedy
On 29 Sep 2014 05:19, "Jonas Gorski" wrote: > > Hi, > > On Mon, Sep 29, 2014 at 10:43 AM, Ilya Lipnitskiy > wrote: > > Greetings! > > > > I have been trying to configure a NETGEAR WNDR3400 device to use VLAN ID 201 > > on its WAN port to be able to talk to a Calix FTTH ONT. Studying the > > probl

Re: [OpenWrt-Devel] [PATCH] [package] dropbear: enable sha2-based hmac by default.

2014-09-27 Thread Weedy
I got bit by this last week when I audited my ssh config and dropped all weak/slow ciphers. Couldn't log into my routers and had to add md5 ciphers and macs back. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi

Re: [OpenWrt-Devel] toolchain size increase - 40MB vs 160MB

2014-09-03 Thread Weedy
On 25 Aug 2014 15:40, "valent.turko...@gmail.com" wrote: > > Hmm, I just noticed that BB RC3 has enormus toolchain file for mips (the one I use most often) [1] when compared to AA 12.09 toolchain [2] > > 40MB vs 160MB > > Should I be worried that something is broken or is this quadruple size incre

Re: [OpenWrt-Devel] Missing packages from packages feed on GitHub repository

2014-09-03 Thread Weedy
On 3 Sep 2014 04:21, "Federico Di Marco" wrote: > > Well shouldn't there already be assigned a maintaner ? They were never set in stone. This is why we started over. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.or

Re: [OpenWrt-Devel] 6in4 does not recover after wan outage

2014-09-01 Thread Weedy
On 26 Aug 2014 03:52, "Richard Mortimer" wrote: > > Hi, > > > On 23/08/2014 00:19, Weedy wrote: >> >> On Fri, Aug 22, 2014 at 9:15 AM, Richard Mortimer >> wrote: >>> >>> However I've noticed that if the ADSL line drops then w

Re: [OpenWrt-Devel] gigabit router !

2014-08-29 Thread Weedy
On 29 Aug 2014 15:26, "Daniel Petre" wrote: > > Hello, > is there any OpenWrt compatible gigabit router that can do more than 400 Mbit/s WAN to LAN except linksys wrt1900ac ? > I know netgear wndr3700/wndr3800 and tp-link wr1043nd do around 380-400 Mbit/s but is there any other hardware more power

Re: [OpenWrt-Devel] 6in4 does not recover after wan outage

2014-08-22 Thread Weedy
On Fri, Aug 22, 2014 at 9:15 AM, Richard Mortimer wrote: > However I've noticed that if the ADSL line drops then when it recovers my > SiXXS 6in4 tunnel does not automatically re-establish the connection. There > doesn't seem to be any magic config values to set either in the LUCI > interface or a

Re: [OpenWrt-Devel] Oops while shutting down WAN

2014-08-08 Thread Weedy
On Sun, Jul 27, 2014 at 3:34 PM, Weedy wrote: > Something I discovered while dealing with the WAN bouncing problem. > If you ifdown while pppd is setting up it pukes. > > Sat Jul 26 02:41:52 2014 kern.info kernel: [ 23.08] IPv6: > ADDRCONF(NETDEV_UP): wlan0: link is not rea

Re: [OpenWrt-Devel] WAN bouncing at boot

2014-08-08 Thread Weedy
On Sun, Jul 27, 2014 at 3:31 PM, Weedy wrote: > Is there anything I can do to stop this? It started sometime in the > last 6months of trunk. > Right after this and couple minutes after boot my healing script fires > and detects that WAN is broken and calls ifdown; sleep; ifup at whi

Re: [OpenWrt-Devel] [PATCH]ramips:support Lenovo AC1200 Wireless router

2014-07-28 Thread Weedy
On 28 Jul 2014 12:45, "John Crispin" wrote: > > Hi, > > where is the DTS file ? > > John Attached to the first mail. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] Oops while shutting down WAN

2014-07-27 Thread Weedy
Something I discovered while dealing with the WAN bouncing problem. If you ifdown while pppd is setting up it pukes. Sat Jul 26 02:41:52 2014 kern.info kernel: [ 23.08] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready Sat Jul 26 02:41:53 2014 kern.info kernel: [ 23.11] device wlan0

[OpenWrt-Devel] WAN bouncing at boot

2014-07-27 Thread Weedy
Is there anything I can do to stop this? It started sometime in the last 6months of trunk. Right after this and couple minutes after boot my healing script fires and detects that WAN is broken and calls ifdown; sleep; ifup at which point I get an IP and keep it. But why it the WAN goinig up and dow

[OpenWrt-Devel] Force delete pppoe-wan

2014-07-03 Thread Weedy
I had some fun last night during my ISPs maintenance window. It made my Internet unstable enough that I'm guessing something racy happened. How can I force remove/delete the pppoe-wan interface? I managed to get it stuck twice before the window finished. Random zombie interface: pppoe-wan Link en

Re: [OpenWrt-Devel] /var/state/wireless not being updated any more?

2014-06-18 Thread Weedy
On Wed, Jun 18, 2014 at 5:48 PM, Shankar Unni wrote: > Thanks for the pointers, all! > > Let me try with this approach. I'll probably have to build a wrapper > around it, since it's being probed from within a C user-space program. > If you're in C shouldn't you use json directly with ubus/procd

Re: [OpenWrt-Devel] /var/state/wireless not being updated any more?

2014-06-16 Thread Weedy
On Thu, Jun 12, 2014 at 8:28 PM, Gui Iribarren wrote: > On 06/12/2014 09:13 PM, Shankar Unni wrote: > > Ping? > > > > How can I look up the current state of the various wireless interfaces > using "uci" now? > > > > http://wiki.openwrt.org/doc/uci/network#determining.linux.interface.names > > The

Re: [OpenWrt-Devel] hotplug / micro-optimization

2014-06-06 Thread Weedy
On 5 Jun 2014 04:19, "Bastian Bittorf" wrote: > > i have a router here with 400 vlan-interfaces. > i'am still not happy, that an hotplug-event triggers a lot of unneccesary action. I wasn't paying attention but what services are you complaining about? On my router things like dnsmasq, the firewa

Re: [OpenWrt-Devel] hotplug / micro-optimization

2014-06-05 Thread Weedy
On 5 Jun 2014 04:19, "Bastian Bittorf" wrote: > 3) > during bootup or '/etc/init.d/$daemon enable' we build a directory for > enabled scripts. while we are at it, we can e.g. call 'ifup'/$ACTION if the > daemon supports/implements it, otherwise ignore You mean the symlinks in /etc/rcS/? _

Re: [OpenWrt-Devel] [PATCH] Fix sysntpd to use multiple servers.

2014-05-07 Thread Weedy
On Wed, May 7, 2014 at 5:46 PM, Ben Kibbey wrote: > On Wed, May 07, 2014 at 04:28:00PM +0200, Jo-Philipp Wich wrote: > > Hi. > > > > Can you elaborate on this fix? > > > > The current implementation works fine here as well and I cannot spot a > > functional difference with your change. > > > > ~

Re: [OpenWrt-Devel] public ssh key

2014-04-02 Thread Weedy
Your public key goes in /etc/dropbear/authorized_keys. Show us the logs when drop bear is restarted and when you try to login. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [RFC PATCH] packages: Smart Queue Management for AQM Packet Scheduling and Qos from CeroWrt

2014-03-30 Thread Weedy
On Sat, Mar 29, 2014 at 2:56 PM, Dave Täht wrote: > From: Dave Taht > > This adds support for the bufferbloat project's "Smart Queue Management" > (SQM) system, which improves over openwrt's qos-scripts in the following > ways > > + Uses HTB with two models for managing traffic > a simplest one

Re: [OpenWrt-Devel] [v3, 1/4] Add kernel support for Sagemcom F@ST2704V2 ADSL router

2014-03-29 Thread Weedy
SO GUYS, MERGE PLOX? On 9 Nov 2013 18:42, "Weedy" wrote: > On Sat, Nov 9, 2013 at 2:54 PM, David Lang wrote: > >> That doesn't slow down bitrot of the patches, that just works for one >> person's systems, for not. >> >> Is there something

Re: [OpenWrt-Devel] [PATCH] Fix regression in busybox sysntpd init when specifying more than one ntp server in the config file.

2014-03-27 Thread Weedy
Please accept this patch. On 28 Feb 2014 14:16, "Vittorio G (VittGam)" wrote: > Hi, > > This patch fixes a regression introduced with r38787. > > Before patching: > /usr/sbin/ntpd -n -l -p server1 server2 server3 server4 > > After patching: > /usr/sbin/ntpd -n -l -p server1 -p server2 -p server3

[OpenWrt-Devel] My childhood

2014-03-21 Thread Weedy
https://www.youtube.com/watch?v=eCCrkN6KwPM#t=230 I'm dying ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] dev.openwrt.org frequently gives 504 Gateway Time-out or 502 Bad Gateway errors

2014-03-16 Thread Weedy
On 16 Mar 2014 06:26, "Hannu Nyman" wrote: > > Jo-Philipp Wich wrote on Tue Mar 4 12:26:43 CET 2014: > >> I reworked the trac-fcgi launcher now and applied a number of > > > threading fixes to it, so far it seems to be way more responsive and > > both memory consumption and cpu load plummeted to

Re: [OpenWrt-Devel] [PATCH] Oolite V1.0 Support

2014-02-22 Thread Weedy
On Fri, Feb 21, 2014 at 6:53 PM, Lars Boegild Thomsen wrote: > The module I've got is described a bit here: > > http://wiki.openwrt.org/toh/oolite/oolitev1 > > Including photos of the exact module. And I actually thought I ordered > the V2 but ended up with the V1 :) > Where are you finding the

Re: [OpenWrt-Devel] [PATCH 2/2] ar71xx: Fix WD My Net N750 weak signal issue

2014-01-07 Thread Weedy
On 7 Jan 2014 21:30, "Steven Haigh" wrote: > > On 8/01/2014 9:20 AM, Felix Kaechele wrote: > > The LNAs need to be enabled by setting their respective GPIO to high even > > though the original firmware's setting sets them to low on initialization. > > > > Obviously the LNAs are then later initiali

Re: [OpenWrt-Devel] [PATCH] Add sysfixtime init script, replacement of luci_fixtime

2014-01-02 Thread Weedy
I don't see a problem with adding this. Sane usage case. Sane script. If we default to thirty days even if you turn it on by accident it won't ware anything out. I would like to see it take min,h,d,m as increment arguments. On 2 Jan 2014 04:26, "Bastian Bittorf" wrote: > * etienne.champet...@fre

Re: [OpenWrt-Devel] HTTPS for binaries

2014-01-01 Thread Weedy
If this really bothers you, you build from source. And vet the source code before building images. This is what I do for my clients. On 1 Jan 2014 05:24, "iyCXLONo mVUTxeyv" wrote: > Hello, > > Is it possible to download OpenWrt binaries over HTTPS? If not, which > seems to be the case, I want

Re: [OpenWrt-Devel] Has something changed the timing of network interface availability during startup?

2013-12-17 Thread Weedy
On 16 Dec 2013 12:54, "Mark Mentovai" wrote: > > Is this a new change with the ongoing netifd or procd work? In the new procd/netifd world, is there a better way to start services that depend on specific network interfaces? Hotplug ___ openwrt-devel mai

Re: [OpenWrt-Devel] [RFC] Rngd in busybox.

2013-12-13 Thread Weedy
On Thu, Dec 12, 2013 at 1:09 PM, José Vázquez Fernández < ppvazquez...@gmail.com> wrote: > A couple of days ago found an old patch that adds rngd in busybox: > http://lists.busybox.net/pipermail/busybox/2008-August/066784.html > Because it is 5 years old will need some rework, but could be a good

Re: [OpenWrt-Devel] WNDR3800 wifi and collectd issues - r38991

2013-12-03 Thread Weedy
NP Trunk just has too much churn for lazy ways of updating to cope. On 3 Dec 2013 20:06, "Jim Henderson" wrote: > On Tue, 03 Dec 2013 19:44:29 -0500, Weedy wrote: > > >> Thanks - is there something in particular I should look at? I've tried > >> a number o

Re: [OpenWrt-Devel] WNDR3800 wifi and collectd issues - r38991

2013-12-03 Thread Weedy
On Tue, Dec 3, 2013 at 7:23 PM, Jim Henderson wrote: > On Wed, 04 Dec 2013 01:00:00 +, Jo-Philipp Wich wrote: > > > Hi. > > > >> I just built this while trying to resolve an Android connectivity issue > >> (I'd been running r37866 previously) on a NetGear WNDR3800, and the new > >> build seem

Re: [OpenWrt-Devel] Trunk build no /etc/init.d/firewall, uci firewall references

2013-11-26 Thread Weedy
After using OpenWRT for years with almost 0 issues this is my workflow. weedy@HAF ~/projects/openwrt $ svn up . && make V=3 package/symlinks weedy@HAF ~/projects/openwrt $ cat configs/tl-wdr4300-home.config CONFIG_TARGET_ar71xx=y CONFIG_TARGET_ar71xx_g

Re: [OpenWrt-Devel] Newbie needs help in building stable for newer hardware

2013-11-09 Thread Weedy
On Sat, Nov 9, 2013 at 6:31 AM, Florian Effenberger wrote: > Hello, > > 2013/11/8 Weedy : > > > Just use trunk. I update my 4300 once a week to HEAD. I I've had zero > > problems. > > what is your experience with configuration files? I haven't tested >

Re: [OpenWrt-Devel] [v3, 1/4] Add kernel support for Sagemcom F@ST2704V2 ADSL router

2013-11-09 Thread Weedy
command for that is: git apply 'example.patch' (make sure that you >> are in the openwrt directory) >> I think you have to apply 4 patches since this one is 1/4. >> >> Sorry for the earlier message that was incomplete. >> >> -Martijn >> >> 20

Re: [OpenWrt-Devel] Newbie needs help in building stable for newer hardware

2013-11-08 Thread Weedy
On 8 Nov 2013 05:10, "Florian Effenberger" wrote: > > Hello, > > anyone can provide insight? ;-) > > Thanks, > Florian Just use trunk. I update my 4300 once a week to HEAD. I I've had zero problems. > > 2013/10/9 Florian Effenberger : > > Hello, > > > > I consider myself quite experienced with O

  1   2   >