2010-06-19 05:27 night all 2010-06-19 05:37 i've posted to discussions mailing list, but don't see my message there.. what's the problem? 2010-06-19 08:02 somebody knows of a link for rebuilding the debian kernel for nn? 2010-06-19 08:05 oh, nevermind, I found schulze's notes about the needed patch 2010-06-19 08:48 Yo, not exactly a nanonote dev, but i have a quick question about the nanonote 2010-06-19 08:48 does it act as a usb storage device 2010-06-19 08:48 ? 2010-06-19 08:49 calamarz: which notest you found? 2010-06-19 08:54 mindw0rk: it appears as usb ethernet gadget 2010-06-19 08:54 which is not exactly usb mass storage 2010-06-19 08:54 but you can use any network file system 2010-06-19 08:55 yeah, i heard about that, but a comment on a youtube misled me to believe that there's a posibility that it could apear as a usb mass storage device 2010-06-19 09:00 youtube comments are not the best source of information :) 2010-06-19 09:09 true, but when one dosen't know thy might give hope 2010-06-19 09:09 has this ever been implented into the linux kernel i wonder then 2010-06-19 09:11 i tried enabling CONFIG_USB_FILE_STORAGE, but it is complaining that the chip doesn't support the feature 2010-06-19 09:12 i don't remember exactly, but i didn't dig further 2010-06-19 09:12 maybe it is CONFIG_USB_GADGETFS 2010-06-19 09:13 i don't know and i don't need this anyway :) 2010-06-19 09:13 isin't that experimental and not stable? 2010-06-19 09:13 yeah, but thanks you gave me something i could start my path on 2010-06-19 09:14 no problem, hang here for maybe more information from more experienced guys :) 2010-06-19 09:33 rafa: this http://sdschulze.dnsalias.org/~soeren/content/debian-nanonote-kernel.txt 2010-06-19 09:54 y/n? hello 2010-06-19 10:29 rafa: where i can find the Makefile and patches for fbterm that is released for jlime? I would like to port it to openwrt 2010-06-19 10:30 i definitely requires for patching and i guess, you already did it :) 2010-06-19 10:31 kyak: I am not sure if I modified it.. let me chek, I have the sources.. 2010-06-19 10:33 sure.. if you don't mind, i'm also interested in fbterm.sh wrapper 2010-06-19 10:33 io.cpp:197: error: invalid conversion from 's8**' to 'const char**' 2010-06-19 10:33 that's why i guess it is for patching 2010-06-19 10:33 or maybe it's just some compiler switches 2010-06-19 10:42 kyak: what? I do not understand what do you mean? 2010-06-19 10:42 fbterm.sh is just a script 2010-06-19 10:42 it change directory 2010-06-19 10:42 and it goes where there is a font file 2010-06-19 10:42 then run the fbterm binary, because it changed directory fbterm binary finds the font file 2010-06-19 10:42 on its pwd 2010-06-19 10:43 ok, thanks! i'm just saying, i would need it as well :) 2010-06-19 10:43 ah.. okey :) 2010-06-19 10:44 ah.. the error building .. I see it 2010-06-19 10:44 kyak: I think that I fixed a bit that perhaps, because I remember some "invalid conversion", no sure if when building fbterm or another appl 2010-06-19 10:44 let me check 2010-06-19 10:45 rafa: sure 2010-06-19 10:47 kyak: http://fz.hobby-site.org/hp660lx/fbterm-1.6.tar.gz 2010-06-19 10:47 cook, thanks! 2010-06-19 10:47 cool even :) 2010-06-19 10:49 kyak: http://fz.hobby-site.org/hp660lx/fbterm.sh 2010-06-19 10:50 rafa: got it, thanks 2010-06-19 10:53 rafa: you haven't modified the source as i can see, but your config's might be helpful 2010-06-19 10:53 rafa: what is the building system like in jlime, btw? 2010-06-19 10:59 kyak: we built the whole repository with OE, and the extra applications (like fbterm and mplayer) using the same toolchain that OE used 2010-06-19 10:59 ok, i see 2010-06-19 11:10 tuxbrain: http://fz.hobby-site.org/hp660lx/3085.jpg 2010-06-19 11:22 got the fbterm :) small patching was still required 2010-06-19 11:54 tuxbrain: care to host the recipy for fbterm on openwrt? 2010-06-19 13:06 just reflashed the 06-15-2010 update 2010-06-19 13:06 seems to work. 2010-06-19 13:51 has anyone successfully flashed debian according to instructions at http://pyneo.org/howto/debian/nano.html? 2010-06-19 13:53 nllpntr i know some people are successfully running debian 2010-06-19 13:54 nllpntr: sure ;) 2010-06-19 13:59 just wondering if I'm missing something. every time I get to the step: usbboot -c "nprog 2048 debian-lenny.ubi 0 0 -n", it chugs along and then seems to fail without error 2010-06-19 14:02 i.e, the first time I tried, the process stopped with something like "End at page 2860", and the last time I tried, it stopped with "End at page 58288" 2010-06-19 14:02 in either case I get a brick in return 2010-06-19 14:12 nllpntr: I have only been able to install deb on external sd card. I used this procedure: http://en.qi-hardware.com/pipermail/discussion/2010-June/000769.html note: I only was able to use a 2gb card, 8 gb card fails. 2010-06-19 14:13 ah, I see. 2010-06-19 14:14 sb knows where to disable splash screen in the kernel? 2010-06-19 14:14 I'd like to install locally, since I'm getting the recommended minisd wifi card... 2010-06-19 14:16 nllpntr: come to think of it, there is a bug in the usbboot flash: when I reflashed, had to use this step: "nprog 2048 debian-lenny.ubi 0 0  -n" (extra space between last 0 and -n parms) 2010-06-19 14:18 nllpntr: note I was using "nprog 0 openwrt-xburst-qi_lb60-u-boot.bin 0 0  -n" source file, but the bug would still apply 2010-06-19 14:18 could you repeat that actually? I was just booted from my other machine 2010-06-19 14:19 heh, the pitfalls of using unregistered Ircle. 2010-06-19 14:19 nllpntr: come to think of it, there is a bug in the usbboot flash: when I reflashed, had to use this step: "nprog 2048 debian-lenny.ubi 0 0  -n" (extra space between last 0 and -n parms) 2010-06-19 14:19 ah, that is weird 2010-06-19 14:19 nllpntr_: i followed steps in first part of this tutorial and went fine: http://www.tuxbrain.com/en/content/,-ben-nanonote-editingcompilingflashing-arduino-sketch 2010-06-19 14:20 good to hear, I'm already looking at that article right now 2010-06-19 14:22 calamarz: something like menuconfig -> device drivers -> graphics -> fb -> logo 2010-06-19 14:26 Anyone get ssh to work with debian in external sd? I am getting: ...debug1: SSH2_MSG_KEXINIT sent debug3: Wrote 792 bytes for a total of 831 Read from socket failed: Connection reset by peer when using -vvvv parm. Everything else looks normal. 2010-06-19 14:27 rafa: found, thanks... 2010-06-19 14:28 eharrington_: not tried from sd, but read somewhere about a problem with the ssh in the image, that would go away by reinstalling sshd 2010-06-19 14:29 calamarz: cool, will do that next, thanx 2010-06-19 14:35 alright, retrying with the tuxbrain instructions, crossing fingers. 2010-06-19 14:40 sweet jebus, it worked! 2010-06-19 14:41 thanks for all the help :) 2010-06-19 14:42 rafa: ... and which option do I need to enable kernel boot output? 2010-06-19 17:58 rafa: what's that cooooool picture? which launcher is that? 2010-06-19 17:59 kyak: where I can found the receipt to host? 2010-06-19 18:12 any phenom 2 users out there 2010-06-19 18:15 amd phenom 2 processors...... 2010-06-19 18:15 hello?? 2010-06-19 18:16 any tech help?????? 2010-06-19 19:01 morning all