**** BEGIN LOGGING AT Mon Feb 06 10:59:56 2006 Feb 06 12:43:11 rwhitby: ping Feb 06 12:45:06 oleo: gu Feb 06 12:46:39 RCS from CVS builds for me. I cannot reproduce error shown in log from http://logs.nslu2-linux.org/buildlogs/autobuild-nudi-last.txt Feb 06 12:50:22 See my buildlog at http://pastebin.ca/40322 Feb 06 13:01:04 I blew it away, and it seems to build now. Feb 06 13:01:16 go figure Feb 06 13:06:38 Maybe an old RCS config 3 days ago from mwebster as I see from CVS log. Feb 06 18:41:26 03jbowler * r243 10/trunk/openslug/openembedded/ (12 files in 3 dirs): slugos release slugos-3.5-beta Feb 06 18:44:17 3.5? nice. Feb 06 19:33:37 03azummo * 10kernel/2.6.15/ (61-nslu2-beeper.patch 60-ixp4xx-beeper.patch): Latest version of the patch. Feb 06 19:34:43 03azummo * 10kernel/STATUS: Updated beeper patch status. Feb 06 20:37:46 snowbike, I recall that you also had audio.ko loaded and that you played with loading/unloading when your iMic worked. Right? Feb 06 20:52:22 03jbowler * r244 10/trunk/openslug/ (. Makefile conf/ conf/auto.conf conf/site.conf): New improved makefile Feb 06 21:18:10 eFfeM: that is right. (playing w/ audio.ko) and it did make a difference (the first time...) Feb 06 21:18:33 I haven't had a chance to play w/ the slug/imic again since last week. Feb 06 21:18:48 My plan is to start fresh with a new memory stick and install from scratch--see if I get it to work once. Feb 06 21:19:01 unless you have any suggestions on something to try w/ the existing install (and non-working imic) Feb 06 21:23:43 03azummo * 10kernel/2.6.16/ (3 files): beeper and compile fixes Feb 06 21:26:15 snowbike, no, i just loaded audio.ko, but that did not make a difference Feb 06 21:27:28 eFfeM: if I remeber correctly, when I first lsmod'd after thinking the imic should work, audio was loaded. I unloaded it (and then had to reload some snd* modules, I think) and then the imic worked (and audio wasn't loaded).. Feb 06 21:27:57 03jbowler * r245 10/trunk/openslug/Makefile: Feb 06 21:27:57 Add a dependency for conf/auto.conf so that the file can Feb 06 21:27:57 be built again... Feb 06 21:42:06 snowbike, could be order dependent. however I did usb logging on both nslu2 and pc and saw no differences ... Feb 06 21:55:07 eFfeM: I'll try to play w/ it and keep records--you'll hear if I find anything out for sure.. Feb 06 22:58:30 03jbowler * r246 10/trunk/openslug/Makefile: Makefile: ignore missing auto.conf and make more informative messages Feb 06 23:19:35 03bzhou * 10unslung/make/git-core.mk: git-core upgraded to 1.1.6 Feb 07 00:38:08 03azummo * 10kernel/2.6.16/ (18 files): quick import from 2.6.15 patchset Feb 07 01:43:58 03jbowler * r247 10/trunk/openslug/Makefile: Feb 07 01:43:58 Use MACHINE=nslu2 for this release because there is still a Feb 07 01:43:58 bug in MACHINE=ixp4xx builds (in gcc - wrong override). Feb 07 06:20:38 Hey all. I'm trying to get a source tree for the NSLU2's kernel, so that (hopefully) I can take a little bit more advantage of the hardware. DMA would be a Good Thing ;). Feb 07 06:21:28 I've gotten the master makefile, and run "make setup" and "make openslug-image", but I don't actually see the complete, patched source tree anywhere. Feb 07 06:30:59 look in openslug/tmp/work/ Feb 07 06:32:41 I have, but the kernel there complains about undefined config symbols, and the architecture it's configured for is Pentium Pro. Feb 07 06:33:08 what directory have you looked in? Feb 07 06:33:53 ~/src/openslug/openslug/tmp/work/ixp4xx-kernel-2.6.15.2-r2.1/linux-2.6.15.2 Feb 07 06:35:18 The defconfig in that dir hsould have CONFIG_ARCH_IXP4XX=y Feb 07 06:35:27 what exactly are you trying to do? Feb 07 06:36:17 Ultimately, or right now? Feb 07 06:36:48 Yes. Feb 07 06:36:52 :-) Feb 07 06:37:03 I should know better than to ask an || question... Feb 07 06:37:57 Right now, I'm trying to get a copy of the exact source tree that is built and subsequently run on the NSLU2. Feb 07 06:37:58 anywaqys, the .config in the directory you mentioned should be right. ARCH_IXP4XX should be ste. Feb 07 06:38:42 All right; the "trying to to assign nonexistant symbol" errors still have me worried, though. Feb 07 06:39:34 Especially ".config:124:warning: trying to assign nonexistent symbol ARCH_IXDP4XX" ;) Feb 07 06:40:06 you get these in build logs, or trying to compile it in that directory? Feb 07 06:40:21 I get it as output from "make menuconfig" Feb 07 06:40:43 you need to make ARCH=arm foo for starters.... Feb 07 06:41:45 I think I need to reset some paths so I'm using the right compiler, for starters :p. Feb 07 06:43:26 * ai2097 sources setup-env Feb 07 06:43:55 you know, you could just leverage the build system that is so nicely setup..... Feb 07 06:44:54 There's a difference between a build system and a package manager. Feb 07 06:45:26 The whole master makefile comes off as the former trying to implement the latter. Feb 07 06:45:33 Bitbake / OpenEmbedded is a build system. Feb 07 06:49:22 In any case, I don't see a way to run kernel configuration from the master makefile. Feb 07 06:49:51 thats correct. Feb 07 06:50:03 thats not what its for. Feb 07 06:50:30 03bzhou * 10unslung/sources/perl/Cross/ (config.sh-armv5b-softfloat-linux perl.mk): perl itself is in libperl.so now, extensions still problematic Feb 07 06:50:36 But you suggested I "leverage the build system." Fill me in on what you mean. Feb 07 06:50:38 the mastermakefile is designed to populate feeds on the autobuilder. Feb 07 06:50:51 cd openslug; source setup-env Feb 07 06:51:06 then you can just bitbake (something) Feb 07 06:51:21 using the metadata you find in openembedded/packages Feb 07 06:51:51 I did the "cd openslug; source setup-env" Feb 07 06:53:54 But I don't see bitbake being relevant in configuring the kernel, either. The kernel makefile is still what I want, as far as I can see. Feb 07 06:55:28 vi openembedded/packages/linux/ixp4xx-kernel/2.6.15/defconfig; bitbake ixp4xx-kernel Feb 07 06:56:10 but if youre more comfortable fiddling in the actual kernel directory; just remember "ARCH=arm" is your friend. Feb 07 06:57:29 And yes, that fixed things right up -- thanks. Feb 07 06:58:17 the entire patchset is in openembedded/packages/linux/ixp4xx-kernel/2.6.15 so you could replicate the whole stuff externally if you wish Feb 07 06:58:40 I also saw that too, whilst tabbing on the shell. Also useful :) Feb 07 07:00:57 * ai2097 hunkers down with the Intel docs, vim, and google Feb 07 08:06:39 03jbowler * r248 10/releases/slugos-3.5-beta/: slugos release slugos-3.5-beta **** ENDING LOGGING AT Tue Feb 07 10:59:57 2006