2011-07-08 01:50 [commit] Xiangfu Liu: new package: gjay, thanks Joshua Judson Rosen (master) http://qi-hw.com/p/openwrt-packages/9c1f686 2011-07-08 02:02 xiangfu: keen :) 2011-07-08 02:20 rozzin :) just test a little. the windows size not fit ben :( 2011-07-08 02:30 [commit] Xiangfu Liu: new package: ibrcommon ibrdtn-tools ibrdtn ibrdtnd (master) http://qi-hw.com/p/openwrt-packages/42adc48 2011-07-08 02:31 rozzin: Yeah; it works great in command-line mode, though :) 2011-07-08 02:31 [commit] Xiangfu Liu: ibrcommon: add missing depends cppunit (master) http://qi-hw.com/p/openwrt-packages/ea2dcff 2011-07-08 02:31 er. 2011-07-08 02:31 xiangfu: :) 2011-07-08 02:32 rozzin: (command-line) oh yes. I don't know have to use it. I just run 'gjay' :D 2011-07-08 02:48 rozzin: reply your email on list. include the my gjay binary URL. :) 2011-07-08 02:49 rozzin: you can sign up at http://projects.qi-hardware.com/, if you want direct commit in future. 2011-07-08 02:49 :) 2011-07-08 02:50 good job on gjay. a lot of patches. 2011-07-08 02:55 wait there was an email the other day on the list where someone posted a whole manual/instructions for something 2011-07-08 02:55 was that gjay? 2011-07-08 02:55 (checking...) 2011-07-08 02:56 ah no, it was GNU Pem http://lists.en.qi-hardware.com/pipermail/discussion/2011-July/008396.html 2011-07-08 02:58 hmm a git question: if i have a topic branch with one file that's been developed there, plus some other changes. is there a way to merge that file back into the original branch not not merge the other changes ? 2011-07-08 02:59 i have same questions the other day and some body said i should chery pick.. 2011-07-08 03:00 but wouldn't that apply for just one commit ? the file in question has lots of commits 2011-07-08 03:00 git cherry-pick, only apply one commit you want 2011-07-08 03:01 cp tmp then cp again to the swiched branch then? 2011-07-08 03:01 or git diff if there no other files changed.. 2011-07-08 03:01 and bye bye history :) 2011-07-08 03:01 ahh! 2011-07-08 03:02 good point 2011-07-08 03:03 maybe i'll just revert the changes i don't like and then merge 2011-07-08 03:05 if 'the other changes' is all at last, that will be easy, you can checkout a new-temp branch, then merge it. 2011-07-08 03:06 if 'the other changes' is mess, run 100 times cherry-pick ;-) 2011-07-08 03:06 xiangfu: (temp branch) ah yes, that would be an even cleaner variant. thanks ! 2011-07-08 03:06 xiangfu: (100 cherries) yuck :) 2011-07-08 03:06 later you'll have 100 temps branchs :p 2011-07-08 03:06 (kidding) 2011-07-08 03:08 well, thinking of it, i can just keep the "off-topic" commit in this case, because i want it anyway 2011-07-08 03:08 wpwrak: can i boost atben up to 1W? :-) 2011-07-08 03:09 kristianpaul: if you get one of those chinese RF amps ... ;-) 2011-07-08 03:10 ah 2011-07-08 03:10 well i can get those for my rfm12b then 2011-07-08 03:10 actually there lots of schmatics for that freq 2011-07-08 03:11 k 2011-07-08 03:16 got atben atusb yesterday. 2011-07-08 03:18 feel behind 2011-07-08 03:19 [commit] Werner Almesberger: atusb: use MODULE_AUTHOR according to include/linux/module.h; added myself (ben-wpan-stefan) http://qi-hw.com/p/qi-kernel/8463388 2011-07-08 03:19 but i should find something usefull for the rfm12b modules before try something else 2011-07-08 03:20 [commit] Werner Almesberger: atusb: renamed ctrl_urb to just "urb" (ben-wpan) http://qi-hw.com/p/qi-kernel/0d21f45 2011-07-08 03:20 [commit] Werner Almesberger: atusb: remove atusb_read2 (ben-wpan) http://qi-hw.com/p/qi-kernel/67a52a6 2011-07-08 03:20 [commit] Werner Almesberger: atusb: renamed atusb_read1_cb to atusb_ctrl_cb (ben-wpan) http://qi-hw.com/p/qi-kernel/7b40185 2011-07-08 03:20 [commit] Werner Almesberger: atusb: remove more unused items (usb_irq, urb_completion) (ben-wpan) http://qi-hw.com/p/qi-kernel/2723787 2011-07-08 03:20 [commit] Werner Almesberger: atusb: added section titles and moved code in a more logical order (ben-wpan) http://qi-hw.com/p/qi-kernel/0d9f58b 2011-07-08 03:20 [commit] Werner Almesberger: atusb: honor thine card-punching ancestors (ben-wpan) http://qi-hw.com/p/qi-kernel/3000508 2011-07-08 03:20 [commit] Werner Almesberger: atusb: merged error checking and request completion for control transfers (ben-wpan) http://qi-hw.com/p/qi-kernel/247b48a 2011-07-08 03:20 [commit] Werner Almesberger: Revert "ieee802154/at86rf230: Be more verbose and disable irq handling for now" (ben-wpan) http://qi-hw.com/p/qi-kernel/7a7da98 2011-07-08 03:20 [commit] Werner Almesberger: atusb: added tentative interrupt support (ben-wpan) http://qi-hw.com/p/qi-kernel/7fa3bd3 2011-07-08 03:20 [commit] Werner Almesberger: atusb: converted interrupt delivery to use tasklets (ben-wpan) http://qi-hw.com/p/qi-kernel/edb55e1 2011-07-08 03:20 [commit] Werner Almesberger: atusb: added interrupt URB removal on cleanup (ben-wpan) http://qi-hw.com/p/qi-kernel/64e0322 2011-07-08 03:20 [commit] Werner Almesberger: atusb: moved firmware version info before AT86RF230 driver bringup (ben-wpan) http://qi-hw.com/p/qi-kernel/4c977e4 2011-07-08 03:20 [commit] Werner Almesberger: atusb: initially disable the interrupt delivery tasklet (ben-wpan) http://qi-hw.com/p/qi-kernel/206feca 2011-07-08 03:20 [commit] Werner Almesberger: atusb: correctly print the build date (ben-wpan) http://qi-hw.com/p/qi-kernel/c35f50f 2011-07-08 03:20 [commit] Werner Almesberger: atusb: implement interrupt synchronization via a 10 ms delay timer (ben-wpan) http://qi-hw.com/p/qi-kernel/eb1a51e 2011-07-08 03:20 [commit] Werner Almesberger: atusb: updated to do list and added missing \n to dev_info (ben-wpan) http://qi-hw.com/p/qi-kernel/1b9d72f 2011-07-08 03:20 [commit] Werner Almesberger: atusb: adjusted dev_* severity levels (ben-wpan) http://qi-hw.com/p/qi-kernel/b003725 2011-07-08 03:20 [commit] Werner Almesberger: at86rf230: we may be in BUSY_RX after commanding RX_ON (ben-wpan) http://qi-hw.com/p/qi-kernel/e21c6ed 2011-07-08 03:20 [commit] Werner Almesberger: atusb: changed interrupt synchronization from fixed delay to SPI_WRITE2_SYNC (ben-wpan) http://qi-hw.com/p/qi-kernel/b2d71a9 2011-07-08 03:20 [commit] Werner Almesberger: atusb: use MODULE_AUTHOR according to include/linux/module.h; added myself (ben-wpan) http://qi-hw.com/p/qi-kernel/8463388 2011-07-08 03:21 the joy of merging ... 2011-07-08 03:34 [commit] Werner Almesberger: atusb, atben: moved from spi/ to ieee802154/; renamed atusb to spi_atusb (ben-wpan) http://qi-hw.com/p/qi-kernel/6c17a31 2011-07-08 03:48 Anyone know of a non-Ipv6 DHCP server for the NanoNote? 2011-07-08 03:51 (I tried ISC DHCP, but wouldn't compile) 2011-07-08 04:01 DocScrutinizer: i sometimes hear one of my atusb "sing" (faint noise at high frequency) when sending. is this something to be worried about ? 2011-07-08 04:06 DocScrutinizer: i can't quite pinpoint where the sound is coming from. if i push against components, nothing changes. 2011-07-08 04:07 DocScrutinizer: ah no, it's coming from the PC. funny :) 2011-07-08 04:39 wpwrak: saw your message regarding atusb and dirtpan working together. Is it documented how to build the kernel module or whatever is required (apart from userland tools, which i already have) to make atusb work? 2011-07-08 04:45 kyak: for the ben, the instructions are here: http://projects.qi-hardware.com/index.php/p/ben-wpan/source/tree/master/install/INSTALL-Ben 2011-07-08 04:46 the ones for the PC are a bit spotty :) http://projects.qi-hardware.com/index.php/p/ben-wpan/source/tree/master/install/INSTALL-PC 2011-07-08 04:47 ah ok 2011-07-08 04:48 the instructions for PC suggest is should use the custom kernel from qi-kernel.git 2011-07-08 04:48 it's not just enough to rebuild my distribution's kernel with the mentioned flags 2011-07-08 04:50 ah no, you need the drivers :) 2011-07-08 04:50 make sure you have CONFIG_TUN and CONFIG_SPI_ATUSB (and all the dependencies of the latter) 2011-07-08 04:51 ok, i need to think about the best way to build the kernel from qi-kernel.git and not to trash my distro :) 2011-07-08 04:52 don't want to go with the traditional make - make modules - way 2011-07-08 04:53 probablt it's a good chance to practice in writing some PKGBUILD... 2011-07-08 04:55 from the other hand side, i already trashed it with lowpan-tool that are not available in package manager 2011-07-08 04:55 i just built a monolithic kernel :) 2011-07-08 04:55 yeah, i'll do that to speed things up :) 2011-07-08 04:56 i will checkout ben-wpan branch, right? 2011-07-08 04:58 yes 2011-07-08 04:59 ok, thanks :) 2011-07-08 04:59 wpwrak: a question - why do you do it based on 2.6.38, not 2.6.39 or kernel-git? 2011-07-08 05:00 sidenote: qi-kernel.git is huuuuuge 2011-07-08 05:00 perhaps needs some cleaning up 2011-07-08 05:01 oh, just didn't get around to moving to a more recent kernel 2011-07-08 05:02 .38 seems to work fine so far 2011-07-08 05:07 sounds like it won't be a problem to move to a more recent kernel later 2011-07-08 05:07 still cloning here... 2011-07-08 05:27 [commit] Werner Almesberger: atusb: we don't need to depend on CONFIG_SPI explicitly (ben-wpan) http://qi-hw.com/p/qi-kernel/4592d8e 2011-07-08 05:28 [commit] Werner Almesberger: install/INSTALL-PC: updated lists of config options to enable (master) http://qi-hw.com/p/ben-wpan/f586be4 2011-07-08 06:52 The build was successfull, see images here: http://fidelio.qi-hardware.com/~xiangfu/compile-log/openwrt-xburst.full_system-07072011-0308/ 2011-07-08 10:04 wpwrak: i have built the ben-wpan kernel, it boots fine. However, when i insert atusb, the system hangs in several seconds 2011-07-08 11:22 make localyesconfig is so cool 2011-07-08 11:22 i just need to put in everything i have and it's good :) 2011-07-08 11:26 that's in openwrt? 2011-07-08 11:26 what does it do? 2011-07-08 11:30 no, it's in kernel 2011-07-08 11:31 what it does is puts the loaded modules in kernel's core config 2011-07-08 11:31 this way i can build a monolythic kernel only with drivers i need 2011-07-08 11:34 ah ok, that's nice 2011-07-08 11:34 my notebook runs on a custom built kernel, I manually added a lot of modules, but not all. so maybe I should try this too :-) 2011-07-08 11:35 kyak: the hang with atusb happens only when atusb is compiled as module? 2011-07-08 11:39 stefan_schmidt: i only tried building it in kernel 2011-07-08 11:39 didn't try it as module 2011-07-08 11:41 stefan_schmidt: i just rebuilt the kernel with localyesconfig config (+enabled atusb related features) 2011-07-08 11:41 it works fine 2011-07-08 11:41 [  157.836512] at86rf230 spi32766.0: ATUSB ready for mischief (IRQ 24) 2011-07-08 11:43 kyak: ok, we still might have problems with module build so build in is fine 2011-07-08 11:43 and yes looks correct 2011-07-08 11:44 stefan_schmidt: i have to go now, will try the dirtpan trickery later. It looks very promising so far, thanks! :) 2011-07-08 11:45 kyak: have fun 2011-07-08 11:45 Need to leave as well now. Wakeboarding is waiting for me :) 2011-07-08 12:42 kyak: (hang) hmm, probably dosn't like the firmware. you haven't updated it, have you ? 2011-07-08 12:43 kyak: (works fine) great ! 2011-07-08 15:31 wpwrak: could you please help - "dirtpan 777 8001 1 'ifconfig $ITF $IP2 dstaddr $IP1 up'" on Ben keeps saying "bind 802.15.4: No such device" 2011-07-08 15:31 though previous steps (involving iz) seemed to work fine 2011-07-08 15:32 i'm following the install/USAGE document 2011-07-08 15:32 whereas Ben1 is my PC and Ben2 is my actual Ben 2011-07-08 15:34 http://dpaste.com/565009/ 2011-07-08 15:38 iz assoc has to return 2011-07-08 15:41 if iz assoc on the ben doesn't complete, you don't have a local address. thus dirtpan can't bind. 2011-07-08 15:41 dirtpan runs in the foreground, unless you explicitly background it with -b 2011-07-08 15:42 which firmware does your atusb have ? 2011-07-08 15:43 it needs to run the latest (from git), else atusb kernel driver and firmware don't understand each other 2011-07-08 15:51 atusb has the latest you gave me.. 2011-07-08 15:51 one sec 2011-07-08 15:52 nah, i won't find it 2011-07-08 15:53 wpwrak: the last time i built the Ben's kernel for ben-wpan was a week ago or so. Should i rebuild it as well? 2011-07-08 15:56 atusb-b3b037e.bin 2011-07-08 15:56 this one i have 2011-07-08 15:57 wpwrak: would you be so kind to upload the binary from git ? :) i don't yet ready to build the avr toolchain 2011-07-08 15:59 meanwhile, i'm rebuilding the ben-wpan kernel for Ben... 2011-07-08 17:22 kyak: http://downloads.qi-hardware.com/people/werner/wpan/bindist/atusb-f586be4.bin 2011-07-08 17:22 kyak: md5sum 50a3713aa69b4c3824ece7b36a5dbe8a 2011-07-08 17:23 kyak: build #206 Thu Jul  7 15:44:29 ART 2011 2011-07-08 19:01 wpwrak: http://dpaste.com/565079/ 2011-07-08 19:01 it;s working :) 2011-07-08 19:02 i didn't use your patch for dirtpan yet 2011-07-08 19:02 wonder where are these DUPs coming from 2011-07-08 19:08 they're retransmissions because dirtpan's timing is off without the patch ;-) 2011-07-08 19:09 i'll try something real now via TCP, but need to enable iptables nat in atusb kernel :) 2011-07-08 19:12 http://press.web.cern.ch/press/PressReleases/Releases2011/PR08.11E.html 2011-07-08 19:13 russians may read this on opennet.ru :) 2011-07-08 19:16 kyak: (tcp) note that anything even just a little demanding will fail because of the timing problems that still need solving. the things i've done to dirtpan are just a band-aid 2011-07-08 19:17 Jay7: you're late - we had these news already yesterday :) 2011-07-08 19:17 wpwrak: I'm slow a bit :) 2011-07-08 19:47 !ping 2011-07-08 23:20 hello 2011-07-08 23:21 Hi 2011-07-08 23:21 I made a mistake, I pushed some changes for gmenu2x on a branch with a typo in the name 2011-07-08 23:21 as a result it did create a new branch on the repo 2011-07-08 23:21 how can I fix this? :x 2011-07-08 23:22 i think you can merge tha branch to another one and commit from there 2011-07-08 23:22 but i'm not git expert 2011-07-08 23:23 thaT 2011-07-08 23:23 yes, but the branch is on the git repo on the Qi project server 2011-07-08 23:24 you mean you pushed that branch as well, i see 2011-07-08 23:25 well is kinda same situation  i think, all those are branches anyway 2011-07-08 23:28 Ayla: how about merging into another branch and then deleting the typo'ed remote branch ? http://gitready.com/beginner/2009/02/02/push-and-delete-branches.html 2011-07-08 23:28 Ayla: the command works, despite looking ... odd. i've used it recently ;-) 2011-07-08 23:35 wpwrak: looks like I cannot do that 2011-07-08 23:35 "fatal: The remote end hung up unexpectedly" 2011-07-08 23:35 I believe I don't have the rights to delete a branch 2011-07-08 23:35 I type "git push origin :install-locations" 2011-07-08 23:42 Ayla: the command looks correct (hmm, does the remote branch actually still exist ? which repo ? 2011-07-08 23:46 ok, I deleted it 2011-07-08 23:47 Ayla: henceforth you shall be called Conan, the destroyer :) 2011-07-08 23:50 [commit] Ayla: GMenu2X now won't load skin files from the Default skin when using another skin. (install_locations) http://qi-hw.com/p/gmenu2x/439d25c 2011-07-08 23:50 hum, why qi-bot dont tell about deletions.. 2011-07-08 23:51 ouf 2011-07-08 23:51 I'm glad I succeeded to do that commit :) 2011-07-08 23:51 :-) 2011-07-08 23:54 kristianpaul: (qi-bot) in 1984, did you every see them mention public announcements of deletions ? 2011-07-08 23:56 wasnt in this world by 1984 2011-07-08 23:59 mth: can I merge the master branch into install_locations? The master GMenu2X works OK? 2011-07-08 23:59 kristianpaul: i mean the book :) 2011-07-08 23:59 ahhh