**** BEGIN LOGGING AT Sun Aug 10 02:59:57 2008 Aug 10 05:32:00 Warning! Found recursive dependency: PACKAGE_iptables PACKAGE_shorewall-common PACKAGE_shorewall-shell PACKAGE_iptables Aug 10 05:32:00 Warning! Found recursive dependency: PACKAGE_olsrd PACKAGE_olsrd-mod-bmf PACKAGE_libpthread PACKAGE_olsrd Aug 10 05:33:11 that's from r12255 Aug 10 05:33:20 (a wgt634u build) Aug 10 06:40:54 hi there! I'm trying to make etrax images...they build ok, but there's something very strange... in kernel_menuconfig I'm missing A LOT of entries like SCSI support and many more... can someone explain me why? Aug 10 06:41:00 Michelinok: huh? Aug 10 06:43:28 any ideas? Aug 10 07:48:05 nbd * r12261 /packages/utils/lirc/Makefile: fix lirc compile on LINUX_KARCH != ARCH Aug 10 09:18:46 juhosg * r12262 /trunk/target/linux/ar71xx/files/drivers/net/ag71xx/ (ag71xx.h ag71xx_ethtool.c ag71xx_main.c ag71xx_phy.c): [ar71xx] ag71xx: add initial message level support Aug 10 09:21:49 juhosg * r12263 /trunk/target/linux/ar71xx/base-files/ (. sbin/ sbin/wget2nand): [ar71xx] add wget2nand script Aug 10 09:49:05 <_Tachy_> ah... no wonder that noone answers in the other channel to developer questions :) Aug 10 09:49:11 <_Tachy_> so here again: Aug 10 09:49:39 <_Tachy_> could somebody explain me, why this message appears? "crc_ccitt: no version for "struct_module" found: kernel tainted." Aug 10 09:49:46 <_Tachy_> i don't think i'm using any tainting code at the se515 Aug 10 10:52:24 nbd * r12264 /packages/net/chrony/Makefile: fix r12218 Aug 10 11:32:52 hello all Aug 10 11:32:59 hello Aug 10 11:33:26 I have sent some patches to the mailing list about 2 months ago Aug 10 11:34:24 is there any chance they merge upstream? Aug 10 11:35:00 what's the subject of the mails? Aug 10 11:36:20 hey nbd :) Aug 10 11:36:58 one is a fix for aes module Aug 10 11:37:03 for x86 targets Aug 10 11:37:06 Fix aes_i586 module dependency to aes_generic for x86 target Aug 10 11:37:18 16-06-08 Aug 10 11:38:31 Exit post-install script successfully when PCI IDs update fails Aug 10 11:38:44 hi there! I'm trying to make an etrax image,it builds ok and can bootstrap ok, but there's something very strange... in kernel_menuconfig I'm missing A LOT of entries like SCSI support and many more... can someone explain me why? Aug 10 11:38:51 hi Aug 10 11:39:50 [PATCH 1/2] Add support for pcspkr module Aug 10 11:39:50 (other platforms like bcrm show those important missing entries) Aug 10 11:39:57 ok, i'll take care of it Aug 10 11:40:10 [PATCH 2/2] Enable misc input devices support to linux kernel Aug 10 11:41:31 anyone has any idea of my problem? or can just point me out on what to check...(sorry for my english...) Aug 10 11:43:15 sorry michelinok. :( i ve never tried to built an etrax image Aug 10 11:43:51 ok Acinonyx, that's not a problem, but do you know why it can happen? Aug 10 11:44:10 Is tehre something that exclude entries to be shown? Aug 10 11:44:28 perhaps you have to enable broken features to enable them in menuconf... just a guess Aug 10 11:44:53 search for the "BROKEN" symbol Aug 10 11:45:13 Acinonyx: the aes patch seems wrong Aug 10 11:45:21 xMff, I've already done it, Etrax is a "broken" platform (I hope you mean "Enable support for broken platform" in menuconfig ok?) Aug 10 11:45:32 Acinonyx: should be solved by a dependency instead of duplicating the file Aug 10 11:45:38 nbd: are you (developers) very busy at this period? I have some more patches to send. should i send them later when you have more time to spare? Aug 10 11:46:01 we're busy, but if you consider the patches important for the release, please submit them Aug 10 11:46:44 let me see.. Aug 10 11:46:53 if i add a dependency of the i586 aes module on the generic one it should be enough, right? Aug 10 11:46:55 Michelinok: I mean the "Prompt for development and/or incomplete code/drivers" thing in the kernel menuconf Aug 10 11:47:45 let me write it down...need to reboot in Fedora atm... Aug 10 11:47:55 hmm something has changed since 2 months ago Aug 10 11:48:08 you should find it in "General Setup" when doing make kernel_menuconfig Aug 10 11:48:14 it doesnt apply correctly. Aug 10 11:48:31 I'll be back in 5 mins... Aug 10 11:48:39 (or less...just a moment..) Aug 10 11:48:40 CRYPTO_GENERIC is AES_SUFFIX now Aug 10 11:52:10 here again Aug 10 11:52:20 Acinonyx: so... what about my question? Aug 10 11:53:04 sorry Aug 10 11:53:36 i am trying to figure out what has changed Aug 10 11:53:53 don't worry Aug 10 11:54:20 i think the problem you're talking about should be solved with a dependency, not a file change Aug 10 11:54:28 so i wanted to ask you if you think that's enough Aug 10 11:54:57 hmm Aug 10 11:55:08 i dont see the file change :P Aug 10 11:55:44 - FILES:=$(LINUX_DIR)/arch/x86/crypto/aes-i586.$(LINUX_KMOD_SUFFIX) Aug 10 11:55:44 + FILES:= \ Aug 10 11:55:44 + $(LINUX_DIR)/crypto/aes$(AES_SUFFIX).$(LINUX_KMOD_SUFFIX) \ Aug 10 11:55:44 for x86 2.6 targets there should be both files Aug 10 11:55:44 + $(LINUX_DIR)/arch/x86/crypto/aes-i586.$(LINUX_KMOD_SUFFIX) Aug 10 11:55:47 from your patch Aug 10 11:56:01 i believe this is wrong, since $(LINUX_DIR)/crypto/aes$(AES_SUFFIX).$(LINUX_KMOD_SUFFIX) is already packaged elsewhere Aug 10 11:56:21 no this isnt my patch Aug 10 11:56:22 LOL Aug 10 11:56:54 where did you find this? Aug 10 11:57:07 whoops, i looked at the right subject, but clicked on the wrong mail Aug 10 11:57:07 sorry Aug 10 11:57:32 its ok Aug 10 11:57:57 the problem is that the patch i have send doesnt apply now Aug 10 11:58:01 it needs some change Aug 10 11:58:36 ok, i'll take a look Aug 10 11:58:44 CRYPTO_GENERIC suffix has change to AES_SUFFIX Aug 10 11:59:48 oh, there is some info on the header Aug 10 11:59:51 # XXX: added workarounds for modules renamed in 2.6 series: Aug 10 12:01:02 i'll give you a diff in a minute Aug 10 12:01:10 btw, you have done a great job on madwifi Aug 10 12:01:30 thanks Aug 10 12:02:06 Acinonyx: so how about this? http://nbd.ds10.mine.nu/aes.diff Aug 10 12:03:52 i think it is ok Aug 10 12:04:01 ok, i'll commit Aug 10 12:04:08 thank you Aug 10 12:32:25 GUI for openwrt from latvia? -> http://openrb.com/index.php/flashsys Aug 10 12:33:14 (I really like that interface....if one day I'll get my etrax board work with openwrt :) Aug 10 12:33:45 what is this company? Aug 10 12:33:54 they also say the build boards for openwrt Aug 10 12:33:56 http://shop.openrb.com/index.php?main_page=index&cPath=30 Aug 10 12:34:34 lol MichelinoK Aug 10 12:36:57 I'm still stuck in why kernel config doesn't show all the entries :( (like SCSI suppor and many many other entries) Aug 10 12:37:45 you mean make kernel_config? Aug 10 12:37:49 yeah Aug 10 12:37:52 hmm Aug 10 12:37:58 for my target many things are not shown Aug 10 12:38:10 the whole "Device Drivers" section is missing Aug 10 12:38:17 for example Aug 10 12:39:04 and I'm not sure that Vanilla Linux has SCSI support for Cris/Etrax at all Aug 10 12:39:53 CrisOS (2.6 kernel) has that support,maybe,as you said CrisOS has some patches to enable those features Aug 10 12:40:25 try menuconfiguring vanilla linux Aug 10 12:40:36 see if they miss there also Aug 10 12:40:41 *are missing Aug 10 12:41:55 ehm...I'm running 2.6, should I run make kernel_menuconfig from /usr/? Aug 10 12:43:04 ok...found Aug 10 12:43:07 it's supported Aug 10 12:43:23 (just make menuconfig from the source dir of 2.6 kernel Aug 10 12:44:27 do you have the drivers you need? Aug 10 12:44:55 do they show i mean Aug 10 12:44:56 .. Aug 10 12:45:02 yes Aug 10 12:46:12 "scsi disk support" is there and that driver is the one need to use usb keys (as you can see configuring the kernel in kamikaze, it's written in the middle of the menu) Aug 10 12:46:28 (and usb hdd of course!) Aug 10 12:49:52 if someone wanna take a look at CrisOS here's the trunk: svn co svn://svn.tuxfamily.org/svnroot/crisos/svn/trunk Aug 10 12:58:38 this platform is marked broken Aug 10 12:58:59 I know, but it works ok,excpet this problem on kernel config Aug 10 12:59:31 have a look at trunk/target/linux/etrax Aug 10 12:59:48 maybe you find something Aug 10 12:59:54 I'll take a look at CrisOS Aug 10 13:00:10 ok Aug 10 13:01:16 Acinonyx,what should I check for example? Aug 10 13:03:06 the patches Aug 10 13:03:14 if you say that vanilla is ok Aug 10 13:03:21 i guess some patch breaks it Aug 10 13:06:28 i see there is some patch for usb -> 301-usb_support.patch Aug 10 13:07:03 and some source files for usb support in "files/drivers/usb/host" Aug 10 13:07:12 maybe there is some relation Aug 10 13:07:16 i have to go Aug 10 13:07:25 see you l8r Aug 10 13:07:26 many thanks! have a nice day Aug 10 13:07:32 thank you Aug 10 13:07:34 bb all Aug 10 13:07:40 u2 Aug 10 13:08:45 I need to turn off my brain for some hours...maybe some sleeping hours are good too... Aug 10 13:08:56 (I'm awake since 28 hrs.) Aug 10 18:08:10 seems there's an error in pppoe config on ar7: /usr/sbin/pppd: unrecognized option 'nic-nas0' (full log: http://pastebin.com/m481b31) Aug 10 21:06:44 florian * r12274 /packages/ipv6/aiccu/ (Makefile patches/100-cross_compile.patch): Fix aiccu compilation on MacOSX (#2303) Aug 10 21:07:11 florian * r12275 /packages/ipv6/aiccu/patches/300-resolver-uclibc.patch: Forgot that patch **** ENDING LOGGING AT Mon Aug 11 02:59:57 2008