**** BEGIN LOGGING AT Sat Sep 16 02:59:57 2006 Sep 16 04:32:53 anyone here cross compiled alsa? Sep 16 10:21:28 Hi Sep 16 10:21:32 rwhitby: ? Sep 16 10:21:53 anyone? Sep 16 10:22:27 I'd need a source tree of openslug's current kernel (2.6.16) with .config file for nslu2.. Sep 16 10:23:00 This is because I'm developing gentooslug.. And I thought that I'd make a new ebuild, nslu2sources.. Sep 16 10:24:18 These would be handy since (patched) kernel sources with .config file are necessary for some ebuilds, mostly for some ebuilds that are used to generate new modules, like fuse and spca5xx.. Sep 16 10:25:18 So I came to think.. That I should have patched nslu2 kernel sources and .config so I could make it a 1 diff file against vanilla-sources.. Sep 16 10:26:31 I was thinking that could I get thse sources by using MasterMake file? Sep 16 10:26:55 but when I last time used it, I think it fetched 2.6.17 instead of 2.6.16.. Sep 16 10:27:28 and if I remember correctly, it doesn't make .config file, config is readed from somewhere else.. Sep 16 10:27:35 but I might remember incorrectly.. Sep 16 10:28:24 so what I am looking for is a source set used in openslug that can be fetched from download site.. Sep 16 11:13:29 jake_: I am not an expert, but you can try the slugOS 3.10 beta source tarball at: http://sources.nslu2-linux.org/releases/ Sep 16 11:14:42 jake_: check the /openembedded/packages/linux/ixp4xx-kernel/2.6.16 folder Sep 16 11:46:05 that's unpatched.. Sep 16 11:46:35 * jake_ gone shopping.. will be back later with his questions.. Sep 16 11:47:11 svn co http://svn.nslu2-linux.org/svnroot/slugos/releases/3.10-beta folder Sep 16 11:47:29 that's the latest up-to-date stable release tree Sep 16 11:47:48 for the latest HEAD (which might very well be broken, google for MasterMakefile) Sep 16 11:48:36 http://svn.nslu2-linux.org/svnroot/slugos/releases/slugos-3.10-beta/openembedded/packages/linux/ixp4xx-kernel/2.6.16/ (available patches) Sep 16 11:49:10 http://svn.nslu2-linux.org/svnroot/slugos/releases/slugos-3.10-beta/openembedded/packages/linux/ixp4xx-kernel_2.6.16.bb (read this to find out, which ones are applied) Sep 16 11:49:21 oops, NAiL was faster ;) Sep 16 13:05:30 <_snow8> is it hard to copy all the info on my flash disk in port1 to a external hd in port2, both running ext3 Sep 16 13:06:32 you can either use tar, or rsync Sep 16 13:09:24 <_snow8> how do I do that? Sep 16 13:10:52 <_snow8> Can I do: "cp -R / /share/hdd/data/" where /share/hdd/data/ is the external hd Sep 16 13:10:54 eg. cd tar cf - | tar xvf - Sep 16 13:11:00 argh Sep 16 13:11:04 eg. cd && tar cf - | tar xvf - Sep 16 13:46:47 have my first kernel module ipk for the ds101g ready Sep 16 13:47:12 somebody here that would like to discuss some details with me? Sep 16 15:43:46 any ipk builder reading? Sep 16 15:45:33 dunno... you're about the only one doing work on the ds101g+ Sep 16 15:47:34 maybe, but I have a more general problem currently Sep 16 15:48:45 NAiL: please help me Sep 16 15:49:08 f="true"; \ Sep 16 15:49:08 for i in `grep "^$$m:" $(DS101G-KERNEL-MODULES_SOURCE_DIR)/modules.dep | cut -d ":" -f 2`; do \ Sep 16 15:49:08 if test "$$f" = "true"; \ Sep 16 15:49:08 then f="false"; \ Sep 16 15:49:08 else echo -n ", "; \ Sep 16 15:49:10 fi; \ Sep 16 15:49:12 echo -n "kernel-modules-$$i"; \ Sep 16 15:49:14 done; \ Sep 16 15:49:52 what is wrong with this if test "$f" = "true"; \ Sep 16 15:49:53 then f="false"; \ Sep 16 15:49:53 /bin/sh: -c: line 1: syntax error: unexpected end of file Sep 16 15:50:27 the for loop works nice without the if Sep 16 15:50:49 but I have to separate the modules with "," Sep 16 15:52:08 don't use both "if" and "test". Sep 16 15:52:28 or, do if (test sed s/nt/nt>/ Sep 16 15:54:30 <_snow8> What would you guys say on this one: http://www.nabble.com/Usb-flash-disk-or-External-HD--t2281511.html ? Sep 16 15:54:40 don't believe that this is the problem, many makefile in optware do it like this and I tried it with [] before Sep 16 15:55:32 but will try Sep 16 15:56:48 NAiL: this is the working part for the patches: Sep 16 15:56:51 if test -n "$(DS101G-KERNEL-MODULES_PATCHES)" ; \ Sep 16 15:56:51 then cat $(DS101G-KERNEL-MODULES_PATCHES) | \ Sep 16 15:56:51 patch -d $(BUILD_DIR)/$(DS101G-KERNEL-MODULES_DIR) -p1 ; \ Sep 16 15:56:51 fi Sep 16 15:57:01 I can't seee the difference Sep 16 15:57:33 only difference I can see is the space between the last " and the ; Sep 16 15:58:14 or the else, but will try your idea first Sep 16 15:59:19 NAiL: this is all I have to solve, then I am ready with a kernel-modules-ipk for optware Sep 16 15:59:40 no didn't help, will try without else Sep 16 16:03:07 f="true"; \ Sep 16 16:03:07 for i in `grep "^$m:" /home/gda/optware/sources/ds101g-kernel-modules/modules.dep | cut -d ":" -f 2`; do \ Sep 16 16:03:07 if test "$f" = "false" ; \ Sep 16 16:03:07 then echo -n ", "; \ Sep 16 16:03:07 fi; \ Sep 16 16:03:09 f="false"; \ Sep 16 16:03:11 /bin/sh: -c: line 1: syntax error: unexpected end of file Sep 16 16:03:16 strange Sep 16 16:55:25 NAiL: works now, not sure what change helped at end Sep 16 16:56:10 well, good, kinda ;) Sep 16 17:00:17 NAiL: it is not possible to build kernel modules for the ds101* with the stock kernel sources Sep 16 17:00:52 The synology sources are still open source, but they don't allow to download them for free Sep 16 17:01:47 to allow my kernel module ipk to build on the autobuild machine, I currently host the sources for the kernel on my private webspace Sep 16 17:02:30 should be no problem until too much people notice that when looking into the makefile Sep 16 17:02:46 I've got a few servers where they could be mirrored, in case you need more bw Sep 16 17:03:19 okay, will ask you then if there is a problem Sep 16 17:11:23 03gda * r4054 10optware/trunk/ (8 files in 3 dirs): ds101g-kernel-modules: first try Sep 16 17:59:04 I have added my ds101g-kernel-modules to DS101g_SPECIFIC_PACKAGES, does this not trigger the autobuild? Can't see anything in the nudi logs Sep 16 18:47:19 hello? Sep 16 20:22:03 okay.. Sep 16 20:22:23 back to subject with gentooslug's kernel ebuild.. Sep 16 20:22:37 gentooslug uses normal openslug image.. Sep 16 20:22:49 it is big-endian afaik.. Sep 16 20:23:41 but what are settings for it? Is this correct: CONFIG_CPU_BIG_ENDIAN=y and CONFIG_JFFS2_BIG_ENDIAN=y ? Sep 16 22:00:27 03gda * r4055 10optware/trunk/ (3 files in 2 dirs): ds101g-kernel-modules: hfc_usb.o and some fixes Sep 16 22:00:55 03gda * r4056 10optware/trunk/sources/ds101g-kernel-modules/hfc_usb.patch: ds101g-kernel-modules: hfc_usb.o and some fixes Sep 16 22:08:48 03nail 07slugos-3.10-beta * r376 10slugos/openembedded/packages/asterisk/ (5 files in 2 dirs): asterisk: upgrade to 1.2.12.1 Sep 16 22:15:46 nslu2-kernel-2.6.16.ebuild succesfully created. **** ENDING LOGGING AT Sun Sep 17 02:59:57 2006