irclog2html for #openmoko on 20070225

00:05.05*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
00:06.21CIA-7openmoko: 03laforge * r1109 10/trunk/src/target/u-boot/patches/uboot-dfu.patch:
00:06.21CIA-7openmoko: * Atomic download of u-boot image now working
00:06.21CIA-7openmoko: * Non-Atomic download of all other partitions now working
00:06.21CIA-7openmoko: * Final USB reset after MAINFEST state switches back into usbtty mode
00:06.21CIA-7openmoko: * Known bugs:
00:06.22CIA-7openmoko: ** no transfer size % 8
00:06.26CIA-7openmoko: ** second download fails after a previous download
00:10.55*** join/#openmoko LoDown (n=LoDown@dsl093-230-107.lou1.dsl.speakeasy.net)
00:15.07*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
00:17.29*** join/#openmoko orospakr (n=orospakr@CPE000ce54d00d0-CM0011ae92b8aa.cpe.net.cable.rogers.com)
00:25.27*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
00:35.06*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
00:40.06*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
00:41.54*** join/#openmoko nm_ (n=nm@203.210.204.113)
00:42.01CIA-7openmoko: 03laforge * r1110 10/trunk/src/host/dfu-util/src/main.c: fix --help printout
00:42.10CIA-7openmoko: 03laforge * r1111 10/trunk/src/host/dfu-util/src/sam7dfu.c: add 'Done' message at the end of a transfer
00:42.17LuitvDlol
00:42.20LuitvDwhat a patch :P
00:42.30nm_hi *,
00:42.31LuitvDdoes that really need a new revision number? :P
00:42.37nm_how do i tell bitbake make uImage instead of zImage in kernel package ?
00:42.46LuitvDI have no idea...
00:42.53LuitvDask one of the devvers ;)
00:43.16LuitvDLaF0rge: you just had to have revision 1111 didn't you? :P
00:45.07*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
00:46.23rwhitbyLuitvD: numbers are cheap.
00:46.26CoreDump|homeLuitvD: actually he is aiming for 1337 today =)
00:46.46LuitvDheheh
00:46.53LuitvDyeah, I'd want that one too...
00:47.09LuitvD226 revisions to go then :)
00:48.18*** join/#openmoko parag0n_ (n=parag0n@popeshoe.gotadsl.co.uk)
00:54.16LuitvDrwhitby: now how do I get the right mokomakefile + sources?
00:54.20LuitvD:P
00:55.00rwhitbyLuitvD: follow the mokomakefile web page instructions
00:55.07*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
00:55.08LuitvDwhere...
00:55.15LuitvDrwhitby: can't find any content
00:55.35rwhitbyLuitvD: where have you searched?
00:55.37LuitvDno mokomakefile in the "Files" page of GForge
00:55.54rwhitbytry wiki.openmoko.org
00:55.56LuitvDhaven't found any info on the projects.openmoko.org
00:56.00LuitvDrwhitby: okay :)
00:56.04LuitvDhow obvious :P
00:58.44LuitvDrwhitby: "This page has been accessed 1,377 times."
00:58.45LuitvD:D
01:01.06aevinLuitvD: 1378!
01:01.48LuitvDaevin: lol, let's just keep it at "nearly 1500" ;)
01:02.19LuitvDrwhitby: do you know how u-boot works in general?
01:02.41LuitvDrwhitby: simply explained? is it somewhat like what grub does? or is it way more complicated?
01:04.26rwhitbyLuitvD: what do you need to know over and above what Google can tell you?
01:04.50rwhitby~google u-boot
01:04.55LuitvDrwhitby: i can't find much simple 'user experiences' of das u-boot project...
01:05.06*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
01:05.13LuitvDrwhitby: can the bootloader process be easily interrupted?
01:05.24LuitvD(that's the only thing I really want to know for now)
01:07.27LuitvDrwhitby: I want to know if I can interrupt the e2881's boot procedure if it's using u-boot, so I want to know how it works for the Neo...
01:07.38LuitvDor don't you know how it works?
01:07.56rwhitbyLuitvD: I expect u-boot is heavily modified for each device it is used on.  It is for the Neo, for instance.
01:08.17LuitvDhmm
01:08.32LuitvDso that's why I can't find that much info I can use...
01:08.53LuitvDhope I won't have to modify the e2881 too much to boot off micro-SD
01:09.39LuitvDbut does the Neo build of u-boot need a JTAG or serial connection to interrupt the boot sequence?
01:09.55LuitvD(dev-board, USB, ...)
01:10.01rwhitbyLuitvD: when I have a device in my hands, I'll be able to tell you.
01:10.07LuitvDah...
01:10.17rwhitbyuntil then, you can read the source code as well as I can ...
01:10.17LuitvDokayu
01:10.33LuitvDrwhitby: you can read it... i can only look at it :P
01:11.13rwhitbyLuitvD: if you can't read the source code, then your project to boot the e2881 from SD is going to be a big learning curve ...
01:11.26LuitvDhehehe
01:11.39LuitvDrwhitby: not sure if I can't read the current source code...
01:11.42LuitvDi mean...
01:12.26LuitvDI can see structure in programs, but my C isn't what it's supposed to be :)
01:12.41LuitvDneed some time to dig it up again
01:13.18LuitvDand I'll first have to see how u-boot works (in general) to see how I can interrupt it or do anything similar...
01:13.24rwhitbywell, that's the place to start if you want to sucessfully hack the e2881.
01:13.47LuitvDrwhitby: already working on that :) programming a robot since last week
01:14.08LuitvD(in C for the SDCC compiler, for a PIC16 device)
01:14.39LuitvD(that's even worse, because of the PIC's structure, and limited but complicated instruction set)
01:15.09*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
01:15.33LuitvDI bet the ARM core's instruction set is broad enough for a programming language like C... but the PIC actually shouldn't be programmed with anything higher then ASM :P
01:16.09LuitvD(although Microchip tells me the PIC16 chip's instruction set is optimized for C)
01:17.06LuitvD(optimized, my ass... the compilers do need very complicated tricks to get it running well enough)
01:18.07LuitvD(a C compiler on some 60 instructions ... I wonder what the ARM core can do...)
01:22.47*** join/#openmoko altoid (n=nik@unaffiliated/altoid)
01:22.57aevinLuitvD: have you read the OM wiki pages about the bootloader (U-boot) ?
01:23.51LuitvDaevin: a bit... will read it more as soon as I know more about u-boot
01:24.00LuitvD(looking at the manual pages now)
01:24.43aevine.g. NAND_bad_blocks may be interesting for a simple overview of how it works.
01:25.05*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
01:25.21LuitvDs3c2410_boot_usb is interesting too :)
01:25.24aevinah, if you're reading the U-boot manual, i guess you'll be digging deeper than the OM wiki.
01:25.45LuitvDaevin: not really...
01:25.56LuitvDI'm reading the "how to use" pages first
01:26.03LuitvDthen the "how to modify" pages ;)
01:26.57LuitvDi really should be sleeping now...
01:27.58LuitvDgone
01:30.06*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
01:35.06*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
01:40.06*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
01:40.17*** join/#openmoko Tv (n=tv@72-254-192-46.client.stsn.net)
01:45.05*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
01:46.15*** join/#openmoko sixfeet (n=sixfeet@p5484F3D8.dip.t-dialin.net)
01:50.05*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
01:55.04*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
02:05.05*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
02:10.11*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
02:11.52*** join/#openmoko wiix (n=vetetix@14.25-218-195.adsl.internet.lu)
02:15.05*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
02:16.39*** join/#openmoko gyaresu (n=gyaresu@124.243.158.56)
02:20.06*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
02:24.57*** join/#openmoko merriam (n=merriam@84-12-152-141.dyn.gotadsl.co.uk)
02:25.05*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
02:30.20*** join/#openmoko nm_ (n=nm@222.252.56.245)
02:33.02*** join/#openmoko Zoolooc__ (n=Zoolooc@p549535CE.dip0.t-ipconnect.de)
02:35.06*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
02:40.05*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
02:45.05*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
02:47.33*** join/#openmoko eikonos (n=eikonos@S01060020ed569ad7.gv.shawcable.net)
02:50.06*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
02:52.54*** join/#openmoko Tv (n=tv@65.212.203.130)
02:55.13*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
03:05.05*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
03:14.31*** join/#openmoko jadams (n=jadams@rrcs-67-78-224-48.se.biz.rr.com)
03:14.44jadamshey hey, freedom for the win  :)
03:15.05*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
03:17.28*** join/#openmoko DukeOfURL (n=chatzill@vc7-1-39.dsl.netrack.net)
03:18.00*** part/#openmoko altoid (n=nik@unaffiliated/altoid)
03:18.16*** join/#openmoko t0nY (n=nengyu@61-230-75-144.dynamic.hinet.net)
03:20.05*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
03:25.05*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
03:30.05*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
03:35.09*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
03:38.23*** join/#openmoko gambler (n=orion@203-206-59-67.dyn.iinet.net.au)
03:42.17_muk_zzzzz
03:45.07*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
03:50.06*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
03:51.06*** join/#openmoko jacobfan (n=jacob@fw.exoweb.net)
04:00.06*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
04:05.11*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
04:15.08*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
04:25.05*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
04:30.06*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
04:32.24*** join/#openmoko Zoolooc_ (n=Zoolooc@p54952C33.dip0.t-ipconnect.de)
04:35.11*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
04:40.05*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
04:45.08*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
04:50.06*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
04:55.05*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
04:58.18*** join/#openmoko MacNorth_ (n=daijobu@c-24-9-77-90.hsd1.co.comcast.net)
05:05.06*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
05:05.17*** join/#openmoko _MacNorth (n=daijobu@c-75-71-250-33.hsd1.co.comcast.net)
05:10.07*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
05:15.06*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
05:20.06*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
05:25.06*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
05:35.12*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
05:40.06*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
05:42.45*** join/#openmoko eikonos (n=eikonos@S01060020ed569ad7.gv.shawcable.net)
05:45.09*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
05:50.34*** join/#openmoko DeVol (n=DeVol@dD5E041D3.access.telenet.be)
05:52.39*** join/#openmoko abstrakraft (n=abstrakr@67-50-85-183.br1.tbr.ga.frontiernet.net)
05:53.00*** join/#openmoko MacNorth_ (n=daijobu@c-24-9-77-90.hsd1.co.comcast.net)
05:53.17abstrakraftanybody grappling with MokoMakefile?
05:56.14DesktopMaseemed to run fine for 5 hours until I ran out of disk space :)
05:56.35*** join/#openmoko orospakr (n=orospakr@CPE000ce54d00d0-CM0011ae92b8aa.cpe.net.cable.rogers.com)
05:56.57DesktopMaany error message?
05:56.57abstrakraftyeah...that'll happen
05:57.01abstrakraftyes
05:57.24abstrakraftI think there are a couple of bugs in it, got a patchset
05:57.50abstrakraftwaiting to finish compiling so I can verify they're correct
05:57.55DesktopManot sure why it seems to take forever
05:58.03DesktopMaI mean, building a x86 kernel takes shorter time
05:58.22abstrakraftyou're building a _lot_ more than a kernel
05:59.14abstrakraftthe entire OS, plus syncing monotone databases
05:59.31DesktopMayeah monotone part took alot of time
05:59.43*** join/#openmoko nm (n=nm@222.252.40.202)
06:00.15DesktopMagoing to have to do it over again on my workstation
06:00.21DesktopMathank god it has a bit more processing power
06:00.58abstrakraftyou should be able to copy a good bit of it over....I'm not familiar enough with it yet to know which parts you can't
06:01.29*** join/#openmoko Tv (n=tv@65.212.203.130)
06:06.18abstrakraftso...I figured this chat would be buzzing.  Is there a devel room elsewhere or something?
06:07.40*** join/#openmoko Syg (n=zip@adsl-074-239-164-036.sip.rmo.bellsouth.net)
06:10.16DesktopManot that I know of. it's 7 am in europe, and late night in the US I guess
06:10.25DesktopMaso alot of people are sleeping.
06:12.49abstrakraftah....it is getting a bit late
06:13.07abstrakraftperhaps I should log on sometime before midnight
06:13.35*** join/#openmoko Zoolooc__ (n=Zoolooc@p549508D3.dip0.t-ipconnect.de)
06:13.38abstrakraft(1:15am Eastern US)
06:21.52*** join/#openmoko _MacNorth (n=daijobu@c-75-71-250-33.hsd1.co.comcast.net)
06:29.13CIA-7openmoko: 03werner * r1112 10/trunk/src/target/u-boot/patches/boot-menu.patch:
06:29.13CIA-7openmoko: board/neo1973/bootmenu.c: fixed file header
06:29.13CIA-7openmoko: board/neo1973/bootmenu.c (bootmenu): run "dynpart" in factory default mode
06:29.13CIA-7openmoko: board/neo1973/bootmenu.c (bootmenu): when starting, switch stdout and stderr to
06:29.13CIA-7openmoko:  "vga"
06:33.07aloril2libervisco: what makes you think they offer only EDGE and not also plain GPRS?
06:38.02*** join/#openmoko msroest (n=msroest@S01060040f41dad58.cg.shawcable.net)
06:48.29*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
06:54.28*** join/#openmoko tuxmaniac (n=aanjhan@unaffiliated/tuxmaniac)
06:54.30tuxmaniaccounter
06:54.30alorilP0: 4 days 05:05:29 (-1.788 - 4.212 days);  P1: 20.212 - 35.212;  P2: 188.212 - 218.212 (long: "/msg aloril counter?") (396)
06:55.27*** join/#openmoko Zoolooc_ (n=Zoolooc@p54951B28.dip0.t-ipconnect.de)
06:55.30*** part/#openmoko tuxmaniac (n=aanjhan@unaffiliated/tuxmaniac)
06:58.47*** join/#openmoko Zoolooc (n=Zoolooc@p54952603.dip0.t-ipconnect.de)
07:09.49*** join/#openmoko MacNorth_ (n=daijobu@c-75-71-250-33.hsd1.co.comcast.net)
07:11.03*** join/#openmoko Zoolooc__ (n=Zoolooc@p5495185A.dip0.t-ipconnect.de)
07:23.23*** join/#openmoko dirakx (n=dirakx@69.79.145.81)
07:37.25*** join/#openmoko sonokie (n=eikonos@S01060020ed569ad7.gv.shawcable.net)
07:51.01*** join/#openmoko chillax_ (n=chillax@124.243.174.142)
07:51.15*** join/#openmoko mikesh (n=mikesh@x133.net.upc.cz)
07:51.36chillax_hey
07:53.05chillax_correction, ... hey idlers
07:55.18*** join/#openmoko nm_ (n=hongtd@58.187.130.220)
07:55.46*** part/#openmoko chillax_ (n=chillax@124.243.174.142)
07:56.11*** join/#openmoko _MacNorth (n=daijobu@c-24-9-77-90.hsd1.co.comcast.net)
08:00.25*** join/#openmoko dullard (n=jim@adsl-static-1-30.uklinux.net)
08:02.58*** join/#openmoko orospakr (n=orospakr@bas11-ottawa23-1088839729.dsl.bell.ca)
08:16.04*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
08:18.32*** join/#openmoko Zoolooc_ (n=Zoolooc@p54950C58.dip0.t-ipconnect.de)
08:19.19*** join/#openmoko buz (n=buz@80-218-148-33.dclient.hispeed.ch)
08:22.28*** join/#openmoko MacNorth_ (n=daijobu@c-75-71-250-33.hsd1.co.comcast.net)
08:26.05nmi have modified in kernel source (build/mydistro/tmp/myarch/linux-2.6.17/path_to_my_file.c). How do i tell bitbake force re-build this kernel ?
08:28.21*** join/#openmoko bluelightning_ (n=blueligh@222-155-221-221.jetstream.xtra.co.nz)
08:28.26*** join/#openmoko Zoolooc (n=Zoolooc@p54950585.dip0.t-ipconnect.de)
08:31.18*** join/#openmoko cprf_ (n=rzinkov@oss-staff.rutgers.edu)
08:33.22*** join/#openmoko dirak1 (n=dirakx@69.79.145.81)
08:35.38*** join/#openmoko _MacNorth (n=daijobu@c-75-71-250-33.hsd1.co.comcast.net)
08:35.58*** join/#openmoko Zoolooc__ (n=Zoolooc@p54953E7D.dip0.t-ipconnect.de)
08:39.54*** join/#openmoko tnt_ (n=tnt@LIS-DHCP-18.ulb.ac.be)
08:44.20*** join/#openmoko LuitvD (n=luitvd@beigetower/luitvd)
08:49.00*** join/#openmoko Zoolooc_ (n=Zoolooc@p54951ED9.dip0.t-ipconnect.de)
08:53.37*** join/#openmoko goxboxlive (n=goxboxli@195.159.97.196)
08:57.24*** join/#openmoko amarsh04 (n=amarsh04@CPE-143-238-192-160.sa.bigpond.net.au)
08:57.55CIA-7openmoko: 03rwhitby * r15 10mokomakefile/trunk/patches/openmoko-HEAD/linux-gta01.patch: Commented out uboot-mkimage, cause u-boot is not listed in the DEPENDS (therefore does not exist in the build), and doesn't build from HEAD anyway.
08:57.56*** join/#openmoko Zoolooc (n=Zoolooc@p54951C1A.dip0.t-ipconnect.de)
08:58.08*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
09:00.37*** join/#openmoko denis^da (n=denis@p549BE471.dip.t-dialin.net)
09:00.43*** join/#openmoko amarsh04 (n=amarsh04@CPE-143-238-192-160.sa.bigpond.net.au)
09:02.45*** join/#openmoko amarsh04 (n=amarsh04@CPE-143-238-192-160.sa.bigpond.net.au)
09:04.39LuitvDrwhitby: you there?
09:04.51*** join/#openmoko amarsh04 (n=amarsh04@CPE-143-238-192-160.sa.bigpond.net.au)
09:05.11LuitvDrwhitby: I think I'm still doing something wrong... :S
09:06.26rwhitbyLuitvD: what's the problem?
09:06.32*** join/#openmoko amarsh04 (n=amarsh04@CPE-143-238-192-160.sa.bigpond.net.au)
09:06.44LuitvDrwhitby: somehow it doesn't build ... again
09:06.52*** join/#openmoko Zoolooc__ (n=Zoolooc@p54952990.dip0.t-ipconnect.de)
09:07.29LuitvDworking on that
09:08.04*** join/#openmoko amarsh04 (n=amarsh04@CPE-143-238-192-160.sa.bigpond.net.au)
09:08.21LuitvDrwhitby: http://pastebin.ca/371412
09:08.31LuitvDthat's what it says...
09:09.24rwhitbyok, so you've done "make update" and bitbake -c clean'ed the kernel and tried again?
09:09.35xkr47mooning
09:10.05LuitvDrwhitby: I don't know, this is the output of the mokomakefile... I let it run overnight
09:10.09LuitvDlol
09:10.18xkr47+r
09:10.18xkr47:)
09:10.48rwhitbyLuitvD: right that error has been fixed since then.  First thing to do before reporting a problem is to make update and clean the package in question and try and rebuild the package in question.
09:10.52LuitvDrwhitby: I ran make openmoko-devel-image > ./build_info
09:11.05LuitvDand that pastebin is the last couple of lines in ./build_info
09:11.47LuitvDrwhitby: aargh, I thought rebuilding SDCC was hell...
09:12.31rwhitbyLuitvD: you can always wait until the september release if you're not comfortable on the bleeding edge ...
09:12.50fluffsseat
09:12.54rwhitbyfluffs: did you get into the moko talk?
09:13.07fluffsno, too big a queue
09:13.28rwhitbyI hope someone took some video.  it will be a real bummer if no-one did.
09:13.29LuitvDrwhitby: I'm used to running beta software... I'm just confused when there's a million makefiles
09:13.48LuitvDyeah, I'd like to see the talk too :)
09:14.06rwhitbyLuitvD: that must be your problem then - there shall be only one makefile - the *MokoMakefile* :-)
09:14.37*** join/#openmoko jjazz (n=jjazz@cpe-24-90-14-159.nyc.res.rr.com)
09:14.46rwhitbyfluffs: uboot current openmoko head seems to not even patch cleanly ...
09:15.07fluffsi took 1.2.0
09:15.25rwhitbynod
09:15.30fluffsif i had an usb a-b cable i could have tested it
09:15.45rwhitbydo you have a device nearby?
09:16.02fluffsi've got a qt2410
09:17.06fluffsif i had a neo, it'd have been ok, everyone has a->minib
09:17.23rwhitby| Patch uboot-arm920t_cp15_cmd.patch does not apply (enforce with -f)
09:17.39rwhitbyI'll wait for LaF0rge to fix that before re-enabling u-boot in the mokomakefile build.
09:18.02LuitvDrwhitby: which svn revision does it take? the most recent?
09:18.10rwhitbyLuitvD: yes
09:18.21rwhitby(that's what make update does)
09:18.27*** join/#openmoko l4rs (n=laprican@hsiproxy.astra-net.com)
09:18.40LuitvDso if I build *now* it'd be diffrent from the built last night?
09:19.06rwhitbyLuitvD: yes, in one important way - the build will work.
09:19.57*** join/#openmoko amarsh04 (n=amarsh04@CPE-143-238-192-160.sa.bigpond.net.au)
09:20.10LuitvDrwhitby: lol, so now the mokomakefile will succeed?
09:20.12rwhitbyfluffs: yeah, so do I, but the openmoko guys are insisting on this svnnow business, and I don't want mokomakefile building someting different to them (i.e. any bug reports from mokomakefile builds should match the core developer builds)
09:22.20*** join/#openmoko amarsh04 (n=amarsh04@CPE-143-238-192-160.sa.bigpond.net.au)
09:24.11*** join/#openmoko dorje (n=dorjepy@ip24-251-151-111.ph.ph.cox.net)
09:25.16LuitvDrwhitby: http://pastebin.ca/371418
09:25.24LuitvDis that correct? ...
09:25.49LuitvDthat revision number?
09:25.53*** join/#openmoko buz (n=buz@80-218-148-33.dclient.hispeed.ch)
09:26.28LuitvDrwhitby: later it tells me it's "Updated to revision 15." and also "Updated to revision 1112."
09:28.15LuitvDrwhitby: oh never mind...
09:28.19LuitvDrwhitby: now I see :)
09:33.08*** join/#openmoko tr2x (n=alvar@LIS-DHCP-2.ulb.ac.be)
09:33.15*** join/#openmoko amarsh04 (n=amarsh04@CPE-143-238-192-160.sa.bigpond.net.au)
09:34.57*** join/#openmoko pH5 (n=ph5@e178211069.adsl.alicedsl.de)
09:35.07*** join/#openmoko tnt__ (n=tnt@LIS-DHCP-18.ulb.ac.be)
09:36.45*** join/#openmoko amarsh04 (n=amarsh04@CPE-143-238-192-160.sa.bigpond.net.au)
09:39.05*** join/#openmoko SirCrow (n=sircrow@sd511685b.adsl.wanadoo.nl)
09:39.37*** join/#openmoko Zoolooc_ (n=Zoolooc@p54950207.dip0.t-ipconnect.de)
09:43.07*** join/#openmoko Zoolooc__ (n=Zoolooc@p54953E76.dip0.t-ipconnect.de)
09:44.44*** part/#openmoko dorje (n=dorjepy@ip24-251-151-111.ph.ph.cox.net)
09:47.29*** join/#openmoko Harlekin23 (n=Harlekin@p5496AC7A.dip0.t-ipconnect.de)
10:01.38*** join/#openmoko dirak1 (n=dirakx@69.79.145.81)
10:05.33*** join/#openmoko borg_ (n=olaf@80.149.17.21)
10:07.54*** join/#openmoko Fletch (n=fantasma@doener.lieferservice.cc)
10:08.58*** join/#openmoko amarsh04 (n=amarsh04@CPE-143-238-192-160.sa.bigpond.net.au)
10:11.20LuitvDdamn, ballmer is so full of bullshit
10:12.02LuitvDI actually really hope he'll point out a part of the linux kernel as patent-infringing...
10:12.41LuitvDand then let the kernel group prove him wrong, and let the claim get back at him
10:13.42SirCrowI hope he get a heart infarction, then the bullshit also over ;-)
10:14.03LuitvDSirCrow: after his claims get back at him
10:14.15CIA-7openmoko: 03rwhitby * r16 10mokomakefile/trunk/patches/openmoko-HEAD/ (series sjf2410-linux-native.patch): Moved the ordering of do_deploy in sjf2410-linux-native_svn.bb to be compatible with rm_work
10:14.19LuitvDhe really should feel the power of the linux community
10:14.36LuitvDrwhitby: aah noes, not again... now I'll have to make update again
10:14.42LuitvD:P
10:15.26SirCrowLuitvD, fear sells good.
10:15.34rwhitbyonly if you're using rm_work, which you're probably not, unless you've edited local.conf
10:15.50LuitvDrwhitby: I did, I only changed the MACHINE type
10:16.01LuitvDrwhitby: so I'm not sure
10:16.14rwhitbyif you've not added rm_work to INHERIT, then you don't need to restart.
10:16.33LuitvDlol
10:16.36LuitvDkthnx
10:18.06LuitvDSirCrow: I mean that the violation of patents by linux will reverse and come back at him as violation of GNU-GPL by microsoft
10:21.01SirCrowLuitvD, that would be nice but law suite are a wast of time and money in my opion.
10:21.55LuitvDSirCrow: it is, but ballmer started this all... so it's up to us to prove him wrong, and get this over with for good
10:22.23LuitvDif he wants patent infringment claims, he can get them back as GPL violations
10:23.40*** join/#openmoko Eludias (n=eludias@wingding.demon.nl)
10:28.06SirCrowYes that would be nice but I think he only try to frightened potential Linux users and doesn't dare actualy start a case.
10:33.21*** join/#openmoko l4rs (n=laprican@hsiproxy.astra-net.com)
10:37.56*** join/#openmoko rob_w (n=bob@p213.54.183.83.tisdip.tiscali.de)
10:39.18*** join/#openmoko marcel_ (n=marcel@gentoo/contributor/marcel)
10:39.37rwhitbyhooray, the do_deploy problem is the same problem in ixp4xx-kernel in nslu2, so I've fixed that too :-)
10:43.43*** join/#openmoko zween (n=zween@80-47-43-169.lond-hex.dynamic.dial.as9105.com)
10:46.49PBeckhi
10:54.42*** join/#openmoko chrustinho (n=christop@p57B01575.dip0.t-ipconnect.de)
10:57.17*** join/#openmoko buz (n=buz@80-218-148-33.dclient.hispeed.ch)
10:59.04*** join/#openmoko Magon (n=Magon@archangel.kolej.mff.cuni.cz)
11:01.50CIA-7openmoko: 03thomas * r1113 10/trunk/src/target/OM-2007/applications/openmoko-contacts/ (3 files in 2 dirs):
11:01.50CIA-7openmoko: * src/contacts-contact-pane.c: (make_widget): Support custom field types
11:01.50CIA-7openmoko: * src/contacts-groups-editor.c: (contacts_groups_new_cb): Ensure the
11:01.50CIA-7openmoko:  add groups dialog will close
11:04.31*** join/#openmoko Magon (n=Magon@archangel.kolej.mff.cuni.cz)
11:06.28*** join/#openmoko nm (n=nm@222.252.54.186)
11:06.32*** join/#openmoko Zoolooc (n=Zoolooc@p54951F8F.dip0.t-ipconnect.de)
11:09.28*** join/#openmoko merriam (n=merriam@84-12-152-141.dyn.gotadsl.co.uk)
11:10.20*** join/#openmoko nenolod (i=nenolod@sacredspiral.co.uk)
11:11.05*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
11:22.11*** join/#openmoko Magon (n=Magon@archangel.kolej.mff.cuni.cz)
11:24.24*** join/#openmoko Marex (n=Marex@85.132.236.161)
11:25.01*** join/#openmoko MetaBookfoziS (n=sajt@dsl54009EAB.pool.t-online.hu)
11:40.01*** join/#openmoko bugdus (n=arag@xdsl-87-78-179-19.netcologne.de)
11:43.17*** join/#openmoko Ganneff_ (n=joerg@kosh.ganneff.de)
11:43.56*** join/#openmoko Ganneff (n=joerg@kosh.ganneff.de)
11:52.44*** part/#openmoko SirCrow (n=sircrow@sd511685b.adsl.wanadoo.nl)
11:57.31*** join/#openmoko Rac0r (n=Rac0r@p5081EE2A.dip.t-dialin.net)
12:04.36LuitvDrwhitby: still there? :)
12:04.46rwhitbyyup
12:04.47LuitvDrwhitby: it stalled once more...
12:04.56LuitvDmaking pastebin
12:05.27rwhitbymy build is up to libxml2 ...
12:05.32LuitvDhttp://pastebin.ca/371505
12:05.52LuitvD(fyi: I'm attempting to build for qemuarm...)
12:06.14buzLuitvD: if i dont get an answer tomorrow, i'll try it at the us office
12:06.20rwhitbyyou need X11 libraries installed on your host.  Please add that to http://www.openembedded.org/wiki/OEandYourDistro if it's not already there.
12:06.36LuitvDbuz: yeah... maybe that's a good idea.. but how?
12:06.52LuitvDrwhitby: why to that wiki?
12:07.12LuitvDrwhitby: isn't it openmoko+qemuarm specific?
12:07.12rwhitbycause that's all the stuff you need installed on the host to build OE stuff
12:07.28buzoh shit they dont list an email adress
12:07.31buzwell hk office does
12:07.37LuitvD:P
12:07.39rwhitbylibX11 is not openmoko specific package
12:07.54rwhitby(install libx11-dev if you're on Debian)
12:07.55LuitvDno, but it's downloaded isn't it?
12:08.07LuitvD(apt-get *)
12:08.09LuitvD:P
12:09.13LuitvD(installing 10 packages needed for libx11-dev
12:09.28rwhitbyLuitvD: libx11 (the package you are building) is a standard OE package, not an OpenMoko-specific package.
12:09.49rwhitbySo the fact that it needs libx11-dev installed on your host is common to any use of OE that need to build that package.
12:09.58rwhitbyHence the requirement goes on the OE wiki
12:09.59LuitvDlooks like it's building now...
12:11.20LuitvDcan I add that, or shal I tell someone on OE to do that?
12:11.31LuitvD(or are you an OE core member? :S )
12:11.46rwhitbyit's a wiki - you add it
12:11.54LuitvD...
12:12.06LuitvDi'm no member of the OE wiki yet
12:14.11LuitvD[eating]and I guess it's not the same as on ubuntu 6.10
12:14.16LuitvD[eating]running 7.04 here
12:16.23*** join/#openmoko mitsuhiko (n=blackbir@hammett.srv.pocoo.org)
12:22.20*** join/#openmoko Zoolooc_ (n=Zoolooc@p5495421E.dip0.t-ipconnect.de)
12:23.49*** join/#openmoko parag0n (n=parag0n@ip4575.vpn.aber.ac.uk)
12:31.38*** join/#openmoko morricone (i=foobar@dslb-084-057-184-004.pools.arcor-ip.net)
12:38.31LuitvDlol, needed libperl-dev too
12:39.53*** join/#openmoko bugdus (n=arag@xdsl-87-78-179-19.netcologne.de)
12:40.08*** join/#openmoko nm (n=nm@222.252.58.6)
12:41.20Magonfor testing in xoo, i have to build oe for x86, or just build each single app and lunche it in xoo ?
12:48.59LuitvDaargh, this is crazy... perl won't work...
12:50.35*** join/#openmoko tr2x (n=alvar@math2-pc3.ulb.ac.be)
12:51.09*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
12:54.57*** join/#openmoko Magon (n=Magon@archangel.kolej.mff.cuni.cz)
12:56.45*** join/#openmoko tr2x (n=alvar@math2-pc3.ulb.ac.be)
12:57.43LuitvDaargh, looks like I've got some trouble with perl now...
12:57.54LuitvDs/some/some serious/
13:02.03*** join/#openmoko C7 (n=C7@84-74-83-99.dclient.hispeed.ch)
13:04.37*** join/#openmoko C7 (n=C7@84-74-83-99.dclient.hispeed.ch)
13:05.32*** join/#openmoko gyaresu (n=gyaresu@124.243.158.56)
13:06.07*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
13:08.31*** join/#openmoko tr2x_ (n=alvar@math2-pc3.ulb.ac.be)
13:10.14*** join/#openmoko cprf (n=rzinkov@oss-staff.rutgers.edu)
13:15.09*** join/#openmoko TarasBulba (n=gorkem@81.214.127.147)
13:15.32*** join/#openmoko maya2003 (n=maya2003@mar44-2-82-224-252-38.fbx.proxad.net)
13:40.23*** join/#openmoko slomo (n=slomo@ubuntu/member/slomo)
13:42.00*** join/#openmoko rd_ (n=redragon@segfault.net)
13:50.06*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
13:54.15*** join/#openmoko ajturner (n=ajturner@d14-69-64-67.try.wideopenwest.com)
14:02.33*** join/#openmoko Rac0r_ (n=Rac0r@p5081CD6A.dip.t-dialin.net)
14:04.43*** join/#openmoko MetaBookfoziS (n=sajt@dsl54007FB5.pool.t-online.hu)
14:06.22*** join/#openmoko empty_mind (n=orion@59.176.111.177)
14:06.49*** join/#openmoko _-InFeRnO-_ (n=KeKeKe@cable-84-43-138-4.mnet.bg)
14:09.06*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
14:09.49noiddWell uys, I've been away from internet access for 3 days or so
14:10.04noiddany news?
14:10.40madwootano internet for 3 whole days ? omg ! /die
14:11.02noiddit wasn't that bad :-)
14:11.15*** join/#openmoko denis^weg (n=denis@p549BEEA3.dip.t-dialin.net)
14:11.31*** join/#openmoko cathal (n=cathal@89.100.102.170)
14:12.42noidda post onplanet.openmoko.org infers that p0 has shipped
14:12.47noidddo we know if that is true?
14:13.26*** join/#openmoko cathal_ (n=cathal@89.100.101.244)
14:18.12*** join/#openmoko tnt_ (n=tnt@math2-pc3.ulb.ac.be)
14:18.41*** join/#openmoko ajturner (n=ajturner@d14-69-64-67.try.wideopenwest.com)
14:19.58LuitvDnoidd: how does that post infer p0 has shipped?
14:22.05madwootawishful thinking
14:22.25LuitvDlol
14:26.08buzcrap
14:26.13buzmy p900 wont receive sms anymore
14:26.22buzand no neo in sight
14:26.24LuitvD:P
14:26.30LuitvDhow did you do that?
14:26.42buzdamned if i know
14:26.48buzif i restart it, it will occasionally get stored ones
14:27.02buzbut not when they actually arrive
14:27.14LuitvD...
14:27.30buzoh well
14:27.31LuitvDare SMSses stored on your SIM or internal storage?
14:27.36buzinternal storage
14:27.48LuitvDare you sure the SIM ain't flooded?
14:27.54buzyes
14:27.59LuitvDhmm
14:28.02buzotherwise why would it occasionally get ne ones
14:28.21buzwell it did a good job for over 3 years
14:29.53*** join/#openmoko terrex (n=terrex@84.122.65.39.dyn.user.ono.com)
14:35.46alphaonenoidd: No, it has not been shipped yet
14:35.57alphaoneThe estimate is now early march
14:35.59buzmhh 35EUR for a moto 177
14:36.40buzmoto sucks tho
14:37.24parag0np0 will ship after p1 at this rate ;)
14:38.02alphaone:_)
14:39.23buzdamnit no neo, no e2881 in sight
14:41.09LuitvDbummer
14:41.12LuitvDstill no mail
14:44.49buzis motofone available anywhere
14:45.04*** join/#openmoko koen|fosdem (n=koen@ctse1.ulb.ac.be)
14:45.14LuitvDI guess not yet
14:47.06buzv177 it is then
14:47.16buzi wonder if i can unlock it
14:47.25buzcomes simlocked to my network
14:47.32*** join/#openmoko MacNorth_ (n=daijobu@c-24-9-77-90.hsd1.co.comcast.net)
14:47.33buzbut maybe i can get rid of that t
14:48.42*** join/#openmoko ocelot26us (i=shadowax@210.213.71.216)
14:51.32*** join/#openmoko Ryushin (i=proxy@windwalker.openinnovations.com)
14:51.43*** join/#openmoko ocelot26us (i=shadowax@210.213.71.216)
14:53.31empty_mindwhich document should i read to get a hang of compilation of aps and libs for openmoko platform ?
14:53.48*** part/#openmoko ocelot26us (i=shadowax@210.213.71.216)
15:03.22*** join/#openmoko _MacNorth (n=daijobu@c-75-71-250-33.hsd1.co.comcast.net)
15:09.37*** join/#openmoko goxboxlive (n=goxboxli@206.80-202-161.nextgentel.com)
15:09.52*** join/#openmoko t0nY (n=nengyu@61-230-75-144.dynamic.hinet.net)
15:09.55*** join/#openmoko meandtheshell (n=markus@85-125-193-102.dynamic.xdsl-line.inode.at)
15:12.05*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
15:17.08*** join/#openmoko dottedmag (i=bur@ccfit.nsu.ru)
15:18.20CIA-7openmoko: 03laforge * r1114 10/trunk/src/host/dfu-util/src/main.c:
15:18.20CIA-7openmoko: gracefully restart from beginning (by issuing DFU_ABORT) if the device is left
15:18.20CIA-7openmoko: in found in an 'incomplete {down,up}load' state
15:20.17*** join/#openmoko mitsuhiko (n=blackbir@hammett.srv.pocoo.org)
15:24.04*** join/#openmoko jzs (n=king@217.116.232.184)
15:30.28*** join/#openmoko DukeOfURL (n=chatzill@vc7-1-39.dsl.netrack.net)
15:31.24*** join/#openmoko Ryushin (n=Ryushin@windwalker.openinnovations.com)
15:32.47*** join/#openmoko ab (n=ab@ppp85-141-241-175.pppoe.mtu-net.ru)
15:36.29*** join/#openmoko rd__ (n=redragon@segfault.net)
15:42.44CIA-7openmoko: 03laforge * r1115 10/trunk/src/host/dfu-util/src/ (dfu.c dfu.h): add new dfu_status_to_string() function to stringify DFU_STATUS_* values
15:43.16CIA-7openmoko: 03laforge * r1116 10/trunk/src/host/dfu-util/src/main.c:
15:43.17CIA-7openmoko: * print non-OK DFU STATUS
15:43.17CIA-7openmoko: * fix error message (copy+paste mistake)
15:44.54LuitvDheheheh
15:45.15LuitvDcopy+paste ftw
15:46.30*** join/#openmoko jeddy3_ (n=data@h-193-67.A148.cust.bahnhof.se)
15:49.40*** join/#openmoko Basheri (n=Arttu@a88-112-31-63.elisa-laajakaista.fi)
15:49.58CIA-7openmoko: 03laforge * r1117 10/trunk/src/target/u-boot/patches/ (dynpart-absorb-bad.patch nand-dynamic_partitions.patch):
15:49.58CIA-7openmoko: * correctly handle gross/net partition sizes. I.e., if we erase a partition,
15:49.58CIA-7openmoko:  we want to erase all non-bad blocks in it. but if we write to it [skipping
15:49.59CIA-7openmoko:  blocks], then we definitely do not want to exceed the end of the partition.
15:49.59CIA-7openmoko:  This introduces one additional argument to the arg_off_size() function.
15:50.02CIA-7openmoko: * Fix nand_isbad_bbt() to also consider 'factory default bad-blocks' as being bad
15:53.51sannescounter
15:53.51alorilP0: 3 days 20:06:08 (-2.162 - 3.838 days);  P1: 19.838 - 34.838;  P2: 187.838 - 217.838 (long: "/msg aloril counter?") (397)
15:54.07*** join/#openmoko morricone (i=foobar@dslb-084-057-184-004.pools.arcor-ip.net)
15:54.08*** join/#openmoko zween (n=zween@80-47-43-169.lond-hex.dynamic.dial.as9105.com)
15:55.08CIA-7openmoko: 03laforge * r1118 10/trunk/src/target/u-boot/patches/uboot-dfu.patch:
15:55.08CIA-7openmoko: * disable DFU debugging
15:55.08CIA-7openmoko: * correctly use gross/net partition sizes
15:55.08CIA-7openmoko: * correctly deal with bad blcoks in splash/kernel/rootfs partitions
15:55.09CIA-7openmoko: * make sure we have a valid mtdparts environment variable before starting
15:55.09CIA-7openmoko: * correctly restore dynenv OOB marker after flashing u-boot
15:55.11CIA-7openmoko: * don't touch dfu_status when entering MANIFEST_SYNC
15:55.51*** join/#openmoko mlpug (n=user@a85-156-253-211.elisa-laajakaista.fi)
15:57.03*** join/#openmoko zween (n=zween@80-47-43-169.lond-hex.dynamic.dial.as9105.com)
15:57.47*** part/#openmoko Basheri (n=Arttu@a88-112-31-63.elisa-laajakaista.fi)
16:01.17stefan_schmidtFor everybody who is interested in a second battery. Some guy found out that the Nokia BLC5 battery is compatible to the one in the NEO. Neo oine has 1200mA and the nokia one is available with 1700mA also. :)
16:01.20stefan_schmidtHave fun
16:01.52LuitvDnokia blc5
16:01.57LuitvDwill write that down :)
16:02.08LuitvDthanks
16:02.09stefan_schmidtin the wiki please
16:02.23stefan_schmidt1 EUR + shipping on ebay
16:02.30LuitvDoh, was thinking about writing it on tomboy note for myself :P
16:12.58jeddy3_counter
16:12.58alorilP0: 3 days 19:47:01 (-2.176 - 3.824 days);  P1: 19.824 - 34.824;  P2: 187.824 - 217.824 (long: "/msg aloril counter?") (398)
16:15.06buzthat is good news indeed
16:15.10buznokia batteries are widely available
16:15.16buz(tho i would NOT buy the 1eur ones)
16:16.18buzare you sure its not called BL-5C?
16:16.32buzcant find BLC5
16:17.37stefan_schmidtbuz: http://cgi.ebay.de/AKKU-f-NOKIA-3100-6030-6230-6680-7600-E60-N91-wie-BLC5_W0QQitemZ110095748310QQihZ001QQcategoryZ30414QQssPageNameZWDVWQQrdZ1QQcmdZViewItem
16:17.56stefan_schmidtbuz: BL-5C
16:17.57buzebays search engine must be worth shit
16:18.00buzoh yes
16:18.02stefan_schmidtbuz: sorry, typo
16:18.07*** join/#openmoko MacNorth_ (n=daijobu@c-75-71-250-33.hsd1.co.comcast.net)
16:18.07buzthose i can find tons of
16:18.12stefan_schmidtexactly
16:18.33buzremains the question which ones wont explode next to your face
16:19.00LuitvDer, the non-nokia ones
16:19.12LuitvDthe cheap fake ones
16:19.24buzmhh the original one is only 850mah i think
16:21.25*** join/#openmoko barag (n=arag@xdsl-87-78-179-19.netcologne.de)
16:22.51stefan_schmidtbuz: On the FIC battery I saw yesterday there was 1200mA
16:24.00LuitvDI think he meant the original nokia batteries
16:24.26buzyeah
16:25.22*** join/#openmoko MetaBookfoziS (n=sajt@53d82b8d.adsl.enternet.hu)
16:29.15*** join/#openmoko parag0n (n=parag0n@ip4516.vpn.aber.ac.uk)
16:29.28*** join/#openmoko tr2x (n=alvar@ctse16.ulb.ac.be)
16:31.15CIA-7openmoko: 03laforge * r1119 10/trunk/oe/packages/s3c2410-utils/sjf2410-linux-native_svn.bb: close bug #211: run do_deploy earlier (Rod Whitby)
16:35.41*** join/#openmoko loufoque (n=loufoque@smj33-1-82-233-64-48.fbx.proxad.net)
16:36.53CIA-7openmoko: 03laforge * r1120 10/trunk/oe/conf/distro/include/preferred-openmoko-versions.inc: add 'now' version for dfu-util
16:37.36*** join/#openmoko ciastek (n=ciastek@procent.miedzylesie.waw.pl)
16:53.25SpeedEvil1700m
16:53.32SpeedEvilAh ebay rating may be lies.
17:05.54*** join/#openmoko sixfeet (n=sixfeet@p5484EB56.dip.t-dialin.net)
17:07.09*** join/#openmoko greentux|fosdem (n=greentux@88.128.45.155)
17:08.08sixfeetmoin
17:24.58*** join/#openmoko Tv (n=tv@65.212.203.130)
17:26.36*** join/#openmoko apardo (n=apardo@87.217.145.84)
17:27.20*** join/#openmoko msroest (n=msroest@S01060040f41dad58.cg.shawcable.net)
17:27.20*** join/#openmoko tnt_ (n=tnt@12.148-242-81.adsl-dyn.isp.belgacom.be)
17:30.14PBeckre
17:30.37*** part/#openmoko maya2003 (n=maya2003@mar44-2-82-224-252-38.fbx.proxad.net)
17:39.57*** join/#openmoko l4rs (n=laprican@hsiproxy.astra-net.com)
17:43.06buz1700mah seems kinda weird when your average laptop battery has like 4500mah or so
17:43.26baragwhy?
17:44.35Magonare there any videos from fosdem yes?
17:44.41Magons/yes/yet
17:47.41buzbecause a laptop battery is much bigger and heavier
17:49.43baragnot really
17:49.43barag+ different technique
17:50.02dottedmagbarag: why then laptop batteries are not built using this technique? ;)
17:50.39baragmom
17:53.35baragmh, how should i explain that in english
17:56.00*** join/#openmoko NatureTM (n=theking@CPE-70-94-38-157.wi.res.rr.com)
17:56.31CMI'm guessing they're different because a laptop needs more watts
17:56.40CMMeaning a faster discharge
17:57.24CMHow many watts can you get out of a phone battery? Anyone knows?
18:00.36*** join/#openmoko BenC (n=bcollins@collinsap1.phunnypharm.org)
18:01.15*** join/#openmoko Syg (n=zip@adsl-070-145-224-131.sip.int.bellsouth.net)
18:01.17*** join/#openmoko loft306 (n=^_^@tuxhacker/pdpc.supporter.sustaining.loft306)
18:03.08*** join/#openmoko BenC (n=bcollins@debian/developer/bcollins)
18:03.25buza lot, when it burns
18:04.08don-ois there a good photo of the front of the neo1973? this wiki page has good photos of all sides but the front (with the case on). http://wiki.openmoko.org/wiki/Disassembling_Neo1973
18:04.48*** join/#openmoko T1 (n=tv@72-254-192-46.client.stsn.net)
18:04.57CMdon-o: I thought that was weird too
18:05.24CMBut I think LaF0rge had some more pics somewhere
18:05.26*** join/#openmoko bugdus (n=arag@xdsl-84-44-174-161.netcologne.de)
18:05.41don-oCM: yeah, and the front page of openmoko.org looks like an artist's rendition rather than a real photo
18:10.08*** join/#openmoko zween (n=zween@80-47-43-169.lond-hex.dynamic.dial.as9105.com)
18:11.37b_lindeijerSecond post on the planet shows some front: http://planet.openmoko.org/
18:12.37*** join/#openmoko MetaBookfoziS (n=sajt@53d82b8d.adsl.enternet.hu)
18:15.52don-ob_lindeijer: cool thx
18:22.00don-oim starting to get seriously jazzed about the phone
18:22.18don-oi was seduced by the iPhone but this thing has changed my mind
18:22.31LuitvDlol
18:23.11*** join/#openmoko tim__ (n=tim@dsl-217-155-195-89.zen.co.uk)
18:24.13b_lindeijerWhen they announced the iPhone I thought "who the hell needs that?", then I heard about the Neo1973 and I thought "hmm, much more than I need, but it's open source, way cool!", heh.
18:25.52b_lindeijerI wish something like a Nokia 2600 driven by open source would exist. Simple phone, but with all the freedom.
18:26.10*** join/#openmoko woglinde (i=woglinde@e178096174.adsl.alicedsl.de)
18:28.14woglindecounter
18:28.14alorilP0: 3 days 17:31:45 (-2.270 - 3.730 days);  P1: 19.730 - 34.730;  P2: 187.730 - 217.730 (long: "/msg aloril counter?") (399)
18:34.39*** join/#openmoko arind (n=arind@cpe-76-171-112-11.socal.res.rr.com)
18:36.09arindjk
18:45.57*** join/#openmoko pleemans (n=peter@d51A5E76A.access.telenet.be)
18:49.31loufoqueb_lindeijer: actually, most people seem to think the neo 1973 doesn't have enough features.
18:49.57woglindefor me it has enough features
18:50.21woglindeonly the wlan-problem but thats not so bad
18:50.40*** join/#openmoko ajturner_ (n=ajturner@d14-69-64-67.try.wideopenwest.com)
18:51.35*** join/#openmoko pvanhoof (n=pvanhoof@d54C0EE14.access.telenet.be)
18:55.50*** join/#openmoko vmaster_ (i=vmaster@p5B07E89B.dip.t-dialin.net)
18:58.20don-oi figure neo1974 will have wifi
18:58.28LuitvDwifi?
18:58.29alorilWhen version 1 was designed there was no sufficiently low-power WiFi chip available which has an open driver. You can attach (battery) powered USB hub to Neo1973 and then use supported WiFi USB stick. For more information see http://wiki.openmoko.org/wiki/FAQ#Q:_What_is_the_rationale_behind_the_exclusion_of_WiFi.3F
18:58.38don-oLuitvD: 802.11
18:58.40PBeckwoglinde: yes wlan is a problem :(
18:58.54woglindealroil yes I know
18:59.27vmasterheh, someone should put that anwer on a trigger
18:59.29PBeckhm is the accu the second problem? Two days?
18:59.31don-oadd an accelerometer and wifi and its got as good or better specs than the iPhone
18:59.59PBeckwe can add a camera
19:00.05PBeckor a lamp
19:00.08PBeckor wth ;)
19:00.26vmasteris there any data on how many people really _want_ a camera on their phone?
19:00.46PBeckvmaster: i havent seen any data
19:00.58bugdusnever used my cellphone camera ;X
19:01.07PBeckvmaster: but i find wlan ist usefuller than a camera
19:01.12vmasterdefinitely
19:01.16wm_eddiebugdus: In Japan, everybody uses the camera on their phone.
19:01.17woglindeyes definitly
19:01.19PBeckwlan ist a killer-feature
19:01.27bugdusyeah, im not living in japan ;)
19:02.02PBeckwm_eddie: what for specs have the camera there? vga is not usefull :P
19:02.11PBeck*cameras
19:02.32wm_eddieMany Japanese phones have like 2 megapixel cameras on them.
19:02.42bugdusthats not really good ;X
19:03.13wm_eddieAnd their screens are pretty crazy.
19:03.37PBeckhm 3,2 mpx would be better
19:03.54wm_eddieI'm sure there's a few that have 5 megapixels by now.
19:04.18wm_eddieand most of the new phones can receive television.
19:04.21bugdusyeah, but megapixels are not everything ;)
19:04.36wm_eddieMy cheapo phone had TV.
19:04.56PBeckhm TV would be a nice feature too ;)
19:05.41wm_eddieoh and nearly every phone in Japan has that "visual voicemail"
19:05.58bugduskiller features
19:05.59bugdus...
19:06.03wm_eddieThey don't put up with the shitty state of voicemail for long.
19:06.11bugdustv on a 3" screen, yeah ;p
19:06.34PBecki dont understand was visual voicemail is
19:06.45PBeck*what
19:06.50bugdusi dont even use my normal mailbox
19:06.51bugdus;X
19:07.23PBecki havent used my mailbox since 5 years .P
19:07.55wm_eddieInstead of having to call your voicemail and listen to "you havce three new messages, first new message: Phone number blah blah blah Received on.... blah blah (2 minutes later you actually hear the message)
19:08.19bugdusi dont need that
19:08.21wm_eddiehttp://www.nttdocomo.co.jp/product/index.html
19:08.30PBeckoh i can sort the messages how i would here that?
19:08.42wm_eddieI do, I want to kill the person who created that voice mail system.
19:08.54PBecklol
19:08.58bugdusi dont use it =)
19:09.13PBeckso
19:09.17bugduswhen i miss a call i can see the number and call back
19:09.17PBecki go offline now
19:09.19wm_eddieYeah, with visual voice mail you don't have listen to the 10 non important messages before being able to hear that one message you were waiting for.
19:09.30PBeckbye ;)
19:09.45wm_eddieThe phones on that site are pretty.
19:09.51PBeckwm_eddie: ok thats usefull for persons they often use the mailbox
19:10.19wm_eddieOh, and all the phones have GPS.
19:10.28wm_eddieand a very nice map application.
19:10.40PBecki am not the person who need that ;) But a feature is a feature and many features are good ^^
19:10.55bugduswm_eddie, the japanse and the market for the rest of the world are very different ;D
19:11.01PBeckTV phones ;)
19:11.16bugdusi would not even want to watch tv on such a small display ;X
19:11.17PBeckso now i musst go bye ;)
19:11.21denis^wegAre there some videos arround from the FOSDEM?
19:11.31wm_eddieThey have biometrics on their new phones too.  So you can lock them.
19:11.42mikeshcounter
19:11.42alorilP0: 3 days 16:48:17 (-2.300 - 3.700 days);  P1: 19.700 - 34.700;  P2: 187.700 - 217.700 (long: "/msg aloril counter?") (400)
19:12.19vmasterlast year free-electrons.com had videos from the embedded room online
19:12.45wm_eddiebugdus: I think the main problem is that American companies are buying shitty (and very cheap) Korean phones.  And charging out the ass for them.
19:13.11bugduswm_eddie, i dont even watch movies on the psp and that display is not that bad
19:13.43*** join/#openmoko parag0n_ (n=parag0n@popeshoe.gotadsl.co.uk)
19:14.04wm_eddieI wouldn't watch movies on my phone, I'd watch the news while I was on the train, or the Hanshin Tigers(baseball) game.
19:14.33wm_eddieThat dual-screen phone looks really interesting...
19:15.40wm_eddieHmm it has a really interesting interface for the numberpad.
19:16.07wm_eddieThe direction and menu buttons zoom in when you tap on that area.
19:16.13wm_eddiehttp://www.nttdocomo.co.jp/product/concept_model/d800ids/topics_01.html#top
19:16.37wm_eddieThat'll be a good thing to implement on the neo.
19:17.36*** join/#openmoko rd_ (n=redragon@segfault.net)
19:18.31*** join/#openmoko edistar (n=edwinloc@ip503ddd09.speed.planet.nl)
19:19.01edistarhave there been any tests to the stability of the phone? will it survive a lot of falls? ;)
19:19.26wm_eddieThere's no moving parts so it should be as rugged as any other phone.
19:19.52wm_eddieplus it has no corners so maybe even more so.
19:19.52edistarokey :)
19:19.57Tvno moving parts does not imply rugged
19:20.07Tvplenty of phones loosen internal cabling when dropped
19:20.42Tvor let the screen mounting break and make the screen shift to one side
19:20.43wm_eddieYeah, and the Neo has that too.
19:21.05*** join/#openmoko ecraven (n=nex@eutyche.swe.uni-linz.ac.at)
19:21.58wm_eddieNot sure if it'll get loose when you drop it though.
19:24.41ecravencounter
19:24.42alorilP0: 3 days 16:35:17 (-2.309 - 3.691 days);  P1: 19.691 - 34.691;  P2: 187.691 - 217.691 (long: "/msg aloril counter?") (401)
19:24.50*** join/#openmoko TarasBulba (n=gorkem@81.214.127.147)
19:25.45edistarI hope not, cause I usually am not over-careful
19:26.59_muk_hi!
19:27.11_muk_Is it just me who can't access ftp://ftp.gnupg.org ?
19:27.31threshno
19:27.35threshor yes
19:27.42threshlags so much
19:28.35_muk_NOTE: fetch ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.3.tar.gz
19:28.42_muk_It's on its 4th attempt now
19:28.55_muk_:-(
19:28.59woglindenuk use a mirror
19:29.00threshyeah, stuck here
19:29.02woglindemuk
19:29.10woglindeand download it manually
19:29.59*** join/#openmoko NatureTM (n=theking@CPE-70-94-38-157.wi.res.rr.com)
19:30.03_muk_Ok, this is my very first attempt to build so any idea where to put it, can I just re run the make openmoko-devel-image then?
19:30.45_muk_Found where to put it
19:30.51woglindemuk ;)
19:37.19*** join/#openmoko apakatt (n=apakatt@89.207.216.81.static.j.siw.siwnet.net)
19:37.57MetaBookfoziShas anybody openmoko near hungary?
19:38.15MetaBookfoziSor anybody want to buy it when that relased?
19:38.32MetaBookfoziSi'm hesitating, and i wanna se a living one:)
19:38.36LuitvDopenmoko is not the device
19:38.43MetaBookfoziSsorry, again and again
19:38.45MetaBookfoziS:)
19:38.46MetaBookfoziSso neo.
19:38.54LuitvDneo1973 is the device, openmoko is the software
19:38.59LuitvDthe neo is cool :)
19:39.38*** join/#openmoko eikonos (n=eikonos@S01060020ed569ad7.gv.shawcable.net)
19:39.58MetaBookfoziSi think the same, but the screen size is a bit frustrates me, i can't imagine how possible the working on an as little as that display...
19:40.08MetaBookfoziSsorry, my english grammar is not the best:)
19:45.19SygIf I understand right, you can use either your finger or the stylus interchangably
19:46.44SygSo if you are concerned about having big fingers, then the stylus can act as a thin sixth digit!
19:47.25MetaBookfoziSno, i have normal fingers:) but is the "typing" on near normal speed possible on it?
19:49.23MetaBookfoziSor the bluetooth keyboard is necessarry for it?
19:50.12LuitvDit's not necessary... it's useful...
19:50.31SygI haven't used it yet, so I'm not sure.  I doubt you would be able to type as quickly as on a full-sized keyboard, but it is probably much faster than typing on a cellphone keypad.
19:51.20MetaBookfoziSyou have reposed me:)
19:52.06MetaBookfoziSand an other thing, when openmoko (yes, the software:)) able to try that out on vmware or anything?
19:52.31SygCheck out the wiki.
19:52.55SygHere: http://wiki.openmoko.org/index.php?title=How_to_run_OpenMoko_Apps_on_PC&oldid=4279
19:53.17edistarbtw... where does the stylus go?
19:53.26edistarcan't see any place for it in the case..
19:54.03MetaBookfoziSyes, i have that, thanx, i get  what i do at monday:)
19:56.02SpeedEvilno stylus holder on the neo.
19:56.24edistaris that a mistake or what is the deep reasoning behind this?
19:56.32MetaBookfoziSstylus is the pen, not?
19:56.34SpeedEvilnobody knows.
19:56.35edistaryes
19:56.35SpeedEvilyes
19:56.43MetaBookfoziSthx
19:56.49SygOn launch day: "Uh, guys?  I think we forgot to put a slot for the stylus."
19:57.02wm_eddievelcro!
19:57.25MetaBookfoziSlol
19:57.25DesktopMadrill a tiny hole, insert stylus
19:57.27DesktopMa:)
19:57.36edistarxD
19:57.53wm_eddieI think stylus suck anyway so how about we forget about the whole stylus thing.
19:58.12SygIs the plural of stylus "styli"?
19:58.13MetaBookfoziSwhen you hacks neo withh some battery (to power up usb, for wifi:)) you can add a little hole to store stylus:)
19:58.16edistaryes
19:58.18wm_eddieSyg: yes
19:58.37LuitvDa stylus is useless... using a PDA now for 1,5 years, and have only used the stylus for half a year
19:58.55edistarI like the idea of a stylus! cause my fingers are not so precise as a stylus, I don't know about yours :P
19:59.02wm_eddieI've been using PDAs since the PalmVx.
19:59.03SygMy fingers are as thin as a stylus, so I won't miss it much.
19:59.08edistar:P
19:59.13LuitvDafter that I bought a 3-in-1 pen with ballpoint + pencil + stylus
19:59.23edistaron my nokia I use it
19:59.25LuitvDwhich is the ideal solution
19:59.26edistarfor typing etc
19:59.30wm_eddieedistar: If your fingers aren't presice enough for the phone that should be a bug in the software, not your hands.
19:59.50edistarah, thats a good viewpoint ;)
19:59.54MetaBookfoziS:D
20:00.13edistarbut some software requires a lot of features per cm²
20:00.19edistarso fingers alone are not enough ;)
20:00.28wm_eddieZooming should fix that.
20:00.32edistarthats my opinion..
20:00.39SygBut no matter how big the "footprint" of your finger (so to speak), the software should be able to find the centerpoint.
20:00.54edistarthats true..
20:01.17SygI just had a vision of a Monty Python cartoon with fingers instead of feet...
20:01.31edistar;)
20:01.43edistarhave to go, learn for the math test tomorrow at school ;)
20:02.24buzhttp://www.mobile-review.com/fullnews/main/index_eng.shtml#12567 now those are some nifty devices
20:02.52SygGood luck edistar
20:02.57buzvga screen and xga out
20:03.45edistarthx :)
20:05.30jeddy3_Syg, but just because software knows the centerpoint of my finger, doesn't mean I see where it is when my finger covers a couple of cm's...
20:06.31jeddy3_software can click away all it want's on some pinpointed location under my finger and that still doesn't help me
20:06.35*** join/#openmoko _muk_ (n=masa@c83-248-200-68.bredband.comhem.se)
20:07.28wm_eddieI use my treo's web-browser with my fingers.
20:07.36wm_eddieit's not that bad.
20:07.58CIA-7openmoko: 03werner * r1121 10/trunk/src/target/u-boot/patches/mmc-fixes.patch: (log message trimmed)
20:07.58CIA-7openmoko: include/asm-arm/arch-s3c24x0/regs-sdi.h (S3C2410_SDIDCON_BLKNUM_MASK): typo,
20:07.58CIA-7openmoko:  should be S3C2410_SDIDCNT_BLKNUM_MASK
20:07.58CIA-7openmoko: cpu/arm920t/s3c24x0/mmc.c (mmc_block_read): use S3C2410_SDIDCON_BLKNUM instead
20:08.00CIA-7openmoko:  of bogus S3C2410_SDIDCON_BLKNUM_MASK
20:08.02CIA-7openmoko: cpu/arm920t/s3c24x0/mmc.c (mmc_block_read): check SDIDSTA after each FIFO read
20:08.04CIA-7openmoko:  and clear any pending errors
20:09.38*** join/#openmoko goxboxlive (n=goxboxli@206.80-202-161.nextgentel.com)
20:09.58*** join/#openmoko univac_ (n=univac@148.81.191.193)
20:10.29SygIt might not be perfectly intuitive, especially for people with wider fingers, but I think it would be easy to adjust
20:11.35*** join/#openmoko ericthefish (n=ivan@82-71-36-214.dsl.in-addr.zen.co.uk)
20:13.45b_lindeijerloufoque: I know, it seems the target market is people who like phones similar to the iPhone. It's not bad, just not entirely what I am looking for, heh.
20:14.38*** join/#openmoko dmp (n=dmp@suita.chopin.edu.pl)
20:15.01*** join/#openmoko ab (n=ab@ppp85-141-91-19.pppoe.mtu-net.ru)
20:16.18*** join/#openmoko abstrakraft (n=abstrakr@67-50-85-183.br1.tbr.ga.frontiernet.net)
20:20.15SygI don't even want a cellphone and have stayed "clean" thus far.  But an open-source, open-spec phone/PDA with GPS and a touchscreen?  It's too much for my little geek brain to resist.
20:20.44_muk_Syg, haha :-)
20:21.02MetaBookfoziSdetto..:) i'M thinking about the remote control via ssh and if that possible, some coding during some boring lesson...
20:27.52SygI just want to write a BSOD app and install it on all my friends' Neos.
20:28.32mxndd if=/dev/urandom of=/dev/kmem, eh?
20:31.20SygDoes anyone know how some people are able to "throw" their voice?  I'm curious if it would be possible to do the same with a speaker.
20:31.45MetaBookfoziS:)
20:33.37SygIt would be great fun to throw various animal noises around a classroom during a lecture without it seeming to come from me.
20:33.54CIA-7openmoko: 03laforge * r1122 10/trunk/src/target/u-boot/patches/uboot-dfu.patch:
20:33.54CIA-7openmoko: * get rid of bogus -EINVAL somewhere in source code
20:33.54CIA-7openmoko: * implement the DFU state machine correctly (MANIFEST_SYNC -> IDLE transition)
20:33.54CIA-7openmoko: * add 'proprietary' way to switch back from DFU to Runtime: DFU_DETACH in IDLE state + reset.
20:34.42CIA-7openmoko: 03laforge * r1123 10/trunk/src/host/dfu-util/src/ (main.c sam7dfu.c):
20:34.42CIA-7openmoko: * add explicit 'Reset after transfer' switch (--reset -R)
20:34.42CIA-7openmoko: * correctly implement MANIFEST/MANIFEST_SYNC/IDLE stat transition after transfer
20:42.18*** join/#openmoko matjan (n=matjan@209-161-223-249.dsl.look.ca)
20:44.48abstrakraftbuilding with MokoMakefile - anyone else doing the same?
20:45.32CIA-7openmoko: 03laforge * r1124 10/trunk/src/target/u-boot/patches/uboot-dfu.patch:
20:45.32CIA-7openmoko: * one less #ifdef section for usbdcore.c
20:45.32CIA-7openmoko: * if stdout is usbtty, switch it to vga until we get back from DFU mode
20:50.30_muk_abstrakraft: Trying for the first time now
20:51.18abstrakraft_muk_:running smoothly?
20:52.59_muk_abstrakraft: Well, had some problems downloading stuff from ftp.gnupg.org, but I downloaded the files from a mirror instead (got a tip from this channel) and it's still running...
20:53.59_muk_abstrakraft: It's copinling package: libxml2-2.6.26-r0 at the moment
20:54.04_muk_compiling
20:54.57abstrakraft_muk_: good to know - I'm on round 6 or 7, now, getting tired of broken builds
20:56.31_muk_abstrakraft: Had some troubles yesterday with missing uboot-mkimage but that was fixed until today, so after updating the mokomakefile it seems to get a lot further down the road ;-)
20:56.52*** join/#openmoko rob_w (n=bob@p213.54.183.83.tisdip.tiscali.de)
20:57.10rwhitbyabstrakraft: what's the error you're seeing - pastebin please.
20:57.35rwhitbymy overnight daily test build completed successfully.
20:57.45*** join/#openmoko LuitvD (n=luitvd@beigetower/luitvd)
20:58.03rwhitbyuboot still fails to build, but that has been disabled in mokomakefile now
20:58.06*** join/#openmoko Demitar_ (n=demitar@c-212-031-191-031.cust.broadway.se)
20:58.20LuitvDrwhitby: on my machine more things fail
20:58.32LuitvDrwhitby: perl-native :)
20:58.44LuitvDand I can't find it anywhere...
20:58.55abstrakraftrwhitby: the most recent was sjf2410-linux-native.patch failed, it looks like the changes were merged upstream
20:59.15abstrakraftrwhitby: pastebin?
20:59.21rwhitbyabstrakraft: yes, it was fixed overnight upstream, I'm updating mokomakefile for that now.
21:00.05abstrakraftrwhitby: excellent - I edited the series file, building now, just curious if I everything else is running smoothly
21:00.35rwhitbyshould be, modulo host setup stuff.
21:02.29CIA-7openmoko: 03rwhitby * r17 10mokomakefile/trunk/patches/openmoko-HEAD/series: Disabled the sjf2410-linux-native.patch as it has been fixed upstream.
21:03.34*** join/#openmoko ajturner (n=ajturner@d14-69-64-67.try.wideopenwest.com)
21:05.20*** join/#openmoko inz (i=inz@inz.fi)
21:06.15*** join/#openmoko DukeOfURL (n=chatzill@vc7-1-39.dsl.netrack.net)
21:06.35LuitvDhmm, now how do I fix my problem...
21:06.43LuitvDsomehow, I can't build perl-native
21:06.54LuitvDand I'm not sure why
21:10.24rwhitbyanyone know how to convert a 380MB video file of openmoko @ fosdem 2007 to less than 100MB so I can put it on youtube?  solutions must work in Linux Debian Sarge (cause that's where the file is currently, and it will take me 3 hours to get it to my machine here)
21:11.22*** join/#openmoko denis^da (n=denis@p549BC7D1.dip.t-dialin.net)
21:11.34SpeedEvilmencoder
21:11.52SpeedEvilpart of mplayer.
21:12.02SpeedEvilHow long is it/
21:13.02SpeedEvilIf the machine is faster than your internet connection, then I could download it to my shell account, and do it here.
21:13.07SpeedEvils/here/there/
21:17.12*** join/#openmoko davi (n=davi@41.Red-217-127-236.staticIP.rima-tde.net)
21:17.21rwhitbySpeedEvil: I just msg'd you the location - please take it, convert it, and put it on youtube.  Please do not make that location public, or it will kill my server.
21:17.30CoreDump|homehi
21:17.30SpeedEvilOf course not :)
21:17.33SpeedEvilOk, will do.
21:17.40rwhitbylet me know when you've got it.
21:17.44SpeedEvilI'll see what my server gets
21:17.45rwhitbyhey CoreDump|home
21:18.20SpeedEviletahhhh: 15 mins.
21:18.42SpeedEvil(for the d/l, I'm unsure how long the conversion will take)
21:18.45rwhitbyyeah, it's on a fast link, but 1000 people downloading it at once would kill the server.
21:19.53SpeedEvilConfirming youtube account ATM.
21:22.05rob_wwanna see !
21:22.54rwhitbyrob_w: we're going as fast as we can within practical limits.
21:23.07rob_whehe , iknow
21:23.24rob_wlet me thank you already ,
21:23.43*** join/#openmoko msroest (n=msroest@S01060040f41dad58.cg.shawcable.net)
21:23.47rwhitbythank ole tange
21:23.48Keroanyone is/knows jeff <moe@blagblagblag.org> ?
21:24.03CoreDump|home!pester rwhitby
21:24.05cdbot2rwhitby : Are we there yet? .. Are we there yet? .. Are we there yet?
21:24.10rwhitbyheh
21:24.27*** join/#openmoko sonokie (n=eikonos@S01060020ed569ad7.gv.shawcable.net)
21:24.46rwhitbyKero: he is jebba
21:25.03rob_whail rwhitby
21:25.11LuitvDrwhitby: belnet hosts some video's... why isn't the openmoko talk on that mirror too?
21:25.22rwhitbyguess they haven't got to it yet
21:25.33rwhitbyI presume they have many videos to convert.
21:25.52LuitvDhttp://ftp.belnet.be/mirrors/FOSDEM/2007/
21:25.58LuitvDthat's what's on now...
21:26.14LuitvDOLPC is there already :)
21:26.15Kerorwhitby: thanks
21:26.15SpeedEvil8 mins to go - if I can get mencoder compiled before then.
21:27.58abstrakraftrwhitby: thanks for the patches, help, etc. - my build has gotten to dropbear, which I believe is further than I've ever gotten before.
21:29.18rob_wplease have the video or any file linked to the wiki ,, i want to check tomorrow
21:29.25rob_wsleep well openmoko
21:41.38*** join/#openmoko bugdus (n=arag@xdsl-84-44-157-132.netcologne.de)
21:43.44*** join/#openmoko LoDown (n=LoDown@dsl093-230-107.lou1.dsl.speakeasy.net)
21:47.26*** join/#openmoko Elrond (i=[n8lYjxv@irc.fem.tu-ilmenau.de)
21:47.32ElrondEvening people.
21:47.39*** join/#openmoko T1 (n=tv@65.212.203.130)
21:47.40SpeedEvilOk - it seems to be encoding ok on my shell host - I'm rescaling to 320*240 - as it's not that sharp as to make 640*480 worthwhile
21:47.45SpeedEvilvening.
21:47.56*** join/#openmoko SpeedEvil (n=mauve@212.159.7.165)
21:50.54*** join/#openmoko slomo (n=slomo@ubuntu/member/slomo)
21:51.05Elrondcounter
21:51.05alorilP0: 3 days 14:08:54 (-2.410 - 3.590 days);  P1: 19.590 - 34.590;  P2: 187.590 - 217.590 (long: "/msg aloril counter?") (402)
21:54.43*** join/#openmoko SpeedEvil (n=mauve@tor/regular/SpeedEvil)
21:55.11SpeedEvilSigh - anyway - it's encoding, and I'll upload it when it's finished - 15 min (openmoko talk)
21:58.15Magonhave anyone experiences with runing moko in xoo
21:58.16Magon?
22:02.20ElrondSpeedEvil - You any idea, what the changes in GTA01Bv4 are, that LaF0rge mentions in http://gnumonks.org/~laforge/weblog/2007/02/20/#20070220-hardware_problems ?
22:07.41SpeedEvilNo clue.
22:07.52SpeedEvilwas that a few days ago?
22:09.07SpeedEvilI had the impression it was sleep/wake problems.
22:09.19SpeedEvilI don't recall from where.
22:09.41SpeedEvilSigh - first encoding was too large, re-doing.
22:13.23*** join/#openmoko qailer (n=marcus@84-217-24-83.tn.glocalnet.net)
22:14.56qailerHello people, I've just discovered openmoko and wonder if the Neo1973 device is able to purchase at this moment ...?
22:15.11mjrno
22:15.20SpeedEvilsee topic - $350, late march.
22:15.52SpeedEvilAnyone have a clue what stupid I may be performing on youtube - I've confirmed my address, and it keeps taking me back to the 'confirm address' screen, when I try to upload.
22:16.01SpeedEvilthe FOSdem talk
22:16.57mjrcookies
22:17.14mjrallow cookies, make sure you open the confirm url in the same browser
22:17.32SpeedEvilnope.
22:17.40SpeedEvilI'll try restarting browser.
22:18.02SpeedEvilOh, you have to be joking.
22:18.03mjrnoticed that when uploading our campaign video: http://www.youtube.com/watch?v=_U689sA-QnU
22:18.15SpeedEvil-rw-r--r--  1 mauve cgiusers 100036922 Feb 25 22:13 tes1.avi
22:18.18SpeedEvil:
22:18.20SpeedEvil)
22:18.24mjrhah
22:18.51*** join/#openmoko wbx (n=wbx@gprs-pool-1-016.eplus-online.de)
22:19.06qailersry, I have a bad habbit of forgetting to, I see, thanks for reply. I really like the idea of it and will definetly consider to buy one when it's possible. I'm quite bewildered why it doesn't carry wifi...
22:19.47mjrFAQ
22:32.06*** join/#openmoko Tv (n=tv@72-254-192-46.client.stsn.net)
22:34.47*** join/#openmoko msroest (n=msroest@S0106001839653457.cg.shawcable.net)
22:37.44*** join/#openmoko jserv2 (n=jserv@linux3.cc.ntu.edu.tw)
22:45.48*** join/#openmoko rwhitby (n=rwhitby@nslu2-linux/rwhitby)
22:49.02rwhitbySpeedEvil: eta on upload?
22:50.25SpeedEvilrapidshare.com?
22:50.29SpeedEviloops
22:51.15*** join/#openmoko msroest (n=msroest@S0106001839653457.cg.shawcable.net)
22:51.17SpeedEvilSomeone else with a faster connection than me now has it - the 100M copy, and is trying uploading to rapidshare.
22:51.38SpeedEvilHe can't get youtube login to work ATM either.
22:53.02SpeedEvilIt's going up to rapidshare - slowly ;9
22:53.07SpeedEvil:(
22:53.19SpeedEvil50 mins.
22:55.39denis^dathat's worth waiting :>
22:59.40*** join/#openmoko agile (n=mike@68-189-222-201.dhcp.ftwo.tx.charter.com)
23:00.41denis^daSpeedEvil, will you post the link later on ?
23:03.08SpeedEvilNaah, I'm gonna post it under a random name, so nobody can guess it :)
23:03.21SpeedEvilIf I get to it fiorst.
23:03.53SpeedEvilThings are happening with varuious people attempting to download the 100M copy and upload to rapidshre/youtube.
23:04.03SpeedEvilIt's at the moment on my shell account, where I can't do that to it.
23:05.40SpeedEvilIf you have a fast FTP server, I can ftp it to you.
23:07.57denis^daI'm afraid I haven't got a fast FTP server :/
23:12.46denis^dathey work :>
23:13.21SpeedEvili/dcc
23:13.34SpeedEvilhere - I have port oddness on the shell server.
23:13.37SpeedEvilit's firewalled.
23:13.42denis^daah ok
23:14.48SpeedEvilrwhitby: oh sigh. It playerd in mplayer, Iso I assumed it was OK.
23:17.23rwhitbycodec required is FFmpeg/ffdshow ISO MPEG-4
23:17.23Kerook, played a bit with DBus. Link added to http://chmeee.dyndns.org/om/
23:18.53SpeedEvilSorrt - I just accepted the default codec, checked to see it diddn't look insane, and converted.
23:19.09SpeedEvilI don't have a windows box here.
23:19.29SpeedEvilCoreDump|home : speed?
23:19.41CoreDump|homealmost 2Mb/s
23:20.03Keroneed to test that quite a bit and get to the session-bus... then dig into the evolution bindings. By that time P1 will happen, but then I can probably whip up some interesting calendar/pim app :)
23:20.29CoreDump|homehttp://hentges.net/tmp/FOSDEM/
23:20.51rwhitbySpeedEvil: I've passed it to him from my fast server.
23:20.59vmasterCoreDump|home: is it ok to leech from that location?
23:21.07CoreDump|homeyep leach away
23:21.28vmasterCoreDump|home: great, thanks
23:26.13CoreDump|homehttp://hentges.net/tmp/FOSDEM/ <- 66mb version now available as well. Thanks SpeedEvil!
23:26.38SpeedEvilAnyone still using the files, or can I nuke them?
23:26.57rwhitbySpeedEvil: I think we've got enough copies now :-)
23:27.02denis^dayeah
23:27.02SpeedEvil:)
23:27.06CoreDump|home=)
23:27.13denis^dawe should get them up to youtube
23:27.22denis^daand the other video services
23:27.31CoreDump|homedenis^da: feel free to do so. My uplink sucks
23:27.34SpeedEvilSorry for not having a windows box to test the videos on :)
23:27.43rwhitbydenis^da: just working out codecs for windows before doing that (don't want 1000 "what codec should I use" messages to the mailing list)
23:27.45CoreDump|homeSpeedEvil: they play perfectly w/ xine
23:27.53denis^daI will do that tomorrow morning
23:28.03denis^daat youtube you don't need a codec ;)
23:28.06MacNorthi bet vlc won't have problems for windows folk
23:28.13SpeedEvilTechnically, you do.
23:28.18SpeedEvilBut it installs it for you.
23:30.04rwhitbyHmm - max youtube video length is 10min
23:30.19*** join/#openmoko dwery (n=dwery@nslu2-linux/dwery)
23:30.20SpeedEvilrapidshare.com
23:30.26SpeedEvilit sucks, but not _too_ badly.
23:30.33SpeedEvilFor one file at least.
23:33.15DesktopMaerrr
23:33.18DesktopMawork station
23:33.38CoreDump|homebbiab
23:33.55DesktopMa*prays it works on 64 bit*
23:35.11DesktopMahmm mtn isn't very dual core / quad core friendly
23:35.20DesktopMa100% on a single core
23:36.18*** join/#openmoko msroest (n=msroest@S0106001839653457.cg.shawcable.net)
23:39.16rwhitbymplayer for windows plays it
23:39.34SpeedEvilSigh. I wish I could have seen the whole video before coding.
23:39.44SpeedEvilOtherwise I'd have sliced out only the stage.
23:39.55*** join/#openmoko cprf (n=rzinkov@oss-staff.rutgers.edu)
23:40.42*** join/#openmoko empty_mind (n=orion@59.176.111.177)
23:42.03empty_mindi am confused. which document should i read to understand how to compile a lib and an app for openmoko framework
23:46.25CIA-7openmoko: 03laforge * r1125 10/trunk/src/target/kernel/patches/ (qt2410-base.patch s3c2410-qt2410-buttons.patch series):
23:46.25CIA-7openmoko: * add driver for qt2410 buttons (wakeup source). this is really ugly copy+paste
23:46.25CIA-7openmoko:  of something else that's ugly copy+paste, don't look at it.
23:46.25CIA-7openmoko: * qt2410: remove static partition table and rather use mtdparts
23:46.51MacNorthheh
23:47.37*** join/#openmoko Stephmw (n=steph@212.69.51.139)
23:50.43*** part/#openmoko matjan (n=matjan@209-161-223-249.dsl.look.ca)
23:52.13*** join/#openmoko zween (n=zween@80-47-43-169.lond-hex.dynamic.dial.as9105.com)
23:58.59empty_mindMacNorth,

Generated by irclog2html.pl by Jeff Waugh - find it at freshmeat.net! Modified by Tim Riker to work with blootbot logs, split per channel, etc.