2010-07-31 06:12 wolfspraul: is this the new bot you were talking about? 2010-07-31 06:35 hmm 2010-07-31 06:36 how do I add the symlinks to an openwrt package? 2010-07-31 06:38 nvm 2010-07-31 06:40 huggles bartbes 2010-07-31 06:41 huggles Textmode 2010-07-31 06:42 :3 2010-07-31 07:06 hmm.. i noticed my nanonote is very sensitive for shaking 2010-07-31 07:07 in what way? 2010-07-31 07:07 it shuts down every time i grab it harder with my hands 2010-07-31 07:07 put it on a table a bit less carefully 2010-07-31 07:07 it wants to feel loved obviously :P 2010-07-31 07:07 or close the screen rapidly 2010-07-31 07:07 when i poke it with fingers, it also shuts down 2010-07-31 07:07 well that *sounds* like a loose wire 2010-07-31 07:07 i think the battery must disconnect the pins when i do that 2010-07-31 07:07 yea 2010-07-31 07:07 but it's really annoying 2010-07-31 07:07 that is possible as well 2010-07-31 07:07 now when i can have a wikireader in it, i started using it 2010-07-31 07:08 try to put some paper between the battery and the opposite side 2010-07-31 07:08 and well.. it shuts down every couple of minutes 2010-07-31 07:08 really annoying 2010-07-31 07:08 bartbes, i don't think i can fit anything between the battery, it sits there very firmly 2010-07-31 07:09 you probably can 2010-07-31 07:09 paper is thin 2010-07-31 07:09 not folded, anything, just a single sheet 2010-07-31 07:09 if that doesn't fit, well then your battery can't be loose, can it? :P 2010-07-31 07:10 ok, with some force i managed to fit the folder paper in it 2010-07-31 07:10 let's see if it still disconnects 2010-07-31 07:10 fine so far 2010-07-31 07:11 poke it with a lot of power in different places and it's still on 2010-07-31 07:11 i guess it fixed it, thanks bartbes 2010-07-31 07:11 heh 2010-07-31 07:11 whatever the problem, the answer is always paper! 2010-07-31 07:11 :D 2010-07-31 07:11 "I need to send a rocket to space, but the metal melts.. what do I use?" "PAPER!" 2010-07-31 07:11 so, no 2010-07-31 07:11 but in this case it was 2010-07-31 07:12 (obviously my replies are this elaborate because I'm procrastinating) 2010-07-31 07:13 i thought the answer is always WD40 or sticky tape ;) 2010-07-31 07:14 that is a lie 2010-07-31 07:14 ;P 2010-07-31 07:15 hmm 2010-07-31 07:15 how do I install a lib into the toolchain? 2010-07-31 07:19 i guess you copy it to [toolchain]/usr/lib 2010-07-31 07:19 manually? 2010-07-31 07:19 though i don't know if this is right in case of openwrt, openwrt is weird 2010-07-31 07:19 hmm 2010-07-31 07:19 well I added a dependencie 2010-07-31 07:19 *dependecy 2010-07-31 07:19 ... 2010-07-31 07:19 ah well, who cares about spelling 2010-07-31 07:19 you can use the --prefix= if it has a configure script 2010-07-31 07:20 so if you type "make install" it will install it to prefix location rather than your system's /usr/lib 2010-07-31 07:20 you don't type that 2010-07-31 07:20 :P 2010-07-31 07:20 and it installs correctly on my nn 2010-07-31 07:20 just.. not in the toolchain 2010-07-31 07:20 but maybe DEPENDS takes care of that 2010-07-31 07:20 let's hope so 2010-07-31 07:24 well it does not 2010-07-31 07:24 :( 2010-07-31 07:27 that.. is.. weird 2010-07-31 07:27 ah well 2010-07-31 07:28 I'll wait :P 2010-07-31 07:42 bartbes: what library do you need? 2010-07-31 07:49 physfs 2010-07-31 07:49 but that's not the problem 2010-07-31 07:49 I've ported it already 2010-07-31 07:49 I simply.. don't see it show up in the toolchain 2010-07-31 07:49 (in the staging dir, to be exact) 2010-07-31 07:52 did you do make package/symlinks? 2010-07-31 07:52 after I built physfs? 2010-07-31 07:53 no, in order to build physfs 2010-07-31 07:53 that isn't the problem 2010-07-31 07:53 at all 2010-07-31 07:53 got that 3 days ago 2010-07-31 07:53 I now need to link against it 2010-07-31 07:53 what's your problem then? :) 2010-07-31 07:53 ah ok 2010-07-31 07:54 add the DEPENDS: +physfs 2010-07-31 07:54 await magical solution 2010-07-31 07:54 into the Makefile 2010-07-31 07:54 *awaits 2010-07-31 07:54 and.. 2010-07-31 07:54 I currently have 2010-07-31 07:54 DEPENDS:=+libphysfs 2010-07-31 07:54 DEPENDS:=+physfs to be exact 2010-07-31 07:54 within the define Package/sdltest 2010-07-31 07:55 right 2010-07-31 07:55 so do I need to place it within the define 2010-07-31 07:55 or outside of it? 2010-07-31 07:55 see any Makefile as an example 2010-07-31 07:55 lol good idea 2010-07-31 07:56 well it seems I did it correctly then 2010-07-31 07:56 ok 2010-07-31 07:56 no physfs in the staging dir though 2010-07-31 07:57 why staging dir? 2010-07-31 07:57 because.. that is where it links? 2010-07-31 07:57 no 2010-07-31 07:57 it's build_dir 2010-07-31 07:57 all other libs are there 2010-07-31 07:58 ls staging_dir/target-mipsel_uClibc-0.9.30.1/usr/lib/ 2010-07-31 07:58 shows me all SDL libs, lua, etc 2010-07-31 07:58 oh wait 2010-07-31 07:58 I think.. 2010-07-31 07:58 facepalms in advance 2010-07-31 08:00 try building with V=99 2010-07-31 08:00 this should help see your problem 2010-07-31 08:02 no no 2010-07-31 08:02 it's not that 2010-07-31 08:02 I'm forgetting the actual install part 2010-07-31 08:12 finally 2010-07-31 08:12 managed to get it installed 2010-07-31 08:13 now to see if I can link against it 2010-07-31 09:22 hello! 2010-07-31 09:22 are there any working video players for NN? 2010-07-31 09:28 qwebirc59544: I think mplayer is working in jlime 2010-07-31 09:28 what is jlime? 2010-07-31 09:30 www.jlime.com - it's another distribution for the nanonote 2010-07-31 09:30 I don't think we have a working video player in openwrt right now, but could be wrong... 2010-07-31 09:37 thank you 2010-07-31 09:38 huggles wolfspraul 2010-07-31 09:40 I think I've seen something about mplayer in openwrt though 2010-07-31 09:41 yes, I remember, in the gmenu2x conf files 2010-07-31 09:42 though it is not installed 2010-07-31 09:42 so.. 2010-07-31 11:02 kyak: this means you have to have seen I solved my problems ;) 2010-07-31 11:02 bartbes: yup 2010-07-31 11:02 bartbes: btw, i think you shouldn't leave out the md5sum check 2010-07-31 11:02 oh yes, I should check if it works 2010-07-31 11:03 it was commented out because it didn't download at first 2010-07-31 11:03 (but that was unrelated) 2010-07-31 11:04 bartbes: so what's your plans for physfs? 2010-07-31 11:05 it's a dependency for love 2010-07-31 11:05 as indicated here: http://en.qi-hardware.com/wiki/Software_Status#Blue_sky 2010-07-31 11:05 what is love? (baby don't hurt me) 2010-07-31 11:06 ah, it's LÖVE 2010-07-31 11:07 the classic 2010-07-31 11:07 I wonder if it's still on our wiki main page.. 2010-07-31 11:08 it is not 2010-07-31 11:08 :O 2010-07-31 11:09 bartbes, if you want, i can lend you physfs i compiled for the dingoo 2010-07-31 11:09 it should be binary compatible 2010-07-31 11:12 heh 2010-07-31 11:12 too late 2010-07-31 11:12 physfs built 2 or 3 days ago 2010-07-31 11:12 I knew code-wise it would need almost no changes (none, to be exact) 2010-07-31 11:21 just the cmake or scons (don't remember which) part was tricky 2010-07-31 11:22 cmake 2010-07-31 11:24 but at least now we know how to do cmake (as jirkab said) 2010-07-31 12:07 plucker seems nice 2010-07-31 12:11 jirkab: you announced you were coming using a commit, nice 2010-07-31 12:14 bartbes: Plucker? Don't be happy too much, the GUI needs some rework to be useable. 2010-07-31 12:16 that.. was.. fast..