| wpwrak | hmm. the weather is getting more interesting every day. tonight's special, 19.8 C, 96% humidity, at 23:10. in june. for you guys in the northern hemisphere, that's a like a few days before christmas. | 02:10 |
|---|---|---|
| kristianpaul | oh indeed, yday was 33° at night, now is 24° :-| | 02:13 |
| wpwrak | well, you're pretty much at the equator. you're supposed to have weird weather :) | 02:18 |
| roh | wpwrak: evil. so you have condensing humidity on all your appliances? | 04:38 |
| wpwrak | yeah, everything is a littlewet | 04:41 |
| roh | quite a requirement for equipment...well.. atleast its not salty wet *g* | 04:43 |
| roh | less corrosive | 04:43 |
| qi-bot | [commit] Adam Wang: dvi-recept-ra.fpd: added DVI-RECEPT-RA (master) http://qi-hw.com/p/kicad-libs/c870461 | 05:46 |
| wolfspraul | blist | 06:26 |
| qi-bot | [commit] Adam Wang: rca-3-ra.fpd: added RCA-3-RA (master) http://qi-hw.com/p/kicad-libs/43a6631 | 08:55 |
| qi-bot | [commit] Adam Wang: rca-3-ra.fpd: renamed package name to RCA-3-RA (master) http://qi-hw.com/p/kicad-libs/abb5e71 | 09:01 |
| xiangfu | wpwrak, atusb lsusb shows that the 'bNumEndpoints' is 0 , is that normal? | 09:50 |
| kristianpaul | wpwrak: ah good i feel better now (weird weather) | 11:56 |
| dvdk | hi everyone. | 12:28 |
| dvdk | anybody in germany wanting to get an atben/atusb? going to order some from tuxbrain, maybe could share shipping costs. | 12:28 |
| dvdk | btw question about atusb: does it run (with dirtpan?) in userspace? which kernel-patches do i need? | 12:40 |
| qi-bot | [commit] Adam Wang: 8_10-socket-ra.fpd: added 8:10-SOCKET-RA (master) http://qi-hw.com/p/kicad-libs/eeae68b | 12:42 |
| wolfspraul | dvdk: tuxbrain doesn't have them anymore, or anything (in fact) | 13:04 |
| wolfspraul | because tuxbrain has closed shop | 13:04 |
| wolfspraul | but... I 'rescued' all atben/atusb by buying up his entire inventory :-) how is that? | 13:05 |
| dvdk | wolfspraul: afaik he is currently closing, trying to sell off his stock!? website is operational still, and some stock left | 13:05 |
| wolfspraul | you can try to order | 13:05 |
| wolfspraul | but I (think) I bought his entire inventory of atben/atusb months ago | 13:05 |
| wolfspraul | just saying. I have a very hard time reaching him, reponse times in the weeks... | 13:05 |
| dvdk | i stumbled upon this: http://www.tuxbrain.com/en/content/we-are-fulminating-stock-cheap-cheap-aka-tuxbrains-reborn | 13:06 |
| wolfspraul | if you want some atben/atusb, just email me and we settle the details. I can send with a cheap airmail letter from taipei... | 13:07 |
| dvdk | :) | 13:07 |
| wolfspraul | I don't know more details than anyone else, just that I bought all atben/atusb months ago | 13:07 |
| wolfspraul | since I believe in it | 13:07 |
| dvdk | well I read "Please, buy us something... please please please" at the URL above and thought that'd be a good chance to get some wireless for my NN | 13:08 |
| wolfspraul | maybe he still has some? I have no idea | 13:08 |
| wolfspraul | he | 13:08 |
| wolfspraul | the good stuff is already gone, isn't that how it is? | 13:08 |
| wolfspraul | in this case - months ago :-) | 13:08 |
| dvdk | well, it's 39 atbens and 18 atusb according to the shop. price would be 57 eur for both (plus shipment) what price do you ask? | 13:08 |
| wolfspraul | I don't think you should believe in those numbers | 13:09 |
| wolfspraul | but tuxbrain has to speak for himself, I really don't know | 13:09 |
| wolfspraul | I know for sure though that I have a lot of atben/atusb in stock :-) | 13:09 |
| dvdk | :) | 13:09 |
| wpwrak | xiangfu: (bNumEndpoints) depends on the interface. the wpan one has one EP (in addition to EP0, which is not counted). the DFU interface has 0. | 13:09 |
| wolfspraul | those prices are very good, I vaguely remember that I more or less bought at these prices as well | 13:10 |
| wolfspraul | although I paid in Bens | 13:10 |
| dvdk | how did you pay in bens if tuxbrain has no bens left? | 13:12 |
| xiangfu | dvdk, atben, atusb patch(linux 3.3): http://projects.qi-hardware.com/index.php/p/openwrt-xburst/source/tree/master/target/linux/xburst/patches-3.3/800-WPAN-new-files.patch | 13:13 |
| wpwrak | the ben - a good currency for long-term savings ! just recently, the ben to USB exchange rate went up from 1:99 to 1:149. | 13:13 |
| dvdk | xiangfu: thx for info; my server is at kernel 2.6.39.4 and i can't upgrade for various reasons (hw breaks at newer kernels). any chance 2.6.39.4 is going to work w/ atusb? | 13:14 |
| wpwrak | dvdk: the ieee 802.15.4 stuff is in the kernel. dirtpan is in user space (uses TUN/TAP to hook into the TCP/IP stack) | 13:14 |
| xiangfu | I start with the 3.0 kernel(this one should be easy apply to 2.6) http://projects.qi-hardware.com/index.php/p/openwrt-xburst/source/tree/release_2011-11-13/target/linux/xburst/patches-3.0/0031-first-patch-for-atBen.patch | 13:17 |
| dvdk | xiangfu: ok will have to try some backporting (once i get a atusb) | 13:18 |
| xiangfu | the qi-kernel.git have the 2.6.38 patches. but I think the 3.0 patch is easy backport. | 13:19 |
| xiangfu | wpwrak, the problem is that we pass a null pipe to 'usb_submit_urb' | 13:21 |
| xiangfu | since we have only one EP0, why we have code : usb_rcvbulkpipe(dev, 1) | 13:29 |
| xiangfu | here: http://projects.qi-hardware.com/index.php/p/openwrt-xburst/source/tree/master/target/linux/xburst/patches-3.3/800-WPAN-new-files.patch#L5311 | 13:30 |
| wpwrak | xiangfu: this code should use the non-DFU interface | 13:31 |
| wpwrak | see the stuff around line 5460 | 13:31 |
| xiangfu | yes. I know that code. | 13:32 |
| xiangfu | oh. sorry I mis-understand "the wpan one has one EP (in addition to EP0, which is not counted)" | 13:32 |
| xiangfu | but my lsusb output both interface have 0 ep: http://pastebin.com/RKZpbJGT | 13:33 |
| xiangfu | is the lsusb output correct? should I reflash the atusb? :) | 13:33 |
| wpwrak | that looks weirs. | 13:34 |
| wpwrak | yeah. maybe there's something wrong with your firmware | 13:34 |
| wpwrak | s/weirs/weird | 13:34 |
| xiangfu | I have 2 atusb. both lsusb are same. | 13:34 |
| xiangfu | 0 ep on both interfaces. | 13:34 |
| xiangfu | I need reflash my atusb. | 13:35 |
| xiangfu | wpwrak, BTW: http://en.qi-hardware.com/wiki/Sigrok#Decode_USB | 13:35 |
| wpwrak | atusb firmware is here: http://downloads.qi-hardware.com/people/werner/wpan/bindist/ | 13:37 |
| wpwrak | the "factory" version was ce16a16 | 13:37 |
| wpwrak | the latest one is c47f52d | 13:38 |
| xiangfu | thanks. reflash now.. | 13:39 |
| wpwrak | (sigrok) nice. cheap usb protocol analyers are coming :) | 13:39 |
| xiangfu | http://downloads.qi-hardware.com/people/xiangfu/tmp/sigrok-gtk-atusb.png | 13:43 |
| wpwrak | that looks pretty good | 13:44 |
| wpwrak | now you need to decode the protocol | 13:45 |
| xiangfu | wpwrak, better a md5sums under 'http://downloads.qi-hardware.com/people/werner/wpan/bindist/' | 13:46 |
| xiangfu | wpwrak, great. after reflash. I got the EP1 | 13:48 |
| xiangfu | http://pastebin.com/n5dHZcxa | 13:48 |
| wpwrak | that looks a lot better :) | 13:50 |
| xiangfu | under 703n : iz listphy | 13:50 |
| xiangfu | wpan-phy0 IEEE 802.15.4 PHY object | 13:50 |
| wpwrak | even better yet :) | 13:50 |
| xiangfu | ar71xx openwrt device ^^ | 13:50 |
| wpwrak | so it works ? | 14:01 |
| xiangfu | needs compile more package , I don't have 'ip' command yet. | 14:06 |
| xiangfu | will report more tomorrow. | 14:15 |
| wpwrak | kewl. looks very encouraging so far | 14:16 |
| xiangfu | yes. :) | 14:20 |
| Action: kristianpaul misses ip command in owrt all time | 14:35 | |
| wpwrak | owrt of all places should have it :) | 14:39 |
| qi-bot | [commit] Paul Cercueil: Don't log the console-based apps. (master) http://qi-hw.com/p/gmenu2x/1080527 | 15:36 |
| whitequark | oh. paypal decided to (finally) work in russia | 16:23 |
| whitequark | ... through russian post. | 16:23 |
| whitequark | http://lenta.ru/news/2012/03/26/paypal/ | 16:23 |
| Ayla | mth_: GCC 4.7.1 has been released | 17:17 |
| mth_ | Ayla: I'm building a new toolchain and rootfs, to see if it works | 18:15 |
| Ayla | good | 18:15 |
| Ayla | do you guys mind if I throw away GP2X "support" from GMenu2X? | 18:21 |
| Ayla | it's totally broken, and has its part of responsability in the code being unreadable | 18:23 |
| mth | it's fine with me | 18:32 |
| mth | no-one is using it now | 18:32 |
| Ayla | guys, the "b.png" and "d.png" backgrounds of GMenu2X does not have the right size | 21:24 |
| Ayla | they are a couple pixels short | 21:24 |
| qi-bot | [commit] Paul Cercueil: Removed unused function GMenu2X:setGamma() (master) http://qi-hw.com/p/gmenu2x/bc2b5d5 | 22:10 |
| qi-bot | [commit] Paul Cercueil: Removed unused (and broken) TV-out feature. (master) http://qi-hw.com/p/gmenu2x/374371c | 22:10 |
| qi-bot | [commit] Paul Cercueil: Drop GP2X platform support. (master) http://qi-hw.com/p/gmenu2x/9263c78 | 22:10 |
| qi-bot | [commit] Paul Cercueil: Removed old commented code. (master) http://qi-hw.com/p/gmenu2x/dd04701 | 22:10 |
| qi-bot | [commit] Paul Cercueil: Removed last bits of the "volume" feature. (master) http://qi-hw.com/p/gmenu2x/21fee6c | 22:10 |
| qi-bot | [commit] Paul Cercueil: Removed last bits of the "backlight" feature. (master) http://qi-hw.com/p/gmenu2x/d662158 | 22:10 |
| DocScrutinizer05 | RIP Nokia | 22:59 |
| DocScrutinizer05 | another 10,000 fired | 22:59 |
| Ayla | what a shame | 22:59 |
| wpwrak | a war is lost long before the last battle | 22:59 |
| Ayla | they'd better keep their ingeneers | 22:59 |
| Ayla | and make a new awesome device | 22:59 |
| DocScrutinizer05 | while DHL ships another 2 N900 to my addr | 23:01 |
| Action: DocScrutinizer05 ponders putting N950 on Ebay, starting offer: 10,000 EUR | 23:02 | |
| GNUtoo-desktop | DocScrutinizer05, also I'm fixing the forwarder | 23:12 |
| --- Fri Jun 15 2012 | 00:00 | |
Generated by irclog2html.py 2.9.2 by Marius Gedminas - find it at mg.pov.lt!