**** BEGIN LOGGING AT Tue Aug 16 02:59:56 2005 Aug 16 05:50:24 jacques: it seems you where in the ghetto: http://searchenterpriselinux.techtarget.com/columnItem/0,294698,sid39_gci1115890,00.html Aug 16 06:57:11 * koen marvels at the slug serving webpages Aug 16 06:57:33 webpage actually Aug 16 07:00:31 malfi: I can't duplicate the zaptel error here Aug 16 07:01:04 koen: I've looked into this once more, it checks for /usr/include/zaptel.h on the host system Aug 16 07:01:24 koen: if it finds this file, it defines ZAPTEL_OPTIMISATION Aug 16 07:01:32 aha Aug 16 07:01:40 I don't have a zaptel.h Aug 16 07:01:46 but I do Aug 16 07:02:35 okay, in the Makefile is this: Aug 16 07:02:40 my_CFLAGS+=$(shell if [ -f /usr/include/linux/zaptel.h ]; then echo "-DZAPTEL_OPTIMIZATIONS"; fi) Aug 16 07:02:52 D'oh Aug 16 07:03:06 and then: Aug 16 07:03:27 #ifdef ZAPTEL_OPTIMIZATIONS .... #include ... #endif Aug 16 07:03:47 problem is, that std include is killed and this isn't found Aug 16 07:04:48 this CFLAGS check is quite braindead :) Aug 16 07:19:16 what do you propose? Changing this check to the staging dir or somewhere else? Aug 16 07:21:54 that or removing it Aug 16 07:22:15 http://pastebin.ca/20164 Aug 16 07:44:50 should I post this patch on the bugtracker? Aug 16 07:45:51 sure Aug 16 07:46:16 btw, is your host system linux? Aug 16 07:46:53 I just encountered another problem, where it does a #ifdef __linux__ #include #else #include #endif /* __linux__ */ Aug 16 07:48:23 koen yeah I was saying the same thing about the .org pavilion Aug 16 07:48:35 only 20 booths stuck in a backwater on the second floor Aug 16 08:07:15 koen: patch is posted Aug 16 08:07:37 koen: NOTE: package asterisk-1.0.9: completed Aug 16 08:07:38 thanks Aug 16 08:41:33 anybody take a question on what's broken with my new image? Aug 16 14:55:07 no commits today? ;) Aug 16 17:38:16 Is really nobody using asterisk with openslug? Aug 16 17:38:52 <[g2]> I heard several ppl are Aug 16 17:39:05 <[g2]> maybe it's unslung Aug 16 17:39:07 probably unslung ppl, there is no openslug package Aug 16 17:39:37 I'm trying to get it working, submitted two patches to the openembedded bugtracker Aug 16 17:40:15 <[g2]> I think someone had it working and it supported 3 or 4 voice channels Aug 16 17:40:54 I bought a hfcsusb USB ISDN adapter, and already ported the kernel driver to BE. It seems working. Now I want to get Asterisk working. Aug 16 17:40:58 <[g2]> asterisk is something I'd like to play with, but I've got too many other balls in the air right now Aug 16 17:41:52 this hfcsusb chipset supports NT-mode, which means that you can simulate your own S0 Bus and connect some ISDN phones to it and dial out via VoIP Aug 16 17:42:22 pbx-slug :) Aug 16 17:42:39 <[g2]> the box I'm building has a miniPCI slot in it Aug 16 17:42:53 <[g2]> so putting a full-blown miniPCI dsp on there would be quite possible Aug 16 17:43:05 this netgear AP? Aug 16 17:43:06 <[g2]> I'll bet someone already makes something like that Aug 16 17:43:14 <[g2]> no I'm building hw Aug 16 17:43:21 wow :) Aug 16 17:44:22 <[g2]> actualy, I've contracted to have hw built Aug 16 17:45:12 the Netgear WGT634U has a minipci too, there is a atheros wlan card in it (madwifi), furthermore it also got one USB2 port. Aug 16 17:45:40 <[g2]> miniPCI is very popular for wifi Aug 16 17:46:01 <[g2]> my board the "Loft" is like an enhanced slug Aug 16 17:46:28 <[g2]> IXP422 @ 266MHz, 64MB, CF slot and 2 USB 2.0 ports, serial, JTAG Aug 16 17:46:38 <[g2]> dual ethernets, and more Aug 16 19:13:31 Can I talk anybody into changing the kernel defconfig to set these ISDN_CAPI ISDN_CAPI_CAPI20 ISDN_CAPI_CAPIFS_BOOL ? Aug 16 19:13:43 all modules Aug 16 19:14:22 <[g2]> malfi are you running a binary release ? Aug 16 19:14:54 no, but I'm going to build a package for mISDN which needs this ISDN_CAPI support in the kernel Aug 16 19:15:50 CONFIG_ISDN_CAPI=m CONFIG_ISDN_CAPI_CAPI20=m CONFIG_ISDN_CAPI_CAPIFS_BOOL=y CONFIG_ISDN_CAPI_CAPIFS=m CONFIG_ISDN_CAPI_CAPIDRV=m Aug 16 19:16:40 that would be needed Aug 16 19:19:01 [g2]: I could run a modified copy for myself, but as this isdn does no harm, I thought it would be the better way to get it in the openslug kernel... Aug 16 19:19:50 <[g2]> i don't think there are that many ppl running isdn :) Aug 16 19:20:00 <[g2]> you know about this right ? http://www.nslu2-linux.org/wiki/HowTo/TweakKernelOrPackagesInOE Aug 16 19:20:21 [g2]: I've got a USB ISDN-adapter I'd like to try, just for fun ;) Aug 16 19:20:43 "Invalidate the timestamp files (by removing them): rm -f tmp/stamps/openslug-kernel-2.6.9-r1.do_compile" Aug 16 19:21:03 bb -b path/to/bb -c clean Aug 16 19:22:58 [g2]: I got mISDN already working on my slug. Now I want to do it right, build a package for it and get it (if possible) integrated, so that other people can use their isdn adapter... Aug 16 19:23:26 malfi: The config options above are the only changes to the kernel? Aug 16 19:23:33 yes Aug 16 19:24:03 Put them in then ;) Aug 16 19:24:04 the remaining parts are optional kernel modules in an own package (like the pwc-package) Aug 16 20:02:19 usbcore: registered new driver mISDN_hfcsusb Aug 16 20:03:09 I just posted the bitbakes to the OE bugtracker, I'm curious whether they put this bitbake in OE... Aug 16 20:11:18 nite Aug 17 02:06:05 added a slightly more advanced firewall configuration for more adventurous ppl Aug 17 02:06:06 http://www.nslu2-linux.org/wiki/OpenSlug/IptablesConnTrack **** ENDING LOGGING AT Wed Aug 17 02:59:56 2005