<qi-bot> [commit] Xiangfu Liu: new package: gjay, thanks Joshua Judson Rosen (master) http://qi-hw.com/p/openwrt-packages/9c1f686
<rozzin> xiangfu: keen :)
<xiangfu> rozzin :) just test a little. the windows size not fit ben :(
<qi-bot> [commit] Xiangfu Liu: new package: ibrcommon ibrdtn-tools ibrdtn ibrdtnd (master) http://qi-hw.com/p/openwrt-packages/42adc48
<rozzin> rozzin: Yeah; it works great in command-line mode, though :)
<qi-bot> [commit] Xiangfu Liu: ibrcommon: add missing depends cppunit (master) http://qi-hw.com/p/openwrt-packages/ea2dcff
<rozzin> er.
<rozzin> xiangfu: :)
<xiangfu> rozzin: (command-line) oh yes. I don't know have to use it. I just run 'gjay' :D
<xiangfu> rozzin: reply your email on list. include the my gjay binary URL. :)
<xiangfu> rozzin: you can sign up at http://projects.qi-hardware.com/, if you want direct commit in future.
<xiangfu> :)
<xiangfu> good job on gjay. a lot of patches.
<wolfspraul> wait there was an email the other day on the list where someone posted a whole manual/instructions for something
<wolfspraul> was that gjay?
<wolfspraul> (checking...)
<wpwrak> 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 ?
<kristianpaul> i have same questions the other day and some body said i should chery pick..
<wpwrak> but wouldn't that apply for just one commit ? the file in question has lots of commits
<xiangfu> git cherry-pick, only apply one commit you want
<kristianpaul> cp tmp then cp again to the swiched branch then?
<kristianpaul> or git diff if there no other files changed..
<wpwrak> and bye bye history :)
<kristianpaul> ahh!
<kristianpaul> good point
<wpwrak> maybe i'll just revert the changes i don't like and then merge
<xiangfu> if 'the other changes' is all at last, that will be easy, you can checkout a new-temp branch, then merge it.
<xiangfu> if 'the other changes' is mess, run 100 times cherry-pick ;-)
<wpwrak> xiangfu: (temp branch) ah yes, that would be an even cleaner variant. thanks !
<wpwrak> xiangfu: (100 cherries) yuck :)
<kristianpaul> later you'll have 100 temps branchs :p
<kristianpaul> (kidding)
<wpwrak> well, thinking of it, i can just keep the "off-topic" commit in this case, because i want it anyway
<kristianpaul> wpwrak: can i boost atben up to 1W? :-)
<wpwrak> kristianpaul: if you get one of those chinese RF amps ... ;-)
<kristianpaul> ah
<kristianpaul> well i can get those for my rfm12b then
<kristianpaul> actually there lots of schmatics for that freq
<kristianpaul> k
<xiangfu> got atben atusb yesterday.
<kristianpaul> feel behind
<qi-bot> [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
<kristianpaul> but i should find something usefull for the rfm12b modules before try something else
<qi-bot> [commit] Werner Almesberger: atusb: renamed ctrl_urb to just "urb" (ben-wpan) http://qi-hw.com/p/qi-kernel/0d21f45
<qi-bot> [commit] Werner Almesberger: atusb: remove atusb_read2 (ben-wpan) http://qi-hw.com/p/qi-kernel/67a52a6
<qi-bot> [commit] Werner Almesberger: atusb: renamed atusb_read1_cb to atusb_ctrl_cb (ben-wpan) http://qi-hw.com/p/qi-kernel/7b40185
<qi-bot> [commit] Werner Almesberger: atusb: remove more unused items (usb_irq, urb_completion) (ben-wpan) http://qi-hw.com/p/qi-kernel/2723787
<qi-bot> [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
<qi-bot> [commit] Werner Almesberger: atusb: honor thine card-punching ancestors (ben-wpan) http://qi-hw.com/p/qi-kernel/3000508
<qi-bot> [commit] Werner Almesberger: atusb: merged error checking and request completion for control transfers (ben-wpan) http://qi-hw.com/p/qi-kernel/247b48a
<qi-bot> [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
<qi-bot> [commit] Werner Almesberger: atusb: added tentative interrupt support (ben-wpan) http://qi-hw.com/p/qi-kernel/7fa3bd3
<qi-bot> [commit] Werner Almesberger: atusb: converted interrupt delivery to use tasklets (ben-wpan) http://qi-hw.com/p/qi-kernel/edb55e1
<qi-bot> [commit] Werner Almesberger: atusb: added interrupt URB removal on cleanup (ben-wpan) http://qi-hw.com/p/qi-kernel/64e0322
<qi-bot> [commit] Werner Almesberger: atusb: moved firmware version info before AT86RF230 driver bringup (ben-wpan) http://qi-hw.com/p/qi-kernel/4c977e4
<qi-bot> [commit] Werner Almesberger: atusb: initially disable the interrupt delivery tasklet (ben-wpan) http://qi-hw.com/p/qi-kernel/206feca
<qi-bot> [commit] Werner Almesberger: atusb: correctly print the build date (ben-wpan) http://qi-hw.com/p/qi-kernel/c35f50f
<qi-bot> [commit] Werner Almesberger: atusb: implement interrupt synchronization via a 10 ms delay timer (ben-wpan) http://qi-hw.com/p/qi-kernel/eb1a51e
<qi-bot> [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
<qi-bot> [commit] Werner Almesberger: atusb: adjusted dev_* severity levels (ben-wpan) http://qi-hw.com/p/qi-kernel/b003725
<qi-bot> [commit] Werner Almesberger: at86rf230: we may be in BUSY_RX after commanding RX_ON (ben-wpan) http://qi-hw.com/p/qi-kernel/e21c6ed
<qi-bot> [commit] Werner Almesberger: atusb: changed interrupt synchronization from fixed delay to SPI_WRITE2_SYNC (ben-wpan) http://qi-hw.com/p/qi-kernel/b2d71a9
<qi-bot> [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
<wpwrak> the joy of merging ...
<qi-bot> [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
<ezdagor> Anyone know of a non-Ipv6 DHCP server for the NanoNote?
<ezdagor> (I tried ISC DHCP, but wouldn't compile)
<wpwrak> DocScrutinizer: i sometimes hear one of my atusb "sing" (faint noise at high frequency) when sending. is this something to be worried about ?
<wpwrak> DocScrutinizer: i can't quite pinpoint where the sound is coming from. if i push against components, nothing changes.
<wpwrak> DocScrutinizer: ah no, it's coming from the PC. funny :)
<kyak> 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?
<kyak> ah ok
<kyak> the instructions for PC suggest is should use the custom kernel from qi-kernel.git
<kyak> it's not just enough to rebuild my distribution's kernel with the mentioned flags
<wpwrak> ah no, you need the drivers :)
<wpwrak> make sure you have CONFIG_TUN and CONFIG_SPI_ATUSB (and all the dependencies of the latter)
<kyak> ok, i need to think about the best way to build the kernel from qi-kernel.git and not to trash my distro :)
<kyak> don't want to go with the traditional make - make modules - way
<kyak> probablt it's a good chance to practice in writing some PKGBUILD...
<kyak> from the other hand side, i already trashed it with lowpan-tool that are not available in package manager
<wpwrak> i just built a monolithic kernel :)
<kyak> yeah, i'll do that to speed things up :)
<kyak> i will checkout ben-wpan branch, right?
<wpwrak> yes
<kyak> ok, thanks :)
<kyak> wpwrak: a question - why do you do it based on 2.6.38, not 2.6.39 or kernel-git?
<kyak> sidenote: qi-kernel.git is huuuuuge
<kyak> perhaps needs some cleaning up
<wpwrak> oh, just didn't get around to moving to a more recent kernel
<wpwrak> .38 seems to work fine so far
<kyak> sounds like it won't be a problem to move to a more recent kernel later
<kyak> still cloning here...
<qi-bot> [commit] Werner Almesberger: atusb: we don't need to depend on CONFIG_SPI explicitly (ben-wpan) http://qi-hw.com/p/qi-kernel/4592d8e
<qi-bot> [commit] Werner Almesberger: install/INSTALL-PC: updated lists of config options to enable (master) http://qi-hw.com/p/ben-wpan/f586be4
<kyak> wpwrak: i have built the ben-wpan kernel, it boots fine. However, when i insert atusb, the system hangs in several seconds
<kyak> make localyesconfig is so cool
<kyak> i just need to put in everything i have and it's good :)
<wolfspraul> that's in openwrt?
<wolfspraul> what does it do?
<kyak> no, it's in kernel
<kyak> what it does is puts the loaded modules in kernel's core config
<kyak> this way i can build a monolythic kernel only with drivers i need
<wolfspraul> ah ok, that's nice
<wolfspraul> 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 :-)
<stefan_schmidt> kyak: the hang with atusb happens only when atusb is compiled as module?
<kyak> stefan_schmidt: i only tried building it in kernel
<kyak> didn't try it as module
<kyak> stefan_schmidt: i just rebuilt the kernel with localyesconfig config (+enabled atusb related features)
<kyak> it works fine
<kyak> [  157.836512] at86rf230 spi32766.0: ATUSB ready for mischief (IRQ 24)
<stefan_schmidt> kyak: ok, we still might have problems with module build so build in is fine
<stefan_schmidt> and yes looks correct
<kyak> stefan_schmidt: i have to go now, will try the dirtpan trickery later. It looks very promising so far, thanks! :)
<stefan_schmidt> kyak: have fun
<stefan_schmidt> Need to leave as well now. Wakeboarding is waiting for me :)
<wpwrak> kyak: (hang) hmm, probably dosn't like the firmware. you haven't updated it, have you ?
<wpwrak> kyak: (works fine) great !
<kyak> 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"
<kyak> though previous steps (involving iz) seemed to work fine
<kyak> i'm following the install/USAGE document
<kyak> whereas Ben1 is my PC and Ben2 is my actual Ben
<wpwrak> iz assoc has to return
<wpwrak> if iz assoc on the ben doesn't complete, you don't have a local address. thus dirtpan can't bind.
<wpwrak> dirtpan runs in the foreground, unless you explicitly background it with -b
<wpwrak> which firmware does your atusb have ?
<wpwrak> it needs to run the latest (from git), else atusb kernel driver and firmware don't understand each other
<kyak> atusb has the latest you gave me..
<kyak> one sec
<kyak> nah, i won't find it
<kyak> 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?
<kyak> atusb-b3b037e.bin
<kyak> this one i have
<kyak> wpwrak: would you be so kind to upload the binary from git ? :) i don't yet ready to build the avr toolchain
<kyak> meanwhile, i'm rebuilding the ben-wpan kernel for Ben...
<wpwrak> kyak: md5sum 50a3713aa69b4c3824ece7b36a5dbe8a
<wpwrak> kyak: build #206 Thu Jul  7 15:44:29 ART 2011
<kyak> it;s working :)
<kyak> i didn't use your patch for dirtpan yet
<kyak> wonder where are these DUPs coming from
<wpwrak> they're retransmissions because dirtpan's timing is off without the patch ;-)
<kyak> i'll try something real now via TCP, but need to enable iptables nat in atusb kernel :)
<Jay7> russians may read this on opennet.ru :)
<wpwrak> 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
<wpwrak> Jay7: you're late - we had these news already yesterday :)
<Jay7> wpwrak: I'm slow a bit :)
<kristianpaul> !ping
<Ayla> hello
<kristianpaul> Hi
<Ayla> I made a mistake, I pushed some changes for gmenu2x on a branch with a typo in the name
<Ayla> as a result it did create a new branch on the repo
<Ayla> how can I fix this? :x
<kristianpaul> i think you can merge tha branch to another one and commit from there
<kristianpaul> but i'm not git expert
<kristianpaul> thaT
<Ayla> yes, but the branch is on the git repo on the Qi project server
<kristianpaul> you mean you pushed that branch as well, i see
<kristianpaul> well is kinda same situation  i think, all those are branches anyway
<wpwrak> 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
<wpwrak> Ayla: the command works, despite looking ... odd. i've used it recently ;-)
<Ayla> wpwrak: looks like I cannot do that
<Ayla> "fatal: The remote end hung up unexpectedly"
<Ayla> I believe I don't have the rights to delete a branch
<Ayla> I type "git push origin :install-locations"
<wpwrak> Ayla: the command looks correct (hmm, does the remote branch actually still exist ? which repo ?
<Ayla> ok, I deleted it
<wpwrak> Ayla: henceforth you shall be called Conan, the destroyer :)
<qi-bot> [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
<kristianpaul> hum, why qi-bot dont tell about deletions..
<Ayla> ouf
<Ayla> I'm glad I succeeded to do that commit :)
<kristianpaul> :-)
<wpwrak> kristianpaul: (qi-bot) in 1984, did you every see them mention public announcements of deletions ?
<kristianpaul> wasnt in this world by 1984
<Ayla> mth: can I merge the master branch into install_locations? The master GMenu2X works OK?
<wpwrak> kristianpaul: i mean the book :)
<kristianpaul> ahhh