**** BEGIN LOGGING AT Fri Oct 12 02:59:56 2007 Oct 12 03:10:30 good morning Oct 12 05:42:03 how can i make source code as well as binary (.ipk) available for a release in cvs (at GForge in projects.openmoko.org)? Oct 12 06:04:47 greetings Oct 12 06:08:37 anyone else having trouble getting their neo1973 to register with the cell phone network? Oct 12 06:11:44 bewandered, no, which image are you using? Oct 12 06:11:58 bewandered, ATE1 will register to network Oct 12 06:12:53 i loaded the latest image available via the OS X flasher Oct 12 06:13:03 (checking) Oct 12 06:14:41 hmm where can i find the image name/rev? Oct 12 06:14:51 the flasher lists i as: Oct 12 06:15:23 openmoko-devel-image-fic-gta01-20070831093931.rootfs.jffs2 Oct 12 06:21:16 bewandered, which operator? Oct 12 06:21:27 t-mobile, in the US Oct 12 06:22:41 bewandered, did you follow this? http://wiki.openmoko.org/wiki/Gsmd#Usage_of_atcmd_mode Oct 12 06:23:18 i'm trying that right now :) Oct 12 06:24:30 i have found that most of them time, when i select "power-up GSM antenna" from the small antenna menu in the upper right, it seems to crash something -- the bar along the top of the phone disappears Oct 12 06:25:57 bewandered, i always start gsmd after power-up, "/etc/init.d/gsmd start" before I use it Oct 12 06:26:12 ah, OK Oct 12 06:27:06 bewandered, AFAIK, there is some gsm boot-up initialization timing issue, not sure if it has been resolved yet Oct 12 06:28:00 ok, the start seems to have worked. Oct 12 06:28:17 (slow going here, i'm trying with the keyboard on the screen) Oct 12 06:28:22 "typing" Oct 12 06:28:55 bewandered, ssh into the device, it is much faster and easier to operate that way Oct 12 06:29:21 yeah, unfortunately, i don't have a convenient way to do that yet Oct 12 06:29:27 my desktop is NetBSD Oct 12 06:30:35 i've enabled the Ethernet over USB stuff enabled in the kernel Oct 12 06:31:07 but it doesn't recognize the device properly Oct 12 06:31:23 cdce0 at uhub1 port 2 configuration 1 interface 0 Oct 12 06:31:23 cdce0: Linux 2.6.20.7-moko8/s3c2410_udc RNDIS/Ethernet Gadget, rev 2.00/2.12, addr 2 Oct 12 06:31:23 cdce0: could not find data bulk in Oct 12 06:33:19 ok, looks like it found a network Oct 12 06:33:29 bewandered, configuration 1 is correct, atleast that is what i see on the host Debian PC Oct 12 06:33:41 ok Oct 12 06:34:01 i have a Debian desktop at work, i can try it there in about 8 hours :) Oct 12 06:35:56 the man page, cdce(4) says this at the end: Oct 12 06:36:01 CAVEATS Oct 12 06:36:01 Many USB devices notoriously fail to report their class and interfaces Oct 12 06:36:01 correctly. Undetected products might work flawlessly when their vendor Oct 12 06:36:01 and product IDs are added to the driver manually. Oct 12 06:36:14 so it could be something related to that Oct 12 06:38:55 bewandered, not worked on BSDs that much, might want to check with the developers Oct 12 06:45:52 openmoko: 03laforge * r3147 10/trunk/src/target/u-boot/patches/ (uboot-20061030-neo1973.patch uboot-mokoversion.patch): Oct 12 06:45:52 openmoko: Fix bug that caused precharge current only ~ 40..50mA instead of 80..100mA on Oct 12 06:45:52 openmoko: GTA01 (Wally Ritchie) Closes: #762 Oct 12 06:47:58 does anyone know how to invoke a shell script from a GTK+ GUI? Oct 12 06:48:26 mbuf: Use the terminal? Oct 12 06:49:04 stefan_schmidt, i would like to integrate it with a GUI application Oct 12 06:49:51 mbuf: Ah, write a desktop file for it Oct 12 06:50:14 mbuf: Put it in the right directory and it should show up in the launcher Oct 12 06:50:26 stefan_schmidt, i see Oct 12 06:51:45 stefan_schmidt, newbie here, any documentation links? Oct 12 06:52:00 mbuf: Ragarding to the desktop files? Oct 12 06:52:07 stefan_schmidt, yes Oct 12 06:52:24 mbuf: There should be a spec at freedesktop.org Oct 12 06:52:36 stefan_schmidt, ok, thanks Oct 12 06:52:46 mbuf: But just have a look at the other files to get the syntax. It's really simple Oct 12 06:54:05 mbuf: /usr/share/applications/openmoko-feedreader2.desktop Oct 12 06:54:15 mbuf: Or do you mean the use of fork/exec? Oct 12 06:55:22 alphaone, i want to execute "/etc/init.d/some-service" from the GTK+ GUI Oct 12 06:56:27 mbuf: Okay, so you want an icon in the launcher to start it? Then use a .desktop file. Oct 12 06:56:46 alphabeat, ok Oct 12 07:06:08 mbuf, thanks for your help Oct 12 07:08:01 bewandered, anytime Oct 12 07:15:22 wow, 2 hours and 20 minutes for a complete build from scratch (sources already there) Oct 12 07:16:35 If anybody looking for a good cpu for devel, go for a core2 quad :) Oct 12 07:18:16 oh, wait, i have 2 of those machines in my pocket.... Oct 12 07:18:33 * ScaredyCat burries stefan_schmidt in the snow Oct 12 07:19:36 ScaredyCat: Be careful with having them in the pocket. They get really hot during compile. ;) Oct 12 07:20:32 boiled eggs eh ? ;) Oct 12 07:20:56 ScaredyCat: heh Oct 12 07:28:41 XorA|gone: Awake? Oct 12 07:42:00 mbuf: Did you get your GTK+ problem solved yesterday? Oct 12 07:42:24 abraxa__, which one? Oct 12 07:43:11 abraxa_, the scrollbar to be displayed fully for GtkTreeView? Oct 12 07:43:18 abraxa_, yes, http://free-opensource.qvantel.net/uploads/amc/amc-oct-11-2007.png Oct 12 07:44:25 mbuf: You were looking for an example on how to get a GtkTreeView updated after a (separate) GtkTreeStore change Oct 12 07:44:57 abraxa_, i stored the data temporarily,and then update the GtkTreeStore with the values, and finally updated the GtkTreeView Oct 12 07:45:17 abraxa_, i am new to model-view-controller design :) learning something new daily though Oct 12 07:45:18 Ahh okay, so you solved it. Good =) Oct 12 09:01:54 any java development on this platform? Oct 12 09:05:13 Hi Oct 12 09:05:33 I would purchase the neo1973 from openmoko.com.... Oct 12 09:05:38 ... Oct 12 09:05:44 what about VAT for europe? Oct 12 09:06:06 someone has already done? Oct 12 09:06:09 cardone: courier will bill you for that Oct 12 09:09:33 openmoko: 03laforge * r3148 10/trunk/doc/hardware/GTA02v3/ (. gpio.txt gpio.txt): gpio changes for GTA02v3 Oct 12 09:10:15 cardone: http://wiki.openmoko.org/wiki/Shipping_Notes Oct 12 09:14:27 ( holy fucking crap, ~750 USD for a phone? ) Oct 12 09:14:46 wow i figured it'd gone down by now Oct 12 09:15:10 zash`... Oct 12 09:15:28 750$ for what? Oct 12 09:15:34 what model? Oct 12 09:15:39 http://wiki.openmoko.org/wiki/Shipping_Notes#Sweden Oct 12 09:15:40 witch model? Oct 12 09:15:48 450 + 127 + 172 Oct 12 09:15:53 ah ok Oct 12 09:15:54 VAT Oct 12 09:16:06 mm Oct 12 09:16:21 omg Oct 12 09:16:37 I've been smart buying it when in the US Oct 12 09:16:45 i saved a LOOOT of money Oct 12 09:24:54 good morning Oct 12 09:26:18 hi Oct 12 09:26:48 hm Oct 12 09:26:57 i don't understand the qtopia onscreen keyboard :( Oct 12 09:27:47 me neither Oct 12 09:27:48 wtf is 750$ for ???? Oct 12 09:28:07 i can't manage to type simple messages :) Oct 12 09:28:20 CVirus: 450 for phone and the rest is shipping and VAT Oct 12 09:28:29 CVirus, neo advanced+ups express shipping+Swedish customs and duties Oct 12 09:28:34 ewwww Oct 12 09:28:49 yay for taxes :D Oct 12 09:28:55 I hope I find someone abroad to buy it for me when it comes out Oct 12 09:28:57 gi-el: what do you need to know about it? Oct 12 09:29:50 the OpenMoko guys have mentioned they're setting up a EU shipper for GTA02, should help costs inside EU at least Oct 12 09:30:27 * CVirus is expecting the Neo1973 to be released in February at the soonest Oct 12 09:30:43 infact .. I'm also dying for one :-( Oct 12 09:30:52 how large is the parcel from neo without the dev kit? Oct 12 09:31:18 for what i know, normal postal delivery shouldn't be much...though if it's done via another courier, it costs more Oct 12 09:31:35 and taiwan :( Oct 12 09:31:47 ljp: i just want to type words Oct 12 09:31:49 ljp: in dutch Oct 12 09:31:53 ljp: with spaces in between Oct 12 09:32:02 without the thing trying to guess all kinds of stuff Oct 12 09:32:20 openmoko: 03stefan * r3149 10/trunk/src/target/OM-2007.2/panel-plugins/openmoko-panel-bt/ (ChangeLog configure.ac src/openmoko-panel-bt.c): Oct 12 09:32:20 openmoko: 2007-10-12 Stefan Schmidt Oct 12 09:32:20 openmoko: * src/openmoko-panel-bt.c: Oct 12 09:32:20 openmoko: * configure.ac: Oct 12 09:32:20 openmoko: Use libnotify dor showing changes instead of dialog boxes. Patch by Oct 12 09:32:21 openmoko: Alexandre d'Alton Oct 12 09:55:52 why do i get CME ERROR: 3 for "AT+CLAC" ? are there any pre-requisite AT commands to be issued before it will work? Oct 12 10:24:09 mickeyl, ping Oct 12 10:25:35 hi pvanhoof. thanks for your document. I was on holidays and OEDEM, so I couldn't comment yet. will do soon. i'll also be in Taipei late next week, so I'll talk to Sean about everything administrative. Oct 12 10:25:43 sorry, brief. I'm about to run for lunch Oct 12 10:25:47 ok Oct 12 10:25:49 np :) Oct 12 10:25:50 will be later here tonite Oct 12 10:25:53 you anwered all qs Oct 12 10:26:00 hehe, ok :) Oct 12 10:56:56 a little something that would seem nice in some future device; http://www.pcadvisor.co.uk/news/index.cfm?newsid=10894 Oct 12 10:58:54 A much more interesting app is not fingerprint recognition. Oct 12 10:59:00 It's finger identification. Oct 12 10:59:05 a 3.5'' LCD is the bes ever Oct 12 10:59:16 And finger/pointer identification Oct 12 10:59:19 best* Oct 12 10:59:54 The one problem is that it's not going to be able to detect touches when off. Oct 12 11:00:34 The finger-ID lets you easily left and right click. Oct 12 11:01:17 and also two middle :p Oct 12 11:02:03 And of course, there is a huge difference between 'demonstrated' and 'someones ordered a million, so we can put it into production'. Oct 12 11:03:13 The comment about the lack of filters seems to misunderstand the technology. Oct 12 11:03:15 yes indeed Oct 12 11:03:23 Yes, there are less filters in this case. Oct 12 11:03:44 However, the sensors will not be free, they are going to take up display area, reducing transmission. Oct 12 11:03:51 So it may be a wash. Oct 12 11:07:36 openmoko: 03thomas * r3150 10/trunk/src/target/OM-2007.2/applications/openmoko-dialer2/ (ChangeLog src/moko-dialer-panel.c src/moko-keypad.c): Oct 12 11:07:36 openmoko: * src/moko-dialer-panel.c: (moko_dialer_panel_init): Oct 12 11:07:36 openmoko: * src/moko-keypad.c: (on_panel_user_hold): Oct 12 11:07:36 openmoko: - Insert digits on "button down" Oct 12 11:07:36 openmoko: - Replace primary digit with secondary digit when tap-and-hold occurs Oct 12 11:11:24 that should help make the dialer more usable Oct 12 11:12:45 secondary as in [pw+] ? Oct 12 11:13:26 does it empty the input-field on tap-and-hold? Oct 12 11:14:34 tap&hold on delete-button Oct 12 11:15:33 zash`: I haven't fixed that one yet, but it does already Oct 12 11:15:57 zash`: that one still only works once you release the button Oct 12 11:16:31 delete_button.tap_and_hold() { if(input_field.empty?) exit else input_field.empty! } Oct 12 11:18:04 or, universal back-button like qtopia would be nice Oct 12 11:18:33 zash`: it does that already Oct 12 11:18:39 zash`: clear the input, that is Oct 12 11:18:53 zash`: it just doesn't do it until you release the button, instead of while you are holding it Oct 12 11:19:04 so hold + release will clear the input Oct 12 11:19:12 I am going to fix it so just hold will clear it Oct 12 11:19:16 aha Oct 12 11:19:23 nice :) Oct 12 11:32:39 what is required to be added for a GTK+ application to use finger-scrolling? Oct 12 11:39:46 mbuf: use the MokoFingerScroll widget Oct 12 11:39:50 as the scrolled window Oct 12 11:40:25 thos, i see Oct 12 11:45:06 thos: Do you happen to have an idea how I can add padding to, say, a GtkImage in a themeable way? I tried using x-/ythickness in the RC file but that didn't have any effect at all... Oct 12 11:46:02 abraxa_: yeah, x/ythickness won't apply to GtkImage because it's not drawn using a theme Oct 12 11:46:02 * SpeedEvil misread that as Rat ermines Oct 12 11:46:25 abraxa_: perhaps put it inside a GtkFrame? Oct 12 11:48:58 thos: ...and give the frame the padding? Hmm, that might work, though I wonder if I can make the frame invisible. I guess setting shadow-type to GTK_SHADOW_NONE might do the trick... I'll try. Oct 12 11:49:04 thos: Thanks for the pointer :) Oct 12 11:49:32 abraxa_: yeah Oct 12 12:18:03 right, p910i getting too flaky, going back to my old visorphone Oct 12 12:18:20 at least until something else comes along ;-) Oct 12 12:19:06 i keep getting blocked on building fontconfig because of some certificate that cannot be verified... it has been like this for a week, is nobody else seeing this: Oct 12 12:19:08 NOTE: fetch https://stage.maemo.org/svn/maemo/projects/haf/trunk/fontconfig/device_symbols.h Oct 12 12:19:08 --14:14:50-- https://stage.maemo.org/svn/maemo/projects/haf/trunk/fontconfig/device_symbols.h Oct 12 12:19:08 => `/home/jonas/OM-2007.2/sources/device_symbols.h' Oct 12 12:19:08 Resolving stage.maemo.org... 62.61.85.32 Oct 12 12:19:08 Connecting to stage.maemo.org|62.61.85.32|:443... connected. Oct 12 12:19:09 ERROR: Certificate verification error for stage.maemo.org: unable to get local issuer certificate Oct 12 12:19:11 To connect to stage.maemo.org insecurely, use `--no-check-certificate'. Oct 12 12:19:13 Unable to establish SSL connection. Oct 12 12:23:16 jonibo: You can edit openembedded/conf/bitbake.conf and edit FETCHCOMMAND_wget to include --no-check-certificate if you want to do that Oct 12 12:24:30 Also, what distri are you running? Oct 12 12:24:55 abraxa_: thanks... I will do that... I imagine though there is a "real" solution, too, which should go into openembedded...? Oct 12 12:25:03 i am running Ubuntu Gutsy. Oct 12 12:25:31 Ah, hm... I would have had an idea if it had been gentoo, but alas... Oct 12 12:36:57 i am currently experimenting with gprs alot and have some recommendation for reliable gprs connection for http://wiki.openmoko.org/wiki/Manually_using_GPRS - what is the policy? just edit the wiki (it's quite alot) or ask the original author first? Oct 12 12:40:15 schönen wochenendanfang :D Oct 12 12:40:50 emdete: edit away! Oct 12 12:46:59 hey, the production phones with WiFi are coming soon, no? Oct 12 12:47:12 oh Oct 12 12:47:18 just read the broadcast Oct 12 12:47:21 apologies Oct 12 12:52:27 openmoko: 03thomas * r3151 10/trunk/src/target/OM-2007.2/applications/openmoko-dialer2/ (ChangeLog src/moko-keypad.c): Oct 12 12:52:27 openmoko: * src/moko-keypad.c: Clear dialer display when delete button held down, Oct 12 12:52:27 openmoko: rather than only when held and released Oct 12 12:52:46 zash`: ok, clear button fixed now too :-) Oct 12 12:53:12 :D Oct 12 12:54:14 then there's just the matter of me not having a neo :/ Oct 12 13:07:00 * * OM Bug 925 has been created by hrw(AT)openedhand.com Oct 12 13:07:01 * * Hanging out does not stop calling at gsmd level Oct 12 13:07:02 * * http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=925 Oct 12 13:07:15 jonibo: you need (IIRC) the ca-certificates package Oct 12 13:07:47 jonibo: else curl doesn't have any CA certificates to check, and refuses to download from https without a successful verification Oct 12 13:08:07 cesarb: thanks... I did not know about that package! Oct 12 13:08:17 (curl or wget or whatever it uses...) Oct 12 13:09:29 jonibo: this probably should be added to the mokomakefile page, since it seems to be a faq... I've seen it asked several times around here already (and the "just change the fetch command advice" is just a workaround... the Right Way is to add the certificates) Oct 12 13:13:12 cesarb: thanks... i installed the package and i will try again... i did not see the maemo.org certificate in the package, though... i believe that is what it was getting stuck on, some patch for fontconfig. Oct 12 13:13:21 hello Oct 12 13:13:25 jonibo: you will not see the maemo.org certificate Oct 12 13:13:47 jonibo: you will see the certificate of the CA authority which signed the maemo.org vertificate Oct 12 13:13:57 cesarb: of course... Oct 12 13:14:32 jonibo: or the certificate of the CA authority which signed the intermediate certificate(s) which signed the maemo.org certificate, and which unlike on microsoft websites is sent by the server together with the maemo.org certificate Oct 12 13:15:20 * cesarb suddenly notices "A trunk/doc/hardware/GTA02v3" Oct 12 13:16:22 v4 is release right? Oct 12 13:18:07 * mypapit out!!! Oct 12 13:18:36 ynezz: it depends on how many hardware bugs have to be fixed Oct 12 13:20:15 ynezz: GTA01 had some six revisions before the GTA01Bv4 most of us know Oct 12 13:29:01 jonibo: if it works, could you add a note to http://wiki.openmoko.org/wiki/MokoMakefile so other people won't get stuck in the same place? Oct 12 13:29:47 cesarb: ok, as soon as I've established that this works I'll fix up the wiki page Oct 12 13:39:00 * * OM Bug 926 has been created by developer(AT)linuxmontreal.com Oct 12 13:39:01 * * Project mailing lists are broken. Oct 12 13:39:02 * * http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=926 Oct 12 13:40:24 hi cesarb! i'm sorry i can't understand what you're saying in #906, can you help me? Oct 12 13:41:20 tuukkah: basically, the comment was a lie due to a bug, and that's probably how ATH went through in the past Oct 12 13:41:52 ok, so #906 appeared when the bug was fixed? Oct 12 13:41:56 tuukkah: now, the gsmd in OE (but not in the OM svn, it's all due to patches in the OE recipe) it seems more robust, and the command probably isn't being sent before the answer gets back Oct 12 13:42:28 tuukkah: however, I didn't look at the patches closely enough, so I cannot say for certain they really did that Oct 12 13:43:35 i wonder what the solution will be Oct 12 13:43:56 allow command pipelining again, or make some special case for ATD and ATH Oct 12 13:44:44 tuukkah: probably special-casing (or, rather, whitelisting some commands -- which sounds nicer even though it's the same thing), pipelining seems troublesome in general (see bug 766, for instance) Oct 12 13:45:03 tuukkah: the problem is that it seems some commands are interrupted by the mere sending of another unrelated command Oct 12 13:45:14 tuukkah: I've heard, for instance, that AT+COPS=? is one of them Oct 12 13:45:14 yeah, ATD is one of those Oct 12 13:45:38 that would mean it's ATH that should be whitelisted Oct 12 13:46:04 tuukkah: another option would be to create a new gsmd message, "force cancel dialing" or something like that, and gsmd would pipeline only for that particular message Oct 12 13:46:35 tuukkah: probably would be more elegant than whitelisting (it shows explicitly the cancelling intention of the app) Oct 12 13:47:27 ok. that wouldn't work with libgsmd-tool --mode atcmd then, but perhaps that doesn't matter Oct 12 13:47:42 tuukkah: the main problem you would have would be: the gsmd in OE has diverged significantly from the one in OM, and harald probably won't accept patches for the OE one, and patching the OM one would break the patches in OE... Oct 12 13:48:18 tuukkah: --mode atcmd probably should use a message which utterly allows pipelining always... if you use that DEBUGGING ONLY mode, you know what you are doing Oct 12 13:48:44 cesarb, i see Oct 12 13:48:49 (of course, a no-pipelining passthrough would still be needed for apps which want to use things like AT%EM) Oct 12 13:49:11 (what's that?) Oct 12 13:50:00 tuukkah: AT%EM is an undocumented "engineering mode" command Oct 12 13:50:13 tuukkah: shows lots and lots of numbers Oct 12 13:50:31 tuukkah: most of them only make sense if you've read a lot of the GSM standards Oct 12 13:50:47 i should read more :-) Oct 12 13:51:23 tuukkah: some people in this channel found a documentation for a "completely unrelated" ( ;-) ) chip which uses the exactly same engineering mode commands: Enfora IIE Oct 12 13:51:55 tuukkah: go find that chip's docs and grab them all, they are useful even if they sometimes don't apply (you know, "completely unrelated chip") Oct 12 13:53:35 (nitpicker's corner: yeah, I know it's a set of chips, not a chip...) Oct 12 13:53:48 http://www.mauve.plus.com/em.pdf Oct 12 13:54:01 "Enfora Enabler IIE" - has edge too Oct 12 13:54:19 SpeedEvil, 404 Oct 12 13:54:33 tuukkah: yeah, none of the EDGE commands apply, of course Oct 12 13:54:44 tuukkah: the % ones mostly apply, none of the * ones seem to Oct 12 13:55:36 tuukkah: and don't try ATAND, it doesn't work, returning what looks a lot like a bogus error (as if someone added a GOTO ERROR_OUT to the top of its handler), even if you try to set it to its current value Oct 12 13:55:42 urgh Oct 12 13:55:46 tuukkah: and don't try AT%BAND, it doesn't work, returning what looks a lot like a bogus error (as if someone added a GOTO ERROR_OUT to the top of its handler), even if you try to set it to its current value Oct 12 13:56:00 stupid bolding escape Oct 12 13:57:31 am i looking at the wrong document, this one doesn't have * commands Oct 12 13:59:56 en.pdf? Oct 12 14:00:04 ->tuu Oct 12 14:00:31 SpeedEvil, thanks, got it Oct 12 14:00:39 k Oct 12 14:00:45 tuukkah: I might be confusing with another one... Oct 12 14:01:30 tuukkah: sorry, it was $ not *, * was from something else Oct 12 14:02:20 tuukkah: the presence of a $OFF shows the $ ones were probably added later, much like neo's @ ones (@POFF for instance) Oct 12 14:02:30 tuukkah: the % ones seem to be the base set Oct 12 14:03:05 heh, lingustics :-) Oct 12 14:03:17 linguistics Oct 12 14:04:39 tuukkah: ? Oct 12 14:05:33 cesarb, this is like the science of spoken languages: tracing their development in the history by comparing vocabulary etc. Oct 12 14:05:56 tuukkah: ah Oct 12 14:09:39 i'm trying to find a list in the documents telling which commands are like ATD and AT+COPS=? Oct 12 14:10:02 tuukkah: you won't Oct 12 14:10:23 tuukkah: that's something you learn by trying Oct 12 14:10:53 cesarb, wow, that's very silly of the gsm standard then Oct 12 14:10:56 tuukkah: nothing in the docs I recall say that some commands are aborted by "pressing any key" like these Oct 12 14:11:18 tuukkah: I haven't however read them closely... Oct 12 14:11:48 tuukkah: and it's possible that the canceling behaviour on ATD comes from the older AT standards (modems!) Oct 12 14:11:50 cesarb, yes, perhaps this is mentioned in "small print" on the last page ;-) Oct 12 14:11:57 How do i configure OpenMoko SDK with Anjuta or Eclipse IDE to develope OpenMoko application Oct 12 14:12:16 atul, do we have an SDK? Oct 12 14:12:23 yes Oct 12 14:12:24 * cesarb seems to recall vaguely you could cancel dialing on USR Sportster modems by typing anything Oct 12 14:12:50 atul: does the SDK package even compile? I don't think it's even been tested Oct 12 14:13:06 cesarb, yes Oct 12 14:13:29 cesarb, Actually i dont no exactly I am new to platform Oct 12 14:13:31 (it's openmoko-sdk-image for those who never saw it) Oct 12 14:14:04 atul: nobody I know of is using that, everyone is using OE directly or compiling by hand Oct 12 14:14:16 yes I also use OE Oct 12 14:14:25 OM2007.2 build Oct 12 14:14:45 atul: I meant directly creating a OE recipe to compile their own creations ;-) Oct 12 14:15:27 cesarb, so does u mean that i can't develope OpenMoko application on Anjuta IDE Oct 12 14:15:40 or using Anjuta IDE Oct 12 14:16:11 atul: I don't know Anjuta, but if you can configure things like compiler paths, include file paths, and so, probably you can... just don't expect a point-and-click setup Oct 12 14:16:54 cesarb, Anjuta a simple IDE for GTK, GNOME developement Oct 12 14:17:34 * cesarb is one of those "old-fashioned" people whose IDE is the command line, gvim, and make Oct 12 14:18:07 emacs'ers we know our man :P Oct 12 14:18:22 cesarb: still gvim :) Oct 12 14:18:33 now thats two Oct 12 14:18:39 Sup3rkiddo: hey, it was emacs which led me to want a real unix instead of DOS+Win3.1 ;-) Oct 12 14:18:46 lol Oct 12 14:18:56 (and then on unix I found vim...) Oct 12 14:19:08 ..and a text editor Oct 12 14:19:32 Sup3rkiddo: DOS had "edit.exe", which wasn't that bad (for DOS standards) Oct 12 14:19:54 hehe Oct 12 14:20:13 tuukkah, sorry we dont have any SDK for openmoko Oct 12 14:20:33 hrw: ping Oct 12 14:21:03 if i create a new GtkTreeView and GtkTreeStore everytime user clicks a button, the new view gets appended to the previous one! how do i fix that? or should i use a different approach? Oct 12 14:21:16 atul: before I get too offtopic: you probably will have to change the compiler paths to within build/tmp/cross/arm-angstrom-linux-gnueabi/ and the include, lib, etc paths to inside build/tmp/staging/arm-angstrom-linux-gnueabi/ Oct 12 14:21:49 cesarb, ok Oct 12 14:21:50 atul: if you do it right, you should then be able to compile directly from the IDE to an ARM EABI binary Oct 12 14:21:51 anyone know where the neo1973 hardware block diagram is? Oct 12 14:22:03 cesarb, ok Oct 12 14:22:05 prpplague: there isn't one Oct 12 14:22:23 prpplague: but see http://wiki.openmoko.org/wiki/Neo1973_Hardware Oct 12 14:22:29 cesarb: hmm, i could have sworn i saw a block diagram on the wiki before Oct 12 14:22:44 cesarb: yea thats where i looked Oct 12 14:22:45 prpplague: it was probably the audio chip one, showing the _inside_ of _one_ of the audio chips Oct 12 14:23:01 prpplague: that block diagram came from the chip's docs Oct 12 14:23:28 prpplague: the neo is way more complex than that... the sheer amount of power domains and audio connections, for instance Oct 12 14:23:47 there was a promise somewhere that we have a block diagram Oct 12 14:23:49 prpplague: I tried making a block diagram, but gave up... way too many things to link Oct 12 14:24:15 tuukkah: they don't have time for that yet... (but we do have info enough to make our own, it's just a lot of work!) Oct 12 14:24:36 for example here "The block diagram of the hardware, the chip identification, and the APIs for all hardware is published." http://www.ubuntulive.com/cs/ubuntu/view/e_sess/14821 Oct 12 14:25:15 i should learn more inkscape anyway :-) Oct 12 14:25:16 tuukkah: ...except where they can't (for instance, the LCM, the GSM chipset...) ;-) Oct 12 14:26:26 tuukkah: ahh thanks Oct 12 14:26:53 prpplague? Oct 12 14:27:08 prpplague: ah, and there was a block diagram of the power domains, for an older neo revision, somewhere outside the wiki... you perhaps saw that Oct 12 14:27:16 prpplague: i Oct 12 14:27:44 yea, now i remember it was part of one of the presentations on the openmoko Oct 12 14:28:13 prpplague, would be interesting to find and publish it Oct 12 14:30:47 cesarb, "The modem guideline V.25ter applies to the sequence of the interface commands. -- A command currently in process is interrupted by each additional character entered." Oct 12 14:31:19 tuukkah: hm, that means pipelining is always wrong... great finding Oct 12 14:31:21 Man I can't wait for the Neo to come out Oct 12 14:31:31 tuukkah: it also explains bug 766 nicely Oct 12 14:31:34 I like my N800 but the Neo is so nice and portable Oct 12 14:32:26 dtx: I can't wait for the Neo _software_ to come out ;-) Oct 12 14:32:38 dtx: it's still far enough from being usable Oct 12 14:32:43 cesarb, so perhaps add a gsmd call for interrupt which sends "AT" Oct 12 14:32:57 tuukkah: race-condition prone Oct 12 14:33:14 tuukkah: what if the dialing finishes while you are sending the interrupt-that! command to gsmd? Oct 12 14:33:32 tuukkah: we're talking asymetric multi-processing here, after all... Oct 12 14:33:45 cesarb, there's no problem, that's why i chose AT which doesn't actually do anything Oct 12 14:33:45 tuukkah: sending ATH is better for interrupting dialing Oct 12 14:34:08 tuukkah: since if dialing ends before the ATH gets sent it'll still do what is wanted Oct 12 14:34:18 if you want to hang up, you would first interrupt and then send ATH Oct 12 14:34:41 prpplague: pöng Oct 12 14:35:12 cesarb, what about interrupt_and_send(cmd) Oct 12 14:37:43 I just want the hardware to come out Oct 12 14:37:51 So I can mess with the software Oct 12 14:38:11 Get Inkscape working on it for that collaborative whiteboard thing Oct 12 15:04:48 Hi there Oct 12 15:06:09 I got my openmoko gta01bv4 :) , After flashing the kernel and the root fs everything seemed to work. Oct 12 15:06:18 :) Oct 12 15:06:27 johann: welcome to the club :-) Oct 12 15:06:36 johann: congratulations Oct 12 15:06:57 But the I tried to flash the u-boot-gta01bv4-1.2.0.... and now my openmoko stays BLACK :O Oct 12 15:07:22 I hope I did not detstroy it?!?!?! :| Oct 12 15:07:52 johann: that's not called destroying, it's called bricking, and it's recoverable with the debug board Oct 12 15:08:34 Okay, so I was stupid just to get the tiny 300USD version!? Oct 12 15:08:41 What was the exact command you ran? Oct 12 15:09:09 I'm using MacOSX on a MacBook (Intel) and used the OpenMoko Flasher Oct 12 15:09:12 johann: Do you have a debug board? If not you can try to find a moko user group in your area with someone with a debug board. Oct 12 15:09:26 johann: not if you know of someone with a debug board nearby, or are somewhere with a high concentration of people with neos Oct 12 15:09:34 While flashing it showed: Oct 12 15:09:35 Starting download: [##################################################] finished! Oct 12 15:09:48 Or you could call for help on device-owners Oct 12 15:09:51 state(2) = dfuIDLE, status(0) = No error condition is present Oct 12 15:10:00 Done! Oct 12 15:10:00 Resetting USB to switch back to runtime mode Oct 12 15:10:06 johann: What version exactly did you flash? Oct 12 15:10:21 johann: that output looks normal, but it's a mac... most people develop/flash on linux Oct 12 15:10:38 johann: the mac flasher is probably less tested Oct 12 15:11:23 Though AIUI there have been no other brick reports. Oct 12 15:11:32 (due to that) Oct 12 15:11:38 I flashed the u-boot-gta01bv4-1.2.0+svnnow-r14_a89....._a0_2938.bin (dated 07-SEPT-2007) Oct 12 15:11:42 SpeedEvil: but have people ever used that flasher on uboot? Oct 12 15:12:01 johann: And you downloaded it from buildhost? Oct 12 15:12:05 cesarb: good question. I know I absolutely have not flashed uboot. Oct 12 15:12:16 Simply because the shipped version works well enough. Oct 12 15:12:20 johann: Can you post the exact command you used to flash? Oct 12 15:12:39 SpeedEvil: I flashed uboot once (but then I'm on ubuntu), only to avoid the "nand erase rootfs" annoyance Oct 12 15:12:54 SpeedEvil: but then with the very well-tested "august snapshot" uboot Oct 12 15:13:06 okay here is my complete output from OpenMoko Flasher (MacOSX): Oct 12 15:13:07 Opening USB Device 0x0000:0x0000... Oct 12 15:13:08 Found Runtime: [0x1457:0x5119] devnum=0, cfg=0, intf=0, alt=1, name="u-boot" Oct 12 15:13:08 Claiming USB DFU Interface... Oct 12 15:13:08 Setting Alternate Setting ... Oct 12 15:13:08 Determining device status: state = dfuIDLE, status = 0 Oct 12 15:13:09 dfuIDLE, continuing Oct 12 15:13:10 Transfer Size = 0x1000 Oct 12 15:13:12 bytes_per_hash=4271 Oct 12 15:13:14 Starting download: [##################################################] finished! Oct 12 15:13:16 state(2) = dfuIDLE, status(0) = No error condition is present Oct 12 15:13:18 Done! Oct 12 15:13:20 * cesarb will probably end up having to flash a self-built uboot to test uboot stuff... Oct 12 15:13:20 Resetting USB to switch back to runtime mode Oct 12 15:13:37 * ScaredyCat slaps johann Oct 12 15:13:40 pastebin Oct 12 15:13:47 ~praise dfu upload and LaF0rge insisting on standards! Oct 12 15:13:48 All hail dfu upload and LaF0rge insisting on standards!! Oct 12 15:14:34 does anyone of you live in austria (or germany) Oct 12 15:14:39 could be simply a broken uboot version couldn't it? Oct 12 15:14:43 and has a devboard? Oct 12 15:15:15 tuukkah, yes maybe... Oct 12 15:15:36 johann: We have a couple of guys in germany. Oct 12 15:15:50 Many in Berlin or braunschweig or frankfurt Oct 12 15:15:59 that's why you're not supposed to flash a uboot unless you have the dev board or know what you're doing Oct 12 15:16:19 johann, http://wiki.openmoko.org/wiki/OpenMoko_Local_Groups:_Vienna Oct 12 15:16:37 okay, gotta go Oct 12 15:16:45 good luck johann! Oct 12 15:17:21 and http://metalab.at/wiki/OpenMoko Oct 12 15:17:43 GREAT, Thank you! There's someone near my location. THANK you a lot! And sorry for my stupidness!!!! d:) Oct 12 15:18:20 * cesarb updates http://wiki.openmoko.org/wiki/User:CesarB/Things_not_to_do_with_your_Neo with more advice Oct 12 15:21:23 johann, you're welcome Oct 12 15:23:11 cesarb: I shoul have read this before flashing my device :( Oct 12 15:23:33 johann: at least you didn't plug the usb without the battery Oct 12 15:23:40 johann: which is the scariest one on that page ;-) Oct 12 15:24:25 johann: unbricking tends to be easy unless you are in some place where nobody has a neo nearby... like Rio de Janeiro (which is why I got the lunchbox option) Oct 12 15:25:14 * cesarb has some friends who are waiting for a usable software stack before getting a neo... but other than that don't know of anyone else from my country with a neo Oct 12 15:26:19 i convinced my university to order some and they should be here soon with a debug board Oct 12 15:27:06 the first thing i'll do is update uboot :-) Oct 12 15:27:32 which university is that, tuukkah? Oct 12 15:27:48 university of jyväskylä, finland Oct 12 15:27:53 okay Oct 12 15:28:21 not near you? Oct 12 15:29:18 in any case, you should be on #openmoko-fi :-) Oct 12 15:29:20 im in helsinki :) Oct 12 15:33:46 anyone know whether anyone is working on making things like the ssh host key survive a rootfs reflash? Oct 12 15:35:16 Henryk: it can't Oct 12 15:35:29 would it fit in the uboot environment? Oct 12 15:35:48 thos: wrong answer :-) Oct 12 15:35:51 Henryk: store it in the SD Oct 12 15:36:25 Henryk: I was about to say, unless you save it from the previous image Oct 12 15:36:53 they're just a couple of hundred bytes so uboot env could be fine Oct 12 15:39:31 i was also aiming in the direction of e.g. a fixed MAC address for cdc_ether Oct 12 15:42:06 That'd be nice. Oct 12 15:42:20 also in uboot env? Oct 12 15:42:37 do we still lack a way to read and write the env from linux? Oct 12 15:42:58 dd works - but may often crash the phone. Oct 12 15:43:14 any idea why's that? Oct 12 15:43:27 and you need to calculate the checksum? Oct 12 15:44:47 Henryk: NSLU2 has a method for this Oct 12 15:45:24 Henryk: org.openembedded.dev/packages/sysconf/sysconf_0.1.bb Oct 12 15:47:35 XorA, does it use nvram? Oct 12 15:47:49 tuukkah: mtd AFAIK Oct 12 15:48:10 ask rwhitby its his baby Oct 12 15:48:38 oh, they have separate partition for it Oct 12 15:52:04 they save config files too Oct 12 15:53:01 * * OM Bug 927 has been created by thomas(AT)openedhand.com Oct 12 15:53:02 * * Application list not updated when new applications are installed Oct 12 15:53:03 * * http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=927 Oct 12 16:16:12 openmoko: 03thomas * r3152 10/trunk/src/target/OM-2007.2/applications/openmoko-dialer2/ (ChangeLog src/moko-dialer-textview.c): Oct 12 16:16:12 openmoko: * src/moko-dialer-textview.c: (moko_dialer_textview_delete): Make sure Oct 12 16:16:12 openmoko: the last character is still bold after deleting Oct 12 16:24:25 openmoko: 03werner * r3153 10/trunk/src/host/splash/splashimg.pl: Oct 12 16:24:25 openmoko: - new option -32 for 32 bpp mode Oct 12 16:24:25 openmoko: - new option -pnm to use PNM instead of PNG files Oct 12 16:29:17 mickeyl: around? I have some exciting HAL news for you... Oct 12 16:57:53 Is there a pre-order planned for the next openmoko released? Oct 12 16:58:23 (the phone obviously) Oct 12 16:59:59 openmoko: 03chris * r3154 10/trunk/src/target/OM-2007.2/libraries/libmokoui2/ (ChangeLog libmokoui/moko-finger-scroll.c): Oct 12 16:59:59 openmoko: * libmokoui/moko-finger-scroll.c: Oct 12 16:59:59 openmoko: (moko_finger_scroll_button_press_cb): Oct 12 16:59:59 openmoko: Add fix for when widgets grab X after a click inside MokoFingerScroll Oct 12 17:13:26 cesarb, if i remove AT+COLP=1 from the modem init, ATD returns immediately and ATH can be sent normally Oct 12 17:23:49 tuukkah: but some people might want it (what is it for? caller-id of the number you just called?) Oct 12 17:25:05 something like that. i don't understand why that setting has to change when ATD returns :-( Oct 12 17:25:21 tuukkah: see 07.07 for the explanation Oct 12 17:25:34 i've looked Oct 12 17:25:55 tuukkah: it seems it makes the modem return an intermediate response before the final response to ATD Oct 12 17:25:58 "This command refers to the GSM/UMTS supplementary service COLP (Connected Line Identification Presentation) that enables a calling subscriber to get the connected line identity (COL) of the called party after setting up a mobile originated call." Oct 12 17:26:10 tuukkah: but that intermediate response comes from the network... Oct 12 17:26:42 why didn't they make it an unsolicited response like CLIP :-( Oct 12 17:27:16 "When enabled (and called subscriber allows), +COLP: [...] intermediate result code is returned from TA to TE before any +CR or V.25ter [14] responses." Oct 12 17:27:50 yeah, i did read it, but i don't understand the decision to make it like that Oct 12 17:28:41 it's not very useful either. the response here is +COLP: "",128 Oct 12 17:28:56 tuukkah: I'd suppose it'd be useful if your network supports it Oct 12 17:29:19 tuukkah: do a "AT+COLP?" to check Oct 12 17:29:40 tuukkah: if the second number isn't 1, according to that page of the standard your network doesn't have it Oct 12 17:32:10 it's 2 so it's unknown status Oct 12 17:36:21 Hi. I'm trying to set up my newly received neo1973, but I have a problem: what's the easiest way to set up forwarding / bridging / masquerading / natting / whatever on my linux pc host so the phone can get things from the net? Oct 12 17:36:51 if you're using debian, just "apt-get install ipmasq". Oct 12 17:36:51 I've tried with iptables, but I can't get it to work: the PREROUTING and POSTROUTING chains are missing, and those are the ones used by the examples I've sen. Oct 12 17:37:09 I'm 'using' Linux From Scratch. Oct 12 17:37:23 ah. prerouting and postrouting are probably built as modules. Oct 12 17:37:51 Mammux72, ip_nat and iptable_nat Oct 12 17:38:11 ipt_MASQUERADE Oct 12 17:39:01 query: if one attempts to read in a rootfs.jffs2 that is too large... Oct 12 17:39:07 I've recompiled my kernel with all the relevant things selected and no modules. Then I recompiled iptables in case it had some old settings picked up, but no luck. Oct 12 17:39:39 Mammux72, i suppose you've read http://wiki.openmoko.org/wiki/USB_Networking#Automatic_method Oct 12 17:40:07 Yes, but I don't have a distribution per se and the manual method doesn't seem to include nat/masq. Oct 12 17:40:47 well the nat is just iptables -A POSTROUTING -t nat -j MASQUERADE -s 192.168.0.0/24 Oct 12 17:40:58 * ww fears to have bricked a dev phone... Oct 12 17:41:05 help? Oct 12 17:41:24 haven't seen the neo since: GTA01Bv4 # ext2load mmc 0 0x32000000 rootfs.jffs2 Oct 12 17:41:32 ww, was that a question :-) Oct 12 17:41:39 ww, do you have a debug board Oct 12 17:42:04 no... so answer is must use jtag? Oct 12 17:42:21 i can possibly borrow one though Oct 12 17:42:34 ww: what are the symptoms? Oct 12 17:42:50 ww: doesn't turn on? doesn't turn off? Oct 12 17:42:51 That's the advice I've heard before. What happens if you turn it on with aux pressed? Oct 12 17:42:58 Mammux72, "iptables -t nat -L" should show the tables. if it doesn't it must be your kernel Oct 12 17:43:07 pretty colours on the screen as it overwrote video memory... Oct 12 17:43:15 usb serial stopped responding... Oct 12 17:43:22 doesn't turn off... Oct 12 17:43:24 ww: it's just the RAM and the CPU state Oct 12 17:43:30 ww: do a hard power off Oct 12 17:43:36 removed the battery... Oct 12 17:43:39 ww: aka "remote the battery for an arbitrary amount of time" Oct 12 17:43:40 doesn't turn on... Oct 12 17:43:50 (replaced the battery) Oct 12 17:44:30 * ww tries leaving the battery out for longer time... Oct 12 17:44:36 ww: unless you managed to scribble over some register which wrote junk to the flash, it's probably just in some strange state Oct 12 17:44:43 tuukkah: ah they show up .. I thought they would show with just "iptables -L". Oct 12 17:44:53 tuukkah: thanks! Oct 12 17:45:26 Mammux72, so the next question is why it doesn't work Oct 12 17:45:43 ww: see for instance <1192096276.30686.5.camel@pc> on device-owners Oct 12 17:46:16 ww: there it was revived after 13 hours without power Oct 12 17:46:42 ww: now, just hope you didn't scribble evil things over the _gpio_ registers... some pins just aren't meant to be used as outputs, if you get what I mean Oct 12 17:47:33 * cesarb notices how robust the neo's software stack is... except for the dreaded "over-drained the battery", all problems always happen only to people playing with uboot Oct 12 17:48:08 * ww did flash u-boot earlier... Oct 12 17:48:10 tuukkah: yeah, I'll retrace my steps and see if I get it to work now Oct 12 17:49:01 hrmmm... Oct 12 17:49:40 Yay it works! Oct 12 17:49:57 ww: your flashing of uboot will not be the cause, if the problem happened after that command Oct 12 17:50:16 yes, that seemed to go fine Oct 12 17:50:18 ww: uboot commands still count as playing with uboot ;-) Oct 12 17:50:22 using the latest 2007.08 snapshot Oct 12 17:51:56 i've now replaced the battery and tried again to no avail... Oct 12 17:52:15 i basically followed the instructions starting from Oct 12 17:52:17 http://wiki.openmoko.org/wiki/Bootloader#Boot_menu Oct 12 17:53:18 but blindly wrote the rootfs which was too big... Oct 12 17:55:43 cesarb: now if uboot ran forth... Oct 12 17:56:14 ww: you should try having the battery out for more than half a day (someone said at least 13 hours) Oct 12 17:57:22 ww: perhaps ext2load should have some more protections (hard to do, since it looks like it's *meant* to be able to scribble over anything...) Oct 12 17:59:38 * cesarb is starting to think that at least half of the stuff on that wiki is kinda dangerous... on the "will brick your neo if you slip up" sense Oct 12 18:00:38 as long as you have jtag you are good Oct 12 18:02:30 cesarb: Maybe marking those pages would be a good idea Oct 12 18:04:26 abraxa_: well, as the one who started http://en.wikipedia.org/wiki/Wikipedia:No_disclaimers_in_articles, I'm not exactly fond of adding these markers on every page... Oct 12 18:04:38 abraxa_: (even if it isn't wikipedia) Oct 12 18:04:39 I got networking to work now, and updated gsmd with ipkg (and rebooted). Unfortunately, I'm still unable to use gsm. Gsmd seems to start ok, but it never seems to get any response from the gsm modem (I'm looking at /tmp/gsm.log). Oct 12 18:05:17 prpplague: indeed... Oct 12 18:05:38 I get 'submitting commnad ATZ, submitting AT+CFUN=1' etc, but no responses. Oct 12 18:10:12 .. actually, right after I've restarted gsmd, it works for the initial setup. But then if I connect with libgsm-tool and start doing things (even power-on power-off) there's no response. Oct 12 18:38:26 hi der_io Oct 12 18:38:35 hi El_Salvador Oct 12 18:38:37 hi StylusEater_Work Oct 12 18:41:01 * * OM Bug 928 has been created by Tuukka.Hastrup(AT)iki.fi Oct 12 18:41:02 * * implement AT command interrupt/cancel Oct 12 18:41:03 * * http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=928 Oct 12 18:58:03 just got the phone here, can't seem to ssh in... is there a password? Oct 12 18:58:19 You need to install a rootfs and kernel Oct 12 18:58:29 did that, no problem Oct 12 18:58:33 see the URL on the little coaster that came with the phone Oct 12 18:58:35 ah. Oct 12 18:58:38 there is no password Oct 12 18:58:41 just hit enter Oct 12 18:58:47 do you have an ethernet interface? Oct 12 18:58:56 usbnet Oct 12 18:59:11 i can ping it, and i get a passwd prompt on ssh Oct 12 18:59:17 Something like: Oct 12 18:59:22 just hit enter Oct 12 18:59:27 doesn't work ;) Oct 12 18:59:31 at password prompt Oct 12 18:59:42 hrm. Oct 12 18:59:46 you are sure you're sshing to the phone - 192.168.0.202 ? Oct 12 18:59:57 Permission denied (publickey,keyboard-interactive) Oct 12 19:00:03 after 3 attempts Oct 12 19:00:04 Or is Odd. Oct 12 19:00:06 Odd Oct 12 19:00:25 xx14: are you trying to login to the root user? Oct 12 19:00:28 actually it's on 192.168.0.200 Oct 12 19:00:30 did the image you flashed have a root pass set? Oct 12 19:00:38 XXLT: you're sshing to your local box Oct 12 19:00:47 XXLT: the phone is on 192.168.0.202 Oct 12 19:01:04 (probably) Oct 12 19:01:06 oki... but the ping goes away when i unplug Oct 12 19:01:10 It will Oct 12 19:01:14 as the interface goes down Oct 12 19:01:20 and no longer has that IP Oct 12 19:01:31 ok, so why isn't there anything on 202? Oct 12 19:02:17 i thought the gentoo section of the manual was kindda short, never mentioned anything about 202 Oct 12 19:02:36 ssh localhost Oct 12 19:02:43 do you get the same banner you got before? Oct 12 19:02:59 It should be ssh phone Oct 12 19:02:59 root@phone's password: Oct 12 19:03:43 yeahm ok that was the lockalhost ;)) Oct 12 19:03:50 :) Oct 12 19:04:07 I wish I could say that you are clearly stupid. Oct 12 19:04:16 so why isn't there anything on 202 Oct 12 19:04:19 Unfortunately, I know why this happens for a reason :) Oct 12 19:04:21 anything stopping you? Oct 12 19:04:31 ;) Oct 12 19:04:41 what happens when you ssh to 192.168.0.202 - with the cable plugged in? Oct 12 19:05:41 how functional is the dialer/phone portion? Oct 12 19:05:48 fn'SpeedEvil: XXLT: the phone is on 192.168.0.202 Oct 12 19:05:48 ping -I usb0 192.168.0.202 Oct 12 19:05:48 PING 192.168.0.202 (192.168.0.202) from 192.168.0.200 usb0: 56(84) bytes of data. Oct 12 19:05:48 --- 192.168.0.202 ping statistics --- Oct 12 19:05:48 7 packets transmitted, 0 received, 100% packet loss, time 6010ms Oct 12 19:06:01 i don't have that phone right now :) Oct 12 19:06:01 XXLT: I'd try: Oct 12 19:06:05 ifconfig usb0 down Oct 12 19:06:12 ifconfig usb0 192.168.0.200 Oct 12 19:06:18 ssh 192.168.0.202 Oct 12 19:06:21 see what that does. Oct 12 19:06:36 is there any cheap device with wifi i could run openmoko on (as mp3 player on the hifi system that is ;) Oct 12 19:07:00 buz: Umm. Oct 12 19:07:14 (200$ for a nokia 770 is not really cheap, no ;) Oct 12 19:07:20 I seem to recall somebody has run it on a router. Oct 12 19:07:26 (clearly without display) Oct 12 19:07:35 well technically i could use an asus router with usb audio Oct 12 19:07:41 but that sort of defeats the point Oct 12 19:07:47 it not being able to control music ;) Oct 12 19:08:09 palm tx isnt exactly cheap, either Oct 12 19:08:34 A router, with a IRDA thingy? Oct 12 19:08:40 SpeedEvil: it just hangs, the ssh Oct 12 19:08:40 IR reciever rathre Oct 12 19:08:44 and a remote control Oct 12 19:08:48 XXLT: is the phone alive? Oct 12 19:08:55 still not very useful to navigate a huge collection Oct 12 19:08:57 xx14: if you press the screen Oct 12 19:09:00 i'd rather use an old ipod then ;) Oct 12 19:09:03 hai Oct 12 19:09:13 of which i actually have one ;) Oct 12 19:09:26 maybe i should just fill that one up ;) Oct 12 19:09:35 yeah, it's interactive Oct 12 19:09:39 not quite as neat but works wihtout server being on Oct 12 19:10:45 xx14: ssh simply does nothing and hangs? Oct 12 19:10:51 yep Oct 12 19:10:55 xx14: what does ssh -v do? Oct 12 19:11:24 i have the august snapshot images of kernel and root, are those ok? Oct 12 19:11:53 debug1: Connecting to 192.168.0.202 [192.168.0.202] port 22. Oct 12 19:11:53 debug1: connect to address 192.168.0.202 port 22: No route to host Oct 12 19:12:16 xx14: that's odd. Oct 12 19:12:44 must have messed up the configuration in some way Oct 12 19:13:48 tadaa, im in Oct 12 19:13:56 :) Oct 12 19:14:47 it needed a route Oct 12 19:15:12 route add 192.168.0.202 usb0 did the trick Oct 12 19:19:20 so what's next? ipkg update? Oct 12 19:19:49 hello! Oct 12 19:31:35 hey guys.. probably everyone comes here n asks the same thing.. Is it out there.. (buyable) a openmoko neo with wifi? Oct 12 19:31:48 No Oct 12 19:31:54 december-ish Oct 12 19:32:01 and that indeed would be the GTA02, which is referenced to in the topic Oct 12 19:32:15 cool Oct 12 19:32:24 can i do pree orders? jeje Oct 12 19:32:56 i would definately would buy the current one, but i'm craving wifi on my phone Oct 12 19:33:41 First rule of #openmoko, don't talk abut GTA02! Oct 12 19:33:57 unless you found a way to add that damn V8, that is Oct 12 19:34:38 i'm still hoping for a GTA02 price drop Oct 12 19:35:01 The Neo needs wifi. Three hours of battery life is too much. :-) Oct 12 19:35:07 buz: "damn V8" ? Oct 12 19:35:15 !V8 Oct 12 19:35:24 mhh that joke must be dead then Oct 12 19:35:39 considering you can get a sony p1i for less than 450$, that seems a bit too much Oct 12 19:36:16 buz: must be, since i have no clue what you are refering to Oct 12 19:36:34 ozarka, :) Oct 12 19:36:48 back in the days, people would come here, clamoring for this and that (mostly wifi and cam) which lead some people to suggest the neo would be doomed without a V8 Oct 12 19:37:34 buz: V8 == car engine ? Oct 12 19:38:02 yes Oct 12 19:38:11 ahh Oct 12 19:38:13 GTA02 is a waste. I'm waiting for GTA03: wifi, gps, 8 megapixel camera, Windows Mobile 7. Oct 12 19:38:14 because, obviously, every phone needs one Oct 12 19:39:07 * mwester wants the GTA04! 3.2 GHz clock, quad-core, 4GB ram, 1280x1024 dual displays, runs Windows Vista! Oct 12 19:39:19 GTA05 with cell processor Oct 12 19:39:24 nuff said ;) Oct 12 19:39:32 lol Oct 12 19:39:48 i rather get power6 in my mocket Oct 12 19:39:50 pocket Oct 12 19:40:22 gta03 with qwerty and cam would be the definite phone Oct 12 19:40:52 essentially a a htc vox running linux and with vga display ;) Oct 12 19:41:18 where should the nameserver in resolv.conf point to? Oct 12 19:41:34 personally, i think we should improve on the functionality of the n770/n800, and release a neo as a nokia replacement, with built-in phone. ;P Oct 12 19:42:07 the nX are too big for a phone Oct 12 19:42:20 could someone do me a favor? i changed my config alot. how does dns work in the original image? ppp/ip-up requires /etc/resolv.conf to be a symllink... is that so? can someone tell me what `ls -l /etc/resolv.conf` says? Oct 12 19:42:21 xx14: to your nameserver -- same one as the host on the other end of the USB cable, usually. Oct 12 19:42:34 buz: not to me. i already carry a n770 around with me everywhere. Oct 12 19:42:46 most people would say neo is too big, already Oct 12 19:42:48 xx14: this is funny :D Oct 12 19:42:56 buz: people are strange. :) Oct 12 19:43:05 emdete: There is no /etc/resolv.conf AFAIK, and I fixed it by creating it -- no symlinks involved. Oct 12 19:43:10 a square neo with 3,8" vga would be ideal Oct 12 19:43:30 or maybe not square ;) Oct 12 19:43:32 mwester: you need it to symlink to /var/run/resolv.conf to make ppp work Oct 12 19:43:38 buz - The neo is already quite big for a phone. Oct 12 19:43:50 Elrond: i just said that Oct 12 19:44:01 buz: you may be right - did you see a iphone touch? Oct 12 19:44:03 Huh, yeah. Oct 12 19:44:07 My mum said the same. Oct 12 19:44:12 once Oct 12 19:44:15 * mwester wonders at what point people will realize that many of the things they want from the next neos describe small laptops and tablet PCs... Oct 12 19:44:27 it looks nifty, but the closedness ensures i will never buy one Oct 12 19:44:41 i have a tablet pc, and let me tell you, it's entirely useless Oct 12 19:44:45 I don't want a tablet PC for a phone. Oct 12 19:44:55 you dont want a tabletpc. full stop. Oct 12 19:45:08 i like my nokia. subtablet works. Oct 12 19:45:09 mwester: so in the original image there is no /etc/resolv.conf? shure? Oct 12 19:45:10 I just want a phone that can host my e-commerce web site... and take good pictures. Oct 12 19:45:15 Is that too much to ask? Oct 12 19:45:15 mwester: didn't seem to work Oct 12 19:46:10 ozarka: ;) Should it keep your coffee warm, too? Oct 12 19:46:24 mwester it would do that, naturally Oct 12 19:46:37 Won't need to change the current design. :-) Oct 12 19:46:44 That thing stays pretty warm. Oct 12 19:46:47 it should make pies. the world will be saved by pies. Oct 12 19:47:02 I had it in it's little pouch. Can it overheat and burn up? Seriously. Oct 12 19:48:10 i did a test today: i used gprs - with it switched on the neo had battery for less than an hour. steady-on seems to be a no-go for the neo Oct 12 19:48:13 GTA05 will hopefully have a helix-gps antenna ;o) Oct 12 19:48:47 emdete, you can see it missing here: http://buildhost.openmoko.org/OM2007.2/tmp/rootfs/etc/ Oct 12 19:49:20 tuukkah: thnx - didn't know that :) Oct 12 19:49:49 emdete, re gprs, that's somewhat of an issue with other devices too Oct 12 19:50:05 emdete, just switched on or doing something? Oct 12 19:50:23 there are some kind of power management modes for gprs too, perhaps we can get a better result with them Oct 12 19:50:41 tuukkah: but it's not that bad. i ported a funny service to the neo and made gprs reliable. i went out for lunch and showed it to friend. after lunch the neo was dead... very, very short. Oct 12 19:50:43 also, still, the cpu running full tilt with all the other crap will show Oct 12 19:51:01 tuukkah: i have this expirience with umts/hsdpa too but not with gsm Oct 12 19:52:05 i wonder how long wifi will live Oct 12 19:52:20 buz: wifi is one of the worst ideas for the neo Oct 12 19:52:38 instead using bt/pan would be sufficient i think Oct 12 19:52:39 at least gta02 will have a sturdier battery as well :] Oct 12 19:52:55 yeah, I'll likely use bt networking at home even with the gta02 Oct 12 19:52:55 bt/pan generally is not available on the road Oct 12 19:52:56 wifi is Oct 12 19:53:07 don't see any network form neo beyond the host.. Oct 12 19:53:10 how much? Oct 12 19:56:20 hrhr Oct 12 19:56:52 netbsd for neo Oct 12 19:57:09 would be nice Oct 12 19:57:10 i wonder if someone will port openbsd so the truly paranoid can finally have a phone ;) Oct 12 19:57:17 i'm working on it Oct 12 19:57:23 so is ian@ and ray@ Oct 12 19:57:24 will the gta02 run XP Embedded? Oct 12 19:57:33 xp embedded doesnt run on arm Oct 12 19:57:37 drahn@ will probably be helpful too Oct 12 19:57:39 d'oh Oct 12 19:57:43 xp embedded does run. Oct 12 19:57:45 +not Oct 12 19:58:03 yeah, should've asked for CE then, I guess ;) Oct 12 19:58:04 you might be able to get win ce running on neo Oct 12 19:58:12 if you have access to the source Oct 12 19:58:15 but from the look of the dmesg, the neo looks a lot like a zaurus Oct 12 19:58:16 haha Oct 12 19:58:36 or maybe you could get xp embedded to "run" in qemu Oct 12 19:58:41 so adapting the openbsd zaurus port to openmoko shouldn't be an insurmountable task Oct 12 19:59:00 buz: qemu in a neo would probably run at less than 1 MIPS Oct 12 19:59:30 there's a a reason for the " around run ;) Oct 12 20:00:03 ckuethe: the neo is a fairly standard ARM thingy... the only problematic part would be the drivers for things like the sound, gsm, gps... Oct 12 20:00:19 gsm is standard at interface i believe Oct 12 20:00:19 gsm is easy - gsmd Oct 12 20:00:27 it looks like a modem on the com port Oct 12 20:00:38 sound, yeah, someone's gonna have to write a driver for that Oct 12 20:00:42 gps... we'll se Oct 12 20:00:51 noooow, solaris on a phone... Oct 12 20:00:54 may have to just do up a port of the HH software Oct 12 20:01:16 or wait for a new firmware-based device to appear, in which case it looks just like a com port Oct 12 20:01:55 one would think that decision was made by now... Oct 12 20:03:03 hey tuukkah Oct 12 20:03:53 hi Ghiottone! Oct 12 20:05:05 what news? Oct 12 20:15:28 orf1 Oct 12 20:15:34 ups sorry Oct 12 20:21:17 ckuethe: gsm is easy, sure, but it's not only gsmd... you also have to power on the modem via the gpio Oct 12 21:09:07 nabend Oct 12 21:10:10 the good news is that I got a new SIM card from eplus which is now working in Neo1973 Oct 12 21:20:35 hey hhf423 Oct 12 21:20:45 hi Ghiottone Oct 12 21:20:53 hows things? Oct 12 21:21:06 anything new happened this week? Oct 12 21:21:35 yeah I spent it working on my new laptop Oct 12 21:21:49 new I should have plenty of horse power to compile openmoko :) Oct 12 21:22:43 it's good. but linux is hard to put on newest machines Oct 12 21:24:13 what about you? Oct 12 21:26:54 its less difficult when you can write your own device drivers. snap to it! :) Oct 12 21:27:28 trying to activate my new sim, but one thing is clear: the neo likes it :-) Oct 12 21:28:03 new laptop sounds nice Oct 12 21:28:24 but no news on Neo GPS? Oct 12 21:29:45 hehe! Oct 12 21:30:06 Nope. Utter and total silence on the GPS... Oct 12 21:30:09 juri_: writing your own device driver takes time (I should know, I did that last year) Oct 12 21:30:20 Rather like the SIM and 850MHz issue. Oct 12 21:32:42 I have found that mtd drivers don't generate /proc/diskstats statistics. I've tried to figure out what it needs to be done to fix it but could not find any info Oct 12 21:32:52 does anyone have any tip? Oct 12 21:33:13 oooh, this looks cool, whats it? http://scap.linuxtogo.org/files/79bc0dce02527a77d0cf2cc94266e69c.png Oct 12 21:33:46 Simcity clone? Oct 12 21:34:13 transport tycoon Oct 12 21:34:22 cesarb: but its fun, right? Oct 12 21:34:23 :) Oct 12 21:34:24 is there a ipkg? Oct 12 21:35:49 openttd Oct 12 21:35:58 I made one IIRC Oct 12 21:36:24 cool Oct 12 21:36:31 and wtf is this? http://scap.linuxtogo.org/files/0d4524f651b8bddea6dd103b694858de.png Oct 12 21:36:58 It is That Which Does Not Exist. Oct 12 21:37:25 Data gathered using the forbidden gllin driver ;) Oct 12 21:37:35 in chroot? Oct 12 21:37:40 mokostats ? Oct 12 21:37:54 I would imagine, unless someone reverse-engineered the driver. Oct 12 21:38:29 so the screenshot is what? a tease? Oct 12 21:39:57 I heard that mokostats has been used with bluetooth gps Oct 12 21:40:30 ah, that could be an explanation. quite likely Oct 12 21:47:06 crap.. i cracked debugboard flex cable connector :\ Oct 12 21:49:34 hard to repair? Oct 12 21:49:43 Very. Oct 12 21:49:49 Flex connectors are bastards. Oct 12 21:50:20 they are not designed for repetitive use Oct 12 21:50:28 The basic idea is to shave off the top coating, expose the copper, and solder. Oct 12 21:53:59 manually-applied solder's never as flexible as the barely-tinned layer the factory puts on though. Oct 12 21:54:32 No. Oct 12 21:54:41 though it's possible to help by wicking most of it back off again after you've put it on Oct 12 21:54:42 If combined with a rigidiser, it works OK though. Oct 12 21:54:54 I repaired a laptop HD cable after I ripped it. Oct 12 21:55:29 heh, i soldered a full-size IDE cable onto the back of a 2.5" IDE connector on a flex cable :-) Oct 12 21:55:49 just so i could hook up a cd drive to the laptop to install linux on it Oct 12 21:55:56 This was onto a 100 pin connector on the motherboard. Oct 12 21:56:11 oooh, those things are _horribly_ fine pitch Oct 12 21:56:27 It also had other stuff Oct 12 21:56:31 a mate of mine did something even more horrid though, to rescue a botched rev 1 pcb layout Oct 12 21:57:02 132-pin tqfp - pin 1 was halfway along a side... the library part we used on the pcb had it at a corner Oct 12 21:57:31 we didn't discover this till after the PCB got manufactured. Oct 12 21:57:39 I've seen one of those. Oct 12 21:57:48 explosion of wirewrap wire. Oct 12 21:58:04 yup Oct 12 21:58:08 has anyone else experienced problems getting gta01 to register on the network? Oct 12 21:58:15 Many pwople. Oct 12 21:58:23 Are you in the US on AT&T? Oct 12 21:58:30 US on Tmobile Oct 12 21:58:49 it helped a lot that we etched a little square PCB to sit the IC on, so we weren't soldering wires straight to it. Oct 12 21:58:53 from libgsmd-tool: Oct 12 21:59:20 SpeedEvil: anyway, it's pleasing to know this happens to others Oct 12 21:59:29 (unless you saw it anywhere near cork, ireland...) Oct 12 21:59:31 O Oct 12 21:59:31 # # Power-On Oct 12 21:59:31 r Oct 12 21:59:31 # Register Oct 12 21:59:31 ERROR reding from gsm_fd Oct 12 21:59:36 cjb_ie: this was actually a 60Mb hard drive. Oct 12 21:59:48 cjb_ie: that I got when RoDime shut. Oct 12 21:59:50 Oops. Oct 12 22:00:01 Or was it RoDime Oct 12 22:00:11 It was either RoDime or Myrica Oct 12 22:00:21 SpeedEvil: ah, so you didn't get to experience the joy of seeing the explosion take place then :) Oct 12 22:00:23 Which was clearly a test unit - but worked. Oct 12 22:00:32 So I used it for a couple of years. Oct 12 22:00:40 (this was back when 60Mb was significant) Oct 12 22:01:10 we kept that board around to remind us to check the damn library parts before sending the gerbers off Oct 12 22:01:42 (as i recall, on the first attempt we had an off-by-one error on the wire-wrap explosion) Oct 12 22:01:44 ooo looks like gsmd died, too Oct 12 22:02:26 and there were a few bridges and dry joints to catch too, of course, once we got all the wires in the right places. Oct 12 22:03:52 that was a fun prototype Oct 12 22:05:27 * cesarb braces for the netsplit Oct 12 22:08:13 bewandered: How current is your image? Oct 12 22:08:25 the latest i could get last night Oct 12 22:08:37 cjb_ie: I want to make a low-end wirebonder. Oct 12 22:08:42 how can i check the rev from the phone? Oct 12 22:08:56 cjb_ie: Ombondo! Oct 12 22:09:16 cat /etc/version says: Oct 12 22:09:23 200708310939 Oct 12 22:09:41 i'm thinking there may be a hardware problem Oct 12 22:09:45 No. Oct 12 22:09:54 Fri Oct 12 22:07:29 2007 <8> gsmd.c:82:alive_tmr_cb() modem dead! Oct 12 22:10:10 SpeedEvil: fortunately, the connector had one side of it still intact, so i managed to push it back and lock. no way i'm gonna unplug the flex cable from there any time soon :) Oct 12 22:10:20 I think you need a newer image. gsmd is still buggy, but a lot of problems have been solved since August. Oct 12 22:10:32 ok. Oct 12 22:10:44 What about this one: http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=666 Oct 12 22:10:45 ? Oct 12 22:10:49 that seemed to be the latest image the Flasher program found Oct 12 22:11:22 Check the wiki for feeds, there are alternate feeds that are much more up-to-date. Oct 12 22:11:31 ahhh OK, thanks Oct 12 22:11:48 Perhaps one of the lurkers here might know of a recent feed?? (I haven't updated mine for a few days now) Oct 12 22:20:43 * Writchie hail caesar Oct 12 22:23:24 Writchie: didn't see the global notice? Oct 12 22:23:52 nope Oct 12 22:24:04 [19:04:49] [Notificar] -dmwaters- {global notice} Hi all, our main US hub is about to go down for some upgrading. This will cause some major splitting. We will work to get things back together as quickly as possible. Thank you for your patience, and thank you for using freenode! Oct 12 22:24:28 [19:05:27] * cesarb braces for the netsplit Oct 12 22:25:10 anyone here know if it's required to flash u0boot when you flash the kernel and rootfs? Oct 12 22:26:03 bewandered: It's not Oct 12 22:26:13 bewandered: not necessary except in very unusual case Oct 12 22:26:17 thanks :) Oct 12 22:26:34 bewandered: wiki says only if your new rootfs is smaller than the old one (?) Oct 12 22:26:48 ok Oct 12 22:26:53 i'm pretty sure it's bigger Oct 12 22:27:08 where'd i put line to restart gsmd during startup? Oct 12 22:27:31 berkus: That's not flashing u-boot - that's doing a "nand erase rootfs" from within u-boot Oct 12 22:27:43 bewandered: if you have an older u-boot you need to do erase nand rootfs or erase nand kernel respectively Oct 12 22:28:05 s/or/and or/ Oct 12 22:28:15 ok Oct 12 22:28:38 abraxa_: um, well, yes. you don't need to reflash u-boot usually. Oct 12 22:28:48 Writchie meant: bewandered: if you have an older u-boot you need to do erase nand rootfs and or erase nand kernel respectively Oct 12 22:29:54 and to paraphrase Python: 'nand erase' is right out. Oct 12 22:29:59 U-boot 1.2.0-moko9_r0_${biglonghexstring}_0_2040 Oct 12 22:30:34 bewandered: You want to flash that? Why? Oct 12 22:30:48 I want to flash the rootfs and kernel. Oct 12 22:30:58 Then you don't need u-boot :) Oct 12 22:31:03 that's the current U-boot rev Oct 12 22:32:51 ok:) Oct 12 22:33:42 i'm not sure at which rev the nand erase rootfs became no longer required. Oct 12 22:33:47 yay for flashing! Oct 12 22:33:48 bewandered: Are you flashing a virgin device that you purchased or does it already have a kernel/rootfs? Oct 12 22:34:04 i have flashed it once before now. Oct 12 22:34:23 so it already has kernel and rootfs Oct 12 22:34:45 but i'd like to try some dev images to see if i can get GSM working. Oct 12 22:34:53 ohh okay - in that case you *might* want to issue the "nand erase rootfs" command on the u-boot console before flashing the rootfs, just to make sure Oct 12 22:35:00 too late :) Oct 12 22:35:07 it sure would nice if there were known good and tested official u-boot images and recommendations for those without debug boards. Oct 12 22:35:31 Writchie: Sounds like an idea for the wiki, even if it's not "official" Oct 12 22:35:50 i'd be reluctant to recommend. that's an openmoko task really Oct 12 22:36:00 * * OM Bug 929 has been created by hrw(AT)openedhand.com Oct 12 22:36:01 * * GConf setting for orientation Oct 12 22:36:02 * * http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=929 Oct 12 22:36:08 Hmm, I suppose so... Oct 12 22:36:38 the original image is fine as long as you do the nand erase rootfs thing. Oct 12 22:37:00 the latest 12 fixed some charging issues but has not been tested enuf yet to recommend. Oct 12 22:37:11 I've adopted issuing "nand erase clean rootfs" before each rootfs flash as a kind of cargo cult. Not sure whether it's necessary, but sure doesn't do any harm. Oct 12 22:37:39 i do the same also Oct 12 22:38:04 nand erase really needs a warning Oct 12 22:38:21 since its rm -rf / Oct 12 22:38:52 actucally worse, i guess more like a dd Oct 12 22:39:10 hmm, it has a warning? at least last time I forgot to type "rootfs" it asked whether I was really sure Oct 12 22:39:34 unfortunately, that version is ok Oct 12 22:39:45 its the other versions that have no warning Oct 12 22:40:17 i also don't like hidden environment variables Oct 12 22:40:37 or pseduo environment variables or whatever Oct 12 22:51:57 Writchie: the "august snapshot" has doesn't need nand erase rootfs and is very well-tested Oct 12 22:54:08 cesarb: that's good to know. but someone without a debug board probably ought not to upgrade u-boot unless the upgrade is necessary rather than just convenient. Oct 12 22:54:23 http://blog.haerwu.biz/2007/10/13/neod-hacking-day/ Oct 12 22:54:46 August snapshot u-boot is known to be working Oct 12 22:54:57 I upgraded my Neo bv4 to it and it is working Oct 12 22:55:21 Writchie: well, I'd say lowering the chance of typing "nand erase" by accident is good, but only if you can get to a debug board with perhaps a 2-hour bus ride max Oct 12 22:55:58 cesarb: it's good for sure - but i wouldn't upgrade just for that. Oct 12 22:56:12 but that's just me. Oct 12 22:56:57 there are now changes that fix the charge rate to 100ma - these will probably be worth it after some testing Oct 12 22:57:10 hmm. Oct 12 22:57:23 with new kernel and root fs, still seem to be having gsm troubles: Oct 12 22:57:30 Writchie: I will either wait until the next official snapshot or start hacking uboot by myself (and thus need to flash my own) Oct 12 22:57:31 Fri Oct 12 22:56:11 2007 <1> usock.c:254:phone_powerup_cb() Radio power-up faile Oct 12 22:57:31 d Oct 12 22:57:42 http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=765 <- already starting to hack on uboot Oct 12 22:58:27 cesarb: there may also be some usb dfu problems Oct 12 22:58:41 these could be in dfu-util or u-boot, i'm not sure. Oct 12 22:58:53 i may look into them next week. Oct 12 22:59:26 try to find out why linux in vmware doesn't do download/upload Oct 12 23:00:08 Writchie: it might be uboot, it might be dfu-util, or it might be _vmware_ Oct 12 23:00:17 Writchie: and it's more probable it's vmware Oct 12 23:00:39 i'm not so sure since everything else works and its a lot more complicated than dfu Oct 12 23:01:29 are the "Bad block table found at page" errors anything to be concerned about? Oct 12 23:01:30 but of course, it could be vmware and that means game over. Oct 12 23:01:33 (from dmesg) Oct 12 23:02:24 bewandered: what is the full message? Oct 12 23:02:43 <7>Bad block table found at page 131040, version 0x01 Oct 12 23:02:47 <7>Bad block table found at page 131008, version 0x01 Oct 12 23:02:49 jsut those two Oct 12 23:03:09 those are not errors AFAIK Oct 12 23:03:16 thx Oct 12 23:04:01 bewandered: it's quite normal to find a bad block table... it would be strange not to find it (there are two copies, btw) Oct 12 23:04:14 ok Oct 12 23:04:18 yay i have pgrep now! Oct 12 23:04:41 bewandered: it's also quite normal to find four "fake" bad blocks at the end of the device (they are not really bad blocks -- they have the bad block table) Oct 12 23:05:01 ah, i see Oct 12 23:08:51 bewandered: http://wiki.openmoko.org/wiki/NAND_bad_blocks <- more than you'll ever want to know on the subject Oct 12 23:09:39 wow, that's a loud startup noise. Oct 12 23:09:54 hehe thx Oct 12 23:12:58 bewandered: you'll get tired of it quickly when you have to boot your neo for twelve thousand times more :) Oct 12 23:13:24 heheh Oct 12 23:13:36 so the icons along the upper right disappeared Oct 12 23:13:46 is taht correct? Oct 12 23:13:51 yeah. i didn't get answer to that Oct 12 23:13:51 bewandered: that's normal Oct 12 23:13:58 bewandered: they crash like all the time Oct 12 23:14:03 k Oct 12 23:14:12 bewandered: just shrug and reboot (or if you know the tricks restart them) Oct 12 23:15:09 bewandered: also don't get surprised if gsmd misbehaves, it does that all the time... just shrug and restart it by hand Oct 12 23:15:32 k Oct 12 23:15:44 i'm still having trouble with it registering. Oct 12 23:15:50 i'm going to try a different SIM Oct 12 23:17:01 bewandered: if it's GSM850, forget it, it won't work. It also doesn't work well with some newer SIMs Oct 12 23:17:16 bewandered: there are rumors a fix is being prepared Oct 12 23:17:36 the one that isn't working is almost 5 years old. Oct 12 23:17:54 the one i'm trying now is about 1.5 years old. Oct 12 23:17:58 both are from Tmobile. Oct 12 23:18:41 this August snapshot looks wonderful. Oct 12 23:18:50 In terms of UI Oct 12 23:18:56 ack Oct 12 23:20:04 bewandered: as long as you do not forget about 'ipkg update;ipkg upgrade' to newest software Oct 12 23:20:33 hrw: doing that will only give him a mismatched set of kernel modules Oct 12 23:20:34 ok, thx Oct 12 23:20:55 cesarb: oops. Oct 12 23:21:09 * hrw installed own build Oct 12 23:21:27 and some software I have in newer versions then OpenMoko provides Oct 12 23:23:36 Hi! Where should I look for a recent working jffs2 image? Oct 12 23:24:15 http://buildhost.openmoko.org/ only seems to have releases. Oct 12 23:25:58 sweet, i have signal Oct 12 23:26:12 for the very first time :) Oct 12 23:27:07 What! Main screen turn on. Oct 12 23:30:46 Henryk: too soon: http://xkcd.com/286/ Oct 12 23:31:22 heheh Oct 12 23:33:47 cesarb: also applicable: http://xkcd.com/307/ Oct 12 23:34:40 bye Oct 12 23:50:07 hi Oct 13 00:42:24 hey everyone Oct 13 00:42:38 is WebKit b0rked or am I doing something wrong? Oct 13 00:44:21 dotmef: it was broken for me earlier this week until I nuked the whole build Oct 13 00:44:36 dotmef: then midori started being the broken one... with almost the same webkit error Oct 13 00:44:38 cesarb: ah - one of those issues. thanks Oct 13 00:44:55 dotmef: but at least midori is in feeds, not in image Oct 13 00:46:06 * dotmef is not looking forward to another 8 hour build Oct 13 00:58:42 openmoko: 03laforge * r3155 10/trunk/src/target/kernel/patches/gta02-core.patch: GTA02: add missing GPIO definitions for GTA02v1 .. GTA02v4 Oct 13 00:59:20 hmm - gta02v4 Oct 13 01:01:54 i just got a few iphones to play with... how exactly does it do the orientation trick? Oct 13 01:02:23 with chickens Oct 13 01:02:27 and sacrifices Oct 13 01:02:37 thought so Oct 13 01:05:46 rwhitby: wasn't v3 added like today or yesterday? Oct 13 01:05:51 rwhitby: that's some churn here Oct 13 01:08:58 cesarb: I'm hoping v4 means P0 is soon Oct 13 01:09:32 rwhitby: I think it means nothing at all other than "new pcb revision" Oct 13 01:10:11 * cb22 wonders if they have decided on a gps chipset yet Oct 13 01:10:19 * cesarb seriously hopes we won't have a "wifid" to try to bash in shape and fail Oct 13 01:10:40 cb22: hm, that could explain v3 and v4 being close together... two different chips... Oct 13 01:10:48 cb22: sort of in paralell Oct 13 01:10:56 cesarb, true Oct 13 01:11:16 cb22: OTOH, it could also be explained by an exploding capacitor Oct 13 01:11:38 well, at least thats plausible :) Oct 13 01:12:01 * cb22 has just been playing with some iphones... not bad Oct 13 01:12:16 although i think compiz-fusion-mobile would rape it :) Oct 13 01:13:00 * cb22 imagines a cube on his phone Oct 13 01:13:10 powered by accelerometers Oct 13 01:13:10 +1 Oct 13 01:13:14 +10 Oct 13 01:13:16 ;-) Oct 13 01:13:18 hehe Oct 13 01:13:53 dont suppose anyone has actually used the smedia chip before **** ENDING LOGGING AT Sat Oct 13 02:59:56 2007