**** BEGIN LOGGING AT Fri Nov 09 02:59:58 2012 Nov 09 03:17:51 man.. i wish there was some 'cluster-uci' Nov 09 05:27:11 nbd: i've narrowed the alix2 grub2 problem to grub-core/commands/boot.c in function grub_loader_boot, apparently to the call to cur->preboot_func (grub_loader_flags); Nov 09 08:34:37 aha! Nov 09 08:34:49 it's failing in at_keyboard Nov 09 08:35:02 * russell-- wonders if we can just disable that Nov 09 08:35:34 grub_at_fini_hw Nov 09 08:35:42 goes in, doesn't come out Nov 09 08:44:24 tweaked target/linux/x86/image/Makefile, rebuilding image Nov 09 09:07:52 juhosg r34125 trunk/target/linux/ generic/patches-3.3/970-remove-unsane-filenames-from-deps_initramfs-list.patch generic/patches-3.6/970-remove-unsane-filenames-from-deps_initramfs-list.patch * generic: sanitize deps_initramfs list Nov 09 09:18:50 moment of truth ... Nov 09 09:21:55 yay! removing at_keyboard from target/linux/x86/image/Makefile works! Nov 09 09:43:22 http://patchwork.openwrt.org/patch/2859/ this is a bandaid, pending a proper fix ... it might break working x86 targets, for all i know Nov 09 09:45:44 hmm. werent soekris and alix boards non-8042 archs anyhow? Nov 09 09:48:30 simply said.. there is no keyboard controller Nov 09 09:49:41 see page 12 of http://pcengines.ch/pdf/alix2.pdf Nov 09 09:49:49 that sounds likely Nov 09 09:51:15 roh: lol! "Some Nov 09 09:51:15 boot loaders may hang and need to be modified. Nov 09 09:51:17 " Nov 09 09:51:35 google did not find that for me! :-( Nov 09 09:51:42 well.. yeah.. most pc likes use it to reboot.... Nov 09 09:51:52 and the speaker Nov 09 09:52:11 alix3 does have a speaker Nov 09 09:52:37 maybe.. but its connected to something different than a keyboard controller Nov 09 09:53:00 audio, rather Nov 09 09:53:45 anyway, it's only the at_keyboard thing that's hosing grub2 on alix2, (probably the geos too?) Nov 09 09:54:14 soekris 45xx boots okay unmodified Nov 09 09:54:18 should be the same for all geode-esques Nov 09 09:54:21 weird Nov 09 09:54:27 ah.. well.. oder geode Nov 09 09:54:45 45xx is ancient Nov 09 09:54:55 s/oder/older/ Nov 09 09:55:36 anyway, yay /me for tracking it down! Nov 09 09:55:44 ;) Nov 09 09:55:56 sounds like a nasty regression Nov 09 09:56:35 i know way more than i wanted to about the insides of grub2 (and still not very much!) Nov 09 10:17:48 russell--: nice work on figuring that one out Nov 09 10:18:12 russell--: i'll commit a change that enables at_keyboard only for the generic and kvm_guest subtargets Nov 09 10:20:14 nbd r34126 trunk/target/linux/x86/image/Makefile Nov 09 10:20:14 x86: only enable at_keyboard for the generic and kvm_guest subtargets to avoid hangs on alix2 and others (thx, russell) Nov 09 10:24:05 nice, thank you! Nov 09 10:25:14 is there a reason dnsmasq has 2 variants instead of using config options (ie. ipv6 and no-ipv6) Nov 09 10:25:52 * russell-- would guess "size" Nov 09 10:26:03 for ipv6 haters Nov 09 10:26:18 sintax: config options force you to choose at build time, variants allow you to switch during runtime Nov 09 10:27:37 just thinking about adding options to compile in luascript and conntrack support.. but due to the variants it would have to be duplicated.. hence why I was wondering why the ipv6 support wasn't done with a config option Nov 09 10:50:14 nbd: do you have the logic backwards in that patch? i got at_keyboard added again. should it be ifeq instead of ifneq? Nov 09 10:50:28 Guys, I need a little help with my Asterisk 11 Makefile - http://suzelly.opf.slu.cz/~sla463/asterisk11/Makefile . During my "package debugging" I just found out it fails on calling my macro's - located at asterisk11/install http://suzelly.opf.slu.cz/~sla463/asterisk11/Makefile.strip Nov 09 10:51:08 Makefile.strip is a Makefile without modules, just for testing if basic asterisk11 package works Nov 09 10:51:43 russell--: i think ifneq should be correct Nov 09 10:51:46 i'll check Nov 09 10:52:21 I would be glad if someone could take a look at it and help me a little Nov 09 10:52:24 :-) Nov 09 10:53:10 looks like ifneq generic or qemu then add at_keyboard, whereas it should add at_keyboard if the subtarget equals Nov 09 10:53:59 nbd r34127 trunk/target/linux/x86/image/Makefile * x86: use $(strip) for the at_keyboard check Nov 09 10:54:41 git syncs on 10 minutes? ;-) Nov 09 10:55:06 $(foreach subtarget,$(USE_ATKBD),$(CONFIG_TARGET_x86_$(subtarget)))) should resolve to y if the subtarget in $(subtarget) is selected Nov 09 10:55:10 that's why i used ifneq Nov 09 10:59:29 I would be glad if someone could help me with this asterisk11 Makefile. Nov 09 11:08:44 nbd: workie! thanks Nov 09 11:17:16 nbd r34128 branches/attitude_adjustment/target/linux/x86/image/Makefile * x86: backport grub2 at_keyboard handling from r34126 and r34127 Nov 09 11:44:41 hmm. proto dhcp and gateway 0.0.0.0 isn't working ... i still get a dhcp supplied default gateway, contrary to http://wiki.openwrt.org/doc/uci/network#protocol.dhcp Nov 09 11:45:56 wiki page is wrong, use option defaultroute 0 Nov 09 11:46:21 lol, okay! ;-) Nov 09 11:46:51 how about ignoring dns? Nov 09 11:47:04 that is, the dhcp supplied dns Nov 09 11:49:07 not sure, will check later Nov 09 11:49:10 need to leave now Nov 09 11:49:41 thanks! Nov 09 12:29:51 Hey, guys, asterisk11 almost working on openwrt Nov 09 12:29:54 :) Nov 09 12:30:27 there are some issues, but package is finished, just needs some patches to make it work Nov 09 13:06:34 guys - quick question - how is it possible to pass install dir for my install macro? Nov 09 13:07:45 I've got macro BuildAsteriskModule, in that macro there's define for /install for my module, this /install calls /install/{sbin,lib,module,conffile} Nov 09 13:14:08 you don't pass the install dir there Nov 09 13:14:34 if you call your macro it defines (not runs!) other macros which are called later and get the isntall dir passed in as $(1) Nov 09 13:15:06 so make sure to escape $(1) as $$(1) in the inner macros defined within BuildAsteriskModule, Nov 09 13:15:28 ah, I see Nov 09 13:17:58 So the macros called from inner macro should use $(1), right? Nov 09 13:18:26 if I pass $$(1) as first var Nov 09 13:18:32 for those macros Nov 09 13:21:39 depends on the context Nov 09 13:22:02 I'll show you Nov 09 13:22:41 http://suzelly.opf.slu.cz/~sla463/Makefile Nov 09 13:23:47 there's define for asterisk11/install - I am passing there escaped $$(1) for /install/lib, sbin and conffile Nov 09 13:24:27 and also BuildAsteriskModule inner /install calls those macros Nov 09 13:24:38 currently compiling, waiting for result :) Nov 09 13:25:30 btw: does this makefile look better than current asterisk-1.8.x in openwrt's feeds? if you want something to improve, I'm all ears Nov 09 13:28:33 oh :( install: cannot create regular file `/usr/lib/libasteriskssl.so': Permission denied Nov 09 13:38:41 if it would work for my /install, I can make it work for modules, but I ran out of options :( Nov 09 13:39:47 I thought in asterisk11/Install would be $(call Package/asterisk11/install/lib,$$(1),libasteriskssl) but it's empty in install/lib Nov 09 14:11:13 Hellow? Nov 09 14:19:11 Help? Nov 09 14:29:13 <_trine> do you need watering ? Nov 09 14:29:29 some help only Nov 09 14:29:52 the last time Nov 09 14:30:10 I have been in IRC channel wat in 1999 Nov 09 14:31:01 I want to start developing with the open wrt for some project - dont know where to start Nov 09 14:31:21 the guides on the web are minimal Nov 09 14:32:26 TheBlackTulip: What do you want to do? Nov 09 14:33:08 add a module which can use the uart Nov 09 14:33:22 and some other stuff but one thing at a time Nov 09 14:33:49 I haven't worked with uart before. Is it a kernel module? Nov 09 14:35:18 no - its a char device - but this is the end goal - for now the biggest help i can get is that some one will point me to some do to list to get my environment up and running Nov 09 14:36:29 I'm a C# expert with lot of skills with micro controllers - but not linux embedded Nov 09 14:41:20 TheBlackTulip: http://wiki.openwrt.org/about/toolchain and the linked articles Nov 09 14:42:00 TheBlackTulip: also http://wiki.openwrt.org/doc/start#building and below Nov 09 14:45:52 what linux distribution you recommend? Nov 09 14:46:27 as the development enviroment? or should I say windows? Nov 09 14:47:17 I would say any, but the best would be any distro which is not so "bleeding-edge" Nov 09 14:47:40 so Debian stable/testing or Ubuntu LTS would be ok, imho Nov 09 14:48:57 arch linux is often rather ache linux Nov 09 14:49:02 :> Nov 09 14:49:08 Gentoo ftw Nov 09 14:49:52 I would say any not so bleeding edge distro would be ok. Nov 09 14:49:59 i use ubuntu Nov 09 14:50:38 ok so its no really important i see Nov 09 14:51:00 got any other advices for me? Nov 09 14:51:08 man is your friend Nov 09 14:51:17 the likes btw are good Nov 09 14:51:17 and info Nov 09 14:51:40 Go for it. Your own experiences, openwrt wiki and google is your friend. Nov 09 14:51:47 man and info are for user.... Nov 09 14:51:57 users Nov 09 14:52:07 not only for users Nov 09 14:52:14 there are many man pages with system calls etc Nov 09 14:53:02 I used to press ctrl+b and it blinks... Nov 09 14:56:43 OK Thanks guys - ttyl Nov 09 15:53:51 Arch-Linux, bleeding edge works fine here Nov 09 16:29:46 Hey, guys, another problem with my Makefile. I calling my macro in $(foreach and it merges my commands into single line command. I suppose I should put a semicolon on the end of the line, right? $(foreach m,$(AST_CFG_FILES),$(call Package/asterisk11/install/conffile,$(1),$(m)) << ; >>) Nov 09 16:29:53 the semicolon in << >> Nov 09 16:30:35 Sorry for my stupid questions, I am sick and my head hurts so much, but I want asterisk to be done today. Nov 09 16:33:30 dev.openwrt.org --> 504 error again :-( Nov 09 16:37:37 yay, my asterisk11 Makefile works Nov 09 16:50:08 ANyone wants to quick review (syntax) my asterisk11 Makefile? Nov 09 16:50:26 just want to do functional testing to make it work Nov 09 17:36:59 hm.. is there any 'remote uci/opkg via ssh' management solution? Nov 09 17:37:39 you can run any command via ssh, can't you? Nov 09 17:37:56 sure. but do that on some dozend of devices for some time... Nov 09 17:38:25 <[florian]> using a for loop :) ? Nov 09 17:38:40 "scriptize" that Nov 09 17:39:12 its hard keeping everything properly documented (configs in svn) have some overview of whats the config (i have a heavy vlan setup) etc.. i just wondered if there is something already and if not why ;) Nov 09 17:39:47 its not a uniform config. basically every device is similar but different. Nov 09 18:03:18 is there any way one can 'hook' on uci internals? Nov 09 18:03:45 like post-commit for sending the config to some revisioning system Nov 09 18:26:08 roh, no Nov 09 18:26:36 roh: i suppose adding a patch wont be too hard Nov 09 18:26:42 but as every uci config lives in /etc/config, you can poll this dir, or make it a git repo Nov 09 19:09:25 hello ! Does someone know anything about ralink DSL chipset ? Nov 09 19:10:00 I knew only Broadcom/Texas/Infineon/ikanos on this market Nov 09 19:10:00 i didn't know there was one Nov 09 19:10:22 and what's ikanos? Nov 09 19:10:35 i know conexant had some Nov 09 19:11:25 I've been proposed a mission to port openwrt on a dsl ralink chipset, and i've been told they are 2nd position worldwide behind broadcom on this market.... !? Nov 09 19:11:47 I know conextant has some dslam chipsets Nov 09 19:12:07 and maybe Lantiq/infineon stuff is connextan based Nov 09 19:12:12 no Nov 09 19:12:17 ralink is connexant based Nov 09 19:12:29 ralink is in reality mediatex who bougth connexant and ralink Nov 09 19:12:36 lantiq is its own soup Nov 09 19:13:46 the conexant SoC's were arm, not mips Nov 09 19:13:53 DonkeyHotei, Ikanos is making the Vox200/vox160 chipsets , which were in fact Analog Device which sold their DSL stuff to ikanos, an indian company I think. Some french dsl modem are still based on it Nov 09 19:14:24 blogic, thanks for the info. Do we have anything in openwrt about these chipsets ? Nov 09 19:14:33 which ones ? Nov 09 19:14:38 the MT6XXX ? Nov 09 19:14:47 the ralink ones Nov 09 19:15:06 they are not in owrt Nov 09 19:15:12 are there any supported annex A lantiq devices with voip hardware? Nov 09 19:15:18 the laetst RSDK has 2.6.36 for that family in it Nov 09 19:15:35 DonkeyHotei: arv751 Nov 09 19:15:36 DonkeyHotei: arv7519 Nov 09 19:15:55 blogic, ok. Nothing open, I guess Nov 09 19:15:59 i looked for that one; can't find it anywhere Nov 09 19:16:15 obinou: well Nov 09 19:16:27 find a unit that shipd with that soc and get the GPL code Nov 09 19:16:40 It seems that Trend (reseller) has a some; I'll checkout Nov 09 19:17:15 blogic, I will not be able to, since I 'll probably have to sign a NDA to make this mission Nov 09 19:18:09 anyway, if i's to get some broadcom-style .ko ....... Nov 09 19:26:55 blogic r34129 trunk/target/linux/ lantiq/patches-3.6/0301-owrt-atm.patch lantiq/patches-3.6/0300-owrt-mtd-split.patch lantiq/config-3.6 lantiq/xway/config-default * [lantiq] add mtd split and atm patch Nov 09 19:27:06 blogic r34130 trunk/target/linux/lantiq/image/ ARV7525PW.dts ARV752DPW.dts ARV752DPW22.dts Makefile * [lantiq] a few more dts files (WIP) Nov 09 19:27:21 blogic r34131 trunk/target/linux/ lantiq/xway/profiles/lantiq.mk lantiq/xway/profiles/arv.mk lantiq/xway/profiles/001-lantiq.mk * [lantiq] add more profiles Nov 09 21:38:18 kaloz r34132 trunk/target/linux/cns3xxx/patches-3.3/ 470-gpio_irq.patch 055-cns3xxx_pci_iospace_init.patch 104-cns3xxx_gpio.patch 480-cns3xxx_pcie_early_init.patch * cns3xxx: clean up pcie patches Nov 10 02:47:57 nbd r34133 trunk/package/mac80211/ patches/300-pending_work.patch patches/527-mac80211_use_ieee80211_free_txskb.patch patches/550-mac80211_optimize_mcs_rate_mask.patch * mac80211: add more tx skb free fixes (hopefully final fix to #11894) Nov 10 02:48:31 nbd r34134 branches/attitude_adjustment/ package/mac80211/patches/300-pending_work.patch package/mac80211/patches/550-mac80211_optimize_mcs_rate_mask.patch package/mac80211/patches/527-mac80211_use_ieee80211_free_txskb.patch * mac80211: add more tx skb free fixes (hopefully final fix to #11894) Nov 10 02:54:29 swalker r34135 packages/utils/smartmontools/Makefile * [packages] smartmontools: add missing uclibc++ include (#12448) **** ENDING LOGGING AT Sat Nov 10 02:59:58 2012