**** BEGIN LOGGING AT Fri Feb 22 02:59:56 2019 Feb 22 09:12:46 * ldir sighs Feb 22 09:19:14 * dedeckeh sighs Feb 22 09:37:07 I think we both give it a couple of days. Feb 22 09:38:09 ldir:ack Feb 22 09:39:07 and I'm going to be *silly busy* over the weekend anyway. Feb 22 11:22:11 Feb 20 14:06:29 10.11.9.5 mac80211: Failed command: iw phy phy0 set antenna all all Feb 22 11:50:04 that message was seen on a tplink tl-wdr3600 Feb 22 13:14:37 russell--: is that really sth new? Feb 22 13:14:48 russell--: i made .sh log exact commands that has failed Feb 22 13:14:54 but maybe it was failing since ever? Feb 22 13:15:34 ffa80bf5a784 ("mac80211: add iw command wrapper with error logging") Feb 22 13:15:43 it may be your driver just doesn't implement selecting antenna Feb 22 13:20:39 yeah, i don't know Feb 22 13:20:50 ath9k Feb 22 13:21:11 iw phy phy0 info shows the antenna rx tx bits Feb 22 13:21:28 so mabe it should work... Feb 22 13:23:06 from the commandline: Feb 22 13:23:07 # iw phy phy0 set antenna 3 3 Feb 22 13:23:07 command failed: Not supported (-122) Feb 22 13:24:09 anyway, just noticed in Feb 22 13:24:14 it* Feb 22 14:01:24 hm, is this known issue? Package tc is missing dependencies for the following libraries: Feb 22 14:01:27 libelf.so.1 Feb 22 14:43:28 ynezz: yes see 1bdd3b5f7d and 3 preceding commits - see https://github.com/openwrt/openwrt/pull/1844 for what will hopefully be a full fix Feb 22 14:44:44 ldir: ah, thanks, but this is on master, and I've hit this on 18.06.2, strange Feb 22 14:45:20 * ldir hides Feb 22 16:08:55 Hi all, everytime I run menuconfig I have to manually add CONFIG_SOFT_FLOAT=y to .config. I'm using external toolchain and kernel for experiment. I've searched around but can't figure out how to make CONFIG_SOFT_FLOAT permanent. Any suggestions? thanks Feb 22 16:59:04 Neighbor11111118: you need to enable "Target Options" (TARGET_OPTIONS) to make SOFT_FLOAT a user changable option; without it the symbol will always reset to default Feb 22 17:00:24 Awesome thanks KanjiMonster - I'll go do research on what TARGET_OPTIONS does and apply it Feb 22 18:57:34 sorry for offtopic quesion, but anyone ever have luck running iper3 as server on Android (or iPhone)? Seems probably there is a firewall in the way, but having no luck figuring out how to fix it Feb 22 20:44:27 greearb: Vague memories from several releases ago on a root-ed Andriod phone running OmniROM that I needed to use iptables tools to open it Feb 22 20:49:47 (and run from `adb shell` as root) Feb 22 23:43:42 When using `quilt` for kernel patches, `quilt new platform/NNN-blah.patch` or `quilt new ipq40xx/patches-4.14/NNN-blah.patch` ? Feb 22 23:43:54 Wiki isn't completely clear Feb 23 00:02:39 the former, but with the kernel build dir as the working dir Feb 23 00:05:31 Thanks -- appreciate it Feb 23 00:13:29 Any ideas why adding `#include ` ... `pr_notice("stuff");` causes a loader failure Feb 23 00:13:31 arm-openwrt-linux-muslgnueabi-ld: arch/arm/boot/compressed/atags_to_fdt.o Feb 23 00:13:58 I know it's /called/ early in the boot process, but I would think it would at least link Feb 23 00:15:07 arm-openwrt-linux-muslgnueabi-ld -EL [a bunch of stuff] -o arch/arm/boot/compressed/vmlinux Feb 23 00:18:05 (That Google thinks "LD" means "learning disability" is strangely amusing) Feb 23 00:51:34 jeffsf, enough space on the system? Feb 23 00:51:53 Yes, fails in the build Feb 23 00:52:21 It's as if printk() isn't "available" for that portion of the kernel Feb 23 00:54:47 It's early in the boot process, as the kernel command line is being processed Feb 23 01:27:32 Might be that I need CONFIG_EARLY_PRINTK and early_printk() Feb 23 02:19:18 how to add "dialog" package to sdk? Doesn't seem to be in any current feeds Feb 23 02:43:02 dialog? Feb 23 02:44:03 Like https://packages.debian.org/sid/dialog ? Feb 23 02:52:56 Displays user-friendly dialog boxes from shell scripts **** ENDING LOGGING AT Sat Feb 23 02:59:56 2019