**** BEGIN LOGGING AT Wed May 16 02:59:57 2007 May 16 06:16:34 gug May 16 09:23:43 Hello, I am playing around with the Mastermakefile and build my own image sucessfully. :) (btw. nice work you did!) Now I want to add some modules to the kernel. So I added some lines to openembedded/packages/linux/ixp4xx-kernel/2.6.21/defconfig. I think I have to run make slugosbe-kernel, but what do I have to delete so that the kernel is compiled again? May 16 09:24:46 tmp/stamps/ixp4xx-kernel and tmp/work/ixp4xx-kernel May 16 09:24:56 or something like that May 16 09:25:02 what modules are you adding May 16 09:25:17 capi May 16 09:26:04 some kind of usb isdn device? May 16 09:26:06 I need them for my usb isdn device. May 16 09:26:08 Yes. May 16 09:26:21 which one? I'll add them to the default build May 16 09:29:17 CONFIG_ISDN=y, CONFIG_ISDN_CAPI=y, CONFIG_ISDN_CAPI_CAPI20=y. But it is untested. :) I will report whether it does work and then you can add them. May 16 09:29:29 k May 16 10:11:50 Hm. diff slugosbe/tmp/work/ixp4xxbe-linux/ixp4xx-kernel-2.6.21-r0.839/linux-2.6.21/.config openembed May 16 10:11:53 ded/packages/linux/ixp4xx-kernel/2.6.21/defconfig May 16 10:12:21 Shows differences betwenn the files, namely my isdn changes are not in the .config. Any suggestions why? May 16 10:13:40 I don't maintain the OE build system so I can't help, sorry May 16 10:14:21 if you've deleted the ixp4xx-kernel stamps and work and modified the right defconfig it should be fine May 16 10:14:37 I think I did it :) May 16 10:23:09 codejunky: that sort of thing is one of reasons I don't like OE much, just a personal opinion though May 16 10:24:41 hehe. In the ixp4xx-kernel_2.6.21.bb is written: This bitbake file pulls patches and the defconfig straight from the NSLU2-Linux SVN repository. It seems that it is not using the openembedded/packages/linux/ixp4xx-kernel/2.6.21/defconfig. May 16 10:24:51 well, it says that May 16 10:24:56 because I wrote that bit May 16 10:25:06 :) May 16 10:25:06 then afaik rwhitby changed it to use the defconfig there May 16 10:25:29 are you even building 2.6.21? May 16 10:25:38 Yes. May 16 10:25:46 we should be building 2.6.20 in HEAD May 16 10:26:09 did you change the preferred kernel version manually? May 16 10:26:13 No. May 16 10:26:17 oh heck May 16 10:26:26 btw. 2.6.21 is running fine on my nslu :) May 16 10:26:57 I've been maintaining the kernel and I prefer 2.6.20 for now May 16 10:27:54 2.6.21 is not fully tested, and I backported the main ixp4xx features from 2.6.21 to 2.6.20 anyway May 16 10:29:09 Sorry, had an reconnect. May 16 10:30:07 no trouble May 16 10:32:00 brb, lunch time. May 16 10:32:28 cya May 16 12:30:20 What's the current kernel for SlugOS (development version)? May 16 12:37:41 bitbake ixp4xx-kernel-2.6.21 -c patch does not apply any patches, is that correct? May 16 12:39:14 no idea May 16 12:41:21 -c patch doesn't call the svnpatch task (which happens after the patch task) May 16 12:45:22 rwhitby: Could you tell me what is the easiest way to change the defconfig? I read in the ixp4xx-kernel.inc that the file ${WORKDIR}/defconfig is used, can I just change the file and run make slugosbe-kernel? May 16 12:45:59 look in packages/linux/ixp4xx-kernel//defconfig May 16 12:46:10 then send us your diff and we will include it May 16 12:47:04 rwhitby: My problem is that if I change the packages/linux/ixp4xx-kernel//defconfig it has no effect on the .config in the source code. May 16 12:47:42 you need to clean your build for it to have effect. May 16 12:50:19 I did: cd slugosbe/tmp/work/ixp4xxbe-linux && rm -rf ixp4xx-kernel-2.6.21-r0.839/; and in stamps/ixp4xxbe-linux/ I did: rm ixp4xx-kernel-2.6.21-r0.839.do_* May 16 12:50:59 that should do it. there must be a bug in there then. May 16 12:52:32 the intention is that the SRC_URI in ixp4xx-kernel_2.6.20.bb means that the file in ixp4xx-kernel/2.6.21/defconfig gets put into workdir and used. May 16 12:53:43 Hm. ok May 16 12:54:29 If that is not the case, can you try and debug why it's not happening like that, and we will try and fix it. But right now I need to go to bed. May 16 12:54:39 Hehe, ok. May 16 12:54:52 codejunky: for now, which options do you want enabled? May 16 12:54:58 Should the copy happen in ixp4xx-kernel.inc May 16 12:55:00 sorry to ask again May 16 12:55:12 blaster8: np, mom May 16 12:55:19 codejunky: probably May 16 12:56:39 CONFIG_ISDN=y, CONFIG_ISDN_CAPI=y, CONFIG_ISDN_CAPI_CAPI20=y, or maybe as module. If it is compiled as module does bitbake build a ipkg out of it? May 16 13:01:39 yes May 16 13:02:16 codejunky: we only add stuff that can be compiled as a module. our kernel is almost too big already. May 16 13:02:40 if it's just adding "=m"'s to the defconfig, we will almost always just add it for you. May 16 13:03:06 Ok, nice. May 16 13:03:31 nothing needed other than that? May 16 13:03:50 No, because the rest is done by the misdn driver. :) May 16 13:03:56 ok May 16 13:05:22 my debian comment won't have helped either then May 16 13:05:29 didn't realise I was straying into that minefield May 16 13:05:35 blaster8: wrong window :-) May 16 13:05:37 wrong channel... May 16 13:05:46 yeah, easy to do apparently May 16 13:06:11 Here is the tutorial: http://www.nslu2-linux.org/wiki/OpenSlug/Asterisk, the author complained too that capi support was not in the kernel. :) May 16 13:07:17 didn't complain to us... May 16 13:07:58 I'll add it to 2.6.20 official defconfig here May 16 13:08:30 Ok, but make slugosbe-kernel does compile 2.6.21. May 16 13:09:06 I know... I just remembered that we maintain two different defconfigs May 16 13:09:20 I pointed out that this wasn't a good idea at the time, but anyway May 16 13:15:28 codejunky: can I ask... May 16 13:15:37 ? May 16 13:15:45 which SVN rev are you building 2.6.21 from May 16 13:15:56 should be in the bb file May 16 13:16:15 blaster8: 839 May 16 13:16:28 ok May 16 13:16:37 does the timer keep accurate time? May 16 13:16:52 Which timer? May 16 13:17:01 On my nslu2? May 16 13:17:17 yeah May 16 13:17:35 No. May 16 13:17:51 any more detail? May 16 13:18:39 It is one hour and 9 minutes back. :) May 16 13:18:55 was it ever accurate? are you using ntp? May 16 13:19:34 Hm. I do not know whether it was accurate. Currently I am not using ntp. May 16 13:20:24 if you could test it by setting it to the right time, then checking if it's still ok after 24 hours of uptime that would be great May 16 13:20:42 Sure, I can do this. May 16 13:20:51 blaster8: he has to have ntp running as well, right? May 16 13:21:01 not necessarily May 16 13:21:14 if the timer is still right after 24 hours, there isn't a problem May 16 13:21:58 I thought that it drifted enough to be out in that time, irrespective of getting the timer freq correct. But I could easily be mistaken. May 16 13:22:29 The bigger problem was that even ntp couldn't keep it stable when the wrong freq was being selected. May 16 13:23:50 aah well May 16 13:23:56 mwester knows the details May 16 13:24:00 Ok, date is set. Will report in 24 hours. May 16 13:24:08 thanks :) May 16 13:37:38 03blaster8 * r843 10kernel/trunk/patches/2.6.22/ (6 files): Add driver from Krzysztof May 16 15:08:28 03blaster8 * r844 10kernel/trunk/patches/2.6.22/ (03-revert-ixp435-support.patch series): Revert ixp435 support, temporary fix for Krzysztof's driver May 16 15:17:40 03blaster8 * r845 10kernel/trunk/patches/2.6.22/ (51-nslu2-mac_plat_info.patch defconfig series): Add provisional nslu2 support May 16 15:20:00 03blaster8 * r846 10kernel/trunk/patches/2.6.22/51-nslu2-mac_plat_info.patch: Incorrect PHY id for NSLU2 fixed May 16 15:33:48 does "Add provisional nslu2 support" mean it adds some nslu2 support that needs enabling through CONFIG_NSLU2 or something ? May 16 15:36:37 no, it's platform setup code for the nslu2 with the new driver May 16 15:37:04 provisional isn't a good word, it's untested and incomplete May 16 15:37:33 ok May 16 15:37:51 I do need someone to test though :) May 16 17:47:35 NAiL: any news concerning saned? May 16 19:04:57 re May 16 19:38:49 anyone know why slugosbe-4.4-beta won't boot off the disk even after i turnup disk it? May 16 19:42:39 there's no .recovery file... May 16 21:20:20 xitrium: .recovery is no longer used May 16 21:20:29 (but I don't know why it refuses to boot though) May 16 21:20:51 pluesch0r: Sorry, no. Haven't had the time. Not quite sure what is causing saned to fail May 16 21:21:14 * xkr47 gives NAiL 5 minutes of free time May 16 21:21:15 :) May 16 21:24:58 It'll take quite a bit more than that ;) May 16 21:25:13 (and even so, I've been ordered to relax) May 16 21:25:28 NAiL: relax! May 16 21:25:40 RELAX NOW!!! ;-) May 16 21:25:42 haha May 16 21:26:02 My ulcer felt like a comeback, so I need to kick back for a couple of days May 16 21:28:00 ulcer ? May 16 21:28:23 NAiL: no need to be sorry. i'm the one who's sorry 'cause i'm bugging you. :) May 16 21:28:30 * caplink811-log thinking about his knowledge of the english language, too May 16 21:28:52 dictionary.com to the rescue May 16 21:28:59 http://en.wikipedia.org/wiki/Peptic_ulcer May 16 21:29:13 hope that doesn't have pictures ... May 16 21:29:20 oh no, it has! May 16 21:29:34 * rwhitby is eating breakfast, so doesn't click. May 16 21:29:45 rwhitby: good choice May 16 21:29:57 mmm, nice! May 16 21:30:03 * pluesch0r is enjoying his dinner right now. May 16 21:30:11 00:30 here May 16 21:30:19 that's what dict.leo.org mentioned, too... so myselg hope that you be on the up May 16 21:30:23 should i post a picture of my fresh ankle-scar? May 16 21:30:27 only 15cm long. :) May 16 21:30:47 pluesch0r: no thanks ;) May 16 21:31:03 NAiL: awwww. May 16 21:33:04 you could have scanned it in, but that would have been insane(d) May 16 21:33:18 ;) May 16 21:33:22 scanned the ankle-scar or ulcer? :P May 16 21:33:38 xkr47: i prefer digicam shots. May 16 21:33:41 I thought pluesch0r was in need of saned :) May 16 21:33:48 xkr47: jup. :) May 16 21:59:07 sorry, i got disconnected May 16 21:59:28 hm. May 16 22:00:27 it' May 16 22:00:27 it's not an offense May 16 22:01:18 sweet May 16 22:33:59 hi May 16 22:51:22 hi May 17 00:37:57 03bzhou * r6040 10optware/trunk/make/git-core.mk: git-core: 1.5.1.3 -> 1.5.1.4 **** ENDING LOGGING AT Thu May 17 02:59:57 2007