**** BEGIN LOGGING AT Thu Nov 06 02:59:57 2008 Nov 06 03:05:14 openmoko: 03charlie * r4758 10/developers/charlie/: Added my directory Nov 06 03:20:14 openmoko: 03charlie * r4759 10/developers/charlie/ (37 files in 2 dirs): initial import of my personal wiki Nov 06 04:31:30 wassa Nov 06 04:51:38 slaxxin: wasabi? Nov 06 06:40:19 Im running Android on the Openmoko Neo Freerunner using Sean McNeils images. Installing and running works, but the phone doesnt accept my PIN code for my sim card. Is that a know problem? Nov 06 06:55:54 KenSentMe: AFAIK the port isn't finished yet. Only the UI and some buttons are working for now, but not the other hardware like the gsm modem or the gps chip. This has to be done in the next phase. So i would not count this as a bug Nov 06 06:57:07 JadeFalcon, yeah, i saw some other reports on the pin not working on the mailinglist, but i wondered if anyone had a solution yet Nov 06 07:10:28 JadeFalcon, fyi, calling with Android works when you disable the pin on another phone Nov 06 07:19:01 KenSentMe: thx 4 info, also had the pin problem =) Nov 06 07:19:34 sakkara, np. I am now able to make calls, but i found no way to answer an incoming call Nov 06 07:20:30 lol^^ Nov 06 07:20:53 well, android is in very early stage for FR, its just to play around, not to use it... Nov 06 07:36:10 isnt strange, that when I kill Xglamo and illume/zhone/e17, then frameworkd eats whole cpu and much more ram, then before? Nov 06 08:57:55 openmoko: 03charlie * r4760 10/developers/charlie/test_gsm/ (. test.py): Added test_gsm script Nov 06 08:58:55 openmoko: 03charlie * r4761 10/developers/charlie/Stuffs/ (. find_at.py): Added simple script to retrieve AT commands used by framework ogsmd Nov 06 08:59:13 Hi all. Nov 06 09:00:28 Daramarak, Hi! Nov 06 09:00:41 I am working on a reasonable norwegian dictionary for illume (reasonable is smaller than my currently 12MB one) and a norwegian keyboard layout. Am I reinventing the wheel? Nov 06 09:09:36 apt-get install wnorwegian Nov 06 09:11:04 I did it, the dictionary is 12MB Nov 06 09:11:14 It is awfull slow Nov 06 09:13:18 Daramarak: pick only those words that are in the dictionary and in your irc/email conversations Nov 06 09:13:43 Yeah, something like that Nov 06 09:14:16 i came up with a 23K dictionary with that :) Nov 06 09:14:46 do you have a script to do it? Nov 06 09:15:16 xvkbd web page has Nov 06 09:16:34 dictionary?? does it define, or just spell? Nov 06 09:17:23 always wanted to make a bot that collects defs in a freenode chan #definitions.... far too many discussions in #philosophy or #physics just boil down to basic definitions! lol Nov 06 09:18:30 theblackbox: word list Nov 06 09:18:42 Yeah it is a word list Nov 06 09:19:06 yeah, I'd like to improve on it Nov 06 09:19:13 ;) Nov 06 09:19:46 But I cannot help thinking that these files should be compressed somehow. Nov 06 09:20:50 Then they would load faster and take up less "disk" space Nov 06 09:21:32 Daramarak: if you store the files in jffs2, they are compressed anyway. Nov 06 09:21:46 There isn't a whole lot of benefit from compressing them again. Nov 06 09:22:03 True... I didn't think of that Nov 06 09:22:07 you want a data structure that'll make it easy/fast to predict next letter required, given letters so far. Nov 06 09:22:32 ideally one that doesn't require decompression of the whole file Nov 06 09:22:58 I was thinking on something like that, that the datastructure inside the software is reflected in the wordlist Nov 06 09:25:40 It should also be a trivial task to download keyboard layouts and dictionarys Nov 06 09:26:52 I doubt an end user would be happy to just "apt-get install wnorwegian, transfer files to so and so folder and restart enlightenment" Nov 06 09:27:50 Daramarak: right now in the illume images i build they force supportf of all locales that e has translations for Nov 06 09:27:53 (thats a fair few) Nov 06 09:28:10 as such i'd just include all the dicts by default and have a "filter only dicts for my language" Nov 06 09:28:22 option added so u can only choose dicts for your locale Nov 06 09:28:30 (unless u disable that) Nov 06 09:28:38 its a long term plan Nov 06 09:28:43 not all there currently Nov 06 09:29:22 12 MB wordlist * (languages e supports) Nov 06 09:29:33 ouch Nov 06 09:30:27 jonsmith1982: the english dict is only 1mb Nov 06 09:30:33 A choice when installing illume would be nice. Select layouts and dicts, like many other oses Nov 06 09:30:37 also remember its compressed on jffs2 Nov 06 09:31:28 in reality it'll use about 350-400k Nov 06 09:31:47 Daramarak: right now e when u run it asks u for language - first thing Nov 06 09:31:51 but they need to be installed Nov 06 09:31:56 for it to offer a selection Nov 06 09:32:54 No lazy initializing Nov 06 09:32:56 e alreayd supports fetching data like wallpapers, themes etc. remotely itself Nov 06 09:33:10 (over http) Nov 06 09:33:20 no reason it cant snarf dicts too later Nov 06 09:33:33 but i'd like everything to work "out of the box" without having to go install extra stuff Nov 06 09:33:37 or download things Nov 06 09:33:44 if it east up a few mb of flash - then so be it Nov 06 09:33:50 on the Fr u have 256m of it Nov 06 09:34:05 plenty of space to burn to make sure something works out of the box Nov 06 09:34:21 if u want u can go make N packages each one with a different dict Nov 06 09:34:31 i dont mind - but i dont think it should be like that Nov 06 09:34:44 But there is still a matter of speed, the 12MB norwegian is too slow. Hampers my typing. Nov 06 09:34:54 oh yeah Nov 06 09:35:04 thats somethng i need to do with the dict format Nov 06 09:35:08 its very verbose Nov 06 09:35:19 its small for english because there are not declinations Nov 06 09:35:21 or very few Nov 06 09:35:27 i have a plan Nov 06 09:35:33 i just wont get around to it for a while - no time Nov 06 09:37:01 Is it a good plan ;) Nov 06 09:37:17 yes Nov 06 09:37:28 I have done some thinking on the matter, would be interesting to hear your ideas. Nov 06 09:37:30 change dict format to have quick-jump bytes Nov 06 09:37:32 to jump lines Nov 06 09:37:35 (without scanning) Nov 06 09:37:52 and be able to explicitly declare visible match vs inputted text Nov 06 09:37:53 eg Nov 06 09:37:59 i type in Nov 06 09:38:32 "blos" but in the dict it says "display 'bloß' Nov 06 09:38:38 so u have a line like Nov 06 09:38:52 blos [bloß] Nov 06 09:39:00 (well add in frequency too) Nov 06 09:39:03 blos [bloß] 234 Nov 06 09:39:14 also add in declination Nov 06 09:39:51 lauf [~en~e~t] 245 Nov 06 09:40:05 that will drastically rteduce dicts for no/se/de/it/fr/es etc. Nov 06 09:40:23 as you'd just list the declination endings Nov 06 09:40:41 the real big problem is how to gnereate such a dict Nov 06 09:40:49 it'd have to have a really godo source Nov 06 09:40:53 heh, cool Nov 06 09:40:59 you can turn shit into scheisse Nov 06 09:41:02 the current dict can be trivially generated by just throwing text files at a script Nov 06 09:41:10 doing a word hash and frequency count Nov 06 09:41:16 laen: yes Nov 06 09:41:21 thats a possibility Nov 06 09:41:33 u can have dict matches that "display" something other than what u typed Nov 06 09:41:35 the idea is Nov 06 09:41:47 Hmmm.. with something like that you can create dicts that transform your text into robot-talk, drunk talk, etc. Nov 06 09:41:51 a normal qwerty a-z kbd CAN cover all the accended chars in fr/de/it/ed/pt etc. Nov 06 09:41:56 so in french Nov 06 09:41:57 i do Nov 06 09:42:04 (type: cafe) Nov 06 09:42:06 and i get Nov 06 09:42:11 café Nov 06 09:42:16 (as an option) Nov 06 09:42:29 this ALSO covers ansian languages Nov 06 09:42:31 ie i type Nov 06 09:42:35 sakana Nov 06 09:42:36 and i get Nov 06 09:42:42 Thats nice, i can't even type the é at home on my laptop.. too lazy to config it, and stopped caring about special chars. Nov 06 09:42:45 さかな Nov 06 09:42:50 or Nov 06 09:42:54 魚 Nov 06 09:43:11 (japanese romanisation mappign to the hiragana or kanji - theres more possibilities too...) Nov 06 09:43:29 so the idea is a dict can not just correct typos Nov 06 09:43:33 but be a shortcut for typing Nov 06 09:43:35 save effort Nov 06 09:43:39 AND Nov 06 09:43:41 Sweet. Nov 06 09:43:46 even handle input methods Nov 06 09:43:53 the ONLY problem with the asian one is Nov 06 09:43:56 there is no way to send Nov 06 09:44:00 And is that installed by default or what package are we talking about? Nov 06 09:44:02 魚 Nov 06 09:44:06 to x as a keystroke Nov 06 09:44:23 so the kbd would need to also do some tricky stuff i think with eithe rcopy and paste faking Nov 06 09:44:30 or reverse input methopds Nov 06 09:44:45 or a custom input method handler for gtk/qt and other widget sets Nov 06 09:44:54 anyway Nov 06 09:44:58 i'd like ti to be installed by default Nov 06 09:45:14 normally a phone is set up for a group of languages by default Nov 06 09:45:16 whats the anme of it? Nov 06 09:45:21 name* Nov 06 09:45:27 eg ina sia if u get a phone they do chinese, (traditional, simplified) english Nov 06 09:45:29 thats it Nov 06 09:45:36 in euroep u'll get a bunch of european langs Nov 06 09:45:41 stop talking about it Nov 06 09:45:46 and tell me the name of the package :P Nov 06 09:45:53 oh Nov 06 09:45:57 this doesn exsit Nov 06 09:45:59 exist Nov 06 09:46:04 oh lol Nov 06 09:46:06 its a plan Nov 06 09:46:09 but sounds like a good idea Nov 06 09:46:17 Daramarak wanted to hear my plans Nov 06 09:46:22 and it can be darn small too Nov 06 09:46:31 It was thinking of using a datastructure thats like a k-ary tree Nov 06 09:46:34 Obama Nov 06 09:46:38 i have been thinking about trying the most universal solution i can think of to wntry of text world-wide Nov 06 09:46:52 That would compress the dictionary and make lookup simpler. Nov 06 09:47:22 can anyone tell me whats about ms4 fso ? Please. Nov 06 09:47:53 morning Nov 06 09:47:57 Morning :) Nov 06 09:48:55 Daramarak: i have kept clear of the tree structs Nov 06 09:49:04 basically because either u fidn a way to keep it flat mmaped from a file Nov 06 09:49:08 or u buiuld it in ram Nov 06 09:49:09 if u build iut Nov 06 09:49:14 every tree node needs pointers Nov 06 09:49:17 pointers are big Nov 06 09:49:20 4bytes each Nov 06 09:49:31 raster: now you're talking :) Nov 06 09:49:46 so even a simple binary tree has 8 bytes ovehread per letter Nov 06 09:49:49 plue alignment Nov 06 09:49:51 plus Nov 06 09:50:00 now if each letter isnt juyst 1 byte but utf8 Nov 06 09:50:07 its variable Nov 06 09:50:10 so 3 pointer Nov 06 09:50:12 (12 bytes) Nov 06 09:50:28 or its a glyph id (32bits - 16bits isnt enough for unicdoe anymore) Nov 06 09:50:32 so still 12 bytes Nov 06 09:50:34 :( Nov 06 09:50:53 i really dont like the feel of that Nov 06 09:51:41 right now illume mmaps the dict file Nov 06 09:51:47 that means if it isnt touched - it uses no ram Nov 06 09:51:56 as its just paged from disk on demand Nov 06 09:52:04 and thrown away when memory is needed Nov 06 09:58:17 I was thinking of a fileformat that supported the tree, so you could read and drop branches of the tree as needed Nov 06 09:59:17 u want a format where u dont "read" the file Nov 06 09:59:25 but mmap it and just walk the memory Nov 06 09:59:31 thus u need a tree format that can be mmaped Nov 06 09:59:43 and thus not have pointers but relative offsets Nov 06 09:59:50 also maybe some way to get rid fo "pointers" Nov 06 10:00:59 Yes Nov 06 10:01:37 ie flattening =rins of nodes Nov 06 10:01:44 so they are just one after the other Nov 06 10:01:51 at least break it into blocks Nov 06 10:01:58 that indirect to eachother Nov 06 10:02:07 so u have "clusters" of nodes Nov 06 10:02:28 something that contains maybe 64 or so nodes togehter Nov 06 10:02:41 than indirects out to other clusters only at the cluster edges Nov 06 10:36:49 raster: ping Nov 06 10:45:14 brokenmoko<3<3<3 Nov 06 10:46:03 Thats not possible inless you throw it from a 20+ floor :P Nov 06 10:47:45 And then there's a big chance it hits a crater. Nov 06 10:58:26 raster: Is the prediction based on how close the "tap" was to the key or is it based on how often the word occurs? Nov 06 11:02:53 so how many have tried andriod? Nov 06 11:03:20 I have Nov 06 11:04:03 how stable is it and how long do you think they need to keep working before it's usable by everyone Nov 06 11:05:39 dns53, it's not suited for normal use atm. You need to turn off pin security on the sim and accepting calls didnt work on my phone. Also connecting to Wifi-netwerks doesnt work. And you have to turn off the suspend mode, because the phone cant wake from suspend atm. Nov 06 11:06:18 yeah i've read some of those suggestions, does it work as a phone and do android applications work? Nov 06 11:06:20 But it's nice to get a preview of android, especially in countries were the G1 isnt for sale Nov 06 11:07:11 dns53, it doesnt work as a phone, because you cant accept incoming calls. Many android apps depend on internet connection and i havent managed to get that up Nov 06 11:07:51 it's amazing that they have done it so quickly, the source has been avalable for about 2 1/2 weeks Nov 06 11:08:22 Yeah, i think the first stable version isnt that far away Nov 06 11:08:34 Although im just a user, not a dev Nov 06 11:10:58 dns53: Sean has had prior access to the source and has been working on it for the last couple of months. Nov 06 11:12:03 cool Nov 06 11:13:36 dns53: I believe support for the Openmoko/Freerunner hardware is still somewhat missing so that needs to be integrated before it will work properly. Nov 06 11:21:17 mickeyl: good morning Nov 06 11:21:38 :) Nov 06 11:26:06 FYI: the G1 can now be reflashed: http://forum.xda-developers.com/showthread.php?t=442831 Nov 06 11:26:12 Perhaps we can put Openmoko on it now ... Nov 06 11:30:29 rwhitby: interesting... Nov 06 11:30:48 pb__: hi Nov 06 11:31:27 pb__: do you have some pointers on how to compile an oe-image for thumb? Nov 06 11:32:39 hi Kensan Nov 06 11:32:46 did you see the note I posted to the oe mailing list? Nov 06 11:33:46 http://lists.linuxtogo.org/pipermail/openembedded-devel/2008-October/006718.html Nov 06 11:34:53 pb__: sorry, I am not subscribed to that list. Nov 06 11:35:32 fair enough. I think mickeyl was going to forward it to openmoko-devel but maybe he forgot. Nov 06 11:35:48 pb__: that was the kind of pointer I was looking for :) Nov 06 11:35:55 ok, cool Nov 06 11:35:59 let me know if you have any trouble Nov 06 11:36:12 pb__: I want to see what kind of impact this has on boottime. Nov 06 11:36:20 by the way, it seems you need gcc-4.2 (rather than -4.1 as currently used for openmoko) to get correct thumb code generation for some packages. Nov 06 11:36:32 pb__: yeah, I'll come back with stupid questions for sure :) Nov 06 11:36:40 pb__: ok, good to know. Nov 06 11:36:55 good luck :-) Nov 06 11:37:01 pb__: so there's some compiler-bugs in 4.1 regarding thumb? Nov 06 11:37:18 yeah, 4.1 was hopelessly miscompiling part of libcurl for me Nov 06 11:38:05 pb__: o_0 Nov 06 11:38:16 pb__: hm python speedup sounds rather interesting. Nov 06 11:38:47 yeah. it'd be interesting to build a profiled version of the python interpreter and see if there are any obvious places where it can be speeded up further. Nov 06 11:38:49 hmm Nov 06 11:39:14 in some cases you do get better code by compiling particular, performance critical routines as arm rather than thumb. Nov 06 11:39:14 python has various language features that massively slow it down unless one optimizes at runtime Nov 06 11:40:13 i think it will be more usefull to wait for gobject-introspection and write performance-critical parts in vala Nov 06 11:40:43 pb__: ah but thumb should yield better resulst "in general" I assume. Nov 06 11:41:04 Kensan: right, that's the theory (and seems also to be true in practice from my experiments) Nov 06 11:41:26 pb__: hm there's other interesting posts from you on that ML, maybe I should subscribe... :) Nov 06 11:41:48 it's a tradeoff between better icache/memory bus usage on one hand, and better core CPI on the other hand. Nov 06 11:42:01 openmoko: 03charlie * r4762 10/developers/charlie/Wiki/ (8 files): Updated pesonnal wiki Nov 06 11:42:11 thumb obviously has worse cpi than arm in the core, but on gta01 that seems to be outweighed by the memory system advantages. Nov 06 11:42:36 if you had a bigger cache, and/or faster main memory, the results would probably be different. Nov 06 11:42:53 Kensan_: pong Nov 06 11:42:58 Daramarak: based on both Nov 06 11:43:01 its a combination Nov 06 11:43:18 so basically u press Nov 06 11:43:28 and that gives a list of keys u possibly hit for that tap Nov 06 11:43:34 some closer, some further from your press Nov 06 11:43:46 the further from your press the higher the distance metric Nov 06 11:43:47 pb__: well the memory is THE bottleneck on the FR :( Nov 06 11:44:02 so iy takes all possible letter u could have presses per tap Nov 06 11:44:05 and all their distances Nov 06 11:44:19 and checks all permutations agains the dictionary Nov 06 11:44:22 finds matching words Nov 06 11:44:28 pb__: CPI? Nov 06 11:44:51 works out a general "likelihood" metric combining the word frequency metric + distance metric Nov 06 11:44:55 and then sorts by that Nov 06 11:44:58 raster: seems like the panny will be a bit late... (http://openpandora.org/blog.php) Nov 06 11:45:46 pb__: never mind :) Nov 06 11:46:27 pb__: would you know if somebody is working on supporting build of UBIFS rootimages in oe? Nov 06 11:46:34 Kensan_: hmmm. my order went thru the uk store... Nov 06 11:46:41 bugger Nov 06 11:47:06 raster: hm mine too I believe... I am not sure though. Well I'll see when I get a mail. Nov 06 11:53:56 Kensan: cpi = clocks per instruction. worse cpi means that you get less throughput for a given number of MHz. Nov 06 11:54:52 strictly speaking, thumb and arm have exactly the same cpi, but the "effective cpi" is worse for thumb because you need multiple thumb instructions (hence multiple clock ticks) to do the work of one arm instruction. Nov 06 11:55:12 Kensan: as for ubifs, not that I know of. Nov 06 11:57:37 pb__: yeah I was a bit confused by the acronym but once I figured out what it mean I got it :) Nov 06 11:58:13 pb__: hm maybe nobody is using 2.6.27 yet... but I believe it will become rather popular. Nov 06 12:01:18 raster: Is there a weight the two metrics? Mine seem to favor much used words even when I am spot on the letter Nov 06 12:01:41 that was "weight between the two metric" Nov 06 12:05:55 Daramarak: yeah - there's a weight Nov 06 12:06:02 its hard-coded in Nov 06 12:06:08 i'll have to dig up the code Nov 06 12:06:53 hi, does anybody know how to handle the "CRC Error" thrown by upoot-envedit? It happens to me since a configure-uboot.sh script for debian messed up my uboot environment. Ican actually only boot from nor (but i need up to date uboot) Nov 06 12:07:46 yeah that happened to me aswell hackbert130 Nov 06 12:08:02 any fixes out there? Nov 06 12:08:24 you can flash the u-boot_env with the dfu-util Nov 06 12:08:36 i already tried the suggestions from wiki but no succsess Nov 06 12:08:52 like "dfu-util -a u-boot_env -R -D bkupuboot_env.bin Nov 06 12:09:05 but lemmie guess you have no backup ;) Nov 06 12:09:19 ouch jeo thats it Nov 06 12:09:52 next time make a backup ;) Nov 06 12:09:54 no backup :( i was i bit fast with flashing when it came Nov 06 12:10:01 but here i know where one is Nov 06 12:10:03 for sure Nov 06 12:10:49 so where can i search? Nov 06 12:11:18 http://we.trekbeyond.org/~kd8ikt/moko Nov 06 12:12:01 thanks so much, i spend about a day with the boot shell, hope it works ... Nov 06 12:13:39 raster: It would be great to be able to configure it. Nov 06 12:14:47 Daramarak: ther's a fixme there as for "is this the best way to do this" Nov 06 12:14:50 should it be linear Nov 06 12:14:54 should it be logarithmic Nov 06 12:15:02 (distance callculation in general) Nov 06 12:15:04 etc. etc. Nov 06 12:26:07 mhm even the backup environment refuses to work, is there a way to completely write uboot and environmet new (what are the lowlevel files for?). If i boot from nand there is only one option "Boot" wich wants to boot a debian from sd, and wich doesnt work Nov 06 12:27:58 it didnt work? Nov 06 12:28:36 no, no changes :( Nov 06 12:29:01 its supposed to put it back to all the default menu items etc Nov 06 12:30:22 yes me too, i completely dont understand whats goin on at the moment since uboot reads environment not from uboot_env partition Nov 06 12:31:59 cause that should of worked Nov 06 12:32:10 should've Nov 06 12:32:18 should have :P Nov 06 12:32:59 wonder if it matters what u-boot version Nov 06 12:33:44 yea i thought the problem would be that i dont have a binary standard environment (=no backup) but thats not all ... I tried several versions of uboot (i HAVE a backup of uboot, i only forgot the env) Nov 06 12:35:52 well thanks kd8ikt if anybody knows what theese lowlevel.bin files are for, please let me know! Nov 06 13:06:54 mickeyl: ping Nov 06 13:07:38 raster: If it is configurable (linear, logarithmic, weights), people might experiment and find good settings. Perhaps some of them can be used to create profiles for the keyboard later. (Sloppy typing, Pin point, and perhaps a mode that makes it possible to type with a finger. Nov 06 13:07:44 ) Nov 06 13:08:03 Daramarak: sure. Nov 06 13:08:15 it makes sense Nov 06 13:08:19 i just havent done it Nov 06 13:08:24 its the least of my worries at the moment Nov 06 13:08:25 :) Nov 06 13:09:20 raster: I understand, where is this code located by the way? Perhaps i'll have a look at it. Nov 06 13:10:22 e_kbd_dict.c Nov 06 13:10:28 in the illume moduel in e17's src tree Nov 06 13:10:36 // FIXME: magic combination of distance metric and Nov 06 13:10:36 // frequency of useage. this is simple now, but could Nov 06 13:10:36 // be tweaked Nov 06 13:11:20 raster: Thanks. Ill have a look at it tonight, when I am done at work ;) Nov 06 13:12:06 its commented Nov 06 13:12:08 :) Nov 06 13:12:44 good Nov 06 13:15:54 raster: By the way, I really like the keyboard, its a marvelous idea, but I guess you understood that :) Nov 06 13:18:33 hahaa Nov 06 13:18:40 well trolltech did a lot of that Nov 06 13:18:42 they had the idea Nov 06 13:18:50 i just stole it and added improvements of my own Nov 06 13:18:51 :) Nov 06 13:18:58 It is much better Nov 06 13:19:08 I could not stand the qtopia one Nov 06 13:22:02 But I would like a button to clear the whole prediction, and one to just toggle prediction and direct entry. Nov 06 13:22:36 Would it be possible to tweek with the config files, or must code be changed? Nov 06 13:24:23 hackbert130: if your lowlevel.bin question is stil topical: http://wiki.openmoko.org/wiki/Neo1973_Debug_Board_v2/Unbricking http://wiki.openmoko.org/wiki/Manually_re-flashing_the_bootloader Nov 06 13:24:41 or, specifically: Download a small piece of code for low-level SDRAM timing initialization (overwrite 4k SRAM of steppingstone) Nov 06 13:24:53 (from the wiki) Nov 06 13:29:28 steppingstone is in ROM. Nov 06 13:29:29 Oh. Nov 06 13:32:01 well, I don't partically understand that ^; my understanding just was that it initializes the memory somehow; I pasted the links as I bumped into that and saw a question about this flutter by Nov 06 13:33:00 Steppingstone is 48K of mask ROM, that's executed on power-on for the SoC Nov 06 13:33:23 It can boot from assorted sources depending on which pins are high or low. Nov 06 13:37:49 found an easy way to carry around my stylus with my phone Nov 06 13:38:38 first i pulled the stylus tip out of the pen and just sort of shove it into the side of the lil fag bag it came with Nov 06 13:38:48 Nov 06 13:39:22 that bag is great (its my screen protector) like hippies carry their bowls in those type bags ;) Nov 06 13:41:18 kd8ikt: So you removed the stylus from the pen? Nov 06 13:41:31 yeah all i need is that lil green pointer Nov 06 13:41:45 for detailed console work Nov 06 13:41:48 yeah, the pointer can be easily pulled out of the pen Nov 06 13:42:09 but you know how the bag has a mesh sides? Nov 06 13:42:16 Yes Nov 06 13:42:26 just sort of weave it in there like a guitar pick on the strings Nov 06 13:42:56 we'll see how long it takes for me to loose it Nov 06 13:43:06 lose ;) lol Nov 06 13:43:07 Hmm, Perhaps some craftmanship would allow the whole pen in there :) Nov 06 13:43:27 i dont see whynot but it'll make the sucker heavy Nov 06 13:43:33 * SpeedEvil passes Daramarak a 14lb craftsman hammer. Nov 06 13:43:39 heh Nov 06 13:44:09 Thanks SpeedEvil, ill use it to fine tune my creation ;) Nov 06 13:44:24 i'm seriously in love with the arkanoid c64 sid file for zhone Nov 06 13:44:30 olv: hi there Nov 06 13:44:56 I had an orgasm when I discovered there's a good old .sid :) Nov 06 13:45:29 just thebeginning of the tune is a bit... unusual; I thought there's something wrong with the speaker when I heard it for the first time :) Nov 06 13:45:44 chip music Nov 06 13:46:16 olv: I have a question regarding your posting to the devel ml: you said that it is possible to drop udev altogether. How would you replace the functionality? Could you elaborate a bit? Nov 06 13:46:58 speaking of speakers mine arent the same the levels are different vol on one side is higher and almost non existent on the other Nov 06 13:47:07 I used the occasiona and added a profile with some other sid, picking one of the many lying around on my hdd :) Nov 06 13:47:29 btw. is the FSO terminal issue fixed in fso-testing? Nov 06 13:48:38 what issue Nov 06 13:49:21 last week there was an issue in FSO - the openmoko-terminal2 wouldnt run Nov 06 13:50:19 i'm using fso on debian so... kinda spartan Nov 06 13:53:03 I haven't found time yet to investigate this debian+fso, but it certainly sounds interesting Nov 06 13:55:08 i think i need to make a lil jffs image Nov 06 13:58:33 http://trac.freesmartphone.org/ticket/196 here it is :-( Nov 06 13:59:44 bah Nov 06 14:03:51 dent: Thanks for the hint, ill take a look at that, i still dont get my nand uboot to work, but i kepp my focus on a usable debian i think, since every connectivity works there ... Nov 06 14:04:19 /usr/libexec/gnome-pty-helper Nov 06 14:07:38 DAVE! Nov 06 14:18:59 Is anyone here using a 2.6.26 kernel on their FR? Nov 06 14:21:46 how to use daily built if you cant ssh "no route to host" and no terminal? WTF? Nov 06 14:26:37 was only on first boot Nov 06 14:33:32 missing the usb_net kernel module? Nov 06 14:41:00 Am I the only one having problems with receiving SMSs and having to wait for ages before it appears in the messagebox? Nov 06 14:59:39 is there any one working on a keyboard for android ? Nov 06 15:02:06 Jonkristian :p Nov 06 15:02:14 Ah the keyboard debate again Nov 06 15:02:23 Dave: where is the keyboard in android? Nov 06 15:02:53 there's no keyboard ... Nov 06 15:02:57 Uggh Nov 06 15:03:03 Daramarak: No, I seem to have the same issue. Nov 06 15:03:08 Please be patient, toggles :) Nov 06 15:03:22 Good thing there isn't a camera to harass be about too :) Nov 06 15:03:24 Dave: ok, let me know when you've finished it Nov 06 15:03:30 Or else you guys would be asking about those bugs :D Nov 06 15:03:35 http://www.electronista.com/articles/08/10/24/android.virtual.keyboard/ Nov 06 15:04:03 Zombywoof: I reload the whole message application, that usually fix it. Nov 06 15:05:04 daramarak, what distro are you having these problems with? Nov 06 15:05:13 2008.9 Nov 06 15:06:31 debian-gta02:~# apt-get compiz-fusion Nov 06 15:06:32 E: Invalid operation compiz-fusion Nov 06 15:06:34 damn.. Nov 06 15:07:04 heh, yeah okay Nov 06 15:07:15 It is very annoying. I get the dialog where I should be allowed to read the new message, instead I am directed to an earlyer message. Nov 06 15:07:19 toggles? Nov 06 15:07:23 Daramarak, yeah. Nov 06 15:07:25 Dave: ! Nov 06 15:07:41 Daramarak, but has the incoming message already been received or displayed? Nov 06 15:07:57 Daramarak: How do you mean, you just restart the message-application or some service that handles sms? Nov 06 15:08:11 The message application Nov 06 15:08:22 if koolu plans to ship android on their phones in november .. r they gonna ship it without a keyboard ? cause that would suck Nov 06 15:08:30 ok... I will try it later. Thnx! Nov 06 15:08:35 I am not sure if it works, but it gives me something to do while I am waiting for the message :) Nov 06 15:08:40 =) Nov 06 15:09:19 heh Nov 06 15:09:25 woof woof :P Nov 06 15:09:32 Dave: I get a message that it is received, but it does not show up anywhere. Nov 06 15:09:50 -anywhere- ? Nov 06 15:10:23 In otherwords, it signals that one was received but doesn't displayed it? Does restarting the Messages application then display the last received message successfully? Nov 06 15:10:40 how would i go about making a usb connector (male-male) Nov 06 15:10:41 Then my issue is a bit different, I do not seem to receive sms instantly, it takes quite a while for them to arrive, but when I get the notification of a new sms I can view it right away. Nov 06 15:11:03 just same colors together Nov 06 15:11:50 eh? Nov 06 15:12:09 bricode: hi there. Are you trying to merge Freerunner patches into the Android kernel? Nov 06 15:12:26 (like using a gender changer adapter Nov 06 15:12:41 I get a received signal, but I cannot see the message when I click yes too see it. When I see that I cannot find it in the list, I close the msg application and restarts it. Then usually I am able to find the message. Nov 06 15:13:11 kd8ikt: AH Nov 06 15:13:15 then yes, I believe Nov 06 15:13:26 I know this has been well documented online if you care to look. Nov 06 15:13:35 They have pinouts, diagrams, etc. :) Nov 06 15:13:50 (if you need it) Nov 06 15:16:37 kinda doesnt matter just yet anyway cause i dont have the kmod for my usbdev Nov 06 15:17:13 r8187 Nov 06 15:17:31 :p Nov 06 15:17:52 Kensan_: I've already got a patched 2.6.24 kernel, but Sean Mcneil has gone with 2.6.26 Nov 06 15:18:02 hah Nov 06 15:18:18 i'm about to break down and buy a SD card with neopwn Nov 06 15:18:27 o.O Nov 06 15:18:31 Try it out? Nov 06 15:20:05 Damn they're making money on that :p Nov 06 15:20:12 dolf o/ Nov 06 15:20:31 yeah Nov 06 15:20:35 :P Nov 06 15:20:52 kd8, as they say on neopwn, Own it.. before it owns you! Nov 06 15:21:08 So, along those lines, you better hurry! Nov 06 15:21:33 psha Nov 06 15:22:11 just have to do it yourself with oe Nov 06 15:22:41 badabing Nov 06 15:23:38 badaboom? Nov 06 15:28:34 not very universal is it? usb... Nov 06 15:28:54 they should be combo male/female connectors Nov 06 15:37:29 I want to write GUI programs in python. But when I say "import Tkinter" or "import gtk" they are not found. I am on OM2008.8. What should I do? FDOM? Nov 06 15:40:58 found a new use for ide cablescraps Nov 06 15:41:10 male/male usb Nov 06 15:55:10 bricode: ah ok. I was just wondering since you were asking about 2.6.26. Nov 06 15:59:41 Kensan_: The kernel images that most people use on OM are 2.6.24. Just wondering what the general use was for 2.6.26 based kernels. Nov 06 16:06:53 bricode: Pretty much zero -- the problem being that 2.6.24 is the *only* kernel that has any chance of resuming from suspend, due to the glamo problems. Until Andy gets a workaround for that published, nothing except 2.6.24 is really usable by the community. :( Nov 06 16:07:58 mwester: That's what I thought. Nov 06 16:09:38 I just wish we knew what the status of that problem was; Andy insisted it was "foremost on his mind and desk" some days (week?) ago, but there just seems to be nothing happening -- only GTA03 stuff. Nov 06 16:10:14 I'm getting a very bad feeling about Om and the GTA02 right now. Nov 06 16:12:01 bricode: I think just a couple lost souls are battling with anything different than the stock kernel. Nov 06 16:12:27 mwester: an QI of course... Nov 06 16:12:51 Oh yes. Qi. (made necessary by GTA03, though) Nov 06 16:14:19 I just feel that it's close to where the community needs to send a GTA02 that has the WSoD symptoms to Harald, and then see if we can get enough contributions from the community to pay Harald to look at the problem. Nov 06 16:14:58 Im surprised he doesnt have one already Nov 06 16:15:01 mwester: I think Harald had a quick look at one of mickey 's FRs which shows the simptoms Nov 06 16:15:10 symptoms Nov 06 16:15:44 hm maybe we could ask the swisscom guys what they think... Nov 06 16:15:45 XorA: Mickey had to go out there with a broken one. I'm also unable to help as not only do I lack the knowlege, my GTA02 works perfectly. Nov 06 16:16:07 * mwester never thought he would be wishing for a *broken* one! :-D Nov 06 16:16:08 I think its hardware unfortuneately :-( Nov 06 16:16:18 XorA: Everything points that way now. Nov 06 16:16:26 hmm, this may be a dumb question, but i'm wondering if it's possible to change the power used by the bt card in FR. i.e. is it possible to change the device class such that it changes power/range? Nov 06 16:17:05 mwester: from what Andy said, seems some phone are just on the edge with some signal timings Nov 06 16:17:09 micro-sd - how big can i go? 16gb? Nov 06 16:17:16 mwester: is my guess from description anyway Nov 06 16:17:17 timur: there is nothing exposed to do that in the stock kernel or BT firmware -- but perhaps someone has "hacked" that bluetooth device. Nov 06 16:18:12 mwester, all right, thanks. by the way what effect does setting the class with hciconfig have? Nov 06 16:18:24 hama: i think there's a compatibility sheet on the wiki Nov 06 16:18:29 have a look at that Nov 06 16:18:50 XorA: At this point, I would think that even though it might be sub-optimal, can't we just reset the glamo and bring it up as if it was a cold power-up? (I should ask Andy, I suppose.) Nov 06 16:19:10 mwester: I thought that was what his last patchset did Nov 06 16:19:21 mwester: but I lost track in the discussion Nov 06 16:19:55 Hmm... I'll go look. If that works, however slowly, it would mean that we can consider the move to a newer kernel. Werner's wifi work awaits us on the newer kernel, that would be good to have. Nov 06 16:20:22 mwester: I havent worked on the phone for 2 weeks or so, and I never suspend it Nov 06 16:21:46 Kensan: did you ever get your debug board working? Nov 06 16:23:44 WoooO!!! :D First time in a long time that fso-image built without a single fail/fix/restart ! (10 hours, though -- wow) Nov 06 16:24:29 is milestone 4 out? Nov 06 16:25:22 No, that's why a clean build is so unusual -- the tip of the dev branch in OE is rapidly changing. Nov 06 16:25:33 And not just because of FSO activity. Nov 06 16:26:15 i hear that Nov 06 16:26:22 kd8ikt: http://trac.freesmartphone.org/milestone/milestone4 <--- keep an eye on that page Nov 06 16:26:24 oh, very good. I should try that for myself, I haven't been able to build fso-image for ages. Nov 06 16:26:28 So now that I have a clean build, I can build an FSO-based toolchain/SDK, and if that works at all, I'll feel good enough about it to commit the recipe. :) Nov 06 16:27:31 pb__: I think it was zecke's ENTERPRISE stuff he just committed that cleaned up the last of the issue I encountered. It all looks good so far. :) Nov 06 16:27:46 excellent Nov 06 16:28:02 * pb__ <3 zecke Nov 06 16:28:51 fdom rootfs download disconnects Nov 06 16:28:58 I'll start bitbaking immediately, before anybody else has a chance to break it again Nov 06 16:29:06 FF was silent about it Nov 06 16:29:13 I'm glad I have wget Nov 06 16:29:13 :) Nov 06 16:30:07 lol Nov 06 16:32:56 2008.9/fdom is good Nov 06 16:34:00 2007.11 or whatitsnamed that shipped with my Neo had better usability, but too many bugs Nov 06 16:39:09 how do i get the abc keyboard thing in the daily image? Nov 06 16:39:15 what do i need to install? Nov 06 16:41:17 Is here somebody with an android that boots, but also cannot call or get called. Or am I the only one with an android that doesn't want to call? Nov 06 16:54:52 mwester: not yet. I do get output garbled output from the serial console though. Nov 06 16:55:04 hi Nov 06 16:55:10 I need help Nov 06 16:55:12 mwester: but I also don't get access to uboot which seems strange. So something must still be off.. Nov 06 16:55:48 when I start openmoko, it shows the logo (openmoko) in this yellow-and-black background, and nothing else happens Nov 06 16:56:03 it only happens if the usb cable is plugged Nov 06 16:56:37 I cannot turn it off, I have to remove the battery Nov 06 16:57:14 can anyone help me? Nov 06 16:58:08 <[df]> what distro are you running? Nov 06 16:58:14 2008 Nov 06 16:59:00 <[df]> have you flashed your bootloader? Nov 06 16:59:07 nope Nov 06 16:59:22 I bought the unit with a 2007, and updated without reflashing it Nov 06 16:59:31 <[df]> oh Nov 06 16:59:32 because I thought it wasn't necessary Nov 06 16:59:35 <[df]> I think that's not recommended Nov 06 16:59:39 but it now goes dead slow Nov 06 16:59:45 what's not? Nov 06 16:59:53 <[df]> updating between distros Nov 06 16:59:53 reflashing or not reflashing? Nov 06 17:00:00 <[df]> you could just reflash it to 2008 and see if that helps? Nov 06 17:00:42 hmm Nov 06 17:01:21 sure Nov 06 17:01:23 just one question Nov 06 17:01:29 I used this graphical program Nov 06 17:01:32 to do everything Nov 06 17:01:49 I provided the new kernel, and the new filesystem Nov 06 17:02:03 what you are asking me to do is to provide... Nov 06 17:02:04 ? Nov 06 17:02:11 mwester: could you help me with the debugboard issue by comparing my settings to yours in two or three hours from now? Nov 06 17:03:55 hey, how come when i set the moko to usb host, connect something and do lsusb i don't see it? furthermore, the device isn't powered. Nov 06 17:04:00 (the usb device) Nov 06 17:05:23 [df]: how do I do that? Nov 06 17:05:33 I can't find the right web :( Nov 06 17:05:42 (wiki page) Nov 06 17:06:14 (got it) Nov 06 17:06:20 <[df]> sorry, being distracted by work Nov 06 17:06:29 <[df]> you mean http://wiki.openmoko.org/wiki/Flashing_the_Neo_FreeRunner ? Nov 06 17:07:10 yeap Nov 06 17:07:15 but the question is Nov 06 17:07:24 I changed the rootfs and the kernel Nov 06 17:07:29 I didn't touch anything else Nov 06 17:07:35 is this what you were asking? Nov 06 17:07:36 thats not a question Nov 06 17:07:54 Or shall I change something else? Nov 06 17:08:41 kd8ikt: yes it is, you have to be pacient, you see? ;) Nov 06 17:08:48 just flash the rootfs and kernel Nov 06 17:08:55 afaik, that is :) Nov 06 17:09:13 there's a logo somewhere I guess, but that's not important Nov 06 17:09:24 and probably no need to flash uboot Nov 06 17:09:28 well, that's what I did Nov 06 17:09:46 <[df]> so that's what you meant by updated? Nov 06 17:09:50 mwester: doh, I still have a do_fetch failure in illume. Nov 06 17:09:52 did? So you flashed 2008.x? I thought you're talking about 2007.x Nov 06 17:10:25 well, I might have misled you a bit, my bad Nov 06 17:10:34 yeap, I flashed the unit, but only the rootfs and the kernel Nov 06 17:10:48 and ended up with not-booting fr? Nov 06 17:11:01 only when the usb cable is plugged Nov 06 17:11:17 <[df]> plugged into power, or plugged into a computer? Nov 06 17:11:43 plugged into a computer Nov 06 17:11:48 didn't try with the power cable Nov 06 17:37:51 mwester: you still around? Nov 06 17:39:07 is there a link for an image of milestone4? Nov 06 17:40:01 bricode: between meetings, I'm around for a few minutes. :) Nov 06 17:40:46 how do I set timezone on my FDOM/Om2008.9? It doesn't change after editing /etc/timezone and rebooting Nov 06 17:40:46 Do you have your kernel source posted somewhere? I heard that your kernels are some of the only ones that suspend/resue reliably. Nov 06 17:40:48 :( Nov 06 17:40:57 hi Nov 06 17:41:02 I have another problem Nov 06 17:41:16 I get a "no GPS found" message Nov 06 17:41:18 in tangoGPS Nov 06 17:41:37 damkor: is gpsd running? Nov 06 17:43:22 bricode: http://repo.or.cz/w/linux-2.6/openmoko-kernel/knife-kernel.git (The latest "stable" kernels are on the mwester-stable branch, commit 291a9d500ccfade6814857d170ab14aed8a31142) Nov 06 17:43:30 nope Nov 06 17:44:13 mwester: Thanks. Looking to get a decent kernel for A. Nov 06 17:44:49 bricode: I am actually somewhat perplexed by the claimed stability of those; I audited that particular commit against the Om stable branch, and the only difference was the GSM debugging code, and the defconfig -- that shouldn't be enough to make it suspend/resume differently, IMO. Nov 06 17:45:09 cjb: shouldn't it start automatically? Nov 06 17:46:11 bricode: Also note that the tip of the mwester-stable branch is probably only stable for the GTA01 -- I think that resume is broken on that branch for the GTA02, but I do not have a v6 GTA02 with the WSoD problem so I can't really confirm it. That's why the kernels I have are relatively old right now. Nov 06 17:46:35 mwester: Okay. Just wanted to check in with your status. Nov 06 17:49:05 Mwester is stable? Nov 06 17:49:25 http://larrythefreesoftwareguy.wordpress.com/2008/11/05/alex-castellanos-obama-the-open-source-president/ Nov 06 17:49:35 Oh no, you got that quite wrong. Mwester himself is as unstable as room-temperature nitro. Nov 06 17:49:43 :D Nov 06 17:49:53 haha, that's what I thought ;) Nov 06 17:50:49 "Starting gpsd: No GPS device, aborting gpsd startup." Nov 06 17:51:25 edit your gpsd default configuration Nov 06 17:51:39 or use gpsd /dev/ttySAC1 Nov 06 17:52:10 hmm Nov 06 17:52:14 why is this happening? Nov 06 17:52:28 CONFIGURE GPSD Nov 06 17:53:07 yeah, but the question really is: isn't the hardware sort of fixed for all openmoko, and this kind of configuration could be provided working by default? Nov 06 17:53:12 open /etc/default/gpsd and see what it has in there Nov 06 17:53:13 or am I missing something? Nov 06 17:53:27 Yeah, it was changed, but not for all distros. Nov 06 17:53:35 I see Nov 06 17:53:36 or whoever originally packaged it. Nov 06 17:53:38 * Dave shrugs Nov 06 17:53:52 GPS_DEV="/dev/ttySAC1" is what should be set Nov 06 17:54:12 check it out, if it's different then that explains why it errors out (this is what everybody got, a long time ago) Nov 06 17:55:36 Yeah whoever originally packaged it was dumb and didn't think to check it out or something, or didn't change the default device to the appropriate one on the freerunner (I think it was originally set to dev tty3 or something odd, by default). Nov 06 17:56:49 well, it starts now Nov 06 17:56:51 jonkristian, hvordan går det med min norske venn? :] Nov 06 17:56:52 thanks, dave Nov 06 17:56:55 damkor \o/ Nov 06 17:57:21 Now go find a window or go outside (under an umbrella if you're here), and wait a minute or two if you want a GPS fix :D Nov 06 17:57:28 Sådär Nov 06 17:57:31 :) Nov 06 17:57:34 :) Nov 06 18:00:37 can't get a position Nov 06 18:01:00 Yeah. That's why Dave told you to go outside! Nov 06 18:01:22 I'm next to the window Nov 06 18:01:42 Some windows are not transparent to GPS. Nov 06 18:01:46 First make sure the GPS antenna is powered up Nov 06 18:01:53 Also, leave it there for ten or so minutes Nov 06 18:02:26 If after fifteen minutes goes by and nothing works, you should probably fuck with the glamo settings (provided you're using it with a microSD card). Nov 06 18:03:23 What SpeedEvil said -- very true. The newer energy-efficient windows are very "non-transparent" -- I have them in my office here, and get a better GPS signal on my desk surface than on the window sill. Nov 06 18:04:03 damkor: Also, place the FR in the "up" position -- use a coffee cup to hold it upright if necessary. Nov 06 18:04:13 An empty coffee cup. Nov 06 18:04:17 hehe! Nov 06 18:04:53 My window next to me amplifies GPS signals? Nov 06 18:05:13 Mwester, I personally found it works better if you simply place it IN the coffee cup! Nov 06 18:05:30 And yes, in a CLEAN and empty one :p Nov 06 18:05:32 silliness. Nov 06 18:05:45 I don't think ANYONE would ever offer insurance on a freerunner :P Nov 06 18:05:50 If you use a really hot cup of tea, the position can be almost infinitely off. Nov 06 18:06:01 Dave: I've got insurance on my GTA01 Nov 06 18:06:06 Really? Nov 06 18:06:13 Yes. Nov 06 18:06:22 Who offered it? Nov 06 18:06:35 I phoned several companies offering mobile insurance. Nov 06 18:06:42 Sorry, I don't have the details to hand. Nov 06 18:06:54 Used the first that wasn't bothered that they hadn't heard of it. Nov 06 18:09:14 I see, alright. Nov 06 18:09:20 I was just interested. Nov 06 18:18:37 Dave: http://eddirt.frozenreality.co.uk/index.php?id=445 Nov 06 18:22:00 can anyone here help me with something about fso dbus interface? Nov 06 18:26:45 Aha Nov 06 18:26:51 Tasn, is it failing you? Nov 06 18:27:11 actually not Nov 06 18:27:19 haha OpenMooCow Nov 06 18:27:26 it's just that there are many ways to understand each iface Nov 06 18:27:30 YES Nov 06 18:27:51 for instance is it correct to use resource.disable to close gsm, or is it more correct to shut down the ant? Nov 06 18:27:58 same goes for bt, wifi and etc. Nov 06 18:28:08 what does disable actually do? Nov 06 18:28:14 etc etc ;] Nov 06 18:28:22 i had more better questions that i have forgot. Nov 06 18:28:34 usually it's if you trust it, otherwise they do the same thing Nov 06 18:28:49 some people who trust the api will still just manipulate the device's power state :p Nov 06 18:29:11 im making a quick settings gui for few fso settings Nov 06 18:29:16 bt/wifi/gsm power Nov 06 18:29:21 and gprs connect/disconnect Nov 06 18:29:23 cool :) Nov 06 18:29:27 I hope it works! Nov 06 18:30:08 it does Nov 06 18:30:20 well except for gsm that i just finished and gonna give a try ;] Nov 06 18:30:56 Dave: have you finished the camera software for android yet? Nov 06 18:33:13 All sources point to No Nov 06 18:33:19 Please try again later! Nov 06 18:33:32 Dave: will do, I'll be back again soon Nov 06 18:33:35 Tasn, I hope the Bt settings work :) Nov 06 18:33:45 toggles - uggh - I'm sure :P Nov 06 18:34:24 dont sound so happy Nov 06 18:34:35 Dave, they do Nov 06 18:34:43 although that's just turn on and turn off Nov 06 18:34:50 though that's enough for most parts. Nov 06 18:35:44 Tasn, yeah :p Nov 06 18:35:53 it doesn't have to be -that- smart, I guess :) Nov 06 18:35:59 ;] Nov 06 18:36:04 gotta add usb host Nov 06 18:36:09 and that's enough for the meanwhile Nov 06 18:36:26 Yay for gmpc! Nov 06 18:36:48 Yay for laen! Nov 06 18:36:52 Yay! Nov 06 18:36:54 :) Nov 06 18:38:02 damn Nov 06 18:38:17 gsm doesn't like to be turned off. Nov 06 18:38:51 hah Nov 06 18:39:08 In my experience it didn't want to turn back on (correctly) Nov 06 18:39:09 damn Nov 06 18:39:19 moko doesn't like that either Nov 06 18:39:21 it's slooowww Nov 06 18:39:35 and broken? Nov 06 18:39:42 Dave, maybe i should try suspend/resume Nov 06 18:39:48 (the gsm) Nov 06 18:39:49 oh god Nov 06 18:39:50 :P Nov 06 18:39:57 anyhow, im hiding the button from now on ;] Nov 06 18:40:25 gray it out Nov 06 18:40:35 To disappoint or intrigue users :P Nov 06 18:40:55 hehe ;] Nov 06 18:41:00 and i have another issue Nov 06 18:41:22 i can't find libmokoui2 python bindings Nov 06 18:41:35 well, users will just have to deal with a non mokoish iface ;] Nov 06 18:41:41 Openbox on the Openmoko.. meant to be <3 Nov 06 18:41:45 i.e regular gtk. Nov 06 18:41:48 laen, hehe. Nov 06 18:41:55 im off. Nov 06 18:42:07 btw daMaestro Nov 06 18:42:10 Dave, * Nov 06 18:42:18 bt and gprs work like a charm Nov 06 18:42:34 same goes for wifi, though i don't know what's that for anyway ;] Nov 06 18:43:00 cy. Nov 06 18:43:03 cya. Nov 06 18:43:23 :) Nov 06 18:49:53 why was the moko designed completly round, it is impossible to make it stand! Nov 06 18:50:15 Ah, to sell mokostands! Nov 06 18:50:54 It stands fine! ...on its side :) Nov 06 18:51:03 True Nov 06 18:51:11 Rotate screen 90 degrees, hey presto ;) Nov 06 18:51:31 But how do I do that? Nov 06 18:51:44 daramark, yeah that's pretty stupid Nov 06 18:51:50 hahaha mokostands Nov 06 18:51:51 YES Nov 06 18:52:02 I already had to fashion a couple makeshift ones :p Nov 06 18:52:22 It's easier for me I guess Nov 06 18:52:29 I can just order leinir to sit there, holding it for me ;) Nov 06 18:52:35 *giggles* :) Nov 06 18:52:49 Lucky you Nov 06 18:53:02 Daramarak: It depends on the version of the software you run :) Nov 06 18:53:51 Well I run 2008.9, and I cannot seem to make it happen. It was those accelerometers, but they do not seem to do the trick. Nov 06 18:53:58 Daramarak, if you hold the AUX button for 3 seconds or so, does it come up with a menu enabling you to do that? Nov 06 18:54:18 There's... erhm... TapUntap or something like that :) Nov 06 18:54:50 I can only lock and ulock with the aux Nov 06 18:55:06 lame Nov 06 18:55:12 you could always try xrandr :D Nov 06 18:56:37 damarak: xrandr -d:0 -o right should do it (at least on my debian, but i think xrandr is the same on om) Nov 06 18:58:48 bloody hell, now my render keyboard is gone again Nov 06 18:59:19 The cat ate my headset, and now I think TangoGPS ate my keyboard Nov 06 19:01:56 render=raster Nov 06 19:05:26 hah Nov 06 19:09:50 has it really not been published a tool that reads accelerometers and rotates the screen? Nov 06 19:11:10 hmm, my raster keyboard does not work fine with a rotated display Nov 06 19:12:16 maybe tslib didnt notice the rotation had that issue a while ago but i reflashed since then ... Nov 06 19:13:16 Daramarak :[ Nov 06 19:13:26 hackerbert, yeah, that's a debian thing... Nov 06 19:13:44 Daramarak: yes there is a tool to do that I have used it in the past Nov 06 19:14:33 I've just received my freerunner! I'm so excited :D Nov 06 19:14:59 Quiet Dave! Nov 06 19:15:07 Bah, I'h Nov 06 19:15:19 (accidentaly pressed the enter key) Nov 06 19:15:23 orensbruli: Congratulations! Nov 06 19:16:25 Daramarak: Does the keyboard dissapear completely or do you instead see the qtopia keyboard? Nov 06 19:16:34 haha Nov 06 19:16:50 Qtopia?? Nov 06 19:16:52 I see the qtopia one, I disabled it. Nov 06 19:16:55 I had a keyboard but tangogps eated it? :P Nov 06 19:17:00 What's going on? Nov 06 19:17:11 Furthermore, what the fuck are you people talking about? Nov 06 19:17:21 Dave: android silly Nov 06 19:18:29 (uk joke) would a silly android advertise mashed potato? Nov 06 19:18:30 But now after a quick suspend and resume the screen is shifted so while earlyer i pressed on the screen and got a tap a complete other place, I now get the tap and press from the stylus is correct, but the screen is shifted instead. Nov 06 19:19:00 Tig|: i don't get it Nov 06 19:19:12 Tig|: will it come with a soft keyboard? Nov 06 19:19:34 toggles_w: http://www.youtube.com/watch?v=3SAbJjktk7E Nov 06 19:20:04 sound might be loud Nov 06 19:20:13 Daramarak: You disabled the qtopia keyboard because you instead wanted to the raster keyboard, but still the qtopia keyboard sometimes comes up instead of the raster keyboard? I had the same problem. Nov 06 19:20:24 Yes Nov 06 19:20:39 Ok, I'll look up how I fixed it. ;) Nov 06 19:20:53 I think it is fixed now. Edited a qtopia configuration file. Nov 06 19:21:01 Found it on the wiki Nov 06 19:22:57 Tig|: very loud Nov 06 19:23:04 yes :( Nov 06 19:23:09 Daramarak: You added " export QTOPIA_NO_VIRTUAL_KEYBOARD=1" to the end of /etc/X11/Xsession.d/89qtopia" as described in the wiki? Nov 06 19:23:39 Daramarak: That didn't work for me. I had to move it further up in the file. Nov 06 19:25:56 I put it along with the other exports Nov 06 19:26:39 Tig|: i still don't get it, i want my android to come with a keyboard not a potato ;-) Nov 06 19:27:02 :) Nov 06 19:27:02 POTATO! Nov 06 19:27:32 Potaaahto Nov 06 19:28:00 Daramarak: Ok, that's what worked for me too. I think the wiki should be modified. Nov 06 19:28:28 In http://wiki.openmoko.org/wiki/Keyboard_Debate under How to install the illume (Raster's) keyboard ?, a command which adds the export to the end of the file is used. Nov 06 19:29:06 * Dave fires potatoes at Tig's base. Nov 06 19:29:15 Keyboard_Debate? Nov 06 19:29:18 in linux Nov 06 19:29:39 Dave: "all your potato are belong to us"? Nov 06 19:29:40 when you're defining a variable or whatever it is you do when instead of the normal shell-prompt, you get a > Nov 06 19:29:43 how do you quit that? Nov 06 19:31:13 yabo: You probably didn't properly end a string. Type ' or ". Nov 06 19:31:24 or ctrl+c? Nov 06 19:31:38 that would work too ;) Nov 06 19:32:03 ctrl+c didnt work Nov 06 19:32:28 but i got out Nov 06 19:33:34 how did you get out then? Nov 06 19:34:57 i opened a new shell.... :P Nov 06 19:34:59 haha, cjb Nov 06 19:35:00 giggle Nov 06 19:35:02 yeehaw Nov 06 19:35:14 yabo :P Nov 06 19:35:33 :OOOOOOOO Nov 06 19:35:43 er du norsk? Nov 06 19:36:09 jea Nov 06 19:36:15 det er s mange her! Nov 06 19:36:17 :DDDDDDDD Nov 06 19:36:19 traff to i gr ogs Nov 06 19:36:29 hehe Nov 06 19:36:38 wtf Nov 06 19:36:39 du er kul :p Nov 06 19:36:39 moko er tydelig veldig populært i norge Nov 06 19:36:58 Tydeligvis :DD Nov 06 19:37:05 oi hihi Nov 06 19:37:08 moro :D Nov 06 19:37:11 jajaja Nov 06 19:37:32 Dave and yabo: #openmoko-no (yes, I'm Norwegian too) Nov 06 19:37:35 Norge \o/ Nov 06 19:37:43 kul kul Nov 06 19:38:56 vädret är jättebra i norge Nov 06 19:39:34 MOAR!?!?! Nov 06 19:39:49 terve Nov 06 19:41:20 Oh het is hier dat ze beginnerslessen Noors geven. Nov 06 19:41:31 jaja Nov 06 19:41:37 meeeeeeeeeer nooooooooooooors \o/ Nov 06 19:41:52 dolf, er zijn hier veel Noors :p Nov 06 19:42:20 ja, en Nederlanders ook Nov 06 19:42:40 so Nov 06 19:42:46 2008.9 Nov 06 19:42:51 reinstalling pygtk Nov 06 19:42:56 how do i do that? Nov 06 19:43:14 opgk remove pygtk; opkg install pygtk? Nov 06 19:43:14 :| Nov 06 19:43:17 ja Nov 06 19:43:22 --force-reinstall? Nov 06 19:43:36 ^^ Nov 06 19:43:52 opkg install -force-reinstall pygtk? Nov 06 19:44:54 er det riktig? f hele linja vr s snill.. :p Nov 06 19:46:00 mmhmm Nov 06 19:46:13 okay thanks Nov 06 19:46:20 :] Nov 06 19:46:32 if it breaks, come back and complain! Nov 06 19:46:33 fr feil nr jeg prver importere gtk nemlig.. Nov 06 19:50:42 yabo: By speaking Norwegian, none of the other people in this channel will be able to help you. The problem with importing gtk is known (and I thought it was fixed). If you search for it, you'll probably see how to fix it manually. Nov 06 19:50:58 Or maybe it is fixed in the latest testing. You could try opkg upgrade pygtk Nov 06 19:51:09 (after running opkg update) Nov 06 19:51:47 it does not work after update/upgrade, but ill search around, thanks Nov 06 19:52:11 I am looking for a list of opkg errorcodes, where can i find that? Nov 06 19:52:56 nvm found it Nov 06 19:53:30 opkg install -force-reinstall pygtk gave me a code 2: Error parsing config file Nov 06 19:54:15 yabo: How about just opkg upgrade pygtk? Nov 06 19:54:28 (opkg update; opkg upgrade pygtk;) Nov 06 19:54:49 instead of reinstall Nov 06 19:55:01 okidoki' Nov 06 19:58:44 What are those + signs and the * on the bottom of the om2008? Nov 06 20:00:07 Daramarak: Probably the bounds Nov 06 20:01:40 yabo o_O Nov 06 20:01:54 hm? Nov 06 20:06:42 Daramarak: Don't know what the + and * does, but the buttons are short cuts to applications. Add "Bar" to Categories in the desktop of an application to put it there. Nov 06 20:08:59 anyone out there who got right click emulation to work on debian? Nov 06 20:10:21 hackbert130, nop, but i did manage to decrease the annoying jitter Nov 06 20:10:47 how did you do that? tweak or harder? Nov 06 20:10:58 teaked ts.conf Nov 06 20:11:02 tweaked* Nov 06 20:11:08 in /etc/ ? Nov 06 20:11:12 ye Nov 06 20:11:23 ok thx will take a look at that Nov 06 20:11:37 I installed raster keyboard and disabled the qtopia one but now I don't get any keyboard. Nov 06 20:11:50 ill send u in private how mine looks like now Nov 06 20:12:24 have you restarted the xserver? Nov 06 20:12:37 yeah I've done it Nov 06 20:13:45 i see qwerty on the top left corner, but when I tap on it no keyboard Nov 06 20:14:36 emacsian, opkg install illume-config Nov 06 20:14:44 i think thats what fixed it for me.. Nov 06 20:14:50 i had the same problem yesterday Nov 06 20:15:39 oh Nov 06 20:15:41 nevermind Nov 06 20:15:54 [21:11] I installed raster keyboard Nov 06 20:16:01 i guess my method wont work for that Nov 06 20:17:28 I read the wiki again, it says switch keyboard from NONE to DEFAULT in illume's preferences Nov 06 20:17:57 is it some config file? Nov 06 20:18:29 you can do it from the interface, the small wrench on the dropdown Nov 06 20:19:49 hello everybody Nov 06 20:20:03 Daramarak: sorry, I didn't get it Nov 06 20:20:32 I'm a new-happy neo freerunner owner... Nov 06 20:20:46 mek! Nov 06 20:20:57 yep! Nov 06 20:21:00 Mek: don't worry, it won't last long. Nov 06 20:21:01 mek__, congratulations. Nov 06 20:21:02 :) Nov 06 20:21:07 =) Nov 06 20:21:19 Welcome to the insanity which is, Openmoko. Nov 06 20:21:20 Mek: it is a nifty bit of hardware. Nov 06 20:21:24 The dropdown menu on the top, there you have a small wrench which you can configure illume with. (You do have illume-config installed?) Nov 06 20:21:35 * lindi- is happily ircing with fr Nov 06 20:21:35 yeah, Nov 06 20:21:40 Let this me a historic moment in time, from here on out, your life as you know it will begin to decline. Nov 06 20:21:43 lindi :p Nov 06 20:21:45 opkg instal says it is already installed and uptodate Nov 06 20:21:46 yep, I've realized that... Nov 06 20:22:11 I'm really a noob into linux world, so more on openmoko Nov 06 20:22:33 but I've always been able to solve problems on my own (google :)) Nov 06 20:22:43 mek__ that is great if you like challenges :) Nov 06 20:23:13 I do like them =) especially 'cause I bought this piece of hardware for just one purpose Nov 06 20:23:22 android users here? Nov 06 20:23:27 mek__: and that is? Nov 06 20:24:11 let's say that my objective in my life has always been to let people think with their own mind instead of blah-blah-media... you know... Nov 06 20:24:28 call me activist, or whatever... Nov 06 20:24:40 and how does the FR fit into that? Nov 06 20:26:04 dent: FR is a nice tool for hacktivisim.... Nov 06 20:26:31 and for hadrenaline too :) Nov 06 20:27:17 Dave: evening. I wonder what mwester would say to all this youthly optimism ;) Nov 06 20:27:19 hello, anyone know how to fix opkg error 2 Nov 06 20:27:31 i am getting it on a fresh fdom install Nov 06 20:27:35 Haha Nov 06 20:28:04 Kensan, something along the lines of, "Those poor deluded fools... *shakes head in hands*", methinks. Nov 06 20:28:11 :) Nov 06 20:28:27 he Nov 06 20:28:29 h Nov 06 20:28:31 raster: ping Nov 06 20:28:33 igor321: Try doing opkg update first Nov 06 20:28:49 emacsian: i did Nov 06 20:29:10 dolf1074: I'm around. Nov 06 20:29:31 Is there already a working virtual keyboard? Nov 06 20:29:59 With android? Nov 06 20:30:02 yes Nov 06 20:30:05 No Nov 06 20:30:08 gotta go, cya all. Bye. Nov 06 20:30:17 there is one... but it's not working yet :) Nov 06 20:30:56 I read something about that xda-developers are busy with one, but the site is a little bit down Nov 06 20:31:12 Then I did also found Nov 06 20:31:14 http://code.google.com/android/adc_gallery/app.html?id=38 Nov 06 20:31:31 But I think that only work on applications adapted to use that Nov 06 20:32:02 fredrin: you said that Nov 06 20:33:47 Yay!! More fresh victims! Nov 06 20:35:02 mwester: oh there you are :) Nov 06 20:36:22 mwester: my dboard is still giving me crap. Nov 06 20:37:20 mwester: could you send/pastebin me your uboot-env? Nov 06 20:38:13 igor321: see if increasing verbosity level gives you any indication, opkg update has always solved it for me Nov 06 20:39:07 hrm Nov 06 20:39:23 emacsian: i'll try, am rebooting it right now Nov 06 20:52:42 Is there a way to change the touchscreen orientation through a /sys command? Nov 06 20:54:39 bricode: no. Nov 06 20:54:40 bricode: none of which I am aware Nov 06 20:55:01 I think it's an ioctl to the fb device. Nov 06 20:55:30 But you'll have to do an ioctl to the fb device anyway, in order to do the efficient screen blanking that Harald added to the kernel recently. Nov 06 20:58:35 mwester: Are the nand patches included in stable yet? Nov 06 20:58:53 Similarly the blanking patches? Nov 06 20:58:56 bricode: yes Nov 06 20:59:11 bricode: all of them. Nov 06 20:59:42 :D Nov 06 20:59:43 ;) even though they are not necessarily stable yet (blanking on some FRs causes the WSoD to appear on unblanking) Nov 06 21:00:11 stable with Openmoko has it's own special meaning. Nov 06 21:00:13 Kensan: I'll have to get to my FR first (I'm still -- supposedly -- at work). Nov 06 21:00:25 bricode: hehe! Well said. Nov 06 21:00:27 Brinky: to do with bolts and horses? Nov 06 21:00:49 haha Nov 06 21:00:50 "special" Nov 06 21:00:56 * mwester considers that there might be some truth to SpeedEvil's interpretation ;) Nov 06 21:01:02 "stable" Nov 06 21:01:31 mwester: no hurry. I need to get away from this damned pc anyway *heh* Nov 06 21:01:36 I need a FR with the WSoD problem. Anyone near Chicago willing to do a temporary swap? Nov 06 21:01:53 By their definition, even I get to be "stable". Nov 06 21:02:14 mwester: hehe swap and then put it in the mail ;) Nov 06 21:03:40 mwester: btw how did the temperature theory develop? any news on that? Nov 06 21:04:12 mwester: or was it a red herring? Nov 06 21:04:50 how do you quit vi in 2008.9? :-S when i try :x i get ". is not implemented" Nov 06 21:05:01 installing nano doesnt work either.. Nov 06 21:05:44 ":q" ? Nov 06 21:06:11 entering : doesnt seem to work Nov 06 21:06:20 thats when i get ". is not implemented" Nov 06 21:06:28 o_O Nov 06 21:06:31 what the fuck :D Nov 06 21:10:25 hi all... can anyone tell me in what feed I can find python-alsaaudio? Nov 06 21:12:24 yabo, :q worked for me, but i also messed with vi only long enough to install vim Nov 06 21:16:20 okay Nov 06 21:16:24 i hate vi myself Nov 06 21:16:28 installed nano now... :-R Nov 06 21:17:48 yeah... reminds me to install nano, too Nov 06 21:18:05 vim's not bad :P Nov 06 21:19:23 better we not start to argue about that :P Nov 06 21:20:26 haha just no one say emacs and we might be ok :P Nov 06 21:21:27 rofl Nov 06 21:22:14 on a serious note, I'm trying to compile something on the neo and it complains about a missing command: cc1 anyone knows in which package it is? Nov 06 21:24:28 do you have gcc installed? Nov 06 21:25:54 timur: I installed the gcc package, yes... I can extecute gcc and get no input files Nov 06 21:26:00 it's cpp. doesn't gcc depend on it? Nov 06 21:27:09 pH5: Ah! That actually might be it... Nov 06 21:29:26 in linux, how do you get a new ip from dhcp? ipconfig /renew in windows Nov 06 21:29:53 yabo: you may try dhclient Nov 06 21:30:03 killall dhclient first probably Nov 06 21:30:15 it might do it on itsown Nov 06 21:30:46 Depends on the distro I gues... Never had to kill anything on Ubuntu here... Nov 06 21:31:54 alright, thanks Nov 06 21:32:55 yea, i think dhclient does detect if another version of it is running already and kills it Nov 06 21:32:55 pH5: You were right... package cpp and cpp-symlinks did it... thanks Nov 06 21:34:58 ga Nov 06 21:34:58 h Nov 06 21:35:05 i tried connecting to a wpa-network Nov 06 21:35:14 and after that the usb-connection hasnt worked at all Nov 06 21:36:44 Hi all, more ideas on https://blueprints.launchpad.net/ubuntu/+spec/openmoko-manager are welcome Nov 06 21:52:39 Pander: nice idea. do you prefer ppl to add ideas to the whiteboard directly? Nov 06 21:55:52 my fr won't boot normally. it stops at the centered "openmoko" splash. it boots through NOR though Nov 06 21:56:09 What's the most stable/functional distro? 2008.9? Nov 06 21:56:46 how do i fix this, or troubleshoot? i'm pretty sure it's hardware cuz i flashed the kernel and rootfs with 2 different distributions, same behavior Nov 06 21:59:37 tar zxf automake-1.9.tar.gz Nov 06 21:59:41 tar: invalid tar magic Nov 06 21:59:44 wat? Nov 06 21:59:51 what is wrong? Nov 06 22:00:07 maybe busytar doesn't understand z Nov 06 22:00:24 busybox-nooooo! Nov 06 22:01:09 yabo: try -zxf Nov 06 22:01:35 the "no dash" mode is an ugly kludge imho Nov 06 22:03:15 how do i make apt-get use only packages from stable tree? Nov 06 22:04:41 nyu, i got the same error Nov 06 22:04:47 F4t: only put stable to sources.list Nov 06 22:04:58 ozzloy: re-flash properly? Nov 06 22:05:20 lindi-, where do i get stable repo urls from? Nov 06 22:05:54 F4t: deb http://ftp.fi.debian.org/debian/ etch main Nov 06 22:09:50 when opkg cannot satisfy dependencies, they are not in the repository right? Nov 06 22:10:06 normally yes Nov 06 22:10:11 Where can i get libsdl and libsdl-image then? They are for numptyphysics :-| Nov 06 22:11:10 wich distro? Nov 06 22:11:22 2008.9 Nov 06 22:11:58 normally it should be there. Try do opkg list | grep libsdl Nov 06 22:12:06 alright Nov 06 22:12:07 dotmef: yeah, anyone can add to the whiteboard Nov 06 22:13:21 what does -force-depends do? Nov 06 22:14:04 let the package install and give warnings about dependencies that are not met. (Don't stop and quit like it normally does) Nov 06 22:14:18 aha Nov 06 22:14:30 so it installs the app, even though the dependencies are not met? Nov 06 22:14:42 ye Nov 06 22:14:44 s Nov 06 22:15:02 alright, thanks Nov 06 22:15:36 gee, changing from qt-extended is the best thing ive done for my freerunner in a long time Nov 06 22:15:48 changing from qt to 2008.9* Nov 06 22:15:59 Yashy: i already flashed twice Nov 06 22:16:12 yabo: why? Nov 06 22:16:42 spose i could flash yet again, but that seems unlikely to yield returns Nov 06 22:16:43 whoa! success! The headset works now in QT extended! :) Nov 06 22:17:06 it is alot faster, and much easier to use Nov 06 22:17:23 the headset hurts my ears Nov 06 22:17:28 can you reset levels in numptyphysics? :r Nov 06 22:18:29 uhsf: it's actually a hands free for the car... no ear pieces :) Nov 06 22:20:25 i just don't like the default FR headset Nov 06 22:20:48 I haven't got it, so I can't comment... Nov 06 22:21:29 if only FR had a 3.5mm plug i could get a nice headset Nov 06 22:21:44 yaaa, 3.5mm =D Nov 06 22:21:57 +1 Nov 06 22:30:21 The headset socket is a special design. You can fit 3.5mm headphones with a special tool. Nov 06 22:30:29 * SpeedEvil hands out hammers. Nov 06 22:30:39 uhsf: just make a converter Nov 06 22:32:38 What is the best way to start hacking on SHR? Nov 06 22:32:55 Hey, is there anything I need to do to get the sound working properly on the testing-image? scummvm says 'WARNING: Could not open audio device: No available audio device!', fourier is complaining about 'Error reading sound data: Bad file descriptor'.. liquidwar for example has sound though.. Nov 06 22:35:23 mplayer first says '[AO OSS] audio_setup: Can't open audio device /dev/dsp: No such file or directory' but starts playing after a few seconds with 'AO: [alsa] 48000Hz 2ch s16le (2 bytes per sample)' Nov 06 22:37:18 I'm trying to install mplayer on 2008.9, but opkg does not find mplayer-common or libmp3lame0. Where can i find those? Nov 06 22:38:14 seems like oss is missing.. but installing alsa-oss doesn't get me anywhere Nov 06 22:42:04 anyone know the package name of all these games in fdom? Nov 06 22:42:09 i wanna remove them Nov 06 22:44:42 task-openmoko-games and oh-puzzles i think Nov 06 22:45:12 noother: try modprobe snd_pcm_oss Nov 06 22:46:12 gromez: it works, finally, thanks a lot :) Nov 06 22:47:29 Have anyone used Pythm? I can't figure out how to select a song to play.. halp! Nov 06 22:50:28 noother: thanks! Nov 06 22:54:31 <[Rui]> hi ye all :) Nov 06 22:54:39 <[Rui]> I'm happily (or almost) running a daily Nov 06 22:54:50 <[Rui]> but changing the theme to illume results in e crashing it's way to hell Nov 06 23:11:46 [Rui]: works well for me, yeah, illume crashes every now and then, but the recover-button does a good job Nov 06 23:13:39 [Rui]: and some stuff in the illume-config isn't implemented yet, which is the reason it crashes when you choose one of them i guess Nov 06 23:14:40 <[Rui]> noother: for me now and then is every few seconds... Nov 06 23:15:01 but overall it runs fairly well here, and looks cool.. Nov 06 23:15:27 <[Rui]> noother: yeah... know a way to use illume's keyboard instead of qtopia while still running the asu them? Nov 06 23:15:30 <[Rui]> theme? Nov 06 23:16:56 no, that's the reason i switched to illume completly.. Nov 06 23:18:32 [Rui]: no, wait.. only the qwerty-button didn't work.. installing illume-config-illume did work iirc Nov 06 23:20:08 <[Rui]> ah that was perhaps it... Nov 06 23:20:14 * Wonka remarks he wants illume and e17 in debian Nov 06 23:20:31 <[Rui]> but no, it's there already Nov 06 23:20:33 * raster remarks.... nothing Nov 06 23:20:48 and then disable the qtopia-keyboard in /etc/X11/Xsession.d/89qtopia which is described here: http://wiki.openmoko.org/wiki/Keyboard_Debate Nov 06 23:21:39 * balrog-k1n remarks twice as much Nov 06 23:21:40 <[Rui]> noother: hms... why didn't I think of that... maybe I thought that would only work under illume Nov 06 23:21:53 <[Rui]> I'll try it right away Nov 06 23:22:25 <[Rui]> I even have it in my "tips" file: sed -i -e 's,\# Now start Qtopia,export QTOPIA_NO_VIRTUAL_KEYBOARD=1\n\n\# Now start Qtopia,' /etc/X11/Xsession.d/89qtopia Nov 06 23:22:50 Wonka! Nov 06 23:22:56 you run Debian right? =) Nov 06 23:23:22 Fougner: yes Nov 06 23:23:33 I've tried xfce and stuff yesterday Nov 06 23:23:44 but I like the default zhone-thingy Nov 06 23:23:56 does work here... Nov 06 23:24:11 yeah; I got it working too Nov 06 23:24:42 but I want a clean and very simple thing to work with Nov 06 23:24:48 the xfce was.. small Nov 06 23:24:51 FSVO work - did not put a SIM into the FR for months Nov 06 23:25:02 ? Nov 06 23:25:04 <[Rui]> noother: ouch, now I have no keyboard at all Nov 06 23:25:21 zhone's GPS stuff works Nov 06 23:25:34 anything that needs a SIM is not tested by me Nov 06 23:25:59 yeah, but, I can't get the GPS-thingy to work =P Nov 06 23:26:22 hm, no idea Nov 06 23:26:31 what else, but the main call/sms Nov 06 23:26:33 [Rui]: uhm.. then I don't know, sorry.. maybe the illume-keyboards only work if the theme is set to illume.. Nov 06 23:26:36 GPS is doing funny stuff here too Nov 06 23:26:40 ok Nov 06 23:26:47 with tangogps and xgps Nov 06 23:26:55 but, zhone has 6 buttons default Nov 06 23:26:58 right? Nov 06 23:26:59 unpredictable hangs Nov 06 23:27:15 do I need an antenna? Nov 06 23:27:23 is it possible to add the matchbox-keyboard to the list of Keyboards in 2008.9? Nov 06 23:27:25 <[Rui]> noother: I think so, sadly :) well, illume will be fine soon Nov 06 23:27:32 * [Rui] looks sheepishly towards raster Nov 06 23:27:35 no idea. i had thpse hangs walking under open sky Nov 06 23:27:39 those Nov 06 23:27:46 when you hit the wrench and then hit keyboards, there is a list containing None and Default. Can i add Matchbox here? Nov 06 23:28:10 Wonka, did you use antenna? =P Nov 06 23:28:44 Fougner: why should I, withSNR values of 43 and bigger? Nov 06 23:28:44 hai Fougner Nov 06 23:28:51 yabo, hai Nov 06 23:28:56 Wonka, okay, well I don't know =P Nov 06 23:29:02 maybe I should give it a try then Nov 06 23:29:11 open sky. 12 satellites in view Nov 06 23:29:12 apt-get install tangogps xgps Nov 06 23:29:19 ? Nov 06 23:29:50 anyhow, you use the default zhone layout? Nov 06 23:29:52 and suddenly, no more gps data changes, despite walking on at a steady pace... Nov 06 23:29:53 nothing else, I mean Nov 06 23:30:37 hmm, how do I turn off the FR in Debian? =P Nov 06 23:30:53 Fougner: tangogps gpsd-clients Nov 06 23:30:58 why the hell did fso choose that default ringtone? Nov 06 23:31:05 Fougner: erm... start xterm, type "halt"... Nov 06 23:31:07 soooo abnoxious Nov 06 23:31:13 ob* Nov 06 23:31:16 where can I access zterm? :O Nov 06 23:31:33 in debian you hit ctrl+alt+x Nov 06 23:31:35 xterm* Nov 06 23:31:39 Fougner: i can start xterm via my button on the fbpanel Nov 06 23:31:50 ga! Nov 06 23:31:56 now we're talking Nov 06 23:32:11 Fougner: and pull up the keyboard (for "halt" and enter) with the button on the openmoko-panel-plugin Nov 06 23:32:11 okay, fbpanel with default zhone layout? Nov 06 23:32:31 did never change the zhone layout, so must be the default Nov 06 23:32:42 (bit i seldom run zhone...) Nov 06 23:32:44 (but) Nov 06 23:32:52 what do you run then? :o Nov 06 23:33:05 tangogps and xgps mostly Nov 06 23:33:13 I mean, I boot up debian.. my default "menu" is this blue background with a flower.. and 6 buttons Nov 06 23:33:16 and then i growl because of the mentioned hangs Nov 06 23:33:59 but you use fbpanel with.. which windowmanager? Nov 06 23:34:06 in the repositories, what is stroke? Nov 06 23:34:09 i'd like tangogps directly using gypsy Nov 06 23:34:17 Fougner: matchbox-window-manager Nov 06 23:35:36 okay, how can I get just matchbox and fbpanel working? Nov 06 23:36:00 it's on the wiki Nov 06 23:36:49 Fougner: xserver, mathcbox-window-manager, "nodm" Nov 06 23:37:14 Wonka, what? =P Nov 06 23:37:39 Fougner: and a ~/.xsession first starting fbpanel & openmoko-panel-plugin & exec matchbox-window-manager -use_titlebar no -use_cursor no Nov 06 23:38:34 should I edit /etc/init.d/zhone-session first? Nov 06 23:38:37 or what? Nov 06 23:38:48 i uninstalled that Nov 06 23:39:10 hm, by the way, my debian currently doesn't wake back up from "apm -s" Nov 06 23:39:16 ~/.xinitrc ? Nov 06 23:39:17 ~/.xinitrc is the traditional personal startup script used by xinit/startx, but in Debian ~/.xsession is preferred. xdm and startx use ~/.xsession; gdm uses ~/.gnomerc instead. Nov 06 23:39:20 or xsession? Nov 06 23:39:35 ~ Nov 06 23:39:42 thanks apt ;) Nov 06 23:40:17 I really would love to be able to write a python program with a GUI, but cannot get started. I have tried in OM2008.8 and FDOM, but cannot import gtk or Tkinter or anything. How do I get started? Nov 06 23:41:49 hrm, there seems to be something listening on the aux and pwr buttons now... Nov 06 23:42:17 Wonka, I made a .xsession with the following contents Nov 06 23:42:25 #!/bin/sh Nov 06 23:42:25 fbpanel & Nov 06 23:42:25 openmoko-panel-plugin & Nov 06 23:42:25 exec matchbox-window-manager -use_titlebar no -use_cursor no & Nov 06 23:42:27 Fougner :P Nov 06 23:42:30 It's you! Nov 06 23:42:39 Dave! Nov 06 23:42:41 it's you Nov 06 23:42:52 Dave, oh no -.- Nov 06 23:42:54 haha Nov 06 23:43:02 Fougner: remove that last & Nov 06 23:43:05 ah Nov 06 23:43:37 HOW ARE YOU GENTLEMEN Nov 06 23:43:39 so, with all that stuff installed, matchbox, openmoko-panel-plugin, and fbpanel Nov 06 23:43:41 and raster Nov 06 23:43:41 :p Nov 06 23:43:51 I'm ready to go? = Nov 06 23:43:52 =)* Nov 06 23:43:54 Fougner: I'm in ur panel, breakin ur pluginz! Nov 06 23:44:01 what where? o.O Nov 06 23:44:06 ha ha ha ha Nov 06 23:44:08 I seeee yoooouuuu Nov 06 23:44:15 All your widgets are belong to me! Nov 06 23:44:32 what, MIDGETS? you sick.. Nov 06 23:44:42 Fougner: it's a little minimalistic, but it works for me _) Nov 06 23:44:52 Wonka, less is more Nov 06 23:45:01 but it should work by now? Nov 06 23:45:07 Fougner: i have a menu on my fbpanel, and buttons for xterm, tangogps and zhone (should i need it) Nov 06 23:45:11 no edits with the init.d/blabla Nov 06 23:45:12 i think so Nov 06 23:45:18 ok Nov 06 23:45:21 let's reboot =) Nov 06 23:45:38 by the way, my .xsession looks like this: Nov 06 23:45:41 #!/bin/sh Nov 06 23:45:41 while sleep 2 ; do fbpanel ; done & Nov 06 23:45:41 while sleep 2 ; do openmoko-panel-plugin ; done & Nov 06 23:45:41 exec matchbox-window-manager -use_titlebar no -use_cursor no Nov 06 23:46:08 i had openmoko-panel-plugin crash - at least it just was no more there. Nov 06 23:46:23 bad idea if you need that to get a keyboard... Nov 06 23:46:36 uhm Nov 06 23:46:50 this way, it will pop back up Nov 06 23:46:51 the openmoko-panel is that sliding one in OM2008.X ? Nov 06 23:47:02 top of the screen Nov 06 23:47:14 Dave and yabo! Nov 06 23:47:20 YES Nov 06 23:47:23 guys, hi! ^^ Nov 06 23:47:27 hai hai Nov 06 23:47:29 Hallo! Nov 06 23:47:33 tjena! Nov 06 23:47:52 hvordan står det til med mine møkkete utenlandske venner? ;p Nov 06 23:47:58 matchbox-keyboard on the keyboardlist anyone? Nov 06 23:48:01 jejeje Nov 06 23:48:30 hmm, what is "debugfs dir creation failed -19" ? Nov 06 23:48:40 uggh Nov 06 23:48:41 Dave: fler plutselig for ta meg en dusj Nov 06 23:48:44 Not that again... ¬_¬ Nov 06 23:48:46 Fougner: no idea, but seems not to hurt Nov 06 23:48:46 Sicu :D Nov 06 23:49:23 Dave, det r bra ;) Nov 06 23:49:27 hehe Nov 06 23:49:33 Wonka, you have it too? :o Nov 06 23:49:41 yes Nov 06 23:49:43 hm Nov 06 23:49:57 dave has it too Nov 06 23:50:06 hehe, debian can echo loooots and lots of errors, but it'll always boot anyway xD Nov 06 23:50:35 hm, Wonka I'm in the usual zhone-session again Nov 06 23:50:42 something didn't want to work xD Nov 06 23:52:30 hhm. Nov 06 23:52:32 I think my /etc/init.d/zhone-session is the default one Nov 06 23:52:40 should I change it to something else? =P Nov 06 23:52:53 make a new script called xserver Nov 06 23:52:59 and change something in it? :P Nov 06 23:53:01 I'm realy impressed by the current SHR Nov 06 23:53:11 gurugentoo, something new? =) Nov 06 23:53:37 WE GET SIGNAL? Nov 06 23:53:57 Fougner: well for one thing wifi reconnects every time, unlike debian Nov 06 23:54:03 Using the matchbox-keyboard on om2008.9... Any ideas? I cant get the wiki-method to work Nov 06 23:57:32 wat.. Nov 06 23:58:09 Wonka, my default init.d is zhone-session Nov 06 23:58:28 should I make a new script with different settings? Nov 06 23:58:33 aas i said, i uninstalled that package Nov 06 23:58:40 and installed nodm nstead Nov 06 23:58:44 which one? =P Nov 06 23:58:52 zhone-session Nov 06 23:59:06 zhone is there, though Nov 06 23:59:47 apt-get install nodm Nov 06 23:59:55 apt-get remove zhone-session Nov 07 00:00:05 what is nodm? =P Nov 07 00:01:23 This packages prepares the system to automatically start an X session at Nov 07 00:01:23 system boot. It is targeted for devices like smartphones, but can be used Nov 07 00:01:23 a regular computer as well, if the security implications are acceptable. Nov 07 00:01:37 ah Nov 07 00:01:38 okay Nov 07 00:01:39 ooh la la Nov 07 00:01:48 Dave, touch my trala-la Nov 07 00:01:51 ;D Nov 07 00:01:52 o_O Nov 07 00:01:54 Hey Dave! Nov 07 00:01:55 haha Nov 07 00:01:56 drit it det! Nov 07 00:01:59 >:o Nov 07 00:02:01 drit? Nov 07 00:02:13 fittegrubbe! Nov 07 00:02:16 :o Nov 07 00:02:19 fittegubbe Nov 07 00:02:20 vad sger du? =( Nov 07 00:02:27 ja >:o Nov 07 00:02:40 hmm except contacts and SMS don't seem to run...odd Nov 07 00:02:51 guru, they should run together? Nov 07 00:02:54 Dave, don't get angry ;) Nov 07 00:03:01 oke Nov 07 00:03:07 hehe Nov 07 00:03:20 what does "fittegubbe" mean anyway? =P Nov 07 00:03:20 jeg liker deg... din hestkuk ;D Nov 07 00:03:25 *sing* paul sine honur Nov 07 00:03:26 Hahahhaha Nov 07 00:03:34 :) Nov 07 00:03:36 xD Nov 07 00:03:41 hestk*k Nov 07 00:03:46 jaja Nov 07 00:04:08 muhaah xD Nov 07 00:04:45 apt liker du davekuk? ;p Nov 07 00:04:51 apt, snakker! Nov 07 00:05:05 * Dave pokes apt Nov 07 00:05:13 apt! Nov 07 00:05:21 ~_~ Nov 07 00:05:22 STOP DOING THAT! Nov 07 00:05:24 :D Nov 07 00:05:32 he was asleep Nov 07 00:05:50 * Fougner pokes Dave Nov 07 00:08:57 :o Nov 07 00:09:17 slapen? Nov 07 00:10:33 Dave, va? Nov 07 00:10:43 ~_~ Nov 07 00:10:43 STOP DOING THAT! Nov 07 00:11:07 bwah? now contacts are working, maybe it was firsh boot silliness Nov 07 00:11:16 guru, I hope so! Nov 07 00:12:12 Fougner, hva gjør du? Nov 07 00:12:39 runker? :P Nov 07 00:13:24 Dave, ckel =P Nov 07 00:13:34 jag sitter fixar med min Freerunner Nov 07 00:13:52 ah Nov 07 00:13:55 :p Nov 07 00:14:00 he's doing what to his freerunner ?? Nov 07 00:14:07 HAHAHA Nov 07 00:14:12 That's what I thought at first too, Sicu :p Nov 07 00:14:15 Dave, don't tell him :P Nov 07 00:14:26 Like I want to know? Nov 07 00:14:38 no, sicu wants to know =D Nov 07 00:14:41 haha .. sounded like you already knew :p Nov 07 00:14:51 O_O Nov 07 00:14:52 Wonka, how can I change the default background? Nov 07 00:15:10 no idea. i just don't. Nov 07 00:15:27 as for now, it's this panel, and the rest of the screen is greyish Nov 07 00:15:29 ugly Nov 07 00:15:32 haha Nov 07 00:15:50 then... how do I make a call on this ? o.O Nov 07 00:16:24 start hone via fbpanel's menu or button Nov 07 00:16:28 zhone, even Nov 07 00:16:34 zhone it! Nov 07 00:16:36 and use it to make your call Nov 07 00:17:02 jeg forstår Nov 07 00:20:01 <[Rui]> hey... powertop actually complains about lot's of useful energy saving options that aren't compiled in... Nov 07 00:20:10 <[Rui]> do they simply not work on arm4v? Nov 07 00:20:44 * Dave hides from Rui Nov 07 00:21:08 <[Rui]> CONFIG_HPET_TIMER, CONFIG_NO_HZ, ... Nov 07 00:21:25 <[Rui]> sleep... nighty night Nov 07 00:23:05 [Rui]: HPET is a PC thing, Nov 07 00:23:23 [Rui]: and CONFIG_NO_HZ is not currently supported on the samsung cpus, Nov 07 00:23:23 Balrogkun! Nov 07 00:23:27 <[Rui]> dang Nov 07 00:23:42 but there's a patch that adds CONFIG_NO_HZ support Nov 07 00:23:47 you can give it a try Nov 07 00:24:10 Dave: o/ ! Nov 07 00:24:29 [Rui]: want a link? Nov 07 00:24:51 <[Rui]> balrog-k1n: if you can send it to rms@1407.org I'd appreciate that, but I won't touch it before the weekend... Nov 07 00:24:58 <[Rui]> gotta go. nite! Nov 07 00:25:03 * [Rui] idles Nov 07 00:25:37 okays, i'll see about it Nov 07 00:26:10 the patch was against 2.6.27 rather than 2.6.26 (no real difference but it won't apply) Nov 07 00:26:14 Bye rui :) Nov 07 00:26:22 kernel wars! Nov 07 00:27:13 the dark side of the fork() Nov 07 00:27:28 :P Nov 07 00:28:47 hhaa Nov 07 00:30:06 Wonka, I can't see zhone in the menu =P Nov 07 00:30:29 bad... Nov 07 00:30:47 haha Nov 07 00:30:50 why? =P Nov 07 00:31:06 i have it under "Office" Nov 07 00:31:29 just the openmoko-panel-plugin there Nov 07 00:31:40 yay tangoGPS is amazing, screw debian Nov 07 00:31:59 HE SAID SCREW DEBIAN! Nov 07 00:32:29 :o Nov 07 00:32:31 balrog-k1n: on the phone at least Nov 07 00:32:39 argh. isn't there any page where you can simply download a database with coordinates and corresponding wikipedia page names? Nov 07 00:32:45 it can't be so uncommon... Nov 07 00:32:54 * balrog-k1n points his finger at gurugentoo Nov 07 00:33:13 balrog-k1n: gasp! Nov 07 00:33:45 :p Nov 07 00:37:18 hai Nov 07 00:37:23 hi! Nov 07 00:37:25 i want an audio-player for my 2008.9 Nov 07 00:37:30 halp! Nov 07 00:41:28 ah, there is a .kmz. I hope it contains everything... Nov 07 00:42:02 when i try to install mplayer Nov 07 00:42:20 opkg cant find some dependencies: mplayer-common and libmp3lame0 Nov 07 00:42:27 what do i do? Nov 07 00:45:49 what did the wiki say to do? Nov 07 00:46:09 hm, it's not complete Nov 07 00:48:14 hackage Nov 07 00:50:46 slaxxin, the wiki doesnt say anything Nov 07 00:50:53 not about the missing dependencies anyway Nov 07 00:53:12 tar doesnt work either.. Nov 07 00:53:29 tar zxf aids.tar.gz Nov 07 00:53:32 tar: invalid tar magic Nov 07 00:55:19 http://rabenfrost.net/celtune/ipk/armv4t/ Nov 07 00:55:55 80% down Nov 07 00:56:33 oooh thanks! Nov 07 00:56:40 http://wiki.openmoko.org/wiki/Repositories Nov 07 00:57:17 thanks a bunch Nov 07 00:58:06 u might check compatibility with your distro though Nov 07 00:59:08 how do i do that? Nov 07 00:59:30 which u have? Nov 07 01:00:21 2008.9 Nov 07 01:01:50 Dave, here? Nov 07 01:02:11 anyway, if anyone wants, i hacked away a nice fso gui control script Nov 07 01:02:59 it allows you to run/close bt, wifi, gprs usbhost and has a hidden option for gsm (cannot turn gsm back on yet) Nov 07 01:03:01 http://stosb.com/openmoko/fso-settings_0.2_armv4t.ipk Nov 07 01:03:05 No Nov 07 01:05:13 anyhow, i packed the python script if you want ;] Nov 07 01:05:30 adds a "desktop" launcher Nov 07 01:05:43 and you can read the source at /usr/bin/fso-settings.py Nov 07 01:06:11 just read and edit the correct parts for gprs data. Nov 07 01:06:20 usbhost, wifi and bt are on by default Nov 07 01:06:55 and you can always uncomment the part in the gui for gsm, though i disabled that since it does not come back after shutdown ;] Nov 07 01:06:55 but why? why is wifi on by default? Nov 07 01:07:02 Wonka, where? Nov 07 01:07:19 the script does not change anything on default Nov 07 01:07:26 what you see is your current settings Nov 07 01:07:51 and if eth0 is down wifi isn't supposed to transmit anything, just listen to WoWs Nov 07 01:08:02 or something like that. Nov 07 01:08:02 ;] Nov 07 01:08:13 what are the correct paths for gprs data Nov 07 01:08:21 Tasn, it's finished!? Nov 07 01:08:35 Dave, it's a gui for you the control what i stated above Nov 07 01:08:45 for that, it's an ugly gui that works ;] Nov 07 01:09:07 though i should really ask mickey about resource suspend versus resource disable Nov 07 01:09:13 can i has debian ? Nov 07 01:09:17 slaxxin, i don't get you question. Nov 07 01:09:22 slaxxin, it works on debian... Nov 07 01:09:30 ok Nov 07 01:09:42 as the package states, it depends only on frameworkd Nov 07 01:09:45 I know! Nov 07 01:09:48 I was here this afternoon :P Nov 07 01:09:50 I remember Nov 07 01:09:52 i know now Nov 07 01:10:06 now he knows1 Nov 07 01:10:07 ! Nov 07 01:10:14 btw, iirc, ipk's are debs with a different name so i think you can apt install it after you rename it. Nov 07 01:10:15 ;] Nov 07 01:10:28 ok Nov 07 01:10:40 Dave, let's just hope people will find good use for it. Nov 07 01:10:41 thats funny Nov 07 01:10:47 slaxxin, ? Nov 07 01:11:06 hidden debian Nov 07 01:11:30 slaxxin, the package system? yeah. ;] Nov 07 01:11:40 it's debian packs version 2 or something like that. Nov 07 01:12:20 Dave, anyhow, i will be more than glad if people will polish it and maybe add features. Nov 07 01:12:26 next thing is sound control... Nov 07 01:12:58 building a settings application for fso is easy, i can finish it in a flash... Nov 07 01:13:02 (ugly but works) Nov 07 01:13:25 :D Nov 07 01:13:28 gimme gimme gimme Nov 07 01:13:32 I'll break it! Nov 07 01:13:36 download it. Nov 07 01:13:55 actually it's mostly written late at night, i think i will clean the code for a sec ;] Nov 07 01:14:01 it's actually ugly as hell now. ;] Nov 07 01:15:39 hehe now it's improving a lot. Nov 07 01:15:39 ;] Nov 07 01:26:39 Dave, 0.3 is out, it has a bit cleaner code, same link, though 0.3 instead of 0.2 Nov 07 01:26:43 hack as you like Nov 07 01:26:45 night ;] Nov 07 01:27:51 night Nov 07 01:28:05 Dave bears down Nov 07 01:44:48 What's this? angstrom-version_P1-Snapshot-20081107-r1_om-gta02.opk Nov 07 01:50:09 good night Nov 07 01:50:37 its your new stuff Nov 07 01:52:50 slaxxin: what is contained in it? Nov 07 01:53:39 I couldn't find any info Nov 07 01:53:49 Is it like the base system, wrapped up in that pkg Nov 07 01:54:52 the latest from the looks of it Nov 07 01:55:59 yeah, i just upgraded, is there a changelog or something with it somewhere? Nov 07 01:57:36 this isnt slackware Nov 07 01:57:46 sorry Nov 07 01:58:02 there migfht be somewhere though Nov 07 01:58:25 if theres not its a real problem Nov 07 02:01:42 Does this line look ok to you? wep, iwconfig eth0 key 3a4e765a634d744d246d4f7a6f essid speedtouch Nov 07 02:02:11 Doesn't seem to work, alternatively i have :NvZcMtM$mOzo Nov 07 02:06:00 * SpeedEvil hacks jonkristians router. Nov 07 02:06:33 Have you tried it without WEP? Nov 07 02:06:39 And what messages do youg et? Nov 07 02:06:56 SpeedEvil: barely, not manually without wep. Nov 07 02:07:55 I don't want to change my router setup, so i'll do some testing tomorrow at my parents house, without encryption. Nov 07 02:08:01 :/ Nov 07 02:08:19 Umm. Nov 07 02:08:23 Might it be key0 ? Nov 07 02:08:24 setting essid and key works, i also got lease for 10.0.0.2 from the router, so something is working Nov 07 02:08:39 however afterwards, it doesn't really do much, hehe. Nov 07 02:09:06 I don't know what the software installed does. Nov 07 02:09:21 tried pinging Nov 07 02:09:24 no response Nov 07 02:09:43 Is there a route? Nov 07 02:09:55 i just wanted to know if the key im using looks alright, i heard something about hex vs. ascii etc, not sure. Nov 07 02:10:10 26 hex digits Nov 07 02:10:19 For a 'long' WEP key. Nov 07 02:12:08 it definatley finds the router, but it's getting some weird ip instead of the usual 10.x.x.x Nov 07 02:13:11 Tell it static? Nov 07 02:13:40 ill try Nov 07 02:13:58 :o Nov 07 02:14:30 Also - have a look on the wiki. Nov 07 02:14:57 It may well have some totally outdated information that will utterly confuse you that you can fix later when you get it working. Nov 07 02:15:08 :D Nov 07 02:16:00 SpeedEvil: thanks:) Nov 07 02:16:07 Good luck. Nov 07 02:18:21 so...no missed call screen on SHR? Nov 07 02:18:50 who the heck just called me Nov 07 02:20:53 What is the difference between the fso-testing and the om-daily images? Nov 07 02:21:04 is there a log file anywhere? Nov 07 02:27:48 Oh please too much feedback Nov 07 02:27:50 ;) Nov 07 02:48:42 mmm delicious echo Nov 07 02:50:09 bleh :p Nov 07 02:51:56 is there an imagge with a working fix available? Nov 07 02:52:00 image Nov 07 02:58:25 probably not Nov 07 02:58:35 rats Nov 07 02:59:26 I thought the echo cancellation command worked...not so much? **** ENDING LOGGING AT Fri Nov 07 02:59:57 2008