<qi-commits> Xiangfu Liu: [xburst] [kernel patch] add fbcon-color-fonts.patch http://qi-hw.com/p/openwrt-xburst/f50daab
<hallo99> do I need a mips or a mipsel cross compiler for the nanonote?
<hallo99> I have read somewhere, that mips hardware can switch beetwen little and big endian, so does mips and mipsel work for the nanonote?
<mth> the kernel and all the libraries are built for mipsel
<mth> I'm not even sure the CPU can do big endian
<mth> some MIPS CPUs can switch, but maybe not this one
<wpwrak> hmm, so is there no known way to remove the hinge / separate bottom shell and screen, without breaking anything ?
<hallo99> does gcc generate optimized code for the jz4720, or do I have to use --march=mips1?
<wejp> hallo99, you can use mip32 instead of mips1
<wejp> mips32 even
<Ornotermes> wejp: have you updated gmu for nanonote to use flac?
<wejp> there is no need to update it. Gmu supports flac out of the box, it just needs the right libFLAC. if it is there Gmu can be compiled with flac support and it will work out of the box
<wejp> as openwrt now seems to come with a more recent libFLAC i guess in the next firmware image Gmu will be included with FLAC enabled
<Ornotermes> wejp: didn't you see openwrt has updated flac?
<Ornotermes> oh you did :)
<wejp> i just said so
<wejp> ;)
<wejp> maybe i'll create another binary, but it wouldn't be of any use as soon as there is a new firmware image anyway. not sure if it is worth it
<Ornotermes> i built it with flac my self but it would be simpler for other if the could just compile it
<Ornotermes> can't you make have a binary for liblac too?
<wejp> i could but it should be possible to install libflach through opkg on the nanonote
<wejp> *libFLAC
<Ornotermes> sure, but having it by default in next relase would be good it it can't be dine before
<Ornotermes> if it*
<Ornotermes> done*
<wejp> sure, if the next gmu release is ready before the next official firmware image, i'll add flac support there of course
<xdpirate> Yo, I'm having some trouble getting internet access on jlime on the nanonote, anyone available to help?
<xdpirate> ifconfig usb0 192.168.1.200
<xdpirate> echo "1" > /proc/sys/net/ipv4/ip_forward
<xdpirate> iptables -t nat -A POSTROUTING -j MASQUERADE
<iPerl> how can i set time zone in nanonote?
<iPerl> oh, i found the data
<wpwrak> lekernel: in case you can't get an analyzer but have a scope with deep memory, you may be able to use the interactive usb protocol decoder i have in http://svn.openmoko.org/developers/werner/ahrt/host/tmc/
<lekernel> I don't :(
<lekernel> or I can use the ml401 to sample the usb signals too...
<lekernel> or even maybe an avr with v-usb
<xdpirate> ftr my previous issue was solved, i forgot to set the dns server
<wpwrak> lekernel: (use the ml401 itself) that's a nice idea :)
<lekernel> the problem with all those approaches is they take far more time than just connecting a proven sniffer
<wpwrak> lekernel: for the kind of work you're doing, you really ought to have a decent scope, though. e.g., the rigol ones have deep memory at quite a reasonable price. that is, if you can live with 100 MHz bandwidth and only 2 channels.
<lekernel> decent scope don't have a decent price, so if I can live without them... :)
<wpwrak> lekernel: yup, a good sniffer is better. but if debugging the really low-level stuff, you often end up staring at the scope anyway, because you actually want to see what your signals look like.
<lekernel> hm, I can probably use a verilog simulator for that
<wpwrak> lekernel: yeah, in the ~1kUSD/EUR segment, rigol is the best you can get. the significantly nicer stuff usually adds a digit to the price tag :-( but yes, i'm lusting after a 500 MHz / 4 chan / 10 MS scope, too :)
<lekernel> signals aren't that fast (12Mbps) that weird things happen to them
<wpwrak> lekernel: you can always screw up the analog side :) besides, you need something (host) to talk to your system, don't you ?
<lekernel> I'm developing the host
<lekernel> the analog side is a micrel transceiver with few external components
<lekernel> hard to screw up
<wpwrak> lekernel: okay, then the device :) or do you already have one you could run in the simulator ?
<lekernel> plus it probably works already, it correctly detects the pull up resistors of devices
<lekernel> no, I'd need to develop a model for it too
<lekernel> that's why a proven sniffer would make me gain a lot of time
<wpwrak> that's a lot of moving parts then
<wpwrak> well, if you can't find a sniffer, you may still want to try the scope approach. it worked well for me for writing my little usb stack on the c8051f326.
<jebba> another free hardware project, if you havent seen it:  http://humaneinfo.com/
<sid_> there is also http://hive-project.de/ most things are in german
<sid_> its a 3 processor 24 core computer with lan/ps2/vga and so on; OS is self made
<kristianpaul> arhuaco: hey ;)
<kristianpaul> or i must said hola :)
<arhuaco> Hello kristianpaul :-)
<nebajoth> what's upppp
<bartbes> eth0
<nebajoth> sudo ifconfig eth0 down
<nebajoth> pwnt.
<bartbes> meh
<bartbes> you're not in /etc/sudoers
<nebajoth> your momma is in sudoers
<bartbes> I know
<bartbes> epic, right?
<bartbes> your momma doesn't even have a username
<nebajoth> root:x:0:0:root:/root:/bin/bash
<nebajoth> bin:x:1:1:bin:/bin:/sbin/nologin
<nebajoth> daemon:x:2:2:daemon:/sbin:/sbin/nologin
<nebajoth> j0m0mma:x:3:4:j0m0mma:/home/j0m0mma:/bin/bash
<bartbes> oh she's still a '1337' script kiddie?
<nebajoth> haha
<nebajoth> j0r m0m, d00d
<bartbes> oh my mom doesn; t have a user account
<bartbes> she just hacks her way in
<bartbes> I'll stop now, while you still have something to be ashamed of
<Ornotermes> http://blogs.forbes.com/firewall/2010/07/13/millions-of-home-routers-vulnerable-to-web-hack/ good thing nanonote doesen't have a web interface :)
<ezdagor> Anyone know how to get the ks7010 driver working without it writing, what I suspect to be, debug messages to the current console?
<unclouded> ezdagor: does the source for ks7010 suggest conditions under which it might suppress those messages?
<ezdagor> Checking..
<ezdagor> Not that I can tell.
<ezdagor> However there is a debug unit. I wonder if I left it out of the Makefile, if that would make a difference. There aren't too many references to it in the rest of the source code.
<ezdagor> I'm not too knowledgable in C, though.
<ezdagor> #ifdef KS_WLAN_DEBUG         int i; #define HEX_OFFSET "\            +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B +C +D +E +F"         printk(HEX_OFFSET);         for (i=0; i<length; i++) {                 if (i % 16 == 0) printk("\n%04X-%04X:", i, i+15);                 printk(" %02X", *(p+i));         }         printk("\n"); #endif
<kristianpaul> wolfspraul: how i can get ingenic chips?
<kristianpaul> like in SAKC
<kristianpaul> gn8 !
<unclouded> azdagor: and you're seeing console output like "+0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A..."?
<ezdagor> It shows a home directory of whoever compiled it, and then a memory address.
<ezdagor> Over and over again.
<ezdagor> I removed the debug unit from the Makefile... it didn't compile.
<ezdagor> I don't claim to know how to compile.
<ezdagor> Er. Program I mean.
<qi-commits> Xiangfu Liu: [new package] [mandoc] it's convertor for roff sources. by Jirka http://qi-hw.com/p/openwrt-packages/3df8f38
<qi-commits> Xiangfu Liu: [new package] [calcurese] Fullscreen curses based calendar. by Jirka http://qi-hw.com/p/openwrt-packages/8d1319e
<kristianpaul> xiangfu: http://paste.debian.net/80769/
<wolfspraul> kristianpaul: hmm, which ones do you need, and how many? you mean the qfp 4725?
<wolfspraul> maybe Carlos has a few he can send to you? what do you need them for?
<kristianpaul> wolfspraul: oh wow, not just curios
<kristianpaul> may be some day do a small board for custom aplications and fun :)
<kristianpaul> nothing serious
<kristianpaul> i discover today how to do SMT so ;)
<xiangfu> kristianpaul: I found OpenWrt official package repos update the QT to 4.7.0-beta2.
<xiangfu> kristianpaul: I will test in my pc. see if there is also have compile error.
<kristianpaul> please
<unclouded> ezdagor: sounds like its unrelated to the "+0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A.." debug then
<kristianpaul> is second try i did compile
<kristianpaul> now i'm buggin you
<kristianpaul> well now really off bed
<kristianpaul> bye all
<kristianpaul> xiangfu: and i wantted try nanomap, so i dediced update the repo
<kristianpaul> and here we go , error, twice..
<kristianpaul> bye