2011-02-11 00:37 Back from yje meeting 2011-02-11 00:37 s/yje/the 2011-02-11 00:41 xiangfu: btw, did you check if your problem with gottet has gone away? 2011-02-11 00:59 kyak: yes. the glib2 compile fine now. 2011-02-11 01:02 kyak: there are some lines try to uninstall libiconv and install qipackages-libiconv. remove them compile fine now. it still compiling... 2011-02-11 01:06 kyak: so far so good. compile finish when the BUILD_LOG goto 200M. http://fidelio.qi-hardware.com/~xiangfu/compile-log/openwrt-xburst.full_system-02102011-1043/ 2011-02-11 01:26 xiangfu: hm.. what lines? 2011-02-11 01:27 xiangfu: ah, in your build script? 2011-02-11 01:27 kyak: you remember, I try to "./feeds uninstall libiconv" "./feeds install -p qipackage libiconv" . 2011-02-11 01:27 kyak: yes. 2011-02-11 01:27 ok! 2011-02-11 01:28 xiangfu: i remember, you had problem with gottet being 75% of screen 2011-02-11 01:28 is it gone now? 2011-02-11 01:36 works fine now. I am using this package: http://fidelio.qi-hardware.com/~xiangfu/compile-log/openwrt-xburst.full_system-02052011-1900/packages/gottet_1.0.4-1_xburst.ipk 2011-02-11 01:36 after the Chinese New Year, it works fine now. ;-) 2011-02-11 01:42 I got "level 7, Lines 62, Score 24780" by using the "75%" gottet. :) 2011-02-11 01:45 xiangfu: my wife got to : level 17, lines 162, score 104286 2011-02-11 01:45 insane, i know 2011-02-11 01:46 i personally never beat 100 lines 2011-02-11 01:46 kyak: by using nanonote? 2011-02-11 01:48 then I have a goal.  162 lines, 100000+ score ;-) 2011-02-11 01:48 yup, using Ben 2011-02-11 01:49 she playing with a-s-k keys 2011-02-11 01:49 not the pad 2011-02-11 01:49 a-s-k-space 2011-02-11 02:48 [commit] kyak: w3m: use wide ncurses http://qi-hw.com/p/openwrt-packages/728d37c 2011-02-11 02:48 he-he, future commits work :) 2011-02-11 02:49 GIT_AUTHOR_DATE=$(date -R -d '23:59:59') git commit 2011-02-11 02:57 i wonder what would happen if someone commits now 2011-02-11 02:57 would my commit go on top due to the time? 2011-02-11 02:57 kyak: no 2011-02-11 02:58 xiangfu: ok, so there seems to be no problem with obfuscated time in git? 2011-02-11 02:58 git commit is using something like parent child. you commit parent is "c631197a379aede07e8977a04274e99749bd17b4" 2011-02-11 02:59 yeah I think git is completely driven through the guids 2011-02-11 02:59 it will never go to front of "c631197a379aede07e8977a04274e99749bd17b4", unless your commit goto upstream(or other branch) and we rebase current branch on top of it. 2011-02-11 02:59 hmm ok.. but then it is possiblt to find the cheating with the next commit 2011-02-11 03:00 if the next commit is correct in time, and the parent is my commit with obfuscated time, then it is clear that my time is wrong 2011-02-11 03:01 don't worry, my employer is not that bitch.. i just think it's fun :) 2011-02-11 03:01 always commiting at midnight 2011-02-11 03:02 kyak: but I think 'git merge' is using data time. not sure, need find some document about 'git merge' 2011-02-11 03:04 xiangfu: btw, could you update openwrt-xburst to the latest backfire? 2011-02-11 03:04 there is cmake.mk backport, and David wanted to have it badly.. 2011-02-11 03:05 kyak: sure. 2011-02-11 03:05 it will also hel pget rid of ERROR: please fix package/feeds/desktop/tint2/Makefile 2011-02-11 03:05 tint2 is using cmake.mk 2011-02-11 03:06 xiangfu: could you document this procedure? Or, could it be automated? 2011-02-11 03:06 so we would catch up on backfire every once in a while 2011-02-11 03:07 I remember I write one email , let me find out that. 2011-02-11 03:07 it's not hard, only sometime need manually resolve the conflict. 2011-02-11 03:08 ok, so it requires some manual job 2011-02-11 03:08 xiangfu: another thing, is that every time after such merge something bad happens to my repo :) 2011-02-11 03:09 for example, last time i got 126 commits ahead 2011-02-11 03:09 and then after i commited a change, qi-bot gone crazy 2011-02-11 03:09 though through the web interface i only saw my commit 2011-02-11 03:10 after rebase, you better 1. backup non-commit work,  2. git fetch -a  3. git reset --hard origin/master  4. restore your work. 2011-02-11 03:11 ok, let's assume i missed the rebase annoucement in IRC 2011-02-11 03:11 how do i know if "git pull" is enough or i need to do the above? 2011-02-11 03:12 (backup non-commit work - i assume it's git stash) 2011-02-11 03:12 kyak: hmm... 2011-02-11 03:14 xiangfu: I think the 'updating openwrt-xburst to latest upstream backfire' procedure should be documented in the wiki 2011-02-11 03:14 just take your mail as a starting point (copy/paste). a wiki page is probably better suited to updating and improving over time. 2011-02-11 03:15 with a post to the list someone has to find the old post, edit it, resend a new mail with a complete new procedure. quite hard. updating a few bits and pieces on a wiki page is easier and more likely to happen. 2011-02-11 03:15 maybe it is already in the wiki somewhere... 2011-02-11 03:18 kyak:  'git pull -r' should resolve that problem too, 2011-02-11 03:20 xiangfu: the last time, i did git stash and git pull -r.. Then it still complained about conflicts, so i had to abort rebase. And then i did git pull 2011-02-11 03:21 (and got 126 commits ahead) 2011-02-11 03:21 kyak: the problem is there is conflicts when I do "git rebase" on top of 'backfire', so when you do "git pull -r", those conflicts come up again 2011-02-11 03:23 i wonder where these conflicts come from? i don't remember that we changed a lot in base system 2011-02-11 03:24 kyak: the rootfs size, and some kernel config. 2011-02-11 03:26 xiangfu: ok, i'll just follow the "1. backup non-commit work,  2. git fetch -a  3. git reset --hard origin/master  4. restore your work" procedure for openwrt-xburst 2011-02-11 03:26 wolfspraul: yes. I will create that page, 2011-02-11 03:36 kyak: something wrong with my another pc, I will do rebase in 2~3 hours. 2011-02-11 03:47 sure, np 2011-02-11 04:07 [commit] Xiangfu Liu: gs, small fix http://qi-hw.com/p/openwrt-packages/484b030 2011-02-11 04:45 roh: you there? I think you should send all 10 cases with a regular (tracable) DHL package 2011-02-11 04:46 that gives you guaranteed proof of export, it gives us tracking, it should be faster than airmail, we have insurance (I believe) 2011-02-11 04:46 according to dhl.de postage calculator it should be 40 EUR 2011-02-11 04:47 xiangfu: hm, are you sue gs builds without -liconv? 2011-02-11 04:47 *sure 2011-02-11 04:47 kyak: http://fidelio.qi-hardware.com/~xiangfu/compile-log/openwrt-xburst.full_system-02102011-1043/BUILD_LOG.02112011-0910.last100 2011-02-11 04:47 $(ICONV_LDFLAGS) doesn't export -liconv 2011-02-11 04:48 what you show now is usually how it looks like without -liconv :) 2011-02-11 05:09 nokia is pwned by MS 2011-02-11 05:09 people, please create nice mobile phone with linux inside! :) 2011-02-11 05:11 yes we have to speed up indeed 2011-02-11 05:11 there's GTA04, but it's pwned by TI 2011-02-11 05:11 let's add gsm module to NN ;) 2011-02-11 05:13 roh: http://en.wikipedia.org/wiki/Hewanorra_International_Airport 2011-02-11 05:29 Jay7: hmm, i have a few GSM modules laying around ... ;-) they're kinda biggish, though 2011-02-11 05:29 somehow I think Nokia is dead with this, over the next 5-10 years. Also the new CEO did not have enough power to let go enough people, the infighting will start right away. 2011-02-11 05:30 too bad. at least Meego gets a little more r&d money for a while, which means some more good free sources being developed, and who knows there may be another strategy shift one day back towards Linux :-) 2011-02-11 05:30 I know that most part of nokia customers will be changed with time 2011-02-11 05:31 I think MS does not have enough momentum. they spent 500 million USD in marketing money to launch wp7, and reportedly only sold 2 million phones. 2011-02-11 05:31 that's 250 USD / phone in marketing costs alone 2011-02-11 05:31 wolfspraul: (nokia dead) yup 2011-02-11 05:31 i;m pissed at nokia. but it definitely won't die 2011-02-11 05:32 A minor casualty seems to be the recently announce microsoft-openstreetmap collaboration 2011-02-11 05:32 kyak: remember nortel. also dinosaurs die :) 2011-02-11 05:33 because now the new pair needs to use the navteq stuff nokia bought for 8 billion usd, so the free stuff is in the way 2011-02-11 05:34 wpwrak: looking at this today I need to say I would now agree that the new CEO was more or less 'sent' there 2011-02-11 05:34 he doesn't even have the power to shakeup the board 2011-02-11 05:34 so he only drives the new alliance contract home (to ms). doesn't look like rescuing nokia, looks more like business development for ms. 2011-02-11 05:35 all those old guys left will never reformat their brains around wm7, that will be a mega-mess internally 2011-02-11 05:36 where powerful people with big budgets pull in all sorts of different directions 2011-02-11 05:37 wolfspraul: (osm) not sure. osm is such small fish, they can hide it somewhere else. 2011-02-11 05:38 wolfspraul: (change of direction) yeah, it'll be a mess. at least they didn't kill me-ego outright. let's see if anything happens there. 2011-02-11 05:39 some will leave, many will stay and work even harder - against the big strategy of their own megacorp 2011-02-11 05:39 wolfspraul: some of the "smooth" transition may also be simply because they may prefer to shut down things bit by bit. e.g., downgrade symbian and finally let it die. 2011-02-11 05:39 for symbian they already said that 2011-02-11 05:39 wolfspraul: (work against) in the case of meego, this is good :) 2011-02-11 05:39 sell another 150 million units then 'end development' 2011-02-11 05:40 (symbian) ah, i'm behind then :) 2011-02-11 05:41 meego sounds to me like he didn't have enough power to shut it down outright, but since he drove his main assignment home (ms alliance), that bit of cost drag can just be dragged along a little longer. 2011-02-11 05:42 that is the strangest thing I've seen in a while. totally not product or business focused. 2011-02-11 05:43 wolfspraul: you also have to consider that nokia has strong ties to finland. this also complicates mass layoffs. 2011-02-11 05:43 wolfspraul: (not focused) meego ? 2011-02-11 05:45 wpwrak: let me quote what they say about meego in the press release :-) then you will see... 2011-02-11 05:45 "Under the new strategy, MeeGo becomes an open-source, mobile operating system project. MeeGo will place increased emphasis on longer-term market exploration of next-generation devices, platforms and user experiences. Nokia still plans to ship a MeeGo-related product later this year." 2011-02-11 05:45 1. project 2011-02-11 05:46 2. longer-term exploration 2011-02-11 05:46 3. still plans 2011-02-11 05:46 I mean it cannot be any clearer than that :-) 2011-02-11 05:46 A DRAG 2011-02-11 05:46 that the new CEO was not able to kill right away because of internal resistance 2011-02-11 05:47 that doesn't make him look like a good CEO at all, imho. where is shareholder value here? or any value? it's just nonsense. 2011-02-11 05:47 the meego guys will try to squeeze out as many dollars and days as they can get... 2011-02-11 05:47 http://www.nokia.com/press/press-releases/showpressrelease?newsid=1488004 2011-02-11 05:48 wolfspraul: (meego) well, that sounds actually good. remove the pressure. if it can succeed at all, then only if it doesn't have the whole company look over its shoulders. 2011-02-11 05:49 it will become disconnected from all business processes. marketing, sales, product groups, etc. 2011-02-11 05:49 but yes, the people there will get some more 'funding', and will try to squeeze out the most of it. 2011-02-11 05:50 wolfspraul: (disconnected) dunno. depends on how they're organized internally. ideally, meego would get its own (small) marketing team that works on a plan. 2011-02-11 05:50 I know a bit of American business lingo, I can tell you that paragraph is BAD :-) At least until the day the new CEO is ousted, which will surely come. 2011-02-11 05:51 wolfspraul: meego still needs to make the first step: become visible. you sometimes can combine this with launching a successful product, but since it's entering a market with several similar competitors, that's hard. 2011-02-11 05:52 will you buy the 'still to be released' Meego device when it comes out? 2011-02-11 05:53 wolfspraul: dunno. chances are that i wouldn't because i've gotten used to keeping the feature set of my phones at the bare minimum. 2011-02-11 05:53 wolfspraul: but then, if it's open and "nice", who knows 2011-02-11 06:03 wolfspraul: anyway, for the open source world, today's results seem to be about the best likely outcome. one proprietary system gets replaced with another one. the open system doens't get unrealistic pressure put on it (or at least so it seems), and only victim may be osm, but not even this is clear. 2011-02-11 06:03 wolfspraul: (osm) they may just mention the navigation to make it look less like a writeoff 2011-02-11 06:04 wpwrak: you and me haven't been big meego believers, so yes, we can see it that cold blooded. many meego guys cannot. 2011-02-11 06:04 I'm using a super cheap mtk 20 usd phone. 2011-02-11 06:04 can do calls and sms, and alarm clock. 2011-02-11 06:06 wolfspraul: (phone) i still have my fancy little samsung, whose battery now lasts about two hours standby, 30 second talk time. so it's no longer really "wireless". and then i got the cheapest phone i could find here, a nokia for about usd 50 :) 2011-02-11 06:06 wolfspraul: (phone) i was in a bit of a rush. otherwise, i may have tried to bring up one of the many gta02 is have sitting around ... 2011-02-11 06:10 wolfspraul: in any case, you're asking the wrong questions. they should be: 1) does this affect the marketing message of qi-hw/sharism ? 2) does this create risks ? 3) does it create opportunities ? 4) should any action result on our part ? 2011-02-11 06:14 wolfspraul: i perceive most of this as happening in a world that's separate from ours. so perhaps there's little with respect to points 1 and 2. there could be opportunities in the form of engineers leaving and/or managers with some savings looking for a new mission, but i wouldn't know how to steer these our way. 2011-02-11 06:15 wolfspraul: what's your opinion ? 2011-02-11 06:21 one sec, phone call 2011-02-11 06:21 or maybe not 'one sec' but more like "10 min" 2011-02-11 06:21 :-) 2011-02-11 06:54 [commit] Werner Almesberger: avrdude/atmega32u2.patch: experimental configuration for the ATmega32U2 http://qi-hw.com/p/ben-blinkenlights/36a4499 2011-02-11 07:11 wpwrak: 1) [qi marketing] not in my opinion. our message is the same as before. I also wouldn't want to make some whatever announcement, because I would feel it's disrespectful to such a large movement/company like Nokia, Meego, even Qt 2011-02-11 07:12 I leave that to people who like to talk a lot, and I rather focus on improving the NanoNote and Milkymist One. 2011-02-11 07:12 2) [risks] no, what risks? don't see anything. 2011-02-11 07:12 3) [opportunities] definitely. the free phone! 2011-02-11 07:14 wolfspraul: (1) oh, a response doesn't have to be an announcement about the situation :) could be a shift in strategy. or affect an on-going decision process. 2011-02-11 07:14 4) [action] see #1. I don't see which action of ours could possibly make Meego guys feel better. if the action is just an announcement I'd rather pass. 2011-02-11 07:15 wolfspraul: (3) hmm, seems like before then :) the only semi-direct competitor would be meego, and that one's unchanged so far 2011-02-11 07:15 the thing that bugs me right now is how to position Milkymist One (and the Milkymist SoC) where it belongs. And there is no way at all how I can see connecting that to Meego or Windows Mobile. 2011-02-11 07:15 wolfspraul: (4) action could also be something that makes us benefit from the situation, not necessarily something that helps them 2011-02-11 07:16 Sebastien's approach is right, make it a good end user product, and market it as VJ, maybe dance gear like visikord. Totally unrelated to phones. 2011-02-11 07:16 (position mm1) what were the responses at fosdem ? 2011-02-11 07:16 don't know, haven't heard much from tuxbrain, lekernel or rejon 2011-02-11 07:16 nothing we do at present is much related to phones ;-) 2011-02-11 07:16 it will bubble up 2011-02-11 07:17 yeah, exactly 2011-02-11 07:17 so better keep our mouths shut 2011-02-11 07:17 yet they're all here. speak up, guys ! :) 2011-02-11 07:17 rejon traveled back to US, currently sleeping :-) 2011-02-11 07:17 tuxbrain posted a blog entry, but no real directions or summary of Milkymist feedback I think 2011-02-11 07:20 that leaves lekernel for the mission debriefing 2011-02-11 07:29 wpwrak: look at that kind of developer reaction :-) http://blogs.forum.nokia.com/blog/nokia-developer-news/2011/02/11/letter-to-developers?sf1066337=1 2011-02-11 07:30 if you think I managed badly at om with all our changes, they surely beat me!!! 2011-02-11 07:30 that looks like 90% negative reactions there... 2011-02-11 07:33 you must enjoy the sarcasm of some of those posts, I think even the great Werner can still learn a few bits and pieces there, no? 2011-02-11 07:39 lemme see ... 2011-02-11 07:43 funny. lots of voices pro symbian there too. well, understandable in a way, but still ... 2011-02-11 07:55 wolfspraul: of course, maybe nokia are just very shrewd. ally with MS for now, pacify the analysts, get some cash injection, meanwhile beat meego into perfect shape, and then take over the world with it in a year ;-) 2011-02-11 07:55 [commit] Werner Almesberger: fw2/Makefile: use the ATmega32U2 configuration (experimental) of avrdude http://qi-hw.com/p/ben-wpan/85612e5 2011-02-11 07:55 [commit] Werner Almesberger: fw2/Makefile: cleaned up FreakUSB object file location http://qi-hw.com/p/ben-wpan/075c379 2011-02-11 07:55 [commit] Werner Almesberger: fw2/Makefile: dependencies, verbosity control, cleanup http://qi-hw.com/p/ben-wpan/c1dc00e 2011-02-11 07:59 wpwrak: I really cannot remember such a lopsided feedback, ever. 2011-02-11 08:00 this is Nokia's official developer forum 2011-02-11 08:00 and the reactions are not just 90%, but more like 99% negative 2011-02-11 08:00 sure those are existing developers, maybe Nokia wanted to screw them all because they think THEY failed? :-) 2011-02-11 08:02 wolfspraul: i don't think the response is overly surprising. it's been a 100% non-MS camp so far. MS evokes strong emotions. so what do you expect ? :) 2011-02-11 08:02 wolfspraul: plus, many seem to be on symbian. and it undeniably is bad news for these. 2011-02-11 08:04 ok maybe we would need to look in Microsoft developer forums to see the other side. good point. 2011-02-11 08:04 wolfspraul: (fosdem) not much to say, lots of indifference/passivity from the average fosdem attendee 2011-02-11 08:04 we should go for slashdot, engadget, etc. 2011-02-11 08:05 lekernel: no reaction to hearing about the fpga ? 2011-02-11 08:05 phew, no, except 2-3 people 2011-02-11 08:05 lekernel: bah, bunch of girls 2011-02-11 08:05 the knowledge about electronics/low level programming pretty much sucks there 2011-02-11 08:06 yeah, could be just the wrong forum. hw and open haven't really connected so much yet. 2011-02-11 08:06 I am already sourcing for rc3, we need to have some fully assembled and fully working boxes in stock when we do the real launch. 2011-02-11 08:07 lekernel: by then we also need the user sharing forum setup, I will see whether rejon plans anything there. I understand you guys talked but I'm not sure what the plan is. 2011-02-11 08:07 I have set up www.milkymist.org/forums 2011-02-11 08:08 btw it's pretty amazing that those pesky spam bots seem to solve the captcha 2011-02-11 08:08 I mean a pool of patches people can share/download. or background pictures. 2011-02-11 08:08 ah 2011-02-11 08:08 well if we are at this level, there should be some work on the software too 2011-02-11 08:08 it's not urgent (like a matter of days), but among the many little details it's another important detail. 2011-02-11 08:08 agreed 2011-02-11 08:08 which captcha do you have? 2011-02-11 08:09 the default phpbb one 2011-02-11 08:09 on mediawiki I use a visual math captcha and except for very few cases it seems to hold 2011-02-11 08:09 those few cases could also be humans being paid a penny per resolved captcha or so 2011-02-11 08:09 they have special software that routes those pictures in real-time to some kids being paid per captcha 2011-02-11 08:10 yeah i know people running this kind of thing 2011-02-11 08:10 maybe the math captcha actually helps because it is math??? 2011-02-11 08:10 I have only one addition/subtraction, with one-digit numbers 2011-02-11 08:11 if it's really the math skill that stops the kids, and schooling improves, I can include multiplication, division, and larger numbers :-) 2011-02-11 08:11 also easily upgraded. once they get good at cracking the basic math, you can put some differential equations there :) 2011-02-11 08:11 yes, exactly 2011-02-11 08:12 it's already just 1 config option away. more operands, more operators, larger numbers. 2011-02-11 08:12 ;-) 2011-02-11 08:13 "please enter the 5th coefficient of the taylor series for arccosh(x)" 2011-02-11 08:27 kyak: hi 2011-02-11 08:31 ha the bot is moody too? 2011-02-11 09:26 [commit] Xiangfu Liu: enable the toolchain option for Octave and libgfortran http://qi-hw.com/p/openwrt-xburst/43f221e 2011-02-11 09:26 [commit] Xiangfu Liu: config.full_system-add-more-php5-modules.patch http://qi-hw.com/p/openwrt-xburst/cd9b182 2011-02-11 09:26 [commit] Xiangfu Liu: config.full_system: add package sqlite2-cli http://qi-hw.com/p/openwrt-xburst/dbea9b6 2011-02-11 09:26 [commit] Xiangfu Liu: feeds.conf add @revision to feeds.conf http://qi-hw.com/p/openwrt-xburst/ee071c1 2011-02-11 09:26 [commit] Xiangfu Liu: INSTALL_FGORTRAN needs those two options http://qi-hw.com/p/openwrt-xburst/8a5b79f 2011-02-11 09:26 [commit] Xiangfu Liu: config.full_system: add recently new packages http://qi-hw.com/p/openwrt-xburst/e40ef1a 2011-02-11 09:26 [commit] Xiangfu Liu: config.full_system remove sshfs, not working under dropbear ssh server http://qi-hw.com/p/openwrt-xburst/0cec8f0 2011-02-11 09:26 [commit] Xiangfu Liu: add vm.overcommit_memory = 1 sysctl.conf http://qi-hw.com/p/openwrt-xburst/8b18d2a 2011-02-11 09:26 [commit] Xiangfu Liu: feeds.conf update packages revision to 25034 http://qi-hw.com/p/openwrt-xburst/70f277d 2011-02-11 09:26 [commit] Xiangfu Liu: config.full_system include plplot-demo http://qi-hw.com/p/openwrt-xburst/6d3ecce 2011-02-11 09:26 [commit] Xiangfu Liu: merge all_package and full_system to one http://qi-hw.com/p/openwrt-xburst/1ef5fe6 2011-02-11 09:26 [commit] Xiangfu Liu: config.full_system, remove build uboot for avt2 n516 sakc http://qi-hw.com/p/openwrt-xburst/2eaad54 2011-02-11 09:26 [commit] kyak: mplayer: use "tremor" as default audio codec http://qi-hw.com/p/openwrt-xburst/cda8e10 2011-02-11 09:26 [commit] David Kühling: make libgfortran depend on @INSTALL_GFORTRAN toolchain option http://qi-hw.com/p/openwrt-xburst/4b35abc 2011-02-11 09:26 [commit] kyak: enable CONFIG_BUILD_NLS and full versions of iconv/gettext http://qi-hw.com/p/openwrt-xburst/de4d564 2011-02-11 09:26 [commit] Xiangfu Liu: config.debug/minimal enable rootfs tar.gz http://qi-hw.com/p/openwrt-xburst/37a83b2 2011-02-11 09:26 [commit] Xiangfu Liu: move those files to nanonote-files package http://qi-hw.com/p/openwrt-xburst/66b79a7 2011-02-11 09:26 [commit] Xiangfu Liu: config.full_system add nanonote script files package http://qi-hw.com/p/openwrt-xburst/dfafcd2 2011-02-11 09:26 [commit] Xiangfu Liu: u-boot add-more-boot-option http://qi-hw.com/p/openwrt-xburst/7def992 2011-02-11 09:26 [commit] Xiangfu Liu: update feeds.conf revision for recently NLS update http://qi-hw.com/p/openwrt-xburst/950b960 2011-02-11 09:40 wpwrak: http://www.infobae.com/notas/560910-Las-acciones-de-Nokia-se-desploman-por-un-acuerdo-con-Microsoft.html 2011-02-11 09:40 sorry for the OT 2011-02-11 09:42 jeje 2011-02-11 09:42 menos mal mi ultimo telefono nokia se me perdio 2011-02-11 09:42 ahora tiene un panasonic de hace como 6 años 2011-02-11 09:42 xiangfu: git stash && git fetch -a && git reset --hard origin/master && git stash pop worked like a charm. Let's see how build would go 2011-02-11 09:45 kristianpaul: lo malo es que si meego iba a estar bueno como proyecto open source linux entonces parece que no tiene mucho futuro si usan windows :( 2011-02-11 09:45 kristianpaul: y nosotros perdemos a una empresa tratando de hacer un linux open source para celulares :( 2011-02-11 09:46 zrafa: :/ 2011-02-11 09:46 kristianpaul: lo cual implica un retroceso en la conquista de ese mercado por parte de linux 2011-02-11 09:47 zrafa: si es cierto 2011-02-11 09:47 kristianpaul: yo diria que con apple, android, y linux el mercado de telefonia esta como muy parejo 2011-02-11 09:47 kristianpaul: y si windows viene a cagarl... la vida a linux 2011-02-11 09:47 kristianpaul: ganan los otros : apple, etc 2011-02-11 09:48 kristianpaul: cuando el mercado se defina yo creo que va a existir un ganador y listo. Ya nadie va a querer probar otra cosa 2011-02-11 09:48 window ha estado dando patitas de ahogado en este tema... a ver si se pone peor con nokia tal ves diria yo 2011-02-11 09:49 s/ganador/terminal = para gugol ;) 2011-02-11 09:49 kristianpaul: claro, pero el tema estaria es que windows de patitas de ahogado sin joder proyectos linux 2011-02-11 09:49 kristianpaul: una onda.. como que hagan arreglos con empresas que no usan linux :) 2011-02-11 09:49 kristianpaul: http://www.engadget.com/2011/02/11/rip-symbian/ 2011-02-11 09:50 kristianpaul: mira en los cuadritos como la guita que estaba destinada a linux va ahora a windows :P 2011-02-11 09:53 ausente 2011-02-11 09:55 zrafa: que noticia tiraste .... 2011-02-11 09:55 menos mal :-S 2011-02-11 09:57 kyak: when compiling full_system, I meet one compile error about package: libxfce4util-4.6.1. cause this package not update to the last NLS strategy. just finish the patch, will send to upstream now. 2011-02-11 09:57 M_Rojas: :P 2011-02-11 11:01 hi kyak, if your git stash/fetch/reset magic works for you, mind posting a few lines to the mailinglist so other's can take the same shortcut? 2011-02-11 11:04 zrafa_: (nokia) yeah, wolfgang mentioned it already. i'm not sure if this changes much for free software. maybe not even for nokia. 2011-02-11 11:06 zrafa_: symbian was dead already. everybody knew that. in a way, it's good that they're not putting the unfinished meego in the firing line. well, sometimes such things can do wonders to progress, but it would be a huge gamble. 2011-02-11 11:09 zrafa_: the R&D investment slide is scarier, though, depending on when "longer-term" is meant to be. 2011-02-11 11:12 wpwrak: yeah, but meego would seem something nice or not? I do not know it, I just read about. And some projects like ofono and similar were thought to do meego better, and those were free software 2011-02-11 11:14 wpwrak: anyway, red hat or canonical should be some distro for mobile devices... so companies do not need to spend years for one thing made just for them, and also, companies like nokia just can choose: or android or windows if they decide do not invest on making an OS for their devices. 2011-02-11 11:14 should be=should do 2011-02-11 11:14 zrafa_: it seems meego simply isn't ready yet. do it would be very dangerous to gamble the whole company on it. and probably counter-productive. 2011-02-11 11:15 zrafa_: now all the symbian folks will hate windows. and all the pressure on selling things (and the blame for failing) will be on windows, too. so meego gets more time to mature. 2011-02-11 11:15 zrafa_: if they're smart, they'll use it wisely 2011-02-11 11:17 zrafa_: android would have been "safer" than windows, agrees. maybe they expected too much competition. or maybe ms promised them big $$$. maybe they also didn't want something too close to meego. 2011-02-11 11:18 is rteading about the nokia deal, so far I think nokia is screwed. 2011-02-11 11:19 wpwrak: what is needed is a linux distribution for business phones, that is why I mention red hat for example. So it is an option at least. So far, there is not. Just android or windows, or some propietary OS 2011-02-11 11:21 zrafa_: the distribution per se is the easy part. the applications are difficult, because phone users expect things to be tightly integrated. 2011-02-11 11:22 zrafa_: so you need to write a whole set, and it must be good. difficult and time-consuming, if the story of openmoko is any indication :) 2011-02-11 11:22 wpwrak: yes, I know. I mean distribution as a whole thing 2011-02-11 11:23 like android, but more linux :) 2011-02-11 11:23 and some company like redhat or similar behind 2011-02-11 11:23 zrafa_: of course, you could try somethings radical, and have the "shell gui" i half-jokingly suggested. that may actually be a success for a while due to novelty value. 2011-02-11 11:24 zrafa_: yes, a solid company with a compatible mission behind it would help a lot. 2011-02-11 11:28 wpwrak: I did the shell gui, now people need to write the scripts to use the phone :) 2011-02-11 11:29 dvdk: hi! i've got another magic for you: GIT_AUTHOR_DATE=$(date -R -d '23:59:59') git commit :) 2011-02-11 11:29 the commit will be timestamped midnight this day 2011-02-11 11:31 dvdk: regarding the git stash/fetch/reset, sure, i don't mind you posting it to mailing lists.. in fact, it was suggested by xiangfu, so you should credit him 2011-02-11 11:32 is looking at the date manpage 2011-02-11 11:33 kyak: not bad.  will add a shortcut to my bin directory :) 2011-02-11 11:33 kyak: looking up important 'posts' in the irc log is even more annoying then searching my emil :) 2011-02-11 11:34 kyak: if it works for me tomorrow then I'll post it 2011-02-11 11:34 dvdk: it's not that much talking :) but if it is really big, usually grepping for your nick helps 2011-02-11 11:35 oh, btw i just saw an e-mail from xiangfu 2011-02-11 11:35 he explained the git stash/fetch/reset thing 2011-02-11 11:35 is checking his email 2011-02-11 11:37 did not find any new mails from xiangfu 2011-02-11 11:38 remembers that the qi-hw mailserver usually works at a snail's pace 2011-02-11 11:42 the e-mail subjected "[UPDATE openwrt-xburst] rebase on last upstream backfire", arrived 1 hour ago 2011-02-11 11:46 seems i overlooked the paragraph "notice:" when i looked at the maila 2011-02-11 11:53 dvdk: can't complain about the server's turnaround time. maybe a minute or so. 2011-02-11 11:54 Nokia + MS on some but n ot all Nokia hardware is prolly a smart move. They have NOT killed Meego, so we shall see 2011-02-11 11:55 they need to keep their options open. killing Symbian had to be 1)a very difficult decision 2) obviously required 2011-02-11 11:55 Keep a close eye on HP now. WebOS could becone very sucessful. 2011-02-11 11:58 rjeffries: what is that webos? 2011-02-11 11:59 argg damn isp ! 2011-02-11 12:01 wpwrak: for me it seems to take hours to get an echo from the mailinglist 2011-02-11 12:03 viric that is the new software/OD that Palm designed por Palm Pre etc abouy a year or so ago. They were bought by HP 2011-02-11 12:04 dvdk agree mail list feels slow. At least for me, I never see my own messages. Known bug if I recall correctly. 2011-02-11 12:04 rjeffries: i *do* see my own mails.  just not immediately 2011-02-11 12:05 rjeffries: what is it for? 2011-02-11 12:06 has the theory that every mail send to the mailinglist has to wait for approval by invisible censors. 2011-02-11 12:07 or mybe it's just to lure people into using irc instead 2011-02-11 12:17 dvdk I have wondered myself. wolfspraul can comment maybe he moderates the list 2011-02-11 12:18 if one gets its own mail is config 2011-02-11 12:18 same goes for moderation. 2011-02-11 12:18 often mail ends up in moderation when people dont send it correctly or make it look like spam. 2011-02-11 12:19 then the listbot holds it till a human decides what it is 2011-02-11 12:20 that human should then complain if the people make a habit of sending things the wrong way ... (well, or let mailman add them to the address filter, if that is the problem) 2011-02-11 12:21 wpwrak: believe me if i say: one tends to get a thick skin of ignorance after some time. 2011-02-11 12:22 roh: i see no reason to belive this, particularly not coming from you ;-))) 2011-02-11 12:23 some people just dont learn. thats what i learned... e.g... we had people not even able to keep their mailclient working a week without needing us to reset the pw 2011-02-11 12:26 roh: names ! names ! :-) 2011-02-11 12:27 not in public 2011-02-11 12:27 i was just kidding ;) 2011-02-11 12:29 M) 2011-02-11 12:36 sigh. i think the time has come to replace freakusb. i think their handling of SETUP with large OUT data is irreparably broken :-( 2011-02-11 12:36 wpwrak I gave a Ben preso to 12 older guys at Linux meeting last night 2011-02-11 12:37 they were polite. ;) 2011-02-11 12:37 rjeffries: ;-) 2011-02-11 12:37 one guy said he'd like one, but would need to ger a few extra hours a day (he is a bust consultant) 2011-02-11 12:38 another guy may want one for his grandkid. 2011-02-11 12:38 rjeffries: i think you really need to show a device. the form factor needs to be experienced in real life 2011-02-11 12:39 I am arranging to borrow my friends Nanonote. It is a "drawer comuter" (not in use 2011-02-11 12:39 rjeffries: (bust consultant) hmm, if he's based in the LA area, that could be a nice business :) 2011-02-11 12:39 s/bust/BUSY!/ smile 2011-02-11 12:39 freakusb? 2011-02-11 12:40 roh: the usb stack (from freaklabs) 2011-02-11 12:41 wpwrak: why should one use that? 2011-02-11 12:42 he is leader of the group and put Nanonote stuff on web page: 2011-02-11 12:42 http://slolug.com/notes.html 2011-02-11 12:42 roh: well, i tried to use a "proven" stack first. at least see that the basics work 2011-02-11 12:42 roh: among the available stacks, freakusb is the leanest that supports this chip 2011-02-11 12:42 wpwrak: lufa is proven. 2011-02-11 12:43 roh: and way too big 2011-02-11 12:43 wpwrak: huh? isnt that a question of compiling it with the right featureset? 2011-02-11 12:43 roh: does tons of things that i don't need, that don't fit, etc. adapting it would probably be more work that writing what little i actually need 2011-02-11 12:44 i hear of freakusb the first time now.. and it cant do much, and doesnt even have a repo available... thats really bad style 2011-02-11 12:44 roh: heh, even compiling with the right feature set would be interesting :) have you looked at just how many options are in there ? :) 2011-02-11 12:44 doesnt take people who distribute source as zipfiles serious 2011-02-11 12:44 roh: yeah, their distribution is a little odd 2011-02-11 12:45 wpwrak: yes. thats what makes lufa great. its used in real world. even commercial applicances. 2011-02-11 12:53 roh: lula has nice stuff on top of the basic. none of which is any use to me. all i need are control transfers and an interrupt endpoint. 2011-02-11 12:53 errr, luFa 2011-02-11 12:53 eeh.. what do you need an usb stack for then? 2011-02-11 12:53 roh: but if someone wants to adapt lufa, i'm not stopping them ;-) 2011-02-11 12:53 i mean.. isnt that what the hw gives you after some very thin layer? 2011-02-11 12:53 roh: register/buffer read/write, a few device commands, send one byte when an interrupt has arrives. that's it. 2011-02-11 12:53 roh: and enumeration 2011-02-11 12:53 so you dont want a usb stack, only a lowlevel driver 2011-02-11 12:53 roh: yes. ijust need the bottom layer 2011-02-11 12:53 roh: the guy behind Freaklabs is a cool, clever person. very creative. his idea of hooking up Wireshark to allow analysis of 802.15.4 is sweet 2011-02-11 12:53 btw: i hope you only see the 'control the radio from the pc' thing as a intermediary solution 2011-02-11 12:53 roh: (intermediate) not really. the higher-level driver would be identical for atusb and atben. 2011-02-11 12:53 rjeffries: maybe. still people without public svn or git repos... how can one take them serious or interact with them? 2011-02-11 12:53 roh: you could of course write alternative firmware that does other things 2011-02-11 12:53 wpwrak: sorry.. but that will kill any acceptance in real world. 2011-02-11 12:53 roh: our real works is linux. there it will work very well :-) 2011-02-11 12:53 no. 2011-02-11 12:53 it would mean that you get support requests about compiling it in all kinds of shitty os and environments. 2011-02-11 12:53 roh: no. kernel driver. one kernel to rule them all :) 2011-02-11 12:53 roh if you say we need Windows based dariver to talk to atUSB I would agree 2011-02-11 12:53 it means it doesnt work on every openwrt by default but needs code to be compiled 2011-02-11 12:53 rjeffries: even that. 2011-02-11 12:53 roh: it will need code anyway 2011-02-11 12:53 wpwrak: you know that there already IS a driver for the radio you use in linux? 2011-02-11 12:53 roh: ieee 802.15.4 isn't just another ethernet. there are substantial differences. 2011-02-11 12:53 roh: yes, for the 230. very primitive, though. 2011-02-11 12:53 wpwrak: sure. doesnt mean it doesnt need to go into the kernel somehow. 2011-02-11 12:53 my point is: abstracting the 'usb end' of it to something like cdc eth would make real-world compatibility true. what you are designing is 'open but proprietary' 2011-02-11 12:53 roh: oh, it has to go into the kernel. along with other things. for example, 6lowpan has header compression. 2011-02-11 12:53 i thought all that code was already written? 2011-02-11 12:53 by someone else 2011-02-11 12:53 roh: abstracting it to look like ethernet in a meaningful way may be quite tricky. you may basically have to implement a router. 2011-02-11 12:54 true. 2011-02-11 12:54 roh: (code written) not sure. there's some stuff in the contiki os, but i don't know how much and how this connects to linux. please bear in mind that the most common use of 802.15.4 is to talk to sensors. so many people don't need a "real" stack. 2011-02-11 12:54 even abstracting it to a serial would be ok. 2011-02-11 12:54 roh: the problem doesn't change if you change the link layer 2011-02-11 12:55 (virtual link layer, in a sense) 2011-02-11 12:55 wpwrak: my point is: if you need to install extra code everywhere to use it. it looses even more acceptance we dont have 2011-02-11 12:56 roh: i take it as given that you need extra code. so there's no point in trying to fight it. 2011-02-11 12:56 roh: you may be able to avoid it in the long run, but that may be many months of development. 2011-02-11 12:57 wpwrak: also you are killing your lateny with the 'dumb dongle' approach i presume.. or do you handly anything on the mcu at all? 2011-02-11 12:57 irgh. handle 2011-02-11 12:57 this keyboard sucks. 2011-02-11 12:58 roh: the mcu will do very little. basically just execute register accesses. btw, there are sources ;-) 2011-02-11 12:59 roh: what i don't handle yet are interrupts. for now, i just poll, but that's of course not nice. my idea is that the mcu will read the interrupt status register and send it over a bulk endpoint. 2011-02-11 12:59 roh: latency ... yes, usb is slow. but that only matters for a few applications 2011-02-11 13:00 wpwrak: maybe using an interrupt transfer containing the interrupt status register to signal the host there was an interrupt? 2011-02-11 13:00 nah. it also matters for transfer speed. 2011-02-11 13:01 i dont think you will have more than a few kbytes/sec if you keep usb latency for every irq. 2011-02-11 13:01 roh: (efficiency in general) it's always possible to add combined operations if necessary 2011-02-11 13:01 steve|m: err yes, bulk = interrupt, more or less :) 2011-02-11 13:01 it will wait more for the usb than to transmit/recieve data 2011-02-11 13:02 roh: let's see. you can always optimize when you encounter problems. 2011-02-11 13:02 huh, can the device send bulk data if the host hasn't asked for it? 2011-02-11 13:03 steve|m: depends on what level you consider ;) it can enqueue bulk data, but it has to wait for an IN transfer asking for it. 2011-02-11 13:05 "However under USB if a device requires the attention of the host, it must wait until the host polls it before it can report that it needs urgent attention!" 2011-02-11 13:05 ah, damn 2011-02-11 13:05 roh: the most timing-critical part will be back-to-back frames. where back-to-back still includes some quiet time, because frames are acked, have a preamble, and so on. 2011-02-11 13:06 i thought the interrupt transfer was a 'real' interrupt 2011-02-11 13:07 wpwrak: btw: i am not completely confident yet that the 6lowpan will work out.. so we'll see 2011-02-11 13:07 roh: so if we're too late, new frames would be lost, which would be quite bad for performance. at some point in time, this will need examining. if necessary, the mcu could signal arrival, and then copy the frame to a buffer. 2011-02-11 13:07 work out  in matters of performance, latency etc 2011-02-11 13:07 roh: we could also run ipv4 over ppp-over-ieee802.15.4 ;-)) 2011-02-11 13:07 frames seem to be much too small to get serious throughput. 2011-02-11 13:07 roh: (small frames) hence header compression 2011-02-11 13:08 doesnt help. packets are still too small. 2011-02-11 13:08 steve|m: yup. usb is all about polling. that's also why its power efficiency isn't exactly stellar. 2011-02-11 13:08 it really seems to be a technology intended for gas gauges and powermeters and not for using the interwebz 2011-02-11 13:08 <3 ppp 2011-02-11 13:09 roh: (small packets) remember atm ? that had only 53 bytes :) 2011-02-11 13:09 steve|m: interrupt in usb means'polling' 2011-02-11 13:09 and interrupt transfer just means 'highes prio, before all bulk' 2011-02-11 13:09 +t 2011-02-11 13:09 roh: packet size is never a problem. duty cycle could be, though. also this needs to be seen. 2011-02-11 13:10 wpwrak: atm was made by stupid people. you know how it got to it? 2011-02-11 13:10 roh: oh yes. i know atm very very well ;-) 2011-02-11 13:10 it was a 'compromise' which made both sides unhappy. the 'telephony guys' and the  'packet guys' 2011-02-11 13:12 from my pov is complete and utterly desaster. thats why technolgy doesnt progress. stupid decisions made to compromise for getting stuff unified where it shoudnt be. 2011-02-11 13:12 roh: if you like scary stories, familiarize yourself with the concept of an "atm adaption layer". start with AAL5, which is kinda nice, made by "data" people. then look at AAL3/4 to see what the telephony side has come up with. 2011-02-11 13:12 would rather live in a world with both systems. line AND packet based. they both have their specific usecases and pros and cons. and none can replace the other. 2011-02-11 13:13 wpwrak: I lived the ATM nightmare. Made some good money off my newsletter; ATM USER 2011-02-11 13:13 our telecomunications systems on this planet would only eat half the power and need half the space and cost half as much money if we would just stop billing by useage. 2011-02-11 13:13 roh: then you may want to direct your view to the signaling. Q.2931 to be precise. there, you may want to savour the structure of the Broadband High Layer Information Element and the Broadband Low Layer Information Element. 2011-02-11 13:13 flat per port. it would be so much cheaper. 2011-02-11 13:14 actually ATM was not made by any stupid people. It is connection-based, but connextion-LESS won the day 2011-02-11 13:14 roh: (billing) of course. billing is crazily complex. also inter-carrier billing is a complete branch of mad science. 2011-02-11 13:15 MPLS is conncetion oriented over IP, and serves a useful purpose 2011-02-11 13:16 roh you are tolting after yesterdays (actually, last decade) telecom issue. thanks to Internet, a huge amount of voice is now essentially FREE 2011-02-11 13:16 rjeffries: oh, there were a lot of interesting thought patterns in atm ... e.g., remember how desperately some people tried to dethrone TCP ? every few months, they hatched some new crazy scheme. i liked the one where they suggested to just replace TCP with SSCOP. shows some deep insights into the matter ;-)) 2011-02-11 13:17 rjeffries: MPLS came very very late, IETF-driven, when they realized that their telco madness didn't go anywhere. 2011-02-11 13:17 rjeffries: the internet didnt free voice. it broke it. 2011-02-11 13:18 voip is CRAP. 2011-02-11 13:18 Ok roh i sure enjoy my FREE Skype calls and my FREE Google voice YMMV 2011-02-11 13:19 nop VOI is far from crap. I worked for 8 years at a company that made good money with a system for TELCOS that took advantage of VOUP, then had gateway to standrad telephony 2011-02-11 13:19 rjeffries: i can imagine that for 3rd world countries like the us when it comes to the phone system voip is interresting. for its a step into the wrong direction. NONE of the features, less availability. no serious quality. no thanks 2011-02-11 13:20 i got sip myself here.. i still use my mobile for most of the calls. why? IT WORKS. sip does only in 2/3 of the cases. 2011-02-11 13:20 roh you are confusing VOIP with internet voice which uses VOIP. VOIP can deliver great quality voice when it is used in a well engineered network. 2011-02-11 13:20 the comany I was emplyee #6 at just sold to another comany for $186 Million 2011-02-11 13:21 rjeffries: please come back when you used a proper telephony system. ss7 based. 2011-02-11 13:21 they sell equipment to traditional telcos and NOBODY complains about voice quality 2011-02-11 13:21 and money doesnt impress me. 2011-02-11 13:21 i guess some billards of flys eat shit every day without complaining to the cow. does that make the shit good? 2011-02-11 13:22 roh gaod bless you. I know about SS&, d'oh and am well versed in telephony. Your opinons are your opinions, but there are solid existence proof that connectionless voice works very well 2011-02-11 13:23 the INTERNET as tarsnport can be dicey but VOPI over an engineered network is first rate 2011-02-11 13:23 s/gaod/God  ;) 2011-02-11 13:23 rjeffries: whe i do a _landline_ call here in .de i get a uncompressed, 8bit clean, basically latency free 64kbit channel. and lots of additional features. with ip i got more latency on the first hop than with isdn to my peer. 2011-02-11 13:24 there is a reason the packet and the line people could not find a packetsize which is good for both. THERE IS NONE: 2011-02-11 13:25 s/ss&/SS7  look, I am well versed in telco world. don;t assume I am ignorant. ;) I have written tens of thousands of words that peopel paid me for on these topics. 2011-02-11 13:25 try sending a fax via voip. 2011-02-11 13:25 roh you miss the point. ARM and it's 53 byte cell size was indeed a compromise. 2011-02-11 13:25 ATM is no longer where the action is. It is used in limited cases for trunking 2011-02-11 13:25 it was a BAD compromise. none would be better 2011-02-11 13:26 IP is used maybe 85 percent of time and IT WORKS 2011-02-11 13:26 i will now eat breakfast. a late brekfast. 2011-02-11 13:26 my point is: there doesnt need to be a compromise always. sometimes you need 2 technologies. 2011-02-11 13:26 ip would be better off with bigger packets. voice with smaller. 2011-02-11 13:27 I am not ANTI circuit switced at all. but it is a more expensive technology, and is fading FAST 2011-02-11 13:27 roh I gues syou are not aware that VOIP uses small packets over IP. 2011-02-11 13:27 biab 2011-02-11 13:27 rjeffries: its only expensive if you have 'pots' as your default. 2011-02-11 13:27 overhead per packet is what kills the cow. 2011-02-11 13:28 .oO(hey.. why am i discussing this... the us is also the country with 56k isdn lines m-) 2011-02-11 13:30 sorry for the OT. i should have stopped when i realised i talk with somebody from the us. 2011-02-11 13:53 roh you are a smart and even funny guy. we also has ISDN but it is pretty much irrevelant. 2011-02-11 13:54 and yes let's move on. 2011-02-11 13:54 rjeffries: i know. sorry if i sounded a bit harsh. but us telecom markets.. thats something for me to laugh about, when not cry. not to celebrate 2011-02-11 13:55 rjeffries: i still dont have proper clip, clir, and all the isdn feats on sip. 2011-02-11 13:55 roh no problemo, since I have worked in telecom and data com for maybe 20 years or more, these topics (and arguments) are not new to me;) 2011-02-11 13:55 and sip is really bad when it comes to reliability. i know that from experience. thats why i use my mobile. gsm works. very well. 2011-02-11 13:56 SIP does have issues, including complexity and interoperability (because of teh complexity) 2011-02-11 13:56 that is why MGCP is used in some teclo VOIP to Telco gateways\ 2011-02-11 13:57 did wpwrak go to sleep? or is he just hiding? 2011-02-11 13:57 on a landline (even an analog one here) i cannot remember the last outtage. not even when the power grid fails for a second ( and havent seen any real outage for more than seconds, and once minutes on the power grid in my 30 years on this planet) 2011-02-11 13:58 dsl over which in the end the sip must run, fails even when the weather changes. 2011-02-11 13:58 rjeffries: just watching the show :) 2011-02-11 13:59 i dont wonder. its up to 30mhz over unshielded copper.. i can accept that for ip. (when it comes back in seconds). when my phone doesnt work because of that or doesnt properly come back up. thats fail. and thats how i know sip. 2011-02-11 14:00 i dont blame it purely on sip. it IS complicated (see the amount of specs for isdn) 2011-02-11 14:00 same happens with skype and all others. especially when nat is involved 2011-02-11 14:02 [commit] kyak: gmenu2x: update to the latest revision http://qi-hw.com/p/openwrt-packages/fdae3a6 2011-02-11 15:31 my previous company has maybe a million lines of telephony. POTS from house to a cabinet (this is typically a drop of a few thounad feet 2011-02-11 15:31 the POTS is converted to VOIP and backhauled over an engineered IP network 2011-02-11 15:32 in some cases it hits an IP base sofswitch, which thenmay ytansport the call over an IP trunk 2011-02-11 15:33 or... if person is calling his neaighbor, it remaiins VOIP all the way 2011-02-11 15:33 easy peasy lemon squuezy. nit easy to tune up but when it is 2011-02-11 15:33 people are delighted 2011-02-11 15:33 anyway I am boring myself. ;) 2011-02-11 15:35 no way sending a fax works 2011-02-11 15:35 fax doesnt like jitter or compressing codecs at all. 2011-02-11 15:38 btw 2011-02-11 15:38 I have idea to create UPS-server 2011-02-11 15:38 to convert usb-connected UPS into network one 2011-02-11 15:39 I can do it from software side but need some platform under with usb-host and ethernet 2011-02-11 15:39 any suggestions? 2011-02-11 15:39 a usb device-server? ;) 2011-02-11 15:39 kind of :) 2011-02-11 15:40 may be combined with printserver 2011-02-11 15:40 one HW, different 'firmware' 2011-02-11 15:40 I'd use something like a router/seagate dockstar, supported by openwrt 2011-02-11 15:41 I have one suggestion about something like D-Link DIR-320 2011-02-11 15:41 ah another so called opensource router 2011-02-11 15:41 looking good but have only 4Mb of flash.. may be hard to debug first time :) 2011-02-11 15:41 wouldn't use it 2011-02-11 15:42 still regrets taht he bought only _one_ dockstar when they were cheap.. 2011-02-11 15:42 owns old good linksys wrt45gl 2011-02-11 15:46 steve|m: is it good hw? 2011-02-11 15:46 i heard its quite flakey 2011-02-11 15:46 Jay7: check out something which runs openwrt with >=32mb ram and >=8mb flash. 2011-02-11 15:46 availble from 20E on 2011-02-11 15:46 new. 2011-02-11 15:47 ServerPlug is looking good 2011-02-11 15:47 but about $100 2011-02-11 15:47 roh: the hardware is quite good.. what do you mean with flakey? 2011-02-11 15:48 well, it isn't really fast enough for real gigabit-ethernet, but apart from that.. 2011-02-11 15:48 steve|m: temperature problems like on the sheevas 2011-02-11 15:50 hm, I ran mine several weeks without any problems, it stayed quite cool.. also, we have one in the CCC FFM hackerspace, which is already running since months 2011-02-11 16:02 wpwrak your spam assasin prevent me sending you an email about the PCB Fab process no biggie but scoring is broken 2011-02-11 16:03 wait i am wrong here is real issue 2011-02-11 16:03 werner@almesberger.net 2011-02-11 16:03    (generated from werner@openmoko.org) 2011-02-11 16:03    retry time not reached for any host after a long failure period 2011-02-11 16:04 stebe| I am also a Dockstar fan Still own two. semt one to a freind in Sweden 2011-02-11 16:04 13:02 steve|m I am also a Dockstar fan Still own two. semt one to a freind in Sweden 2011-02-11 16:05 Dockstar does not run hot 2011-02-11 16:05 Jay7: $100 is not much for someone from the first world 2011-02-11 16:05 rjeffries: oh, the server doesn't quite work at the moment. i'm surprised it accepts any mails ... lemme stop that 2011-02-11 16:06 whatever 2011-02-11 16:07 rjeffries: (retry time) ah, that sounds more accurate. yes, the server is down. was replaced after hardware failure and needs manual restoring. 2011-02-11 16:09 viric: depends. not for gbit hw. true. i find it too expensive for 'eth-usb 2011-02-11 16:10 rjeffries: in any case, whatever almesberger.net might say, openmoko.org mails are also stored at openmoko.org, which is where i actually read htme 2011-02-11 16:10 s/htme/them/ 2011-02-11 16:10 roh: it even has a cipher coprocessor 2011-02-11 16:11 ok maybe I should just use openmoko email addr then 2011-02-11 16:11 viric: maybe. 2011-02-11 16:12 roh: I enjoy a normal gnu system there. There is a huge step between 16MiB of RAM or 512 2011-02-11 16:12 viric: cipher processor in dockstar is basically useless there is no source of randomess. other flaw is no real time clocl but neitehr matter for my humble uses 2011-02-11 16:12 rjeffries: what is that dockstar? 2011-02-11 16:12 hrhrh.. no rtc? have heard that joke before today 2011-02-11 16:12 no rtc at all ? that's a bit cheap :-) 2011-02-11 16:13 hm I think it has a RTC 2011-02-11 16:13 some idiots at nxp left the rtc out on some of their arm series lpc 2011-02-11 16:13 it is from Segate google Segate Dockstar real cheap was $20 at several places includding WOOT 2011-02-11 16:13 is discontinued but still available 2011-02-11 16:13 rtc-mv rtc-mv: rtc core: registered rtc-mv as rtc0 2011-02-11 16:13 rtc-mv rtc-mv: setting system clock to 2010-12-19 21:32:12 UTC (1292794332) 2011-02-11 16:13 my guess is it was subventionizedy by hdd sales 2011-02-11 16:13 ah ok 2011-02-11 16:14 I was not talking about the dockstar 2011-02-11 16:14 such they make no money but loose money on selling it for 20E 2011-02-11 16:14 uses the Marvell refernce design more or less has 4 USB ports 1xGbe no display no keybaord has 128MB Ram and 2MB flash 2011-02-11 16:14 really cool 2011-02-11 16:15 rohL yes that was CLOSEOUT price still there are several similar Marvell based little machines at around $100 USD 2011-02-11 16:15 sure 2011-02-11 16:15 strong support at http://plugapps.com also good debian support 2011-02-11 16:16 roh: it is an option. You are not required to like it or use it. me? I use and like it 2011-02-11 16:16 I wish they'd still sell the openrd base clients 2011-02-11 16:16 remind me what was openrd 2011-02-11 16:17 but globalscale is a horrible distributor... almost impossible to actually buy stuff from them 2011-02-11 16:17 rjeffries: i have no real opinion about the marvell stuff yet. havent tested it myself yet. 2011-02-11 16:17 I have and it is awesome product very low power, solid but tiny Linus server 2011-02-11 16:17 rjeffries: http://www.globalscaletechnologies.com/p-35-openrd-ultimate.aspx 2011-02-11 16:18 another krikwood design 2011-02-11 16:18 i just dont believe you can sell something that cheap and deliver proper quality. 2011-02-11 16:18 it is the old NSLU on steroids with a LOT more RAM and multiple USBs 2011-02-11 16:18 same goes with 'ip' or telephony. 2011-02-11 16:18 roh you  miss the point 2011-02-11 16:18 at $100 they made some money (there's almost nothing inside) 2011-02-11 16:19 yes their objective was ti sell HDD 2011-02-11 16:19 BUT........ you do Not need to use a seagate HDD 2011-02-11 16:19 nlsu somehow bedazzled me. 2011-02-11 16:19 by the way it also has JTAG (slightly hacky) 2011-02-11 16:19 i mean.. it sucked for the usecase it was originally sold for ;) 2011-02-11 16:19 and I2C 2011-02-11 16:19 still it seemed successful. 2011-02-11 16:19 I would not buy anything without JTAG 2011-02-11 16:20 (apart from the nanonote :) 2011-02-11 16:20 basically ever dsl router for 20E has jtag and serial 2011-02-11 16:20 and the TPs are there, I think :) 2011-02-11 16:20 roh I set up NSLU as a small ftp server for my gransdson who uses Macs he has used it withoout a single touch for maybe 2 years\ 2011-02-11 16:20 roh: jtag working with openocd? 2011-02-11 16:20 viric: depends on the arch and your free time 2011-02-11 16:21 roh that lottle server waS nslu FWIW 2011-02-11 16:21 viric: but i find the usual 14 and 20 pin headers in >80% of the devices i check 2011-02-11 16:21 rjeffries: for me the nlsu was never interresting. much too low-end hw. 2011-02-11 16:22 maybe thats because i got shiploads of embedded crap around. but i dont like stuff which is 'that slow' 2011-02-11 16:22 it's nice if the sellers provide all needed for the game 2011-02-11 16:22 i recently found out that Dockstar also can talk the SPI (??) that the microSD aka 8:10 spits out 2011-02-11 16:22 cant even watch a hd movie via network from a disk connected to the nlsu. 2011-02-11 16:22 roh it is all about user case 2011-02-11 16:23 sure. it can be used for lots of other stuff. but that can be also other devices. it wasnt better than a regular dsl router with usbports from a performance pov. 2011-02-11 16:23 who in god's name would chose to use NSLU ti view HD movie? that makes zero sense 2011-02-11 16:24 so I also have powerful computers. they cost more that $20 to $100 USD and do not draw only 5 watts\ 2011-02-11 16:24 rjeffries: loads of people. who share files in a flat/house? everybody has notebooks. 2011-02-11 16:24 but why would they give that task to a slooooooooooooow NSLU? 2011-02-11 16:25 Dockstar is 1.2Ghz processor for example 2011-02-11 16:25 from my perspective: if you want a nas. use something serious, not arm or mips with no caches or ram. 2011-02-11 16:25 oh well, why are we discussing this. too funny 2011-02-11 16:25 a friend pointed at this:http://www.dealextreme.com/p/standalone-bittorrent-bt-client-usb-nas-ftp-samba-printer-upnp-sharing-network-lan-server-26320 2011-02-11 16:26 viaC7, ulv-pentiumM .. such stuff. serious performance. ethernet and hdds are slow enough as it is. 2011-02-11 16:27 the hdds will eat more power than you cpu can anyhow. 2011-02-11 16:31 rjeffries: slowness isnt a question of clocking alone. its also about ram bandwith, cachsizes etc. 2011-02-11 16:33 also a lot of speed is lost with 'usb and its latencies' and 'samba and similar bad protocols' ;) 2011-02-11 16:36 ok roh got it 2011-02-11 16:36 wpwrak I am moving along in terms of getting quoutes for UBB 2011-02-11 16:37 a PCB aware engineer will review package this weekend 2011-02-11 16:37 I'll then modify or whatever 2011-02-11 16:38 then I have a serious PCBFAB dude (a friend f a friend) and he will then quoyte 2011-02-11 16:39 tuxbrain when will your UBB production run be complete? becasue then I can go and do something else 2011-02-11 16:51 hm.. 2011-02-11 16:51 viric: NS-K330 is looking very interesting 2011-02-11 17:01 Jay7: what is that? the link I sent? 2011-02-11 17:01 viric: yes 2011-02-11 17:02 ok. I don't own it, so I know little. 2011-02-11 17:03     CPU clock at 250MHz, CPU: FA526id(wb)(ARMv4) Memory: 32MB = 32MB total PCI clock at 33M 2011-02-11 17:04 rjeffries: (review on weekend) yes, i saw the mail 2011-02-11 17:05 rjeffries: i still think you could just have sent the stuff directly to a pcb house and just see of they can make heads and tails of it, but okay, your approach is safer :) 2011-02-11 17:06 rjeffries: tuxbrain is probably busy cleaning out the backyard where they'll airdrop the containers with ubbs ;-) 2011-02-11 17:13 ah, mubarak has left. completely overlooked it amidst the hacking and slashing at nokia :) 2011-02-11 17:36 viric: quite low end 2011-02-11 17:40 viric: most recent hw has about 300-500mhz. even in simple cheap routers. 250mhz sounds like 5 years old? 2011-02-11 17:48 I've no idea 2011-02-11 17:48 http://www.steve-m.de/pictures/epaper.jpg :) 2011-02-11 17:48 nice 2011-02-11 17:48 although now I'm hitting the flash limit on this little sucker... 2kb is really not that much 2011-02-11 17:49 gismo also has 2 such phone around 2011-02-11 17:49 any reason for msp430? 2011-02-11 17:49 <- more interrested in how to drive an epaper 2011-02-11 17:49 steve|m: what are you doing? 2011-02-11 17:49 steve|m: nice 2011-02-11 17:50 roh: not really.. I just wanted to play a bit with the launchpad anyway, so I used a msp430 2011-02-11 17:50 it has a few neat things for this purpose, like clock outputs (the epaper display needs a 32KHz clock signal) 2011-02-11 17:50 steve|m: are you taliking with display or with phone firmware? 2011-02-11 17:50 I'm talking directly to the display 2011-02-11 17:53 the display needs 32khz? so there is a controller in the fpc? 2011-02-11 17:53 steve|m: have you written down the pinout somewhere? 2011-02-11 17:53 yes, there are 2 solomon SSD16 controllers 2011-02-11 17:53 not yet, will document all that 2011-02-11 17:54 :) 2011-02-11 17:54 SSD1631 2011-02-11 17:54 the segments are all over the place.. 2011-02-11 17:55 just to get an idea: http://pastebin.com/Gd7L4jKU 2011-02-11 18:02 uuuh. spooky 2011-02-11 19:23 Textmode: hey 2011-02-11 19:23 is evoked. 2011-02-11 19:23 Textmode: Had you founda good use of lua in the nanonote? 2011-02-11 19:24 yeah, got some of my projects running, though I hit a snag in that they were written with a larger text-console in mind. lots and lots of scrolling... 2011-02-11 19:32 xiangfu: I want try the latest owrt image, as i dont know why my current image got compile with no gmenu2x and related, i think i did follow wiki instruccions.. but anyway.. 2011-02-11 19:32 I need my gmu !!! 2011-02-11 19:33 ;-) 2011-02-11 19:38 kristianpaul: the last config.full_system in git repo have one option "CONFIG_ALL=y", this option tell openwrt compile all packages in feeds, this need ~30 hours in buildhost, 2011-02-11 19:39 I am updating the wiki tell people, remove this option before run yes "" | make oldconfig 2011-02-11 19:41 well my setup dint took that long in compile.. 2011-02-11 19:41 xiangfu: when is goint to be next image release? 2011-02-11 19:42 kristianpaul: now only three packges have problem when build, plplot-octave plplot-tcl and climm, 2011-02-11 19:42 so I would like wait plplot-octave plolot-tcl this weekend, 2011-02-11 19:43 so maybe next Monday, 2011-02-11 19:43 good 2011-02-11 19:45 my origin plan is the end of January, but there are some big update in openwrt backfire. so we rebase our source code on last backfire. and delay the release date 2011-02-11 20:05 cool http://shootout.alioth.debian.org/ 2011-02-11 20:12 kristianpaul: and the winner is ... C :-)  (C++ is just a megalomaniacal preprocessor, so it doesn't count)