**** BEGIN LOGGING AT Wed Nov 12 02:59:58 2008 Nov 12 04:56:22 anyone seeing this failure in xrelayd? xrelayd.c:(.text+0x14f4): undefined reference to `x509write_keyfile' Nov 12 11:49:32 hi folks Nov 12 11:49:39 welcome to #openwrt-devel! Nov 12 11:49:40 who is working on ar7port? Nov 12 12:01:50 <[Fate]> DagMoller https://dev.openwrt.org/wiki/platforms Nov 12 12:02:47 matteo, are you working on ar7? Nov 12 12:02:52 [Fate], thx Nov 12 12:03:05 DagMoller: yes, but the serial bug is killing my development Nov 12 12:03:12 i read _nothing_ from teh serial Nov 12 12:03:37 so, i'm working on ar7 tiatn... Nov 12 12:03:57 teh DSL? Nov 12 12:04:00 and at moment, unit boots openwrt sucessful Nov 12 12:04:08 matteo, no, WRTP54g Nov 12 12:04:30 matteo, we got LAN, WAN and WIFI working Nov 12 12:04:41 great Nov 12 12:04:43 with acx? Nov 12 12:04:47 yes Nov 12 12:05:10 but wifi need to coorect reset_bit Nov 12 12:05:22 lonestar discover that bit is 14 Nov 12 12:05:53 but i need to undertand what is cpmac and what is vlynq Nov 12 12:06:37 vlynq is a bus developed by TI Nov 12 12:07:00 cpmac is an eth driver for the TI eth which uses the vlynq bus Nov 12 12:07:12 theyr wifi card uses vlynq too Nov 12 12:07:23 yes, wifi is in vlynq0 Nov 12 12:08:02 the reset ocurs in vlynq or cpmac or both? Nov 12 12:09:05 matteo, take a look http://openwrt.pastebin.com/m7d5c9b38 Nov 12 12:09:51 what's titan? Nov 12 12:10:03 a derivation of ar7 o think Nov 12 12:10:18 titan board Nov 12 12:10:50 matteo, the wifi only works after a cold boot Nov 12 12:10:55 DagMoller: i think i added that reset Nov 12 12:11:00 to avoid an IRQ storm Nov 12 12:11:44 i found cpmac reset, but none to vlynq Nov 12 12:13:38 matteo, in target/linux/ar7/files/include/asm-mips/ar7/ar7.h i found AR7_RESET_BIT_CPMAC_LO Nov 12 12:14:29 but in target/linux/ar7/files/arch/mips/ar7/platform.c cpmac_{low,high}_data .reset_bit is hardcoded Nov 12 12:14:34 its wright? Nov 12 12:17:34 mmm Nov 12 12:18:19 and other problem is that mii-tool always says that link is down on eth Nov 12 12:18:30 but eth works Nov 12 12:18:42 DagMoller: i know Nov 12 12:18:52 that's why ia had the temporary_fix Nov 12 12:18:57 it brings the iface up Nov 12 12:19:11 eg. it starts teh netif queue Nov 12 12:19:15 even if it's up Nov 12 12:19:28 and the reset bit it's hardcoded, right Nov 12 12:22:31 matteo, you know when vlynq reset ocurs? Nov 12 12:23:10 no Nov 12 12:23:16 ejka wrote all the vlynq code Nov 12 12:38:38 DagMoller: sn9 was fiddling with it too, and you could ask loswillios as well Nov 12 12:56:50 danage, long time sn9 no comes online Nov 12 13:15:03 i know Nov 12 13:15:19 maybe he fried all his routers? Nov 12 13:17:42 dunno Nov 12 13:21:04 DagMoller: try #ar7 Nov 12 13:21:10 :D Nov 12 13:38:33 /sbin/wifi: eval: line 1: cannot create /sys/class/leds/wifi/brightness: nonexistent directory Nov 12 13:38:34 wlan0(acx): enable failed Nov 12 13:39:12 acx is broken Nov 12 13:39:16 try #acx100 Nov 12 13:39:53 danage, i think that wifi led is missing on my patch Nov 12 13:46:19 http://openwrt.pastebin.com/m23e77b53 Nov 12 13:51:13 wifi is working... but only after a cold boot Nov 12 13:52:20 matteo, danage ejka look http://openwrt.pastebin.com/m23e77b53 Nov 12 14:07:39 that would be surprising news because to my knowledge, acx driver is non-functional atm Nov 12 14:08:55 DagMoller: AndyIL knows a lot about ar7 hardware too afaik Nov 12 14:09:16 danage, i configure then wlan0, and in my coputer, execute a scan, and found the router Nov 12 14:10:06 try transmitting data Nov 12 14:10:19 danage, try it later Nov 12 17:22:33 nbd: is there anything more i can be doing to help figure out the soekris problem? Nov 12 17:49:31 juhosg * r13192 /trunk/ (42 files in 27 dirs): Nov 12 17:49:31 [kernel] update to 2.6.25.20, 2.6.26.8, 2.6.27.5 and refresh patches Nov 12 17:49:31 * based on a patch by Hauke Mehrtens Nov 12 17:49:31 * closes #4193 Nov 12 18:08:35 juhosg * r13193 /trunk/target/linux/ar71xx/files/drivers/net/ag71xx/ (ag71xx_main.c ag71xx_mdio.c): [ar71xx] cosmetic changes in the ag71xx driver Nov 12 18:37:39 russell_: you could try to make a patch that reverts the changes in the kernel version that broke it Nov 12 18:37:58 russell_: (make that patch against current trunk) Nov 12 18:38:03 see if that works Nov 12 18:38:07 and if it does, reduce the patch Nov 12 18:38:09 until it no longer works Nov 12 18:38:28 is there an easy way to create revert patches from git? Nov 12 18:38:48 git-revert Nov 12 18:38:54 heh. Nov 12 18:38:54 iirc Nov 12 18:40:03 for patches i'd rather say: git diff commit commit^ Nov 12 18:40:25 there are a bunch of patches that went into the 2.6.25.4 -> 2.6.25.6 update, which i've looked at and can pretty safely exclude some of. i'll see if i can create the reverts and try them one at a time. Nov 12 18:40:36 CyrusFF: i'll try that too, thanks Nov 12 18:40:45 git-revert has the advantage of rebasing the revert commit to your current head Nov 12 18:40:55 so if you get conflicts you can resolve them the git way Nov 12 19:13:48 where should i put the revert patch so that it gets noticed by the build system and the kernel gets rebuilt? Nov 13 00:55:05 Is there a in the Buildroot a variable for downloading files like $(WGET) or so? Nov 13 01:35:59 you should not do wget manually in a package makefile Nov 13 01:36:05 that's what the Download template is for Nov 13 01:36:14 so that the build system takes care of mirroring and downloading for you Nov 13 01:36:56 x-alina: package/libertas/Makefile is an example Nov 13 01:41:59 nbd: Okay, thanks i will fix this tomorrow. Is there a wrapper for unzip like $(UNZIP), or can it handle the build system too? Nov 13 01:48:11 i think there is no wrapper for that yet Nov 13 02:19:37 fyi: if you enable via the GUI that it should run /etc/firewall.user, it does not do it. Nov 13 02:20:20 i am also not a fan of the huge number of chains, and ended up hacking it to run iptables -I zone_wan_REJECT -j ACCEPT Nov 13 02:20:38 support for having a subnet from your isp is not present, and these rules make it very hard Nov 13 02:20:55 eg I have a ppp0 1.2.3.4 on which my ISP tunnels 2.3.4.0/28 Nov 13 02:21:25 it requires a lot of rule changes to ensure those IP's get forwarded, and non-masq'ed to 1.2.3.4 Nov 13 02:21:48 also, the gui is missing the option to configure additional IP addresses on br-lan (I need to put a 2.3.4.x address on it) Nov 13 02:22:05 oh, and the GUI "save" does not work, but "save and apply" works Nov 13 02:22:22 that's my bug reports on 8.09_RC1 for today. thanks :) Nov 13 02:23:14 oh. and no openswan packge :P but I'll fix that myself :P Nov 13 02:36:23 kernel OCF broke too. cannot select it in make menuconfig **** ENDING LOGGING AT Thu Nov 13 02:59:57 2008