**** BEGIN LOGGING AT Thu Sep 08 02:59:57 2011 Sep 08 06:13:13 nbd * r28193 /branches/backfire/package/kernel/modules/wireless.mk: remove kmod-hermes* from package/kernel, it is already provided by the mac80211 package Sep 08 07:53:35 swalker * r28194 /packages/libs/protobuf-c/ (. Makefile): [packages] protobuf-c: add protocol buffers C library, thanks Martin Johansson (#9232) Sep 08 12:35:02 Hello Sep 08 12:35:19 when i try to boot openwrt trunk i get the following message Sep 08 12:35:20 MIPS: no machine found for id 'F5D8235_V2', supported machines: Sep 08 12:35:21 id name Sep 08 12:35:21 Generic Generic Ralink board Sep 08 12:35:36 where do i specify the machine ID ?? Sep 08 12:40:02 as in foo/bar in make menuconfig _or_ make kernel_menuconfig ?? Sep 08 12:57:54 for the serial port that gets created on /dev/ttyS0, is there any way I can specifyu that a certain GPIO should be used as the RTS pin? Sep 08 13:02:52 sekon_: in the commanline of the kernel or at build/generate time Sep 08 13:37:13 what's the best way of creating the patch files in buildroot/target/linux//patches-x.y.z ? Sep 08 13:37:24 should I manually make changes in build_dir? Sep 08 13:37:26 quilt Sep 08 13:37:28 quilt Sep 08 13:37:49 got any getting started doc poitners? Sep 08 13:37:56 there's a howto on the wiki Sep 08 13:38:12 http://wiki.openwrt.org/doc/devel/patches Sep 08 13:39:14 ok, I'll have a look at that for a bit. Sep 08 13:41:12 if I want to bump the kernel version along a bit, (to get rs485 support) is that likely to be straightforward, quilt updating? is it just a matter of testing? Sep 08 13:41:45 well, in theory yes Sep 08 13:41:46 or am I likely to run into all the patches falling apart due to api changes? Sep 08 13:41:59 in practise any kernel bump is breaking stuff in my experience Sep 08 13:42:13 often runtime Sep 08 13:42:20 not noticed during building or patching Sep 08 13:42:23 joy. Sep 08 13:44:09 ok, unrelated, but I see that the ar71xx platforms all have files/arch/mips/ar71xx and lots of mach_ files for each different platform Sep 08 13:44:19 but atheros just has a single directory Sep 08 13:44:38 should atheros ideally be moved to wards mach types for different platforms? Sep 08 13:44:59 atheros is legacy, I don't think there's much movement in the future Sep 08 13:45:42 well, we're using an OEM atheros board here, which isn't quite the same GPIO/leds/serial port as the current ones, Sep 08 13:46:29 we've got a set of patches at the moment, but it seems like it would be "nicer" to have it as a separate platform, rather than just our own patches. Sep 08 13:47:16 I understand that's probably why the atheros tree only has a couple of devices in it, it certainly seems to be history for the big router makers Sep 08 13:47:18 best is you discuss this with nbd imo Sep 08 13:48:25 ok, I'll keep an eye out, I'll probably have enough to do quilting and poking it to work righ tnow, before I get to pie in the sky happy valley situations Sep 08 13:59:52 blogic: boot time Sep 08 13:59:57 seen on serial console Sep 08 14:01:23 ? Sep 08 14:03:52 17:50 < sekon_> Hello Sep 08 14:03:52 17:50 < sekon_> when i try to boot openwrt trunk i get the following message Sep 08 14:03:55 17:50 < sekon_> MIPS: no machine found for id 'F5D8235_V2', supported machines: Sep 08 14:03:58 17:50 < sekon_> id name Sep 08 14:04:00 17:50 < sekon_> Generic Generic Ralink board Sep 08 14:04:03 17:50 < sekon_> where do i specify the machine ID ?? Sep 08 14:04:05 17:55 < sekon_> as in foo/bar in make menuconfig _or_ make kernel_menuconfig ?? Sep 08 14:04:08 blogic: ^ Sep 08 14:04:30 or should i use the kernel command line Sep 08 14:05:00 machine=Generic rootfs=squashfs,jjfs , ... Sep 08 14:05:40 in kernel_menuconfig Sep 08 14:14:31 blogic: sorry fond it Sep 08 14:14:37 make kernel_menuconfig .. Sep 08 15:16:56 When I tried to compile OpenWRT SVN r28190 for a brcm47xx platform with gcc-4.6.x + Linaro ehnahcement, binutils 2.21.1, and uClibc 0.9.32-git, the compilation spits out error messages of missng md4.ko module as seen here (http://pastebin.com/tnRL1TB3) on line #18. Sep 08 15:17:15 Does anyone here know how to fix this problem? Sep 08 16:06:07 Is this "$(LINUX_DIR)/crypto/md4.ko \" in package/kernel/modules/crypto.mk:still pertinent? If not, then it ought to be removed. Otherwise, it causes 'make package/kernel/compile' to fail as shown here (http://pastebin.com/tnRL1TB3) on line #18 when 'feeds/package/net/sctp' is enabled. Sep 08 16:27:43 Hi, using 10.03.1-RC6, r28025 on a ubiquity nanostation m. I continuously get "NETDEV WATCHDOG: eth0 (ag71xx): transmit queue 0 timed out" and this trace: http://pastebin.com/XS5j9XqF Sep 08 16:27:55 Is this a known problem? Sep 08 16:39:46 sKAApGIF: was that a fresh build or did you just update? Sep 08 17:11:06 build #78 of at91 is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/at91/builds/78 Sep 08 17:11:29 a fresh checkout? I originally checked out RC4 and have been updating since then or are you asking about the installation? Sep 08 17:13:29 nbd: I changed my configuration files to remove the (non-existing) wan port it creates and removed eth0 from the br-lan. It has been stable for almost an hour now. Perhaps the reference to eth1 is what causes the problem Sep 08 17:14:03 sKAApGIF: run make target/linux/clean Sep 08 17:14:05 sKAApGIF: then rebuild Sep 08 17:14:08 sKAApGIF: that should fix the issue Sep 08 17:14:18 thanks I'll try that Sep 08 17:16:14 Is it best to do a make clean after each update? or would make target/linux/clean always suffice Sep 08 17:18:49 make target/linux/clean is usually enough Sep 08 17:22:39 mazilo * r28195 /packages/net/freeswitch/Makefile: include coreutils package in dependency for mod-cdr-pg-csv that requires libpq Sep 08 17:37:16 build #76 of ubicom32 is complete: Failure [failed compile_3] Build details are at http://buildbot.openwrt.org:8010/builders/ubicom32/builds/76 Sep 08 17:58:24 * ^Willie^ trashed his asus wl520 Sep 08 17:58:36 <^Willie^> *rant* asus sometimes Sep 08 17:59:45 <^Willie^> 2M flash and looks like noway to program those 29lv320's outside a device :S Sep 08 18:00:01 <^Willie^> and no a programmer that costh more then 250$ is not a solution for one time use. Sep 08 18:09:00 jow * r28196 /branches/backfire/package/madwifi/files/lib/wifi/madwifi.sh: [backfire] merge r26484 Sep 08 19:03:30 ^Willie^: with only 2megs of flash, so what? it's practically useless anyway! Sep 08 19:56:01 nbd: tried make clean and rebuilt openwrt r28196 but still getting transmit queue 0 timed out... trace: http://pastebin.com/rTQ1h3qu Sep 08 20:07:25 <^Willie^> EqUaTe: hmm i failed somewhere.. had a wl520 no usb with 4m flash i thinked.. points out 2m flash can look if the sdk include usb support else it is indeed useless. Sep 08 20:07:54 <^Willie^> and yes i do have a spare 4m flash chip that will do but no tools to program it. Sep 08 20:09:06 <^Willie^> EqUaTe: it will not be used as a router i'll only need a kernel and netcat Sep 08 20:09:18 heh Sep 08 20:09:28 <^Willie^> but without some info from others i dunno at this moment. Sep 08 20:09:40 <^Willie^> just tomuch issues in a row ;) Sep 08 20:10:26 <^Willie^> and the wl520gU was twice the price of the wl520gC.. *fail* Sep 08 20:11:01 <^Willie^> thinked add the missing parts and done but never looked deeper into the specs about the rom size. Sep 08 20:12:07 <^Willie^> since it can boot from usb mmc i wonder wat will needed to me modded to the stock firmware to make it do that. Sep 08 20:12:17 <^Willie^> it is not a nogo or some like that .. Sep 08 22:23:45 jow * r28197 /trunk/target/linux/x86/xen_domu/config-default: [x86] Xen DomU: make sure kernel is gzip compressed, pygrub cannot handle xz Sep 08 23:26:55 jow * r28198 /trunk/package/mac80211/files/lib/wifi/mac80211.sh: [package] mac80211: introduce "disabled" option for wifi-iface section to shutdown single networks on a radio Sep 08 23:37:04 jow * r28199 /trunk/package/madwifi/files/lib/wifi/madwifi.sh: [package] madwifi: introduce "disabled" option for wifi-iface section to shutdown single networks on a radio Sep 08 23:39:32 jow * r28200 /trunk/package/broadcom-wl/files/lib/wifi/broadcom.sh: [package] broadcom-wl: introduce "disabled" option for wifi-iface section to shutdown single networks on a radio Sep 09 00:42:24 swalker * r28201 /packages/net/fwknop/ (Makefile patches/ patches/001-fix_config.patch): Sep 09 00:42:24 [packages] fwknop: update to 2.0.0rc4 Sep 09 00:42:24 * add client package, InstallDev & license Sep 09 00:42:24 * fix config defaults & daemon conffiles Sep 09 00:42:24 * use PKG_INSTALL Sep 09 00:42:25 * cleanup Makefile **** ENDING LOGGING AT Fri Sep 09 02:59:57 2011