**** BEGIN LOGGING AT Tue Jan 25 02:59:57 2011 Jan 25 05:34:38 if openwrt will auto do stripping when create .ipk ? Jan 25 05:42:33 xiangfu: you mean the binaries built before packaging yes Jan 25 05:43:26 OutBackDingo: ok. can you point me where is the code that strip the binaries when create .ipk file. very thanks Jan 25 05:43:54 OutBackDingo: in some package, I try to manually do that. too stupid :) Jan 25 05:47:32 xiangfu: i believe include/package-defaults.mk Jan 25 05:48:53 OutBackDingo: thanks. Jan 25 05:49:17 xiangfu: no worries Jan 25 08:58:00 kaloz * r25096 /trunk/target/linux/orion/patches-2.6.32/: [target/orion]: drop 2.6.32 support (next target is 2.6.38) Jan 25 09:11:58 gmorning Jan 25 10:24:52 juhosg * r25097 /trunk/target/linux/generic/ (5 files in 3 dirs): generic: remove en25pxx support patch, it is in mainline since 2.6.36 Jan 25 12:15:28 EqUaTe: ping Jan 25 13:45:30 Hi. Jan 25 13:45:55 hi Jan 25 13:47:24 I have DLink DIR-320 router. What should I do to compile 10.03.1-rc4 for it? Jan 25 13:48:37 maybe this helps: https://forum.openwrt.org/viewtopic.php?id=18101 Jan 25 13:49:49 In preivous version of OpenWrt I should change openwrt/target/linux/brcm-2.4/config-default manually Jan 25 13:50:36 that is basically the same Jan 25 13:53:03 Is openwrt fully migrated to kernel-2.6 family? Jan 25 13:53:19 trunk yes Jan 25 13:53:32 but it still has some outstanding issues Jan 25 13:53:45 like brcm-wl which is defunct on some devices Jan 25 13:55:26 Is set "some devices" countains DIR-320? Jan 25 13:56:04 I don't kno exactly, it seems to affect devices with broadcom lp-phy (bcm4318) Jan 25 13:59:20 I did test wrt54gl and wrt54gs, those worked fine with brcm47xx and kmod-brcm-wl Jan 25 14:00:04 on a buffalo whr-hp-g108 the driver loads fine and appears to work, the resulting network can be seen on client scans but it is impossible to associate to it Jan 25 14:06:55 I am quite sure the bcm4318 isn't a lp-phy (since the wl500gp v1 comes with it), but e.g. the integrated one in the bcm5354 is (wl500gp v2) Jan 25 14:07:08 ok, scratch the lp-phy part Jan 25 14:07:18 but the defunct one was a bcm4318 Jan 25 14:07:34 b43 was the one with the lp-phy problems ;) Jan 25 14:07:45 can you give me an nvram dump of a defunct one? Jan 25 14:07:58 well 2.6 wl is also broken on the 500gpv2 - afaik Jan 25 14:08:57 KanjiMonster: ah, the broken buffalo here is a 5354 soc too afaik Jan 25 14:11:14 nbd: not right now Jan 25 14:11:29 ok Jan 25 14:13:34 one special thing in the 5354 seems to be the non-programmable pll Jan 25 14:15:49 and the wifi in b43 identifies itself as 4318 Jan 25 14:16:05 hm Jan 25 14:16:15 it's weird though that it manages to send beacons properly but not do DMA Jan 25 14:16:16 and in 2.4 wl Jan 25 14:17:06 I built the open parts with debugging and there was nothing special to see, might be due to the fact that I don't know what invalid stuff would look like Jan 25 14:17:43 maybe you should throw some debug statements into the open dma code Jan 25 14:18:18 yes Jan 25 14:38:10 build #56 of etrax is complete: Failure [failed compile_3] Build details are at http://tksite.gotdns.org:8010/builders/etrax/builds/56 Jan 25 18:02:00 is there a missing dependency that libusb-1.0 requires opkg to be built first? Jan 25 18:07:40 because a top-level build of the platform fails, but if I build opkg and then libusb-1.0, and then resume the build... it completes. Jan 25 18:08:23 blogic: ping Jan 25 18:34:59 dunno really what happened between 25091 and 25095 but dhcp seems buggy (udhcp is no more called) Jan 25 18:35:21 udhcpc Jan 25 18:35:50 is there a way to revert a scripts/feeds/update -a -p ? Jan 25 18:36:00 to the initial git state Jan 25 18:49:37 <_trine> Epsylon3, you can revert the svn but I guess you know that Jan 25 18:49:51 yea.. Jan 25 18:50:06 its hard to determine what is buggy Jan 25 18:50:14 tried both 2.6.36.2 and 2.6.37 Jan 25 18:50:27 same problem.. i also reset default config to my router Jan 25 18:50:28 <_trine> go back a few revisions then svn -r 123456 Jan 25 18:50:48 <_trine> I'm using 25097 Jan 25 18:50:58 yea... git checkout "commithash" Jan 25 18:51:37 <_trine> wlanconfig ath0 create wlandev wifi0 wlanmode monitor Jan 25 18:51:39 in fact i need some kind of cleanup Jan 25 18:51:50 <_trine> would you happen to know how to write that nowadays Jan 25 18:52:24 with uci ? Jan 25 18:52:48 <_trine> with cli Jan 25 18:53:02 <_trine> somehow so I can insert in into a script Jan 25 18:53:13 <_trine> it* Jan 25 18:53:16 hmm yea i see Jan 25 18:53:24 hmm Jan 25 18:54:18 with ifconfig maybe Jan 25 18:55:59 no Jan 25 18:56:06 you need a new device Jan 25 18:56:51 interface Jan 25 18:57:41 <_trine> going to eat bbl Jan 25 18:57:59 ifup --force Jan 25 19:01:43 vconfig Jan 25 19:01:49 Create and remove virtual ethernet devices Jan 25 19:02:00 check scripts in /etc/hotplug.d/net Jan 25 19:02:10 and /lib/network/ Jan 25 19:03:10 but its wifi related, dunno if that will work Jan 25 19:07:07 iw wlan0 interface add mon0 type monitor Jan 25 19:07:45 er in trine's case: iw ath0 interface add wifi0 type monitor Jan 25 19:30:16 build #66 of gemini is complete: Failure [failed compile_1] Build details are at http://tksite.gotdns.org:8010/builders/gemini/builds/66 Jan 25 19:31:00 <_trine> neutronscott, that worked i think thanks Jan 25 19:34:51 no problem. Jan 25 19:36:07 build #63 of ps3 is complete: Failure [failed shell compile_1] Build details are at http://tksite.gotdns.org:8010/builders/ps3/builds/63 Jan 25 19:37:40 build #64 of ramips is complete: Exception [exception failed slave lost shell_13 compile_12] Build details are at http://tksite.gotdns.org:8010/builders/ramips/builds/64 Jan 25 19:46:49 build #65 of pxcab is complete: Failure [failed compile_1] Build details are at http://tksite.gotdns.org:8010/builders/pxcab/builds/65 Jan 25 19:52:08 build #69 of ppc40x is complete: Failure [failed compile_1] Build details are at http://tksite.gotdns.org:8010/builders/ppc40x/builds/69 Jan 25 19:58:16 build #64 of rb532 is complete: Failure [failed compile_2] Build details are at http://tksite.gotdns.org:8010/builders/rb532/builds/64 Jan 25 19:58:20 build #65 of ppc44x is complete: Failure [failed svn compile_12] Build details are at http://tksite.gotdns.org:8010/builders/ppc44x/builds/65 Jan 25 20:04:47 build #59 of uml is complete: Failure [failed compile_2] Build details are at http://tksite.gotdns.org:8010/builders/uml/builds/59 Jan 25 20:07:57 build #60 of x86 is complete: Exception [exception failed slave lost shell_13 compile_12] Build details are at http://tksite.gotdns.org:8010/builders/x86/builds/60 Jan 25 20:14:21 build #61 of ar7 is complete: Failure [failed compile_2] Build details are at http://tksite.gotdns.org:8010/builders/ar7/builds/61 Jan 25 20:20:53 build #60 of avr32 is complete: Failure [failed compile_2] Build details are at http://tksite.gotdns.org:8010/builders/avr32/builds/60 Jan 25 20:26:18 build #56 of xburst is complete: Failure [failed shell compile_1] Build details are at http://tksite.gotdns.org:8010/builders/xburst/builds/56 Jan 25 20:35:30 build #57 of ixp4xx is complete: Failure [failed shell shell_4 compile_1] Build details are at http://tksite.gotdns.org:8010/builders/ixp4xx/builds/57 Jan 25 20:41:03 build #55 of ep93xx is complete: Failure [failed shell compile_1] Build details are at http://tksite.gotdns.org:8010/builders/ep93xx/builds/55 Jan 25 20:41:39 xMff: I noticed the net/subversion/ package is still broken. Do you have an ETA when this package will get fixed? Jan 25 20:46:54 build #55 of ifxmips is complete: Failure [failed compile_1] Build details are at http://tksite.gotdns.org:8010/builders/ifxmips/builds/55 Jan 25 20:58:43 build #54 of rdc is complete: Failure [failed compile_1] Build details are at http://tksite.gotdns.org:8010/builders/rdc/builds/54 Jan 25 21:08:33 build #55 of adm5120 is complete: Failure [failed compile_1] Build details are at http://tksite.gotdns.org:8010/builders/adm5120/builds/55 Jan 25 21:08:36 build #78 of brcm63xx is complete: Failure [failed svn shell compile_12] Build details are at http://tksite.gotdns.org:8010/builders/brcm63xx/builds/78 Jan 25 21:09:59 build #73 of s3c24xx is complete: Exception [exception shell failed slave lost shell_13 compile_12] Build details are at http://tksite.gotdns.org:8010/builders/s3c24xx/builds/73 Jan 25 21:25:40 build #71 of ubicom32 is complete: Failure [failed compile_2] Build details are at http://tksite.gotdns.org:8010/builders/ubicom32/builds/71 Jan 25 21:27:36 samba = cifs ? Jan 25 21:28:03 The Windows network protocol is called CIFS Jan 25 21:28:27 mount -t cifs -o user=myusername,password=mysecretpassword //192.168.1.4/Filme cifsmount/ Jan 25 21:31:07 build #73 of brcm47xx is complete: Failure [failed compile_1] Build details are at http://tksite.gotdns.org:8010/builders/brcm47xx/builds/73 Jan 25 21:36:32 build #74 of atheros is complete: Failure [failed compile_1] Build details are at http://tksite.gotdns.org:8010/builders/atheros/builds/74 Jan 25 21:42:00 build #70 of cobalt is complete: Failure [failed compile_1] Build details are at http://tksite.gotdns.org:8010/builders/cobalt/builds/70 Jan 25 21:47:06 build #69 of orion is complete: Failure [failed compile_1] Build details are at http://tksite.gotdns.org:8010/builders/orion/builds/69 Jan 25 22:27:14 build #61 of sibyte is complete: Exception [exception failed slave lost shell_13 compile_12] Build details are at http://tksite.gotdns.org:8010/builders/sibyte/builds/61 Jan 25 22:49:49 [florian], ping Jan 25 23:29:47 <[florian]> Wipster: pong Jan 25 23:37:37 [florian], dont happen to know where gpio 26 and 27 are documented and why they are disabled in cpmac? cant seem to spot mention in GPLd netgear code Jan 25 23:46:46 <[florian]> Wipster: I have no idea, I think these are design-specific gpios Jan 25 23:58:15 [florian], ah ok Jan 25 23:58:41 <[florian]> like switch gpio reset Jan 26 00:00:14 [florian], gotcha so I know where I am putting stuff that sort of thing better in platform so cpmac just deals with what you tell it? Jan 26 00:00:46 <[florian]> yes that's much cleaner Jan 26 00:02:36 [florian], ok thanks Jan 26 00:52:43 cifs: Unknown symbol load_nls (err 0) Jan 26 00:52:43 cifs: Unknown symbol unload_nls (err 0) Jan 26 00:54:05 depends kmod-nls-base missing Jan 26 01:09:52 hmmm Mounting the DFS root for domain not implemented yetNo ip address specified and hostname not found Jan 26 01:18:48 cifs filesystem not supported by the system Jan 26 01:19:27 good format is mount.cifs //192.168.1.119/mp3 /mnt -o user=Admin,pass=xxx,ro,domain=EPSYLON,ip=192.168.1.119 Jan 26 01:22:19 ok, maybe busybox can do that... Jan 26 01:23:48 hmm, there is a CONFIG_FEATURE_MOUNT_CIFS Jan 26 01:35:30 wooow finally Jan 26 01:35:40 mount -t cifs //192.168.1.119/mp3 /mnt -o unc=\\\\192.168.1.119\ Jan 26 01:35:40 \mp3,ip=192.168.1.119,user=Admin,pass= Jan 26 01:35:48 ,dom=EPSYLON Jan 26 01:35:57 buggy thing Jan 26 01:38:42 dingo * r25098 /packages/ (8 files in 3 dirs): [patch-team] new package quicktun / nacl - signed off by mschiffer@universe-factory.net Jan 26 01:52:02 //192.168.1.100/mp3 /mnt cifs noserverino,ro,user=Admin,pass=xxx,dom=EPSYLON 0 0 Jan 26 01:52:07 in fstab Jan 26 01:52:23 samba is not needed anymore **** ENDING LOGGING AT Wed Jan 26 02:59:57 2011