2010-08-06 01:17 unclouded: hi! does sound in freedroid also work for you? 2010-08-06 01:30 kyak: haven't tried enabling swap to try it yet.  strange as I thought SDL was supposed to stream music so I don't know why it needs so much memory 2010-08-06 01:31 but all the other sounds work.  only the title music doesn't 2010-08-06 01:52 hm, all the other sound didn't work for me before.. 2010-08-06 01:52 but ok, right now it seems to work.. just needs someone else to confirm :) 2010-08-06 01:53 SDL can stream audio, but it's up to the app to load the audio in small parts instead of loading the entire file into memory 2010-08-06 03:00 mth: so Mix_LoadMUS won't cut it then? 2010-08-06 03:01 that's from SDL_Mixer, not SDL itself; I'm not familiar with that lib 2010-08-06 03:01 "load" suggests it loads everything into memory, but check the API docs to be sure 2010-08-06 05:33 mth: well, it's missing some scripts, the program itself runs 2010-08-06 09:40 xiangfu: so why is scummvm broken? 2010-08-06 10:01 [commit] Carlos Camargo: Fix some errors on silkscreen layer http://qi-hw.com/p/nn-usb-fpga/6c92e79 2010-08-06 10:04 bartbes: Hi. if there is some errors when compile. I will just mark it as BROKEN. 2010-08-06 10:04 bartbes: now I am compiling it again. 2010-08-06 10:05 thanks! 2010-08-06 10:05 bartbes: it give me "openwrt-xburst/staging_dir/target-mipsel_uClibc-0.9.30.1/usr/include/alsa/mixer.h:201: error: comma at end of enumerator list" 2010-08-06 10:05 but.. that'd seem to be an error in one of the libs? 2010-08-06 10:07 spotted the error in the header 2010-08-06 10:07 checks the alsa package 2010-08-06 10:08 its a feature of newer gcc versions to complain about such "errors" in strict c99 mode 2010-08-06 10:08 ;) 2010-08-06 10:08 it's not a bug it's a feature 2010-08-06 10:08 as always 2010-08-06 10:09 oh wait, it's c89 2010-08-06 10:09 in c99 it is valid 2010-08-06 10:09 nice 2010-08-06 10:09 but then 2010-08-06 10:09 maybe CFLAGS+=-std=gnu99 would work 2010-08-06 10:09 I guess it's a simple compile-time option 2010-08-06 10:09 yeah, that 2010-08-06 10:10 larsc: I will try to add it and compile again :) 2010-08-06 10:12 recompiling scummvm now. 2010-08-06 10:15 hm... scummvm seems to be written in cpp 2010-08-06 10:15 oh that 2010-08-06 10:15 if you do find a solution 2010-08-06 10:15 please tell me 2010-08-06 10:16 because I needed --std=gnu99 in a c++ app as well (lua's lnum) 2010-08-06 10:17 well, we could patch scummvms configure to not append -pedantic to its CXXFLAGS 2010-08-06 10:17 hm, calling configure with --disable-Werror should work aswell 2010-08-06 10:22 Running ScummVM configure... 2010-08-06 10:22 error: unrecognised option: --disable-Werror 2010-08-06 10:26 hm 2010-08-06 10:27 ah, I see in c++ it's even an error without -Werror 2010-08-06 10:28 so you have to patch configure to not append -pedantic 2010-08-06 10:30 larsc: yes. just found that. 2010-08-06 10:30 case $_host_os in 2010-08-06 10:30 gamecube | psp | wii) 2010-08-06 10:30         ;; 2010-08-06 10:30 *) 2010-08-06 10:30         CXXFLAGS="$CXXFLAGS -pedantic" 2010-08-06 11:01 HMm I'll ask again about the kernel - sorry, but I still did not understand 2010-08-06 11:01 THe openwrt-burst has patches over 2.6.32 to build the uImage 2010-08-06 11:01 But the kernel branches at qi-hardware don't have the Makefiles patched to build the uImage 2010-08-06 11:02 right? 2010-08-06 11:16 correct 2010-08-06 11:26 http://events.ccc.de/2010/07/30/27c3-we-come-in-%20peace-call-for-participation/ 2010-08-06 11:30 too sooon :( 2010-08-06 11:30 ? 2010-08-06 11:31 27c3 is this december right? 2010-08-06 11:31 yes 2010-08-06 11:31 xxc3 is always 27-30 december 2010-08-06 11:32 yeah  too soon for to arrange VISA, tickets adn try to go to lekernel workshop :( 2010-08-06 11:32 huh? 2010-08-06 11:32 larsc: oh, i just discover this event last year :) 2010-08-06 11:32 how long does it take you to get a visa? 2010-08-06 11:32 in varies 2010-08-06 11:32 s/in/it 2010-08-06 11:33 3 weeks orless 2010-08-06 11:33 lol 2010-08-06 11:33 it's in fucking december 2010-08-06 11:33 you have plenty of time for your visa 2010-08-06 11:33 well yes, i need the money first ;) 2010-08-06 11:34 also tickets, acomodation... 2010-08-06 13:01 hey what where the magic words to redirect pages on the wiki? 2010-08-06 13:02 #redirect 2010-08-06 13:02 #redirect [[other page]] 2010-08-06 13:16 kristianpaul, as in every travel 2010-08-06 13:16 Hi -- are those USB gender changers you can buy only pieces of plugs and wire or do they really have two controllers inside?! 2010-08-06 13:17 lekernel: sure :) 2010-08-06 13:18 i just complain more that the ususal :) 2010-08-06 13:32 In other words, shouldn't it be possible to "tunnel" USB host traffic over a USB device, which itself acts as a host towards the actual device (like the NIC)? 2010-08-06 13:32 theory sounds good 2010-08-06 13:32 but I doubt the gender changes have controllers inside 2010-08-06 13:33 citation needed 2010-08-06 13:33 They're actually too cheap for this. :) 2010-08-06 13:33 And it would require Linux driver support. 2010-08-06 13:34 If someone already wrote a kind of driver for this, we would be a step further. 2010-08-06 13:35 imagines two AVRs, both acting as hosts and talking to each other via a UART or something. 2010-08-06 13:36 Do you have an idea how the USB host controller is implemented in the development board? 2010-08-06 13:36 Does the JZ47xx have it on-chip? 2010-08-06 13:39 http://en.qi-hardware.com/wiki/File:Jz4720diagram.jpg 2010-08-06 13:39 Hm, there is a double arrow to the USB host. 2010-08-06 13:39 Does this mean "outside" the chip? 2010-08-06 13:40 Hmmm what means that UBIFS says "scrubbed PEB 383 (LEB 0:381), data moved to PEB 1634 2010-08-06 13:40 Anything wrong with the flash? 2010-08-06 13:42 larsc: how can I, then, make the uImage for the kernel 2.6.34 in qi-hardware? Do I have to put the load addresses and all that by hand? What do you (kernel developers) use to build those, a not-public script? 2010-08-06 13:43 larsc: I don't find the mkimage parameters trivial :) 2010-08-06 13:43 larsc: and even less trivial those of zImage 2010-08-06 13:44 [commit] Carlos Camargo: Adding SAKC logo http://qi-hw.com/p/nn-usb-fpga/f22d66d 2010-08-06 13:45 viric: you don't need to be alarmed by those messages 2010-08-06 13:45 its wear-levelling 2010-08-06 13:45 all flash does it 2010-08-06 13:45 at least all flash with wear levelling 2010-08-06 13:48 nebajoth: ah. I don't even know what does that mean 2010-08-06 13:49 http://en.wikipedia.org/wiki/Wear_leveling 2010-08-06 13:49 How much I have to care about writing into the nanonote? 2010-08-06 13:50 none 2010-08-06 13:50 ah ok 2010-08-06 13:50 I'm doing some OS tests, and then I end up copying megabytes :) 2010-08-06 13:51 and as I'm having troubles with the first sector of the nand... 2010-08-06 14:12 viric: Don't you build from OpenWRT? 2010-08-06 14:19 nebajoth: Oh, OK, the USB stuff is inside the SoC. 2010-08-06 14:20 viric: i'm using plain openwrt 2010-08-06 14:22 There are ways to tunnel USB over PCI, why wouldn't it be possible to tunnel USB over USB? 2010-08-06 14:22 I'd be almost surprised if that hadn't been done already. 2010-08-06 14:22 [Any kernel hackers here?] 2010-08-06 14:26 sdschulze: no 2010-08-06 14:26 larsc: then you apply those patches in openwrt for 2.6.32 to your tree of 2.6.34? 2010-08-06 14:27 viric: no. in openwrt are patches for 2.6.35 2010-08-06 14:32 ah 2010-08-06 14:32 m 2010-08-06 14:32 those patches are to be put over the qi-hardware 2.6.35 branch, or over the mainline 2.6.35? 2010-08-06 14:33 target/linux/generic-2.6 contains patches until 2.6.34 I think 2010-08-06 14:36 i'm talking about https://dev.openwrt.org/browser/trunk 2010-08-06 14:40 hm I was looking at the openwrt git repository in qi-hardware. Is that obsolete? 2010-08-06 14:40 nope 2010-08-06 14:40 its stable 2010-08-06 14:40 more or less 2010-08-06 14:40 ah, the development goes in the openwrt trunk? 2010-08-06 14:40 yes 2010-08-06 14:40 aaaaah 2010-08-06 14:40 Sorry for asking that much. I don't know how to get that information other than asking :) 2010-08-06 14:41 thank you 2010-08-06 14:41 is there anything in that stable git repository that is not in the openwrt trunk? 2010-08-06 14:41 and does the openwrt trunk even have patches for mplayer, for example? 2010-08-06 14:42 there might be some qi specific patches in there. 2010-08-06 14:42 but i'm not sure 2010-08-06 14:43 qi related packages are in the openwrt-packages repo at projects.qi-hardware 2010-08-06 14:44 ok 2010-08-06 14:44 they are not in openwrt trunk then 2010-08-06 14:44 correct 2010-08-06 14:44 nice 2010-08-06 14:45 there I don't see anything about mplayer 2010-08-06 14:46 wasn't there some code for the SIMD instructions of the xburst? 2010-08-06 14:46 or that is already in mplayer mailine? 2010-08-06 15:32 re 2010-08-06 15:32 My shitty Taiwanese computer had a hard lock-up... 2010-08-06 15:35 Actually, building a host that can handle two RNDIS devices shouldn't be *too* hard. 2010-08-06 15:55 Would there be demand? :) 2010-08-06 15:56 yup 2010-08-06 15:56 as long as it was cheap 2010-08-06 15:56 :P 2010-08-06 15:58 Hehe 2010-08-06 15:59 I just thought that the appearance of the Ya would make it superfluous immediatly. 2010-08-06 16:00 Hm, strange, my computer says the NanoNote is RNDIS, but itself, it claims to be ECM. 2010-08-06 16:03 For owners of the devboard, it is already superfluous. 2010-08-06 16:04 Hm, couldn't you even get the USB 1.1 out of the NanoNote with a tiny bit of hardware hacking? 2010-08-06 16:16 ??? 2010-08-06 16:17 Pins 106 and 107 are totally unconnected in the NanoNote. 2010-08-06 16:17 In the devboard, they go out quite directly from the case. 2010-08-06 16:17 The only thing added is a 5V voltage source. 2010-08-06 16:18 Are there *any* objections to using those pins? 2010-08-06 16:37 hi 2010-08-06 17:04 tuxbrain: 8 counterweights are already cast. only the paint is missing. 2010-08-06 17:04 rafa: diego is now working on the others :) 2010-08-06 18:21 wpwrak: cool!.. he could add some art to the solderings perhaps ;) 2010-08-06 18:22 rafa: at them moment, he's adding artful air pockets :) 2010-08-06 18:23 wpwrak: visitors here.. really busy days :P 2010-08-06 18:24 sdschulze: Bas has answered you on the list, believe him. No way 2010-08-06 18:26 tuxbrain: naw, let him try. more sales and maybe a technological breakthrough :) 2010-08-06 18:26 wpwrak: then you have 80% of a beer earned 2010-08-06 18:27 wpwrak: We are big enough to hire, I want you as my costumer relationship manager :P 2010-08-06 18:27 (beer) we're at 10 now. i'm making a new cast, though. the old one is looking a bit charred. had already more than 20 cycles. 2010-08-06 18:28 tuxbrain: what was previously known as the customers complaint department ? :) 2010-08-06 18:28 yeah but complaint doesn't sound cool 2010-08-06 18:28 so now your customers don't complain, they relate to you 2010-08-06 18:28 much better 2010-08-06 18:29 they re-late to you and and you can be-rate them back :) 2010-08-06 18:31 costumer care, post-sales, hotline, costumer assistance, support.... euphemistic names for the old well know complaint department 2010-08-06 18:31 costumer care 2010-08-06 18:31 heh 2010-08-06 18:31 "Take care of the customers" 2010-08-06 18:32 gets knife 2010-08-06 18:32 or ehm 2010-08-06 18:32 "Day care was closed" "Are you a customer?" "Yes" "Then come in!" 2010-08-06 18:34 hey I forget the FOSS euphemistic one: Track list :P 2010-08-06 18:46 larsc: or of course any one else. 2010-08-06 18:47 where I can download the 2.6.36 kernel with our code there in a tarball 2010-08-06 18:47 larsc: do you have an AVT2 ? 2010-08-06 18:48 I have no intentions to compile (yet) but I want to do some good header picture for the post announcing it 2010-08-06 18:49 tuxbrain: i don't think there is a tarbal yet 2010-08-06 18:49 wpwrak: yes 2010-08-06 18:50 any way to achive the source code without the git control files? 2010-08-06 18:51 larsc: USB host is available then, i guess ? (haven't tried anything myself yet. just wondering, seeing all those cries for help on the list) 2010-08-06 18:51 wpwrak: yes it does work 2010-08-06 18:52 larsc: kewl. thanks ! 2010-08-06 18:53 tuxbrain: rm them ;) 2010-08-06 18:54 touche!, can you giveme give me the git order to checkout it? 2010-08-06 18:56 git clone it://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git 2010-08-06 18:56 my mom is calling my cat sexy 2010-08-06 18:56 wrong channel 2010-08-06 18:56 tuxbrain: `make tarbz2-pkg` builds an archive for the kernel source 2010-08-06 18:56 tuxbrain: see `make help` 2010-08-06 18:57 thanks ! 2010-08-06 18:57 once I make the image I will ask you for help to localize our piece of code on it :) 2010-08-06 18:57 larsc: so absolutely everything is upstream now ? 2010-08-06 19:00 wpwrak: no. i did not submit the usb gadget driver and the driver for the lcm, because they need some more cleanup 2010-08-06 19:01 wpwrak: and not all trees have been merged by linus. sound for example is still missing 2010-08-06 19:04 20%=225Mb so 100% arround 1.1Gb, wow 2010-08-06 19:06 ehem that why you have to wait until the end "only" 377.43 MiB of c code... 2010-08-06 19:10 ircing from nano in bed with wifi 2010-08-06 19:12 zednano: :) go to sleep and stop doing the freak also in bed dude :) 2010-08-06 19:12 envy zednano 2010-08-06 19:14 tuxbrain trying to justify spending crazy amount on the wifi card 2010-08-06 19:14 works well tho for irc 2010-08-06 19:14 hehehe sleeping with it can be way yes.... 2010-08-06 19:18 grins at tuxbrain 2010-08-06 19:34 larsc: pretty close then. nice. 2010-08-06 19:37 FYI, I'm trying to make a kernel diagram of the 2.6.36 kernel like this one http://fcgp.sourceforge.net/images/lgp-total.png, and then localize our piece of code on it :) 2010-08-06 19:37 the script seems to run fine , let's see the results 2010-08-06 19:40 but I think I will go to sleep and see results tomorow good night 2010-08-06 19:41 tuxbrain_zzz: btw, any color preferences for the counterweight ? default color will be black 2010-08-06 19:41 yes I think black is the right choise 2010-08-06 19:41 [commit] Werner Almesberger: Improved the mold for better yield. http://qi-hw.com/p/ben-counterweight/e910ea0 2010-08-06 22:29 andres_calderon: hey Andres :-) 2010-08-06 22:30 hey Wolfgang 2010-08-06 22:30 werner is wpwrak 2010-08-06 22:30 he lives in Buenos Aires and speaks Spanish :-) 2010-08-06 22:32 nice, Werner is  online? is OK to speak Spanish in this channel? 2010-08-06 22:33 of course why not in Spanish? 2010-08-06 22:33 I don't know whether he is online 2010-08-06 22:33 but he will definitely see it later 2010-08-06 22:34 for consistency in the historical record... 2010-08-06 22:35 We need a "Lars" for LM32 :) 2010-08-06 22:36 he's online and speaks spanish so-so but writes it really poorly :) 2010-08-06 22:36 ok maybe I oversell you :-) 2010-08-06 22:37 I think I can help to support  the kernel. But I prefer to work in HDL. 2010-08-06 22:37 wpwrak: Andres is the guy behind the Xue camera, a camera around the Milkymist SoC 2010-08-06 22:37 he tried to do it entirely in KiCad (schematics + layout) 2010-08-06 22:37 wolfspraul: btw, you'll like this: ti also have a 2.45 GHz compliance-with-regulations document ;-) 2010-08-06 22:37 hi Werner, como está, mi ingles es bastante malo.. 2010-08-06 22:37 andres_calderon: and, how did things go with kicad ? 2010-08-06 22:39 i wonder whats the documentation/foss situation with the wilink wifi from ti (used in n900 and so) 2010-08-06 22:39 andres_calderon: quizas la solucion seria que vos escribis en castellano y yo en ingles :) 2010-08-06 22:39 roh: "this product is for high-volume customers [...]", something in that sense 2010-08-06 22:39 roh: or, "go away, plebs !" :) 2010-08-06 22:40 I am just learning to use kicad. I am a "Orcad man" 2010-08-06 22:40 Bien Werner 2010-08-06 22:41 andres_calderon: kicad still misses lots of things, but some people have succeeded to do complex projects with it 2010-08-06 22:42 s/misses/lacks/ 2010-08-06 22:42 wpwrak i see.. too bad. their drivers seem to work properly ;) 2010-08-06 22:42 WL1251 2010-08-06 22:42 wpwrak el hecho de que todo es un archivo de texto es muy útil, eso me gusta.. 2010-08-06 22:42 andres_calderon: yes ! and my scripts ! :) 2010-08-06 22:43 wpwrak hay uno monton de problemas de usabilidad.... pero poder usar script da mucho poder 2010-08-06 22:45 wpwrak solo he escrito un par de scripts en python, ahora puedo generar componentes a partir de archivos de Xilinx y de archivos de simulación IBIS 2010-08-06 22:49 wpwrak i am using the fped, is very interesting. 2010-08-06 23:09 sorry ... a bit of an interruption ... visitor ... 2010-08-06 23:54 emeb|mac: hey, early rise? :-) 2010-08-06 23:55 it's a good coincidence, Andres Calderon the founder of the Xue project is also here - andres_calderon 2010-08-06 23:55 wpwrak Do You know the Topological Autorouter project for PCB Geda?     http://anthonix.resnet.scms.waikato.ac.nz/toporouter/ 2010-08-06 23:56 hi emeb|mac