**** BEGIN LOGGING AT Sat Oct 13 02:59:56 2007 Oct 13 03:07:14 rwhitby * r9284 /trunk/target/linux/ixp4xx/patches/997-fsg3_buttons.patch: Fixed compiler warnings Oct 13 10:02:30 nbd * r9285 /trunk/target/linux/brcm47xx/ (6 files in 2 dirs): Oct 13 10:02:30 Finally fix the annoying BCM4704 segfault issues (#2035) - tested with WL-500gP Oct 13 10:02:30 Thanks to jhansen and Wolfram Joost for the fixes and to ryd for the test hardware. Oct 13 10:02:30 Seems like the user space segfaults actually came from this patch: http://lkml.org/lkml/2006/12/12/158 Oct 13 11:47:39 nbd: can you bring that broadcom along tonight, i want to try to use it with the switch code Oct 13 11:47:42 :-) Oct 13 11:50:14 yep Oct 13 11:53:42 nbd Oct 13 11:53:49 still awake ? Oct 13 11:53:58 a bit Oct 13 11:54:01 ouch Oct 13 11:54:11 i am just getting ready to go to lok72 :-) Oct 13 11:54:16 still there ? Oct 13 11:54:19 nope Oct 13 11:54:21 i'm at home Oct 13 11:54:23 oki :-) Oct 13 11:54:28 i think i'll take a nap and then go there again Oct 13 11:54:29 ;) Oct 13 11:54:33 ok Oct 13 11:54:37 i need to go shopping Oct 13 11:54:46 but i wll be there for 15-16 Oct 13 11:54:58 i'll wait for you to arrive after surfacing from the dead Oct 13 12:20:45 <_trine> blogic: hello Oct 13 12:21:10 <_trine> I have had a problem using your mmc SDcard driver Oct 13 13:26:09 _trine: jo Oct 13 13:26:16 _trine: still there ? Oct 13 13:26:27 <_trine> yes hi Oct 13 13:26:35 ok, gimme 5 minutes Oct 13 13:26:40 just come home Oct 13 13:27:39 _trine: you are using it with trunk ? Oct 13 13:27:56 <_trine> yes Oct 13 13:28:02 <_trine> I can compile it ok Oct 13 13:28:08 it won't work :-) Oct 13 13:28:14 it was made for .19 Oct 13 13:28:15 <_trine> yes it works Oct 13 13:28:17 <_trine> but Oct 13 13:28:44 <_trine> it has a habit of only recognising my 1 gig card as a 512 Oct 13 13:28:59 ah yes Oct 13 13:29:03 it does that :-) Oct 13 13:29:11 <_trine> and it seems a pretty common thing for it to do amongst users Oct 13 13:29:18 i have a fix somewhere, i'll try to merge it tonight into trunk Oct 13 13:29:22 <_trine> dmesg says 512 Oct 13 13:29:26 i know Oct 13 13:29:35 the driver does not know of sd cards, only mmc Oct 13 13:29:40 and mmc goes up to 512 Oct 13 13:29:48 <_trine> I have found a way around it by accident Oct 13 13:29:48 i'll do the extra bit later Oct 13 13:29:53 ok ? Oct 13 13:30:21 <_trine> I am not anything other than a linux n00b so bear with me Oct 13 13:30:58 <_trine> I have found out that if I install it then do rm -f /usr/lib/ipkg/lists/* Oct 13 13:31:39 <_trine> then install the ex2 driver for my SD card which i have formatted as ext2 it works ok everytime Oct 13 13:31:45 ok Oct 13 13:32:01 <_trine> and always recognises the card thereafter as the correct size Oct 13 13:32:11 ok Oct 13 13:32:11 <_trine> which is 1 gig Oct 13 13:32:15 cool Oct 13 13:32:37 <_trine> dunno why but it does work I have now done this on 4 of my Fonera's Oct 13 13:32:44 hehe Oct 13 13:32:50 why do you need 1 gig ? Oct 13 13:32:53 :P Oct 13 13:33:05 <_trine> well its what I have Oct 13 13:33:18 _trine: i asusme under the newer kernel it still oopses when you remove the card ? Oct 13 13:33:27 <_trine> yes Oct 13 13:33:34 <_trine> it does Oct 13 13:33:46 <_trine> do you have a fix for that Oct 13 13:34:39 as i said if i have time today i will update the driver and move it into trunk/( Oct 13 13:34:46 <_trine> great Oct 13 13:34:53 <_trine> this is what we are doing Oct 13 13:34:57 <_trine> http://maxwrt.com/ Oct 13 13:35:37 <_trine> we are able to use that to move and run program off the sd card easily Oct 13 13:36:02 <_trine> and we are building up a suit of programs to run on the Fonera Oct 13 13:38:10 <_trine> if you have a minute can you have a look at this makefile for a package and tell me if I have got any mistakes in it Oct 13 13:38:40 <_trine> http://pastebin.ca/735257 Oct 13 13:47:52 KG_CAT:=zcat, PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) do not need to be there Oct 13 13:48:03 #PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install also Oct 13 13:48:28 and the -lpcap ... stuff should be added to $(TARGET_LDFLAGS) Oct 13 13:48:47 as in TARGET_LDFLAGS+=-lfoo -lbar above define Build/Compile Oct 13 13:49:40 once you have done that clean up, open a ticket and /msg me the ticket number, so i can add it to trunk Oct 13 13:54:13 _trine: also add a define Package/wlaninject/Description please Oct 13 13:54:35 and it has copyright 2006 in it :-) Oct 13 13:55:07 <_trine> wil the decription stop it compiling Oct 13 13:55:49 o Oct 13 13:55:49 <_trine> the question is have I got everything correct to make it compile Oct 13 13:55:50 no Oct 13 13:55:58 looks good Oct 13 13:56:00 try it Oct 13 13:56:14 <_trine> I pinch the main file from aircrack.ptw Oct 13 13:56:16 just do the changes i suggested, then you have a compliant package makefile Oct 13 13:56:22 <_trine> and changed it Oct 13 13:56:36 <_trine> ok Oct 13 13:56:44 there is really only 1 way to figure out if it works :-) Oct 13 13:56:48 <_trine> will you test the compile for me Oct 13 14:12:09 <_trine> do you know what's wrong with it Oct 13 14:12:28 blogic * r9286 /trunk/package/ipsec-tools/Makefile: updated ipsec-tools from #2510 Oct 13 14:13:17 _trine: does it fail ? Oct 13 14:13:27 <_trine> line 23 Oct 13 14:13:47 and if you write to me, add my nick in front of it :-) so i get informed that there is a msg in the chan for me Oct 13 14:13:58 <_trine> ok Oct 13 14:14:02 let me show you ??? Oct 13 14:14:09 include $(INCLUDE_DIR)/package.mklet me show you wtf Oct 13 14:14:17 include $(INCLUDE_DIR)/package.mk Oct 13 14:14:40 <_trine> :) Oct 13 14:15:55 <_trine> blogic: john@trine-midnight:~/trunk/kamikaze/packages/net/wlaninject$ make Oct 13 14:15:55 <_trine> makefile:9: /rules.mk: No such file or directory Oct 13 14:15:56 <_trine> makefile:23: /package.mk: No such file or directory Oct 13 14:15:56 <_trine> make: *** No rule to make target `/package.mk'. Stop. Oct 13 14:16:27 cd ~/trunk/kamikaze/ Oct 13 14:16:53 make packages/net/wlaninject/{clean,compile,install} V=99 Oct 13 14:17:01 nad make sure it is selected in menuconfig Oct 13 14:17:38 blogic * r9287 /trunk/package/linux-uvc/Makefile: updated linux-uvc, from #2512 Oct 13 14:17:50 <_trine> make sure what is selected in make menuconfig Oct 13 14:18:09 the package Oct 13 14:18:35 <_trine> ah OK I will look I have never done that before Oct 13 14:18:49 ok, i am off ... back in 1 hour Oct 13 14:18:55 <_trine> tnx Oct 13 14:19:01 sure Oct 13 14:19:18 and if it compiles, add a ticket on dev.openwrt.org with the makefile Oct 13 14:20:29 <_trine> ok will do Oct 13 21:01:49 nbd, fixed bb on wrts yet? Oct 13 21:02:48 ? Oct 13 21:35:05 nbd, my bug Oct 13 21:35:21 which one specifically? Oct 13 21:35:24 my wrt54gs doesnt work with bb 1.7 Oct 13 21:35:30 sorry for asking again, there's too many bugs for me to keep track of Oct 13 21:35:31 ah Oct 13 21:35:32 you said awk Oct 13 21:35:34 ah ok Oct 13 21:35:35 now i remember Oct 13 21:35:40 haven't fixed it yet Oct 13 21:35:56 maybe i'll get around to it tonight Oct 13 21:35:59 we'll see Oct 13 22:40:43 nbd * r9288 /trunk/target/linux/ (generic-2.6/config-2.6.23 x86/config-2.6.23): move a few config symbols to the 2.6.23 template Oct 13 22:40:55 nbd * r9289 /trunk/target/linux/generic-2.6/ (config-2.6.22 config-2.6.23): Oct 13 22:40:55 disable the in-kernel mac80211 and cfg80211 Oct 13 22:40:55 will be built externally Oct 13 22:41:11 nbd * r9290 /trunk/package/mac80211/ (55 files in 6 dirs): add updated mac80211 - this no longer relies on patching includes in the kernel trees, but just uses its own instead Oct 13 22:41:25 nbd * r9291 /trunk/package/bcm43xx-mac80211/ (31 files in 3 dirs): remove old bcm43xx-mac80211... will be replaced by b43 Oct 13 22:41:32 nbd * r9292 /trunk/package/mac80211/Makefile: fix include, reduce verbosity Oct 13 22:41:40 nbd * r9293 /trunk/package/b43/ (30 files in 2 dirs): add b43 Oct 13 22:41:47 nbd * r9294 /trunk/package/mac80211/Makefile: don't build mac80211 if the kernel version does not match Oct 13 22:41:52 nbd * r9295 /trunk/package/b43/Makefile: fix typo Oct 13 22:42:06 ok, seems like git can handle larger batch commits just fine ;) Oct 13 22:43:44 nbd: heh, it looked like you had superhuman commit abilities. Oct 13 22:44:24 git-svn dcommit takes all the remaining git commits and converts them over to svn commits ;) Oct 13 23:01:36 nbd * r9296 /trunk/package/mac80211/Makefile: fix nl80211 Oct 13 23:12:50 nbd, b43? another drivers or renamed? Oct 13 23:39:23 Weedy: b43 is the new name for bcm43xx-mac80211 (it was renamed a while ago) Oct 13 23:39:35 ah Oct 13 23:39:49 guess they got tired of writing bcm43xx-mac80211 all the time Oct 13 23:40:51 yep Oct 13 23:40:53 i think b43 is nicer Oct 14 00:04:54 blogic * r9297 /trunk/target/linux/generic-2.6/patches-2.6.23/600-phy_extension.patch: added some extensions to the phy layer Oct 14 00:07:44 blogic * r9298 /trunk/target/linux/atheros/ (3 files in 3 dirs): converted atheros ethernet driver to phy layer Oct 14 00:19:34 blogic * r9299 /trunk/target/linux/atheros/ (config-2.6.23 files/drivers/net/ar2313/ar2313.h): [9298] was b0rked Oct 14 00:59:12 blogic, stop breaking everything Oct 14 01:00:23 Weedy: shut it Oct 14 01:00:33 Weedy: i have not seen any commits by you Oct 14 01:00:52 ... or patches Oct 14 01:02:30 i sumited patches Oct 14 01:02:36 there just never accepted Oct 14 01:02:56 which ones ? Oct 14 01:03:05 and why were they not accepted ? Oct 14 01:03:20 btw my commit stats are 1 ever 23 hours Oct 14 01:03:22 on average Oct 14 01:03:48 lawl Oct 14 01:03:56 Weedy: http://cia.vc/stats/author/blogic Oct 14 02:08:02 blogic: one ever 8 hours for me :-) http://cia.vc/stats/author/rwhitby Oct 14 02:08:27 over a 3 year period. Oct 14 02:15:38 blogic * r9300 /trunk/ (6 files in 3 dirs): add possibility to set default .config values Oct 14 02:16:10 rwhitby: lol nbd is faster :-) Oct 14 02:16:18 yep Oct 14 02:16:38 we got devs that do not even apear in the list :) Oct 14 02:16:48 :D Oct 14 02:28:35 nbd * r9301 /trunk/ (Makefile include/depends.mk include/toplevel.mk): add autorebuild check for menuconfig Oct 14 02:47:38 nbd * r9302 /trunk/target/linux/ (37 files in 8 dirs): sync ssb with upstream **** ENDING LOGGING AT Sun Oct 14 02:59:56 2007