**** BEGIN LOGGING AT Wed May 18 02:59:57 2011 May 18 03:48:56 anyone know if hotplug supports creation of i2c nodes? May 18 04:16:03 acoul:are you around:) May 18 05:00:18 RealOpty: there is a split rootfs patch May 18 05:00:53 patches-2.6.39/400-rootfs_split.patch May 18 05:01:30 ty . im now understanding that the problem lies in my code heh May 18 05:03:09 I got stuck when compiling ath9k... May 18 05:03:55 http://pastebin.com/ir0upyp8 May 18 05:04:24 Any ideas? May 18 05:06:19 2011-05-13/drivers/net/wireless/ath/ath9k/pci.c:186:2: error: implicit declaration of function 'pci_request_region' May 18 05:12:27 blogic, im thinking that when rootfs_data is created that its calculated by using the bcm47xx_parts[3].size in some way. does that sound correct? May 18 05:34:08 RealOpty: where is bcm47xx_parts defined ? May 18 05:34:17 do you have a linlk to the source so i can look at it ? May 18 05:40:23 blogic, https://dev.openwrt.org/browser/trunk/target/linux/brcm47xx/files/drivers/mtd/maps/bcm47xx-flash.c May 18 05:54:31 bcm47xx_parts[2].size rather tahn 3 May 18 05:55:40 also where does nvrambackup come from ? May 18 05:55:51 certainly not from that driver May 18 06:00:13 blogic, thats apart of my patch that im working on. my device has two nvram partitions. xMff said that i need to make another partition for the 2nd nvram, for it to be proper. May 18 06:02:45 blogic, here is my patch so far. May 18 06:02:47 http://paste.ubuntu.com/609356/ May 18 06:07:46 bcm47xx_parts[2].size = size - dual_image_offset - May 18 06:07:46 bcm47xx_parts[2].offset - May 18 06:07:46 bcm47xx_parts[3].size - board_data_size; May 18 06:08:01 ahhh does use size of 3 May 18 06:15:02 build #39 of s3c24xx is complete: Failure [failed compile_10] Build details are at http://buildbot.openwrt.org:8010/builders/s3c24xx/builds/39 May 18 06:21:38 blogic, your questions gave me an idea, and i think it will work. testing now. ty May 18 06:30:23 0x0000003e0000-0x0000007e0000 : "rootfs_data" May 18 06:30:23 0x0000007e0000-0x0000007f0000 : "nvram" May 18 06:30:23 0x0000007f0000-0x000000800000 : "nvramcopy" May 18 06:30:35 and thats the desired responce May 18 06:30:52 0x000000040000-0x0000007d0000 : "linux" May 18 06:31:04 ^- but that isnt....... May 18 07:19:05 build #35 of orion is complete: Failure [failed compile_7] Build details are at http://buildbot.openwrt.org:8010/builders/orion/builds/35 May 18 07:36:24 RealOpty: ok May 18 07:42:00 RealOpty: so it is working better than before not fully ? May 18 07:43:08 its actually progressing. ive found a few bugs in the original code. with my new patch should make making new partitions easier May 18 07:45:05 cool May 18 07:45:06 ;) May 18 07:45:43 blogic, have a look http://paste.ubuntu.com/609378/ May 18 07:46:17 blogic, line 478 is where im working at May 18 07:46:28 line 130 and 131 May 18 07:46:46 i would not use NULL but add offset: 0, size: 0, aswell May 18 07:46:50 just to make it cleaner May 18 07:47:12 also there is a mtd_insert_part() or similar May 18 07:47:27 * blogic looks at line 478 May 18 07:49:33 nifty aye? May 18 07:59:49 blogic, does the fact that i put "case default:" point out that i dont know C ? May 18 07:59:55 * RealOpty chuckles May 18 08:01:22 dhehe May 18 08:05:25 blogic, is there some kind of virtualbox emulation for brcm947xx? May 18 08:05:42 sno idea sorry May 18 08:05:47 i never use brcm May 18 08:12:56 RealOpty: nope, there isn't May 18 08:13:58 ty May 18 08:16:17 Hi guys, i have a headache on something simple that you would probably know the answer too. May 18 08:17:13 I cannot get my TCP Checksum code to output the correct result, so i have been trying to use the "checksum.h" header file in the Linux sources. May 18 08:18:05 But when ever i try to compile the code with it listed it cannot find the header file :s May 18 08:18:57 I had been playing around with sym links and then then compilation complains at the header files included inside the "checksum.h" header file. May 18 08:19:32 Anyone throw me a bone here.... its driving me nuts? May 18 09:00:52 Checking kernel configuration... FAILED May 18 09:00:54 Please enable PCI support. May 18 09:01:14 How to enable PCI support of kernel 2.6.39 May 18 09:01:29 KanjiMonster, if (get_router() == 5) { <- look ok? or do i need another set of ( ) ?? May 18 09:11:39 blogic, KanjiMonster http://paste.ubuntu.com/609410/ May 18 09:11:43 any suggestions? May 18 09:14:17 0x000000040000-0x0000007e0000 : "linux" May 18 09:14:17 0x00000011ec00-0x0000007e0000 : "rootfs" May 18 09:14:18 0x0000003e0000-0x0000007e0000 : "rootfs_data" May 18 09:14:18 0x0000007e0000-0x0000007f0000 : "nvram" May 18 09:14:18 0x0000007f0000-0x000000800000 : "nvram_copy" May 18 09:14:31 ^- desired result :D May 18 09:15:16 now to test on my wnr834b and wrt54g May 18 09:15:46 well mmm tomorrow that is. night lol May 18 09:31:13 obsy * r26928 /packages/net/transmission/Makefile: [packages] transmission: update to 2.31 May 18 09:36:27 build #35 of lantiq is complete: Failure [failed compile_6] Build details are at http://buildbot.openwrt.org:8010/builders/lantiq/builds/35 May 18 09:45:53 jow * r26929 /packages/net/wget/Makefile: [packages] wget: make it depend on libidn May 18 09:53:06 jow * r26930 /trunk/package/base-files/ (Makefile files/bin/ipcalc.sh): (log message trimmed) May 18 09:53:06 [PATCH] ipcalc.sh CIDR notation May 18 09:53:06 Hi, May 18 09:53:06 the attached patch makes ipcalc.sh accept IP/Netmask combinations in May 18 09:53:06 CIDR notation. Before you could only do: May 18 09:53:06 # sh ipcalc.sh 192.168.0.0 255.255.255.0 1 10 May 18 09:53:06 IP=192.168.0.0 May 18 09:54:31 jow * r26931 /branches/backfire/package/base-files/ (Makefile files/bin/ipcalc.sh): [backfire] merge r26930 May 18 11:53:34 hcg * r26932 /trunk/target/linux/omap35xx/ (3 files in 3 dirs): [omap35xx] Move beagleboard base-files to beagleboard sub-target, remove unused mac80211.sh May 18 12:06:03 nbd * r26933 /trunk/package/mac80211/patches/572-ath9k_tx_last_beacon.patch: ath9k: fix a small race condition in the tx_last_beacon patch May 18 12:06:07 nbd * r26934 /trunk/package/mac80211/patches/ (2 files): ath9k: clean up tx fifo handling on ar9380 based hardware May 18 12:34:59 mazilo * r26935 /packages/net/freeswitch/Makefile: update to v1.0.7 (a daily snapshot of git version) May 18 12:46:52 hcg * r26936 /trunk/target/linux/omap35xx/image/Makefile: [omap35xx]: Remove override of max80211.sh May 18 13:11:09 mazilo * r26937 /packages/net/freeswitch/patches/ (001-Makefile.am.patch 002-libs-esl-Makefile.patch): update patches May 18 13:15:26 mazilo * r26938 /packages/net/freeswitch/patches/100-compile_fix.patch: update patches May 18 13:34:27 Hi, i am facing a big problem trying to use dahdi module for asterisk. It seems that device_create function can't detect correctly "!" character on chain like other linux. May 18 13:34:44 The module create dahdi!ctl instead of dahdi/ctl May 18 13:35:02 i made a little test creating my own module kernel May 18 13:35:37 and all calls to device_create produce this error. I tried on a x86 vm, this same module work perfectly on my debian. May 18 13:36:31 How can i correct this behavior? I can make work dahdi making the correct subfolder on /dev and moving files as they should be, be it is not so clean... May 18 13:57:42 build #33 of ppc44x is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org:8010/builders/ppc44x/builds/33 May 18 13:57:43 build #33 of x86 is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org:8010/builders/x86/builds/33 May 18 13:57:45 build #31 of sibyte is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org:8010/builders/sibyte/builds/31 May 18 13:57:47 build #30 of ixp4xx is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org:8010/builders/ixp4xx/builds/30 May 18 14:17:58 acoul,are you around?:) May 18 14:22:18 Rholk: / isn't an allowed character in device names and gets replaced by "!", this is normal May 18 14:25:43 Yes, in dahdi sources and my module it is like this May 18 14:25:53 but actually openwrt create /dev/dahdi!ctl May 18 14:26:00 instead of /dev/dahdi/ctl May 18 14:31:14 Rholk: what linux version does your debian have? May 18 14:32:31 2.6.38-2-amd64 May 18 14:32:37 But ok i found a workaround May 18 14:32:46 I looked on zaptel sources for openwrt May 18 14:33:01 https://dev.openwrt.org/changeset/26262 May 18 14:33:08 and found that they had same problem May 18 14:33:15 so i made same sort of scripts May 18 14:33:19 and it work perfectly May 18 14:33:22 Rholk: this is normal behaviour since 2.6.27, so debian must have changed something (-> http://lxr.linux.no/#linux+v2.6.38/lib/kobject.c#L215 ) May 18 14:33:58 you didn't catch. May 18 14:34:01 in my C files May 18 14:34:11 i have a call with "dahdi!ctl" May 18 14:34:22 which should create /dev/dahdi/ctl May 18 14:34:34 but on openwrt it create /dev/dahdi!ctl May 18 14:35:28 err, what? the kernel replaces / with !, but not the other way round May 18 14:35:44 ! stays ! in device names May 18 14:36:06 Actually i think more that the kernel should consider ! as a '/' speaking of file system May 18 14:36:19 just dahdi!ctl May 18 14:36:29 means in /dev - dahdi folder - create ctl May 18 14:37:29 Actually it is how it is writen in source files of dahdi, looking at there code i don't want so much to put hand on it. May 18 14:37:47 i can make different tries on different linux boxes. May 18 14:39:15 <_trine> I just updated trunk and now it does not compile http://dpaste.com/543856/ May 18 14:39:27 swalker * r26939 /packages/admin/monit/Makefile: [packages] monit: update to 5.2.5 May 18 14:39:47 swalker * r26940 /packages/utils/unrar/Makefile: [packages] unrar: update to 4.0.7 May 18 14:40:02 swalker * r26941 /packages/utils/zile/Makefile: [packages] zile: update to 2.3.24 May 18 16:21:05 hey Hauke May 18 16:21:11 RealOpty: hey May 18 16:22:06 Hauke, please have a look at my patch http://paste.ubuntu.com/609410/ May 18 16:26:51 My simpletech simpleshare has a 2nd nvram. Its used as some sort of backup, that overwrites the real one if they dont match. so this patch fixes that issue and places the 2nd one into a proper partition. May 18 16:30:46 Ive also done some research on the netgear "board_data" all of the devices that are listed under get_router, board data is only 64kb not 256 as dd-wrt code suggest. May 18 16:35:43 http://paste.ubuntu.com/609597/ <--- simpletech simpleshare. May 18 16:36:13 still need to test on netgrear wnr834b and a standard wrt54g May 18 16:37:59 https://dev.openwrt.org/ticket/9323 May 18 16:39:03 RealOpty: nice patch May 18 16:46:46 ty May 18 18:33:13 RealOpty: i was awol all day May 18 18:33:21 did yoiu fix the mtd thing ` May 18 20:24:49 build #26 of etrax is complete: Failure [failed compile_3] Build details are at http://buildbot.openwrt.org:8010/builders/etrax/builds/26 May 18 20:25:07 RealOpty: please, just don't break wgt634u in the process ;-) May 18 20:32:55 RealOpty: could you please send the patch to the mailing list and me May 18 21:02:15 * russell-- is running into some kernel config questions during x86 (net48xx) compiles May 18 21:02:56 DEBUG_PERF_USE_VMALLOC, DEBUG_NX_TEST, CPA_DEBUG, DEBUG_STRICT_USER_COPY_CHECKS May 18 21:10:37 Hauke: I think we should merge the diag.c into get_router() May 18 21:10:42 Hauke: and move it to the platform code May 18 21:13:55 build #25 of ep93xx is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/ep93xx/builds/25 May 18 21:15:04 xMff: yes May 18 21:16:04 hmmm....if you do telinit q with busybox init will it read the /etc/inittab that it was booted with or will it read /etc/inittab that's there now (assuming a pivot_root has happened ? May 18 21:17:37 xMff: the flash driver code should be cleaned up May 18 21:17:56 cshore: strace ? May 18 21:17:57 also support for serial flash chips is needed May 18 21:18:07 yeah, I'll have to investigate May 18 21:18:17 it's make life easier if it was the latter May 18 21:18:21 Hauke: yes, but someone here (KanjiMonster?) worked on it afair May 18 21:18:22 *it'd May 18 21:19:25 hm... is diag used by bc63xx too? May 18 21:19:36 xMff: no May 18 21:19:45 at least not diag.c May 18 21:19:55 then the merger defnitely makes sense May 18 21:20:08 now that there is no brcm-2.4 to worry about May 18 21:20:52 diag is the resulting executable, right? no such file on my 63xx router May 18 21:20:53 Hauke: did you follow the ssb / ai bus development? May 18 21:21:13 xMff: yes May 18 21:21:23 well excectp diag.sh, but that's completely different May 18 21:21:31 cshore: diag.ko ... its a module that pokes nvram and guesses the model May 18 21:21:44 Ah, no, we definitely don't have that May 18 21:21:48 and exports /proc/diag/model and led controls May 18 21:21:59 Hauke: whats the state there? May 18 21:22:26 xMff: 63xx uses a script for that (diag.sh and bcm63xx.sh or something like that, like ar71xx) May 18 21:22:41 I started to add support for the bcm4716 chip to the version now in kernel based on the code made by George May 18 21:23:15 some workarounds in b44 are also activated based on some settings in nvram May 18 21:23:42 ah right May 18 21:23:43 xMff: nvram is currently not supported on 63xx (from openwrt I mean) May 18 21:23:53 but that could be handled like the ssb invariants imo May 18 21:24:16 uh-oh, this is sounding dangerous! :-) May 18 21:24:17 xMff: at least not the environment settings May 18 21:24:46 russell--: ;) May 18 21:25:04 * russell-- willing to test on wgt634u to prevent too much damage May 18 21:25:47 * russell-- also understands about omelettes and eggs, etc May 18 21:26:07 * xMff likes omelettes May 18 21:26:13 * russell-- too May 18 21:26:19 where is the mailing list? May 18 21:27:09 RealOpty: https://lists.openwrt.org/mailman/ May 18 21:28:17 I will have a look at the stuff at the weekend May 18 21:28:17 ... the devel one May 18 21:34:02 xMff, i think i read something a few days ago about using gmail to send patches to the mailing list. ??? May 18 21:34:29 RealOpty: gmail sucks and does stupid things May 18 21:34:52 RealOpty: at least the webui, get some good client and configure it correctly and it should be no problem to send patches May 18 21:36:31 kk May 18 22:16:33 nbd: ping May 18 22:17:58 anyone... where does one draw the line around which drivers get built modularly and what goes into the kernel? May 18 22:18:09 (i.e. statically?) May 18 22:22:29 philipp64|laptop: pretty much whether the device can function without it enough to get to module load without it IMO May 18 22:23:13 for default hardware May 18 22:24:01 e.g. if the hardware requires usb to even boot usb is included, otherwise it can be loaded as a module (even if usb external rootfs is used) May 18 22:33:40 ok. May 18 22:36:16 KanjiMonster: ping May 18 22:36:48 I think http://patchwork.midlink.org/patch/998/ is good to go. I believe I've addressed all the comments... May 18 22:50:23 cshore: still there? May 18 22:51:42 ohh mbm... are you the author of sbf_flash ?? May 18 22:51:53 [mbm] May 18 22:58:23 <[mbm]> yep. May 18 23:11:56 Trying to port to a new brcm63xx device, but console is not being helpful. "turn off boot console early0" May 18 23:12:18 Where can I disable this feature to see where things are going wrong? May 18 23:16:24 can someone please commit http://patchwork.midlink.org/patch/1006/ ? it's a one-liner fixing a typo. thanks. May 18 23:31:03 Kaloz: ping May 18 23:35:55 xMff, lol can i get some advice? May 18 23:35:55 KanjiMonster: you ping'd? May 18 23:36:40 xMff, so i was emailing the patch and so on, i forgot to include the patch.... so how do i do that now that ive created a new thread? May 18 23:49:25 RealOpty: forget something? May 18 23:49:45 sty philipp64 May 18 23:49:49 philipp64|laptop, May 18 23:52:28 philipp64|laptop, did you reply to my email or the mailing list. ?? reply to the mailing list so i can upload this patch May 19 01:01:44 mazilo * r26942 /packages/net/freeswitch/Makefile: add a support for mod_spandsp May 19 01:31:27 build #33 of uml is complete: Failure [failed compile_10] Build details are at http://buildbot.openwrt.org:8010/builders/uml/builds/33 May 19 01:45:20 swalker * r26943 /packages/libs/libconfig/Makefile: [packages] libconfig: update to 1.4.7 May 19 01:45:42 swalker * r26944 /packages/libs/liboping/Makefile: [packages] liboping: update to 1.6.1 May 19 02:20:28 Is hauke here? May 19 02:20:38 Did you build any new version of samba3? May 19 02:29:58 build #24 of mpc52xx is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/mpc52xx/builds/24 **** ENDING LOGGING AT Thu May 19 02:59:58 2011