**** BEGIN LOGGING AT Mon Mar 27 10:59:56 2006 Mar 27 16:05:46 koen|food: did some upnp research today, found 2 other servers: uShare and MediaTomb Mar 27 16:05:50 haven't tried them yet Mar 27 16:06:18 the other thing I found was djmount which represents a UPnP server as filesystem Mar 27 16:10:34 using FUSE? Mar 27 16:11:16 no idea about FUSE Mar 27 16:11:38 http://djmount.sourceforge.net/ Mar 27 16:12:26 'Note: the FUSE kernel module shall be loaded before running djmount, otherwise you will get the error' Mar 27 16:12:30 yes Mar 27 16:12:32 djmount : a software using FUSE to mount UPnP A/V Media Servers content as a ... Mar 27 16:12:42 ok you win Mar 27 16:13:05 :) Mar 27 16:13:28 fuse (and fuse-modules) is already in OE Mar 27 16:13:41 great Mar 27 16:14:34 http://www.nslu2-linux.org/wiki/Info/MediaTomb Mar 27 16:15:22 it references a HowTo that is not there ... Mar 27 16:17:08 mediatomb looks nice Mar 27 16:17:13 http://mediatomb.sourceforge.net/ Mar 27 16:17:30 yeah, checked it out earlier today Mar 27 16:18:28 only spidermonkey and libextractor are missing in OE Mar 27 16:18:48 hm don't know these Mar 27 16:18:54 spidermonkey is being added today once cwiis figures out how to use bugzilla Mar 27 16:20:29 what is the diff between zImage-ixp4xxbe and zImage-nslu2be ? I think I flashed the former yesterday and that didn't work, now flashed the image and it works (as eFfeM-log is showing up again) Mar 27 16:20:34 back in 15 mins Mar 27 16:26:56 short 15 mins ... Mar 27 16:28:44 found a fix for my video-buf problem, but now I get video_buf: no version for "xscale_mc_clear_user_page" found: kernel tainted. Mar 27 16:29:39 no idea where to report it Mar 27 16:29:56 does it work? Mar 27 16:30:22 video-buf gets loaded Mar 27 16:30:30 haven't tried to use it yet Mar 27 16:35:24 must rebuild the pvr driver Mar 27 16:35:33 but i see no reason why it should not work Mar 27 17:02:35 koen, video-buf with the warning above works Mar 27 17:03:37 that's good to hear Mar 27 17:04:49 i don't know yet how to get rid of the warning, but I can create a patch Mar 27 17:05:32 also no idea yet where to report the patch. It is in arch/arm/mm/copypage-xscale.c so deep in the arm part of the kernel Mar 27 17:06:25 proably the linux-arm-kernel list Mar 27 17:06:57 koen, mt question, how can I leave out a file in commit (I changed defconfig to have *hci in the kernel and obviously I do not want to commit that) Mar 27 17:08:34 monotone commit Mar 27 17:28:48 hey pepijn Mar 27 17:28:51 hi pepijn Mar 27 17:29:06 good to see you here, saves toggling between channels Mar 27 17:29:30 hi y'all Mar 27 17:29:56 dutch crowd? Mar 27 17:30:57 the dutchies are everywhere ;) Mar 27 17:33:12 yes Mar 27 17:37:54 trying again, got an enormous lag there Mar 27 17:39:20 koen, all, added a patch in copypage-xscale.c in the 2.6.16 nslu2 kernel, I did't give it a number, figured out that someone with more knowledge will change this if needed Mar 27 17:39:36 also send a mail to the linux-arm-kernel mailing list Mar 27 17:40:06 back for a while (fix the neighbours internet (= free beer?) Mar 27 17:40:07 later Mar 27 18:56:52 NAiL: why are your changes in slugos.conf etc still not on monotone? Mar 27 19:00:41 basically because of this: Mar 27 19:00:41 16:59 < NAiL> There's a bit of work left, and I don't have the capacity to do it now. Mar 27 19:05:24 ah, ok, np, but as they were in berlios cvs I expected them to propagate automagically Mar 27 19:05:46 koen had a fix for loading the modules in boot/disk. Don't know if that is committed Mar 27 19:06:07 the fix didn't work as expected Mar 27 19:06:17 and I seem to have broken ssh access Mar 27 19:06:19 ouch Mar 27 19:06:20 what was it ? Mar 27 19:06:35 * pepijn still looking Mar 27 19:06:49 in essence running /etc/init.d/modutils.sh before attempting to access /dev/sd* Mar 27 19:07:16 why didn't it work? Mar 27 19:07:18 yes, that was what i was thinking Mar 27 19:07:48 (that means, cat-ing /etc/modules and modprobe-ing stuff from there) Mar 27 19:07:50 eFfeM: it still didn't pivotroot to disk Mar 27 19:08:04 but the modules were loaded ? Mar 27 19:08:11 but one needs to make sure the S98configure (thnx, koen) runs before that Mar 27 19:08:44 normally should be ok, since it first boots from flash, before the 'turnup disk' is performed by the user Mar 27 19:08:50 after the modutils.sh I would be inclined to add a line: lsmod > /LOG to see if it indeed was loaded **** BEGIN LOGGING AT Mon Mar 27 20:28:28 2006 Mar 27 20:58:27 wanted to compile cdparanoia, but it fails because strip is not there (apparently I need armeb-linux-strip) Mar 27 20:58:31 what is the best way to fix this? Mar 27 20:59:29 use it unstripped? Mar 27 21:00:07 symlink /bin/true to armeb-linux-strip? Mar 27 21:00:19 yeah, that is no problem, but we need a patch to create an ipk, I'm considering patching out the strip cmd in makefile.in Mar 27 21:00:45 koen armeb-linux-strip exists, the problem is that the makefile calls strip not armeb-linux-strip Mar 27 21:00:53 ah, I see Mar 27 21:01:03 and I know how to hack it, that is not the problem, but I want to fix the bb file Mar 27 21:01:09 in that case patch Makefile.in Mar 27 21:01:27 OE should provide ${STRIP} Mar 27 21:01:45 (or STRIP_CMD I forget which) Mar 27 21:02:19 ${STRIP} Mar 27 21:02:22 will try that Mar 27 21:04:44 most of the times you can remove the STRIP=strip stuff Mar 27 21:05:58 testing my work Mar 27 21:10:11 ok Mar 27 21:10:40 usually makefiles like that do CC=gcc as well Mar 27 21:11:37 that was ok for this one Mar 27 21:11:56 another odd thing is that cdstatus did not work for me today, whereas it used to work in the past, but this drive is also not that good Mar 27 21:13:37 havent tested under 2.6.16 Mar 27 21:13:41 cdstatus that is Mar 27 21:15:17 pushing my changes Mar 27 21:17:56 ah, cdstatus also works now Mar 27 21:25:56 changes are in mt, calling it a day, back wednesday Mar 27 21:26:04 nite all Mar 27 21:51:33 'night all Mar 27 22:04:24 is there any place where I can get a 2.8 beta image? Mar 27 22:04:37 there is no such thing Mar 27 22:08:25 hmm, just the packages? Mar 27 22:08:34 err, feeds Mar 27 22:08:45 There are feeds for 3.6-beta, yes Mar 27 22:09:10 the image should be out soon, when I get enough time to fix the outstanding issues Mar 27 22:09:40 I have been trying to compile an image with usb_storage + asix + pppoe since saturady, but no avail Mar 27 22:10:43 I built one which had pppoe as a module, usb_storage built in, but for some reason the slug didn't saw any of the partitons Mar 27 22:10:57 just the drive /dev/sda **** ENDING LOGGING AT Tue Mar 28 10:59:56 2006