**** BEGIN LOGGING AT Wed Mar 20 02:59:58 2013 Mar 20 04:35:41 ever find out what was wrong with maemo.org DocScrutinizer05 ? Mar 20 04:52:43 Macer: sorry? Mar 20 04:57:20 the high load Mar 20 04:57:23 nm Mar 20 05:25:23 ooh, the high load mainly seen on www? Mar 20 05:26:11 it's caused by cronjobs for autobuilder etc, and I think those jobs need a proper refactoring to remove some parallelism Mar 20 05:27:03 it's insane when a job needs >6GB of memory(!) to proceed. And the high load is probbaly just a side effect of this Mar 20 05:29:53 6GB? damn :P Mar 20 05:29:57 I mean, even apt/yum are happy with a few 100MB of RAM to build a complete dependency datastructure of all packages available in a full linux distro. I can't imagine any task in maemo that would need to handle more complex and thus larger datastructures Mar 20 05:30:12 DocScrutinizer05: database preloading? Mar 20 05:30:23 Hurrian: yes, probably Mar 20 05:30:34 TMO is huge. Mar 20 05:30:37 Frickin' huge. Mar 20 05:30:50 tmo is unrelated to www Mar 20 05:31:02 ah Mar 20 05:32:20 it's probably all related to package interface Mar 20 05:32:22 ~pkg Mar 20 05:32:23 hmm... pkg is http://maemo.org/packages/ Mar 20 05:32:39 is the pkg queue that long? Mar 20 05:33:03 and yes, this probably accesses db VM via remote mysql queries done in php jobs on www VM Mar 20 05:34:10 so if each such php-mysql interface loads a complete view of a nonsensical query of db, this will hog RAM for sure, if those jobs run in parallel for several packages Mar 20 05:35:35 php-mysql "SELECT * on maemo_packages" --> damage done Mar 20 05:35:56 I don't think it's THAT bad, but you get the idea Mar 20 05:36:04 it could be that bad. Mar 20 05:36:44 assuming the dev is doing their job properly, the PHP script could simply directly access the column for that package. Mar 20 05:36:57 yup Mar 20 05:37:14 that's why I say the jobs on www need a refactoring Mar 20 05:38:33 this is a very common mistake done by devels accessing db, they are not aware of what actually happens on machine when they do SQL queries etc Mar 20 05:39:31 DocScrutinizer05: god way to setup builider to few 2-4 cores if is 8cores all Mar 20 05:40:10 we have no problems with builder Mar 20 05:40:22 DocScrutinizer05: compile always tale a lots of ram more than installing apps i think... Mar 20 05:40:51 http://213.128.137.6/ganglia/?c=maemo&h=builder1& Mar 20 05:41:33 http://213.128.137.6/ganglia/?c=maemo&h=www& Mar 20 05:43:43 checking the heatmap, www is really getting hammered. Mar 20 05:44:12 oh, and there seems to be load spikes every 20 minutes or so. Mar 20 05:44:20 yes Mar 20 05:44:24 cronjobs Mar 20 05:44:32 every 15 I think Mar 20 05:44:44 and a monster one every hour Mar 20 05:46:16 or rather every 30min Mar 20 05:46:57 it takes 20min to eat up to 6GB of RAM, then collapses Mar 20 05:47:13 DocScrutinizer05: not looks so bad, but drive space is on the edge... anyway when something is build is only one package or few in one time? Mar 20 05:47:47 builder doesn't need drivespace Mar 20 05:48:12 and I think builder is building aone package at a time, from queue Mar 20 05:49:25 in former times we had like 5 or 10 builder engines Mar 20 05:50:13 which again is giving us errors right now, since there's no more user builder2 for example, but scripts occasionally still use that Mar 20 05:50:33 jacekowski is fixing all that Mar 20 05:50:41 during last week or so Mar 20 05:51:31 kudos to jacekowski Mar 20 05:51:57 but there's obviously still a lot left over to cleanup Mar 20 05:52:29 yea when have a ram all take and handle inside ram... Mar 20 05:53:07 whole maemo.org machinery seen massive restructuring when nemein ported it from Nokia infra to their own infra, and nobody ever fixed all that stuff before jacekowski looked into it Mar 20 05:55:50 and we have two problems: understanding how stuff been meant to work before migration#1 (to nemein), and understand and implement how to fix stuff so it work *now* on new infra after migration#2 Mar 20 05:57:15 that the worst... not touching if works when must somthing do after longthat is a hard workaround.... and when moving is added that is really scarry thing Mar 20 05:58:01 it often is a game of "who's faster - you with searching for the existing script that did XY before it got disabled, or I with writing a new script that re-implements same function" Mar 20 05:58:37 documentation on all that: zero Mar 20 05:59:25 usually not even much in header comment of shell/php-scripts Mar 20 06:05:07 documentatikon changed with people working on server because i think all people was own way to maanage the server... Mar 20 06:06:31 for example I asked Nemein 3 days ago how to create new developer accounts. We have no clue, though we guss there must be a script or even a web frontend for that Mar 20 06:14:39 DocScrutinizer05: i have similar when helping to care and develop game server... Mar 20 06:15:48 but that was smal and there is a huge... Mar 20 06:21:00 I fixed some users ssh pubkey on a few VMs, only to learn it gets reset to old after w while. Obviously the master copy of pubkey is stored in db and gets deployed to ~/.ssh/auth*keys every 15min by some unknown cronjob Mar 20 06:29:47 DocScrutinizer05: thats is interesting in db mean mysql? Mar 20 06:34:19 i also have keys in file that contains a list of keys files... ssh keys with keychain is great connection... Mar 20 06:45:49 Drathir: yes, db VM is our central mysql database Mar 20 06:48:03 doc thats amazing idea for me... and also work... great idea... Mar 20 06:48:48 DocScrutinizer05: * Mar 20 06:50:17 big brains can do amazing things... Mar 20 06:52:19 well, without any documentation such things are way more scary and puzzling than amazing Mar 20 06:52:55 whole maemo.org internals is a constant "WTF?!" Mar 20 06:54:11 much of it introduced by midgrad Mar 20 06:54:20 midgard even Mar 20 06:55:21 e.g. we have no idea how to edit content of http://www.maemo.org Mar 20 06:55:47 DocScrutinizer05: bubut the moment when thinking what the hell that works should be interesting... Mar 20 06:56:06 there's a web frontend supposed to be somewhere for that, since midgard is a CMS I've been told. Nobody has a clue where to look for such web frontend though Mar 20 06:57:36 DocScrutinizer05: and looking all files should take a years... :/ Mar 20 07:03:08 i sometimes have that i dont know how i do somethings, but it works like i want... a Mar 20 07:23:31 on a maybe somewhat interesting sidenote: we're running those 45CPU/14hosts on maemo.orh with a total of ~200W Mar 20 07:24:04 who's paying for the electricity? iphh? Mar 20 07:24:08 yep Mar 20 07:24:23 their donation to us Mar 20 07:24:33 <3 Mar 20 07:25:43 *yawn* spam-day on council.m.o ML Mar 20 07:26:27 I guess our spamassassin needs an update Mar 20 07:29:34 DocScrutinizer05: you joke right? Mar 20 07:29:44 ? Mar 20 07:30:19 DocScrutinizer05: with 200W power Mar 20 07:30:27 I don't even know how joge is written Mar 20 07:30:56 PSU1: 98W, PSU2:86W Mar 20 07:31:16 lol Mar 20 07:31:20 according to IPMI Mar 20 07:34:42 I don't even know how to spell "joge" (sorry for my french) Mar 20 07:34:54 DocScrutinizer05: interesting what motherboard there are... Mar 20 07:35:16 http://wiki.maemo.org/Migrating_to_Community-driven_Infrastructure Mar 20 07:36:07 didn't you ask same question a few days ago already? Mar 20 07:36:43 http://wiki.maemo.org/Migrating_to_Community-driven_Infrastructure#Operational_Platform Mar 20 07:46:18 DocScrutinizer05: thats all is perfect organized... Mar 20 07:47:11 i think that a much bigger hard drives... Mar 20 07:51:02 sorry? Mar 20 07:52:33 for all data i think there must be bigger hdd butisnt that... Mar 20 07:55:26 our primary data fits onto 2TB Mar 20 07:56:23 all hdd is less than 3TB on that big community is not bad i think Mar 20 07:58:43 i trying to setup xen in little home server but he bite with qemu :/ Mar 20 07:59:09 btw that ganglia looks little modern that munin... Mar 20 07:59:44 than* Mar 20 08:00:37 WIP = work in progres? Mar 20 08:15:09 DocScrutinizer05: i find a bug on site one core somewhere hide... in section Cpu Cores, RAM (in MB), storage (DISK, in GB), of the VMs Mar 20 08:16:49 well, probably one core is reserved for dom0 Mar 20 08:17:02 WIP is work in progress, yes Mar 20 08:17:18 that table is not exactly up-to-date, it's at least one week behind Mar 20 08:18:06 and i can tell you exactly which job updates authorized_keys Mar 20 08:18:47 :-) Mar 20 08:18:54 */10 * * * * $EXECUTER dav-svn/create_users.php /var/www/homedirs/ Mar 20 08:18:59 i think that small amount of cores to db only 2 ? little suprised me... Mar 20 08:19:24 mysql is pretty fast Mar 20 08:19:29 Drathir: we can juggle CPUs as we need Mar 20 08:19:38 even during runtime Mar 20 08:19:44 you can have 10kq/s on single not so fast core Mar 20 08:19:58 if you have reasonable queries Mar 20 08:20:03 anyways Mar 20 08:20:05 i've got to go Mar 20 08:20:08 yeah! only then Mar 20 08:20:15 cya jacekowski Mar 20 08:24:04 jacekowski: thanks a lot i write that because that really interesting me... Mar 20 08:26:46 DocScrutinizer05: all earlier infrastructure alo was on xen containers ? Mar 20 08:27:05 no Mar 20 08:27:20 probably not, though we have no way to know for sure Mar 20 08:27:51 we had no access to any internals prior to Nemein completing migration#1 Mar 20 08:28:24 hm, how does adding a cpu to a running system even work? :o Mar 20 08:28:52 since originally maemo.org been mixed with other Nokia proprietary stuff on same machines, so they couldn't allow access for us Mar 20 08:29:17 kerio: I guess that's a question for XEN faq Mar 20 08:30:07 mmcblk0: error 1 sending read/write command, response 0x0, card status 0x900 Mar 20 08:30:11 oh shit Mar 20 08:30:16 I'd suspect the virtual CPUs get "hotplugged" Mar 20 08:30:38 ohshit indeed Mar 20 08:32:27 doing a fsck -c Mar 20 08:32:35 on the important partition Mar 20 08:32:52 luckily, i have errors=remount-ro :) Mar 20 08:34:20 DocScrutinizer05: vcpu hotplug is a mess and not really well implemented Mar 20 08:34:35 DocScrutinizer05: and it's one way only Mar 20 08:34:45 what i read the most interestings was xen and openvz system, but dont know if its true... Mar 20 08:35:21 it's just xen Mar 20 08:37:08 nayway, CPU grunt obviously isn't our main concern on maemo.org infra Mar 20 08:37:40 jobs eating 6GB while running... that's a real problem Mar 20 08:40:32 DocScrutinizer05: do you use maemo conversation IM ? Mar 20 08:43:14 DocScrutinizer05: hm, a fsck -c updated the bad blocks list Mar 20 08:43:16 hopefully it's ok now Mar 20 08:44:56 DocScrutinizer05: sharing memor cache if works was be good but when compile i dont know if its possible and second part myst bee running min 2 compiling works to have fenefit of them... Mar 20 08:45:15 benefits* Mar 20 08:46:17 kerio: what files system is used? Mar 20 08:47:18 How can i disable sound/vibra notifications for IMs while i'm in DnD mode ? Mar 20 08:48:01 Also is it possible to initiate skype-video calls from the handset ? Mar 20 08:50:02 Also, there's a 'Advanced Power app' that shows the percentage of the batter, and time to discharge, as i was told about , it provides some 'ticks' that will cause me battery charge, as the cpu does the updates Mar 20 08:50:11 XATRIX: for no sound/vibra choose silent without vibrate. For skype-video just select a contact who can receive a skype video call and there'll be an option to select skype video call Mar 20 08:50:27 But the default one indicator does that 'ticks' also, so i think it's equal to Mar 20 08:51:10 thedead1440: I can't skype-video anyone, doesn't matter is he able to receive or not Mar 20 08:51:26 Simply no way to initiate call with video Mar 20 08:51:30 XATRIX: shouldn't be so; i've initiated skype video calls several times Mar 20 08:51:42 ask someone to call you via skype video Mar 20 08:51:50 I can only enable video during the call that was made from the outside of Mar 20 08:52:06 then try if selecting that person from recent calls shows skype video Mar 20 08:52:15 thedead1440: 'ask someone to call' :) that way it works :) Mar 20 08:52:20 ah Mar 20 08:52:24 for me it works either way Mar 20 08:52:27 I need to be able to make video-calls by myself Mar 20 08:52:35 usually i initiate it from contacts app myself Mar 20 08:52:45 Alright i'll try now Mar 20 08:56:01 You're right, it's possible to start video call from the contacts Mar 20 08:56:09 :) Mar 20 08:56:12 I tried it from 'last calls' Mar 20 08:56:21 ah that's not accurate then Mar 20 08:56:29 You know, when you open your phone app Mar 20 08:56:33 last calls shows the number that called you and allows you to call back that number Mar 20 08:56:49 Yea Mar 20 08:56:56 What about the dnd more ? Mar 20 08:56:59 f.e. a contact of mine has 3 numbers and calls me from the first number when i want to call back only the first number is allowed Mar 20 08:57:11 If you disable sound/vibra in Profiles Mar 20 08:57:19 It will disable sound completely Mar 20 08:57:27 yup Mar 20 08:57:58 I need to disable sound/vibra/notifications for IM while i'm in 'Red' dnd mode Mar 20 08:58:11 All the other sounds (non-IM) should work as well Mar 20 08:58:43 hmm not sure of that but just choose general profile then with no vibra and silent the im volume Mar 20 08:59:01 DocScrutinizer05: If i set the output power of wifi from 100mW -> 10mW will it help to save charge ? Mar 20 08:59:31 thedead1440: Not a best way, if use go Silent, you're completely out of notifications Mar 20 09:00:25 you don't want notifications for IM right? So in general silencing IM allows you to have all other notifications except for IM right? Mar 20 09:01:00 Yeap, it's should be as you discribed Mar 20 09:01:18 Currently if i'm in DND mode for IM, i'm still have all the notifications enabled Mar 20 09:01:33 yeah so go to settings->profiles-> and in the general tab lower down the volume for IM Mar 20 09:01:35 But there's simply no chat opens while you receive the messages Mar 20 09:02:10 AD-N770: better than wi fi i think dimm lcd lightning... Mar 20 09:02:13 DND mode doesn't affect your system profile. Think of the availability as a status to show not for your phone to act on. Mar 20 09:02:28 Nope, if you decrease the volume for IM in settings, you simply disable the sound , and for BOTH modes, Online+DND Mar 20 09:02:46 ah that's what you mean Mar 20 09:02:54 Yeap Mar 20 09:03:05 It should act like the desktop does Mar 20 09:03:15 i think you would have to use dbus to get the status and then change the volumes. Not sure but check Phone Control Mar 20 09:03:21 http://wiki.maemo.org/Phone_control Mar 20 09:03:42 If you're in DND - no popup notifications, no sound notif. no visual. But the main sounds works, as well as the sound of other apps Mar 20 09:04:34 no idea how to make that work. Like I said DND on device is simply meant to show others your status but not something for your phone to act on Mar 20 09:04:48 You gotta be kidding me, :) i'm not dev. It's like a SDK for dev guys :) Mar 20 09:05:12 Well if you want to customize things you should be willing to learn, shouldn't you? "_" Mar 20 09:06:09 :) Mar 20 09:06:37 Yea, but if i want to customize things, i don't have to actually become a coder :) Mar 20 09:06:57 * XATRIX starts to recall in memory the years of C++/asm Mar 20 09:11:00 AD-N770: sorry tabfail Mar 20 09:11:20 From what i understand of things IM status was not meant to affect your phone. This is carried on in the N9 too. I can have multiple IM accounts and change each of their status' separately. So if you want to do something that wasn't an intention then you'll certainly have to work-around it :) AFAIK dbus signals are the way to go sadly. On the n9 i gave up on dbus and used mc-tool when i wanted to read the current status of specific accounts; Mar 20 09:11:21 maybe something similar on the n900 could help Mar 20 09:11:53 Yea Mar 20 09:11:59 Thanks anyway Mar 20 09:16:03 XATRIX: Wifi power 10/100 doesn't make much of a difference in real life Mar 20 09:16:49 I think even 10 percent of power should drastically drain cell Mar 20 09:17:04 huh? Mar 20 09:18:12 Every +10% i think affects greatly on charge Mar 20 09:18:18 no, WIFI isn't using much energy from battery, since it's not sending all the time, and even if it would, 100mW are not really that much Mar 20 09:20:07 Are you sure ? Even stationary WIFI access-points, use 100mW Mar 20 09:20:18 But it has a PSU ~1-2A 5V Mar 20 09:22:47 that's for the CPU and other things Mar 20 09:24:49 And N900 use no CPU ? :) Mar 20 09:25:36 Or you mean it should also power up FEthernet port, and the whole base board itself inside the access-point ? Mar 20 09:33:35 Where the files for localization /etc/systemui/systemiu.xml ? Mar 20 09:33:44 "powerup_memainmenu_poweroff" and etc... Mar 20 09:39:34 http://tablets-dev.nokia.com/ is dead for me. Where else I can get firmware images? Mar 20 09:39:58 ~skeiron Mar 20 09:39:58 i guess skeiron is the semi-official backup and emergency standin for all internet borne maemo resources: http://skeiron.org/tablets-dev/ http://talk.maemo.org/showthread.php?p=1315143#post1315143 Mar 20 09:40:04 rooster_rus: ^^^ Mar 20 09:43:02 thanks a lot Mar 20 09:43:22 np Mar 20 09:45:46 mmc1: new high speed MMC card at address 0001 - it's a simple SD card inside the handset ? Or it's a soldered die on MB ? Mar 20 09:46:20 when the video player refuses a file... is there a way to get a more exact error message? Mar 20 09:46:33 like, "This codec is not supported" or "This parameter violates H.264 Level 3.0"? Mar 20 09:46:59 one way might be using gst-launch to get a similar playback chain running... has anyone done that yet? Mar 20 09:47:16 (I don't know how to access the HW decoder via gst-launch) Mar 20 09:47:58 10:16:03 DocScrutinizer05 | XATRIX: Wifi power 10/100 doesn't make much of a difference in real life Mar 20 09:48:01 makes virtually none at all Mar 20 09:48:05 because it just sets the max power Mar 20 09:48:19 and wifi is already designed to always use the "minimum possible without too much loss" Mar 20 09:48:40 so by limiting to 10, either nothing changes, OR you will get more packet loss and/or leave the network Mar 20 09:48:51 only in the latter case you'd actually save power :P Mar 20 09:48:54 divVerent: never heard about sucha a "design" Mar 20 09:49:02 the wifi power management always does it Mar 20 09:49:09 transmit power is dynamically adjusted while you are inside Mar 20 09:49:15 the farther you are from the AP, the higher is the power Mar 20 09:49:21 Hmm Mar 20 09:49:37 it dynamically adjusst based on measurements e.g. of signal/noise ratio of the AP's signal Mar 20 09:50:13 so to get most battery drain, run a download with the N900 in a partial faraday cage, blocking as much of the signal as you can without interrupting the download ;) Mar 20 09:50:46 on normal linux systems you actually can watch the power adjustment in iwconfig, have not checked that on the N900 yet Mar 20 09:51:16 hmm Mar 20 09:51:19 also, the N900 has generally quite good wifi reception compared to the iPhone 4, at least it shows a LOT more networks when scanning ;) Mar 20 09:51:24 maybe you have a point Mar 20 09:52:03 Acer Aspire One d255e Mar 20 09:52:07 wlan0 Power Management:off Mar 20 09:52:17 Link Quality=70/70 Signal level=-38 dBm Mar 20 09:52:34 and Mar 20 09:52:35 Bit Rate=65 Mb/s Tx-Power=19 dBm Mar 20 09:53:20 in case it does NOT auto adjust, you may be able to tell the chipset to do it by iwconfig wlan0 txpower auto Mar 20 09:53:32 but if it's 19 for you, it probably IS audo adjusted Mar 20 09:53:49 I currently have 20 dBm transmit power and 41/100 link quality, it clearly is at the max power level Mar 20 09:55:22 Hm Mar 20 09:55:54 http://fpaste.org/hH5j/ - that's for my N900 Mar 20 09:56:08 10dBm is 10mW Mar 20 09:56:13 20dBm is 100mW Mar 20 09:56:23 so you currently are limited to 10mW and the signal is good Mar 20 09:56:40 And actually i've powered it down maually to 10mW Mar 20 09:56:44 So, switching to 100 Mar 20 09:57:07 it also may take a while to adjust, and I am not sure if you can always see the txpower difference Mar 20 09:58:55 Bit Rate=54 Mb/s Tx-Power=20 dBm Mar 20 09:59:00 Power Management:on Mar 20 09:59:05 Link Quality=70/100 Signal level:-49 dBm Noise level=-86 dBm Mar 20 09:59:06 I am currently trying to see if txpower actually changes Mar 20 09:59:12 or if one can't see what the card internally does Mar 20 09:59:25 I know the chips DO the txpower management, but I am trying to see how to find out Mar 20 10:00:17 Passed a minute still 20dBm Mar 20 10:01:07 yes, same here, wondering if one can even ask the actual power Mar 20 10:01:18 That's the difference bettern 100mW (http://fpaste.org/UaoM/) and 10mW (http://fpaste.org/hH5j/) Mar 20 10:01:25 from "iw": Mar 20 10:01:27 dev set txpower [] Mar 20 10:01:29 Specify transmit power level and setting type. Mar 20 10:01:30 DocScrutinizer05: maybe you'll pay some interest as well Mar 20 10:02:07 basically, similar quality level... I would guess also similar actual txpower :P Mar 20 10:02:09 Yep, but i suppose it to adjust automatically Mar 20 10:02:36 "When i connect to the manager with username/passwod and i try to regenerate the setup contact and i see the the wheel that round but i never see the green writing of success. I also can't see in the console the indicator." Mar 20 10:02:40 Gotta love some bug reports Mar 20 10:02:45 Yeap, but with 10mW it was the same quality level but 48Mbit\s instead of 54 Mar 20 10:03:00 But 10mW is less than 100 in 10 times!!! Mar 20 10:03:01 probably changes to 54 too Mar 20 10:03:03 sometimes Mar 20 10:03:07 So, 10 times less drain Mar 20 10:03:11 I am saying, it doesn't ACTUALLY use the 100mW Mar 20 10:03:16 I just want to find a way to prove it :P Mar 20 10:03:48 But it constantly gives me 20dBM Mar 20 10:03:53 And doesn't go down Mar 20 10:04:28 I am trying to find out if the iwconfig value actually reads the status Mar 20 10:04:34 of if it just shows the set limit Mar 20 10:05:09 I think it does the actual Mar 20 10:05:16 then why would it never change Mar 20 10:05:38 even when I explicitly tell it to do auto on my notebook via "iw" Mar 20 10:05:44 Because it does adjust it onece at start Mar 20 10:06:04 I think the default value is auto Mar 20 10:06:25 Bit Rate=48 Mb/s Tx-Power=20 dBm Mar 20 10:06:28 I changed nothing Mar 20 10:06:34 Link Quality=73/100 Signal level:-47 dBm Noise level=-92 dBm Mar 20 10:06:47 the "iw" tool distinguishes between setting the upper limit, or forcing the value Mar 20 10:07:14 iw dev wlp2s0 set txpower limit 1400 sets a limit of 14dBm Mar 20 10:07:23 but "fixed 1400" forces the value Mar 20 10:07:45 but it never changes when read back for me Mar 20 10:07:56 Hm Mar 20 10:09:02 Altering tx power on the n900 does f* all in terms of power saving. Mar 20 10:09:12 vi__: yes, that is the experimental result :P Mar 20 10:09:25 90mW isn't all that much anyway... even if it DOES anything, it's like 30mA Mar 20 10:09:25 At worst it just ruins the SNR Mar 20 10:09:50 but I would still like to see if WiFi auto txpower works on the N900's chip or not Mar 20 10:10:03 I don't think so Mar 20 10:10:04 The thing that allows for most savings is sleep timeout etc. Mar 20 10:10:27 I i still believe that 10mW drains 10 times less energy than 100mW Mar 20 10:10:37 Because it hardware limited Mar 20 10:10:38 only in worst case Mar 20 10:10:42 you're not even sending permanently Mar 20 10:10:52 I'm in idle mode currently Mar 20 10:10:52 yes but 100mW does not give you 10 times the range. Mar 20 10:11:08 Only 5IM protocols in action ,and handset is in standby mode Mar 20 10:11:32 And the most power savings happen when the the TX is off. Mar 20 10:12:01 vi__: no, i'm not talking about the range, for the 'ranged' environments i use GPRS data connection Mar 20 10:12:14 I'm after prolonging the cell life Mar 20 10:12:22 ? Mar 20 10:12:27 battery cell? Mar 20 10:12:32 Actual time to discharge Mar 20 10:12:34 Yea Mar 20 10:12:46 With wifi on? Mar 20 10:13:03 actually, gsm radio is the power hog. Mar 20 10:13:10 Wifi is just fine. Mar 20 10:13:14 I mean, how long i can stay without recharging, and yes, wifi is on, GPRS is also auto-connectable Mar 20 10:13:45 My handset search every 10 minutes, and auto-connect to any available GPRS/WIFI Mar 20 10:13:50 That depends entirely on how much you ise it! Mar 20 10:14:07 Only for IM Mar 20 10:14:13 No web-surfing Mar 20 10:14:17 Wow, that is going to be brutal on power. Mar 20 10:14:39 I just need to be constantly online via IM, nothing extra Mar 20 10:15:01 I think IM doesn't deal that much ? Sends only keepalives while in idle Mar 20 10:16:25 Well, I am connected via wifi all day and I get around 1.5-2 days depending on useage. Mar 20 10:17:11 iwconfig wlan0 rate 12M txpower 20 power period 1 unicast power timeout 20u Mar 20 10:17:25 ^is what I use when streaming internet radio. Mar 20 10:18:03 It takes power usage from ~250mA down to ~90mA Mar 20 10:18:08 vi__: Do you use some IM protocols or any network software ? Mar 20 10:18:27 I think this is due to internet radio somehow turning PSM off for the wifi. Mar 20 10:18:58 I have google talk, skype and a SIP account logged in all the time. Mar 20 10:19:49 Are you on GRPS/3G or only Wifi ? Mar 20 10:20:45 wifi 90% of the time. Mar 20 10:21:13 Hmm Mar 20 10:21:27 Don't know even what to say Mar 20 10:21:38 what is the problem? Mar 20 10:22:19 CSOC: 97 % RSOC: 97 % Mar 20 10:22:20 Average Current: 186 mA Mar 20 10:22:26 But it's currently chargin Mar 20 10:22:56 USB charge Mar 20 10:23:50 also , what's the command to enable PowerManagement on ? Mar 20 10:24:19 From shell... Mar 20 10:24:27 iwconfig wlan0 power on Mar 20 10:24:29 I think. Mar 20 10:25:02 I'm trying to enable it on my laptop Mar 20 10:25:06 Does not seem to throw an error. Mar 20 10:25:14 Just to experiment with Mar 20 10:25:17 root@HP-Compaq-nc4010:~# iwconfig wlan0 power on Mar 20 10:25:17 Error for wireless request "Set Power Management" (8B2C) : Mar 20 10:25:17 SET failed on device wlan0 ; Operation not supported. Mar 20 10:25:34 is the wifi device on? up? in use? Mar 20 10:25:46 Sure, i'm currently via wifi Mar 20 10:25:55 Sounds if my chip doesn't support PM Mar 20 10:26:04 Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller Mar 20 10:26:10 Depends how new the chip is. Mar 20 10:26:27 ok, one thing is for sure: iwconfig can NOT possibly read the current txpower Mar 20 10:26:40 O_o Mar 20 10:26:42 somewhat obvious from the cfg80211_wext_giwtxpower code Mar 20 10:26:56 divVerent: any idea how to get tx ? Mar 20 10:27:02 I am checkign kernel source for that Mar 20 10:27:05 what do you mean? Mar 20 10:27:16 wlan0 IEEE 802.11bg ESSID:"edinst" Mar 20 10:27:16 Mode:Managed Frequency:2.422 GHz Access Point: 68:7F:74:01:D6:A2 Mar 20 10:27:16 Bit Rate=18 Mb/s Tx-Power=20 dBm Mar 20 10:27:16 Retry min limit:7 RTS thr:off Fragment thr=2352 B Mar 20 10:27:27 the 20dBm is the limit, not the current power Mar 20 10:27:44 why do you care about the current power? Mar 20 10:28:10 why not? Mar 20 10:28:50 Yea, i'm also care about current power Mar 20 10:29:19 Well, there is a murata test connector on the PCB... Mar 20 10:29:33 if I am right, the wLAN driver is wl12xx Mar 20 10:29:38 y Mar 20 10:30:11 vi__: Are you kidding :) I'd like not to disassemble the handset and apply multimeter :) Mar 20 10:31:28 Then you clearly do not want to know the TX power SO much. Mar 20 10:31:41 I do :) Mar 20 10:32:02 Cause i want to optimize my power drain Mar 20 10:32:17 one OTHER way BTW would be setting up an adhoc WLAN Mar 20 10:32:22 I think you are barking up the wrong tree. Mar 20 10:32:24 then seeing on the OTHER host the receive power Mar 20 10:32:35 by that you would see if it even changes if you change the txpower limit between 10 and 100 Mar 20 10:32:44 The real power hoover is the screen, then the CPU. Mar 20 10:32:51 sure, I know that Mar 20 10:32:54 for me it's just interesting Mar 20 10:33:15 also, I do like limiting tx power because nobody knows how harmful it is or not Mar 20 10:33:21 especially when you have the thing right at your head :P Mar 20 10:34:56 Maybe this can help you? Mar 20 10:34:57 http://www.knownokia.ca/2011/06/pushing-wireless-limits-on-n900.html Mar 20 10:35:53 right, that is especially helpful if you want a limit BETWEEN 10 and 100 mW :P Mar 20 10:37:08 too bad iwlist relies on the same ioctl to get current txpower Mar 20 10:37:46 I use 2 bars from the brightness level bar Mar 20 10:40:25 Nokia-N900:~# iwlist wlan0 txpower Mar 20 10:40:25 Current Tx-Power=20 dBm (100 mW) Mar 20 10:40:32 that uses same info as iwconfig Mar 20 10:40:38 Yep Mar 20 10:40:39 as strace shows :P Mar 20 10:41:57 What about bleeding edge drivers ? Mar 20 10:42:06 am just downloading source of these to check Mar 20 10:42:16 cloning the repo from https://git.kernel.org/cgit/linux/kernel/git/luca/wl12xx.git/ takes a while Mar 20 10:43:00 Also that article guys was able to rise 20dBm -> 30 Mar 20 10:43:26 Also WTF 5G ? http://1.bp.blogspot.com/-ix484JMVSAU/TfZ8h77Nl2I/AAAAAAAAAaA/KwzqkwPV4Wo/s1600/HX.png Mar 20 10:43:31 yes Mar 20 10:44:50 Never heard about 5G O_o Mar 20 10:45:20 It's a secret radio technology only used by N900 users. Mar 20 10:45:32 :) Mar 20 10:47:23 "Radios consume power for both transmitting and receiving. A typical laptop WiFi radio may consume a few watts while in use. There are several tricks and tweaks you can perform to reduce the power consumption, even when you are using WiFi all the time. " Mar 20 10:47:27 https://lesswatts.org/tips/wireless.php Mar 20 10:47:47 About WIFI power saving mode Mar 20 10:55:51 if I see this right, the wl12xx driver cannot turn on/off automatic send power levelling Mar 20 10:56:02 and also has no code to ask the chip for current power Mar 20 10:56:09 so either it always does the levelling, or never Mar 20 10:57:16 so MAYBE the driver does indeed no auto levelling... Mar 20 10:57:19 only one way to check Mar 20 10:57:21 measure Mar 20 10:57:44 maybe someone has an AP that can tell receive power per client? Mar 20 11:06:46 vi__: XATRIX: divVerent: power hog of WLAN chip is not TX, neither on 10mW not on 100mW. It's RX(!) that cuts thru battery, particularly scanning for APs or a AP that doesn't support proper PSM Mar 20 11:06:58 sure Mar 20 11:07:15 was talking more about the radiation effect :P Mar 20 11:07:16 that's why maemo/N900 scans for available APs only once every 5/10/30/60 min Mar 20 11:08:16 TX is never much more than 50mW on average, usually <1mW average Mar 20 11:09:06 battery has ~4000mWh Mar 20 11:09:47 screen backlight is 150..200mW *minimum* Mar 20 11:10:02 iirc Mar 20 11:10:25 (depends on ALS though) Mar 20 11:10:49 honestly worrying about WLAN 10/100 setting is nonsensical Mar 20 11:12:12 being connected to some accesspoints that dont have psm or broken power saving stuff seems to take a whole lot Mar 20 11:13:16 and some other accesspoints have power saving that the n900 default wlan driver doesnt seem to understand so it makes ssh lag like hell Mar 20 11:13:56 ...or a AP that doesn't support proper PSM Mar 20 11:14:17 well, some of the shit at work has something odd going on with psm :) Mar 20 11:14:48 luckily you can ajust PSM per AP/connection afaik Mar 20 11:15:09 in N900 network config Mar 20 11:15:10 yeah, but if i turn it off, woosh there goes my ~2500mAh Mar 20 11:15:20 :nod: Mar 20 11:16:12 started keeping wlan off when i dont need it because of that :| Mar 20 11:16:29 there is this auto disconnect tool BTW Mar 20 11:20:10 DocScrutinizer05: Thatiswhatisaid.jpeg Mar 20 11:20:12 DocScrutinizer05: batter has ~1300mAh Mar 20 11:20:53 XATRIX: so what? Mar 20 11:21:01 Not 4000 Mar 20 11:21:04 ~1300*3.7 Mar 20 11:21:04 4810 Mar 20 11:21:08 Buy a better battery. Mar 20 11:21:24 W=V*A Mar 20 11:21:28 O_o Mar 20 11:21:49 WLAN says "10mW" not "10mA" Mar 20 11:21:58 Yea Mar 20 11:25:31 DocScrutinizer05: It's kinda strange, because all of my friends who has iPhones told me wifi drastically decrease the battery life Mar 20 11:26:03 well, idle vs idle+wifi with power saving is like half Mar 20 11:26:13 but you're going from 8 to 16mA Mar 20 11:26:15 Yea, something like this Mar 20 11:26:26 having the screen on dwarfs both Mar 20 11:26:55 vi__: i bought the same battery as you and only got 1400mAh :( Mar 20 11:27:06 Chinese Mar 20 11:27:10 Like i have Mar 20 11:27:23 I have KEVA 1700, but actually 1300 Mar 20 11:27:30 But i have doubts abuout Mar 20 11:28:36 Maybe it has the same resistor as the original Nokia has, to be compatible, and actually it has more Li-po detergent inside to capacitate more energy Mar 20 11:28:48 kerio: I am sorry I recommended a dud :/ Mar 20 11:29:19 vi__: are you *sure* you've got 1700 and it's not just a calibration artifact? Mar 20 11:29:26 kerio: 1600 Mar 20 11:29:38 Well I did it 3 times. Mar 20 11:29:40 it's ok, 1400 is like a current official bl-5j, and i paid this one a quarter Mar 20 11:29:53 (of the official price) Mar 20 11:30:09 On a spare n900. Mar 20 11:34:11 kerio: nope, i did calibrate 3 times with Doc's script Mar 20 11:34:19 And it seems like it's relevant Mar 20 11:35:27 I have Last Measured Discharge: 1298 mAh Mar 20 11:35:36 a week ago it was exact 1300 Mar 20 12:19:32 whoops Mar 20 12:19:43 I've had the bad idea to play with a metro card Mar 20 12:19:52 and get it between my display and my keyboard Mar 20 12:20:26 I've accidentally disconnected everything in the display half of my N900 Mar 20 12:20:56 now I need to take it apart and put it back together Mar 20 12:21:40 eddyb, hopefully you didn't rip it. Mar 20 12:23:22 OMFG, this code is an abomination. Mar 20 12:23:29 This shit barely runs. Mar 20 12:23:35 my boss: Ship it! Mar 20 12:24:00 My pride as an engineer becomes more depleted as each day passes. Mar 20 12:26:14 vi__: don't scratch away that pride, start building a pile of hate for middle management. Mar 20 12:26:47 The problem is he is a total cunt. Mar 20 12:27:14 But my LAST 2 engineers could have done this in a day! he shouts. Mar 20 12:27:28 Your last 2 fuck goons are the reason we are in this mess. Mar 20 12:27:35 vi__: ah, a total bellhead. Mar 20 12:28:40 me: it is not so easy with NO debug hardware. I have to spam stuff to the serial port just to observe variable changes. Mar 20 12:28:47 vi__: the real question is, how do you drive the point into his thick skull that the program is a potato when it runs fine? Mar 20 12:29:08 him: nonsense! You just look at the code and follow it through on paper. Mar 20 12:29:24 me: it is easier said than done. Mar 20 12:29:41 him: Nonsense, I have done it before! Mar 20 12:30:30 What a fucknut. This is >15000 lines of badly written, uncommented, non documented, non formatted C using a 6 year old IDE. Mar 20 12:30:59 What do you mean the program is a potatoe? Mar 20 12:31:15 It's a total mess, almost garbage, etc. Mar 20 12:33:21 vi__: Try describing what you want to do as "Restructuring the human-readable, unprocessed, raw declaration of the executable binary to be run on an embedded semi-cloud appliance, to increase efficiency and ROI exponentially." Mar 20 12:33:25 when the 2 previous guys were 'learn on the job' non-programmers. yes. Mar 20 12:33:40 lolwut. Mar 20 12:33:46 Are you a manager? Mar 20 12:35:11 vi__: According to a recent study, PHB cooperation is increased by utilization of vocabulary that exceeds utilization limits imposed by the PHB niche. Mar 20 12:37:24 The routines that handle the display are a kind of finite state machine except the states are not named anything reasonable. Mar 20 12:37:43 There names range from -5 to 67 Mar 20 12:37:47 ^their Mar 20 12:38:22 The handling of the states is functioned across about 3 different files. Mar 20 12:38:44 There is even functional code in header files. Mar 20 12:39:08 What's wrong with functional code in header files? Mar 20 12:39:30 I am probably wrong but I feel it should not be there. Mar 20 12:39:32 teotwaki: when they're not library functions. Mar 20 12:39:40 Try writing templates in a cpp file for giggles. Mar 20 12:39:50 No. Mar 20 12:40:43 I can't be bothered to put Foo const & mycomp::myclass:get_foo() { return this->foo; } in a cpp file. Mar 20 12:41:38 so my n900 decided to shut down in the middle of a large apt-get dist-upgrade (over ssh, my fault probably) Mar 20 12:41:59 if i try to power on, i just get the nokia logo on the white screen and then its off again. Mar 20 12:42:10 bootloop Mar 20 12:42:11 flash it Mar 20 12:42:16 it's bricked, baby. Mar 20 12:42:27 (i've used debian for more than a decade so i'm coming from a techinical background) Mar 20 12:42:33 flash it Mar 20 12:42:38 sweet Mar 20 12:42:49 i got it used from a coworker and ive been wondering how to reinstall Mar 20 12:43:04 ~flashig Mar 20 12:43:06 jacekowski: can you link me to an appropriate wiki page? Mar 20 12:43:07 ~flashing Mar 20 12:43:08 somebody said maemo-flashing was http://wiki.maemo.org/Updating_the_tablet_firmware Mar 20 12:43:09 If you feel like wasting time, boot into RescueOS, chroot into Maemo, properly mount /opt, and restart the dist-upgrade. Mar 20 12:43:28 Hurrian: no, i'd rather start with a clean slate. she left it pretty bloated Mar 20 12:43:47 benedikt: flash it Mar 20 12:43:55 jacekowski: are you some sort of bot? Mar 20 12:43:58 vi__: don't badmouth the people who did things before you. They probably did so to the best of their knowledge and capabilities. If you think you can do better, do it; but ranting about how stupid your boss is or how shit the code is is pretty poor. Mar 20 12:44:07 vi__: I do exactly the same, I don't blame management though. Mar 20 12:44:09 benedikt: http://wiki.maemo.org/Updating_the_firmware Mar 20 12:44:16 Hurrian: i'm there Mar 20 12:44:19 thanks for the help Mar 20 12:44:31 benedikt: no Mar 20 12:44:40 download both eMMC and rootfs files, run the command, note that internal storage is wiped too. Mar 20 12:44:42 jacekowski: :D Mar 20 12:45:33 * infobot thinks DocScrutinizer05 is a bot Mar 20 12:46:05 infobot: that's because that douche is one. Mar 20 12:46:05 teotwaki: what are you talking about? Mar 20 12:46:21 infobot: what you just said, bitface. Mar 20 12:47:48 ~buttrape infobot Mar 20 12:47:58 ~beat infobot Mar 20 12:47:59 * infobot relentlessly beats infobot over the head with a Louisville Slugger Mar 20 12:48:14 ~rape herself Mar 20 12:48:15 * infobot takes herself behind the WallMart and makes a few grunts and screams Mar 20 12:48:22 ~3d6 Mar 20 12:48:29 ~1d6 Mar 20 12:48:30 You roll a 6 Mar 20 12:48:36 BAM! Mar 20 12:48:49 ~1d256 Mar 20 12:49:01 It is not as smart as you hope Mar 20 12:49:07 ~!99999999999 Mar 20 12:49:12 ~vfpv3d16 Mar 20 12:49:21 ~human Mar 20 12:49:22 i heard human is the mind of an angel in the body of an animal Mar 20 12:49:31 ~!9 Mar 20 12:49:37 !9 Mar 20 12:49:45 ~=!9 Mar 20 12:50:21 vi__: stop ridiculing yourself. It's weird for everyone who's watching. Mar 20 12:51:43 ~dice 100d10 Mar 20 12:51:46 rolled 10,8,4,7,6,4,10,8,2,2,9,9,6,3,9,4,2,1,10,3,3,9,4,3,8,6,4,7,6,9,9,5,5,3,7,7,10,6,6,4,8,6,4,1,8,9,4,3,7,5,4,8,10,5,5,10,9,9,6,9,7,2,6,1,3,10,7,9,8,6,6,7,3,8,6,1,8,5,1,4,7,6,1,2,5,1,7,1,8,2,3,6,8,8,7,3,6,9,2,1 = 569 Mar 20 12:52:59 ~9! Mar 20 12:52:59 i guess 9! is 362,880 Mar 20 12:53:20 * DocScrutinizer05 sighs Mar 20 12:53:24 stop ridiculing yourself. It's weird for everyone who's watching. <- please explain this. Mar 20 12:53:52 ~dict ridicule Mar 20 12:53:55 Dictionary 'ridicule' (1 of 7): airs, arrogance, badinage, banter, barrack, be above, be contemptuous of, be disrespectful, be merry with, be overfamiliar with, brashness, brassiness, brazenfacedness, brazenness, burlesque, care nothing for, caricature, chaff, cheekiness, clannishness, cliquishness, cockiness, contemn, contempt, contemptuousness, contumely, crack a joke, crack wise, dare, denigrate, denigration, deprecate, deprecation, depreciate, ... Mar 20 12:54:09 back Mar 20 12:54:12 ~dict weird Mar 20 12:54:14 Dictionary 'weird' (1 of 7): strikingly odd or unusual; "some trick of the moonlight; some weird effect of shadow"- Bram Stoker. Mar 20 12:54:35 Hurrian: nah it was a paper card, I think I just took a flexible connector out of its socket Mar 20 12:55:47 now a question... have you ever used adb on the N900, connected to another phone/tablet? Mar 20 12:56:10 I want to root a Galaxy Tab 2 7" with just my N900 :D Mar 20 12:56:48 if it's 4.0.3, it has a security hole and I can just use adb. but I need a special USB cable and adb on maemo :/ Mar 20 12:58:05 what is adb? Mar 20 12:58:44 android debug bridge Mar 20 12:59:00 is it opensource/compiled for arm? Mar 20 12:59:21 it's like an USB debug shell, once you've enabled usb debugging in an android phone you can connect to it Mar 20 12:59:23 vi__: http://developer.android.com/tools/help/adb.html Mar 20 13:00:15 Hurrian: for future reference, how do i boot into RescueOS? Mar 20 13:00:15 vi__: random post: http://blog.alexworld.it/post/9707276488/how-to-build-android-adb-on-arm Mar 20 13:00:49 wtf got android debug bridge to do with maemo? Mar 20 13:01:02 DocScrutinizer05: I need to run it from maemo Mar 20 13:01:10 LOL Mar 20 13:01:22 ok, good luck Mar 20 13:01:28 I can't carry my laptop with me to the scene :P Mar 20 13:01:54 if you got a linux source for adb, and it doesn't too leete tricks to USB, it actually *might* work Mar 20 13:02:36 though I honestly doubt H-E-N is fit for that type of usecase Mar 20 13:03:01 yeah, I have never used it and I don't know how to even connect the two devices Mar 20 13:03:06 maybe when you use a usb hub Mar 20 13:03:20 https://gist.github.com/splhack/958335 so there's two files related to usb Mar 20 13:03:46 then you're out of luck i guess Mar 20 13:04:07 afk, bbl Mar 20 13:04:21 * infobot waves Mar 20 13:06:26 https://github.com/android/platform_system_core/tree/master/adb <3 github Mar 20 13:08:07 DocScrutinizer05: basic libusb usage, I'm sure it would work :D Mar 20 13:08:50 still not Mar 20 13:09:04 H-E-N doesn't provide connect detection Mar 20 13:09:12 you have to do ENUM manually Mar 20 13:09:33 actually, there's a usbdevice_fs version and another one with libusb Mar 20 13:09:37 for all I know adb depends on instant ENUM Mar 20 13:10:01 anyway, I'm out Mar 20 13:10:03 ssize_t cnt = libusb_get_device_list(ctx, &devs); Mar 20 13:10:59 DocScrutinizer05: however, the linux usbdevice_fs version starts a thread scanning for devices Mar 20 13:19:07 DocScrutinizer05: what can you say about Advanced Power v0.5.0-3 Mar 20 13:19:08 ? Mar 20 13:19:34 My logic tells me that default one indicator also does the syscalls and drain power Mar 20 13:19:47 But this one gives good information tho Mar 20 13:29:43 XATRIX: use the battery applet from cssu-devel Mar 20 13:29:55 kerio: link ? Mar 20 13:33:46 Can't find anything Mar 20 14:23:54 Where can i download the flasher for linux? Mar 20 14:23:59 the links on the wiki are dead Mar 20 14:27:55 http://skeiron.org/tablets-dev/ Mar 20 14:28:08 Hurrian: found that site, but it appear to not include flasher-3.5 Mar 20 14:28:33 http://skeiron.org/tablets-dev/maemo_dev_env_downloads/maemo_flasher-3.5_2.5.2.2_i386.deb Mar 20 14:28:39 (is there a reason why the wiki hasn't been updated to point there instead?) Mar 20 14:28:44 Hurrian: sweet Mar 20 14:29:01 Hurrian: where is that accessible from the sitE? Mar 20 14:29:17 http://skeiron.org/tablets-dev/nokia_N900/ Mar 20 14:29:26 see the first link on the page Mar 20 14:29:39 "Maemo releases"? Mar 20 14:30:32 Hurrian: flasher-3.5 isn't on that page Mar 20 14:30:44 "Command line flasher binaries are available here." Mar 20 14:30:48 maemo_flasher-3.5_2.5.2.2_i386.deb 59328 Maemo Flasher-3.5 Tool for Fremantle and Diablo, installation package for Debian based Linuxes (x86, 32-bit) Mar 20 14:31:00 thedead1440: aaah! Mar 20 14:35:19 what are OS200{7,8}HE? Mar 20 14:36:47 * benedikt has no idea what to pick from http://skeiron.org/tablets-dev/nokia_N900/ Mar 20 14:36:52 Old versions of Maemo, Hacker Editions. Mar 20 14:38:33 "Latest Maemo 5 Global release for Nokia N900 " Mar 20 14:38:49 i assume this is newer than "Maemo 5 Global release for Nokia N900 " ? Mar 20 14:39:15 and when do i want to flash the eMMC? Mar 20 14:51:24 where can i get the source for flasher-3.5 Mar 20 15:02:26 so flasher-3.5 depends on a version of libc6 that isnt in either ubuntu or debian Mar 20 15:02:44 flasher-3.5 is binary only Mar 20 15:02:49 fuck yeah, breaking abi on linux Mar 20 15:03:45 yeah, this is breaking a lot of things Mar 20 15:03:52 i thought maemo was free software? Mar 20 15:04:36 it's free as in beer Mar 20 15:04:43 not as in freedom? Mar 20 15:04:43 and no it's not Mar 20 15:04:48 not fully Mar 20 15:05:13 there is a lot of closed bits including flasher Mar 20 15:05:28 well that sucks Mar 20 15:05:29 anyhow Mar 20 15:05:37 managed to get it running on an ubuntu computer Mar 20 15:07:06 ~closed Mar 20 15:07:06 from memory, closed is http://wiki.maemo.org/Why_the_closed_packages or https://wiki.maemo.org/Fremantle_closed_packages Mar 20 15:07:33 for ultralatest, see maeo.cloud-u.de Mar 20 15:08:22 it has PR1.3.1 Mar 20 15:08:39 ~pr131 Mar 20 15:08:40 combined is probably the rootfs fiasco image of maemo. For N900 latest (PR1.3.1) see http://maemo.cloud-7.de/maemo5/fiasco+co/RX-51_2009SE_21.2011.38-1_PR_COMBINED_MR0_ARM.bin or http://nds2.fds-fire.nokia.com/fdp/interface/FiRe/2011/9/--FID--A0A22MVWFVFAM/--LID--FiRe1317015685654/RX-51_2009SE_21.2011.38-1_PR_COMBINED_MR0_ARM.bin Mar 20 15:08:51 DocScrutinizer51: nah, i want something thats stable Mar 20 15:09:03 that IS stable Mar 20 15:09:18 oh Mar 20 15:09:25 isn't there any wiki you can trust? Mar 20 15:09:33 it's just the release for Nokia servicepoints Mar 20 15:09:38 wiki.maemo.org seems to be abandoned (lot of dead lines) Mar 20 15:10:08 and i was sent to skeiron.org, which i think is a mirror of an old maemo site that has disappeared Mar 20 15:10:10 wiki is mostly just fine Mar 20 15:10:26 yes Mar 20 15:10:33 ~skeiron Mar 20 15:10:33 extra, extra, read all about it, skeiron is the semi-official backup and emergency standin for all internet borne maemo resources: http://skeiron.org/tablets-dev/ http://talk.maemo.org/showthread.php?p=1315143#post1315143 Mar 20 15:10:54 how much older is the stuff on skeiron than what you linked to? Mar 20 15:11:33 skeiron is up-to-date Mar 20 15:11:43 then what is http://maemo.cloud-7.de/maemo5/fiasco+co/RX-51_2009SE_21.2011.38-1_PR_COMBINED_MR0_ARM.bin ? Mar 20 15:12:22 what I linked to is so new it harly exists Mar 20 15:12:23 hardly Mar 20 15:12:43 I.E. Nokia never published that image on tablets-dev Mar 20 15:13:35 see ~pr131 Mar 20 15:14:20 the second link is Nokia Mar 20 15:16:37 DocScrutinizer05: what can you say about Advanced Power v0.5.0-3 ? Mar 20 15:16:46 My logic tells me that default one indicator also does the syscalls and drain power Mar 20 15:21:45 DocScrutinizer51: cool Mar 20 15:21:52 sounds like thats what i should download Mar 20 15:23:17 DocScrutinizer51: is that the "global" release? Mar 20 15:25:53 XATRIX: better than wi fi i think dimm lcd lightning Mar 20 15:27:52 XATRIX: I don't know advanced-power Mar 20 15:28:33 benedikt: MR0 is global, afaik, yes Mar 20 15:30:22 what i see go to 10mW on n900 have less coverage and less data transfer rate... Mar 20 15:30:54 dammit Mar 20 15:30:59 I need to get one of these http://www.amazon.co.uk/Samsung-Galaxy-Tab-Data-Cable/dp/B0044EAVSY/ref=pd_sim_computers_6#productDetails Mar 20 15:32:16 yes n900 wifi sensitivity is a quite good also with weak networks... Mar 20 15:33:41 hmm Mar 20 15:34:01 so for $5 I can get an USB micro OTG adapter Mar 20 15:34:54 and for $10 I can get a samsung galaxy tab 2 data cable Mar 20 15:36:43 I put those two together and I can connect the tab as a device to the N900 Mar 20 15:37:29 there's no point of using 10mW Mar 20 15:37:32 lolz, the tablet data cable is cheaper if you get an original Mar 20 15:37:44 The option only exists because legally you're limited to 10mW outdoors in France Mar 20 15:37:54 lol? Mar 20 15:38:01 where is that option Mar 20 15:38:26 in any wifi network's advanced settings Mar 20 15:38:31 but it changes for all of them Mar 20 15:40:51 does this look like it will work with the N900? http://cdn03.gsmnet.ro/poze_produse/55560/supermari/adaptor-microusb-usb-samsung-i9100-galaxy-s-ii_0.jpg Mar 20 15:40:59 DocScrutinizer05: it's a much detailed batter charge indicator. Stock one shows only a gauge, and this one shows the percentage + time to discharge Mar 20 15:42:10 after reflashing, its normal that it takes way longer to boot than normally, right? Mar 20 15:42:59 it booted Mar 20 15:43:15 is all user data kept on teh eMMC, including settings? (dotfiles?) Mar 20 15:43:37 OH WTF Mar 20 15:43:38 https://www.google.com/search?q=filetype%3Apdf+site%3Agsmnet.ro Mar 20 15:43:53 google indexed a shitton of private data Mar 20 15:44:51 Tell news. Mar 20 15:44:59 benedikt: yep Mar 20 15:45:02 eddyb: thats called google dorking, its actually pretty big Mar 20 15:45:05 takes longer Mar 20 15:45:17 DocScrutinizer05: its up now Mar 20 15:45:37 benedikt: yes, /home is on eMMC Mar 20 15:45:43 benedikt: it would have never happened if those files weren't public in the first place Mar 20 15:45:56 benedikt: or if they weren't linked from anywhere Mar 20 15:46:25 weird, I expected http://www.gsmnet.ro/facturi/ to be a dumb directory lister Mar 20 15:48:40 ShadowJK: hahahha what? who limits their wifi tx power? Mar 20 15:48:49 and how do you enforce it? Mar 20 15:49:33 kerio: with laws. vendors and manufacturers follow them Mar 20 15:49:48 he said "outside" Mar 20 15:49:53 which means that there's no such limit inside Mar 20 15:50:12 which means that you're legally able to sell wifi cards that do more Mar 20 15:50:18 eMMC = RAM memory die or a standart SD card ? Mar 20 15:52:04 oh shit... worst part about my phone being decapitated is that I don't have a phone number in case they phone me about the order I'm about to make Mar 20 15:52:05 :S Mar 20 15:52:18 eddyb: no other mobile phones? Mar 20 15:52:25 nope Mar 20 15:53:01 well, there's a crappy Nokia 1000 I could try to revive :/ Mar 20 15:56:38 so why does the service manual say to not reuse the screws? Mar 20 15:56:41 what's that about? Mar 20 15:57:26 ok, I only need to remove 4 screws to get access to the flex connector Mar 20 16:16:14 2/4 taken out. they're really easy to unscrew :D Mar 20 16:18:50 OH FUCK Mar 20 16:18:55 the flex is ripped off >:( Mar 20 16:19:23 that stuff isn't even plastic Mar 20 16:19:26 cheap nokia Mar 20 16:19:33 it's some shitty rubber Mar 20 16:19:44 it looks very bad without the cut, thermal damage Mar 20 16:22:01 eddyb: oc cpu? Mar 20 16:22:57 just the past couple of days, but the flex looks like it aged in a mildly heated environment Mar 20 16:23:06 is plastic too much to ask? Mar 20 16:23:22 this is like rubber paper Mar 20 16:23:50 Drathir: but you could destroy the flex if you overclocked the CPU for months, I think Mar 20 16:23:57 this shit is soo fragile Mar 20 16:24:23 where the heck do I even get a new one? Mar 20 16:32:45 kerio; just look at random people randomly changing it to 10mW and claiming batteryife doubled ;) Mar 20 16:33:36 underclocking works for me Mar 20 16:33:50 ShadowJK: would that really even happen? Mar 20 16:33:55 when I don't need to be constantly using it Mar 20 16:34:08 i expect my tx power to be at a solid 0 the vast majority of the time Mar 20 16:34:14 kerio; would what happen? Mar 20 16:34:16 because of powersaving Mar 20 16:34:26 doubling battery life by lowering the tx power Mar 20 16:42:49 Yeah no, the emitted power is a small part of total power use of wifi Mar 20 16:59:19 oh Mar 20 16:59:23 I can order a replacement one :D Mar 20 17:04:15 http://www.ebay.com/itm/BRAND-NEW-FAKE-CAMERA-FLAT-FLEX-CABLE-RIBBON-REPLACEMENT-FOR-NOKIA-N900-c57A-/150661584677?pt=LH_DefaultDomain_0&hash=item2314215725 Mar 20 17:04:21 or http://www.ebay.com/itm/New-Flex-Cable-Ribbon-with-Camera-For-Nokia-N900-/280966940848?pt=LH_DefaultDomain_0&hash=item416aef48b0 Mar 20 17:04:37 eddyb: ~fixribbon Mar 20 17:04:44 ~fixribbon Mar 20 17:04:44 ~fixribbon Mar 20 17:04:45 i heard fixribbon is http://talk.maemo.org/showthread.php?p=1324171#post1324171 Mar 20 17:05:17 just repaired mine there's a full walkthrough Mar 20 17:06:04 thanks, that will be helpful :D Mar 20 17:06:14 np Mar 20 17:07:35 for $50 I can get an original display :D (looking for replacement parts) Mar 20 17:09:59 http://www.gsmnet.ro/banda-flat-cable-flex/nokia I hope I can get one here Mar 20 17:11:34 damn they don't have N900 Mar 20 17:14:23 Be careful to check the images and description. I spotted some that where listed as N900 but definitely not. You can see my one from halagsm is clearly the correct one on the link. Mar 20 17:14:41 sixwheeledbeast: I can't open the two middle screws under the slider :( Mar 20 17:15:17 very tight be careful do to round them Mar 20 17:15:34 ? Mar 20 17:15:38 s/do to/to not/ Mar 20 17:15:39 sixwheeledbeast meant: very tight be careful to not round them Mar 20 17:15:56 well... Mar 20 17:16:05 at least they're meant to be one-use-only Mar 20 17:17:03 I can find this http://www.ebay.com/itm/Philips-PH00-Precision-Screwdriver-Repairing-Screw-Driver-Tool-Cellphone-/251140466420?pt=LH_DefaultDomain_0&hash=item3a792366f4 Mar 20 17:17:11 but I can't find the screws on ebay :/ Mar 20 17:17:53 if you can't get them out you have a big problem, see my ~fixribbon for more... Mar 20 17:18:38 IIRC i had a PH0 PH00 PH000 screwdrivers the display screws where PH000 Mar 20 17:19:08 the service manual says 00 Mar 20 17:19:47 well I went off what fitted snuggly.... Mar 20 17:20:51 "In the end I removed the head with a tiny dremmel bit." Mar 20 17:21:12 this sounds worse and worse Mar 20 17:24:33 now I'm curious Mar 20 17:24:45 is it possible to replace the touch screen with a capacitive one? Mar 20 17:25:48 why that's the best part, the accuracy of resistive Mar 20 17:27:05 I guess the controller is resistive-specific anyway Mar 20 17:27:23 sixwheeledbeast: but capacitive touchscreen can have multitouch, right? Mar 20 17:27:42 and I found where to buy from http://www.ebay.co.uk/itm/GENUINE-NEW-NOKIA-N900-SLIDE-SLIDER-RIBBON-CABLE-FLEX-WITH-CAMERA-N-900-/280762188838?pt=UK_Replacement_Parts_Tools&hash=item415ebb0426 Mar 20 17:28:00 but maemo doesn't need it. Mar 20 17:28:08 that will arrive much sooner than a post package from hong kong Mar 20 17:28:19 and it has two tools to help me :D Mar 20 17:28:42 sixwheeledbeast: just asking :D Mar 20 17:32:49 eddyb: someone with the same wishful thinking http://talk.maemo.org/showpost.php?p=1330319&postcount=323 Mar 20 17:34:13 isn't that worse than me? Mar 20 17:34:35 lol Mar 20 17:34:46 I mean, I'm asking about the possibility of a hardware replacement Mar 20 17:34:53 he seems clueless Mar 20 17:34:57 semi-clueless Mar 20 17:35:04 mmm Mar 20 17:36:52 oooof course Mar 20 17:36:57 paypal account is kinda empty Mar 20 17:36:59 darn Mar 20 17:39:59 btw maybe someone know it is possible to broke card reader in this way i have a sd card from blackberry formated in bb device with its data encryption and when i put it on n900 sd reader and close case and checking dmesg cant mount that sd and when i put out sd cart it is a very hot... Mar 20 17:40:48 very hot not mean little warm, but really hot... Mar 20 17:41:03 but i dont sure it is reason format of card or card is broken... i have no idea how to check that... Mar 20 17:43:47 ~veryhot is not mean little warm, but really hot... Mar 20 17:43:48 okay, teotwaki Mar 20 17:45:32 well, you could try it in the bb again Mar 20 17:48:22 sixwheeledbeast: if i can that be great, but my bb9300 have a accident sadly... Mar 20 17:49:11 sixwheeledbeast: WOOO I found one closer by :D Mar 20 17:49:18 I still need the screwdriver Mar 20 17:49:30 mine doesn't fit that well Mar 20 17:50:02 screwdrivers are one use only :P Mar 20 17:50:19 weren't the screws one-use-only? Mar 20 17:50:24 sixwheeledbeast: dmesg output http://pastebin.com/aY9QxNbp Mar 20 17:50:46 hmm Mar 20 17:50:51 now that I think of it Mar 20 17:50:58 someone could take all these replacement parts Mar 20 17:51:10 and have a custom motherboard inside Mar 20 17:51:31 preferably something powerful Mar 20 17:51:36 put android on it and enjoy :D Mar 20 17:53:37 at least now I know what I'm looking for Mar 20 17:53:41 it's called "band" here Mar 20 17:58:40 Drathir: do you need the data off it? Mar 20 18:00:28 sixwheeledbeast: i think about dump with dd data but i dont know if it possible in that case Mar 20 18:08:27 what's the latest version of CSSU stable in r.m.o at the moment? Mar 20 18:13:56 anyone? Smaemo5 or Smaemo6 ? Mar 20 18:32:27 botsnack Mar 20 18:35:43 sixwheeledbeast: i try to check stable but my testing is Mar 20 18:35:43 sixwheeledbeast: i try to check stable but my testing is Community SSU installed Mar 20 18:35:43 Version: 21.2011.38-1Tmaemo7.2 Mar 20 18:36:08 Flavor: Testing Mar 20 18:36:58 it's k, wondering if the repos have been updated since infra move. Mar 20 18:37:56 if good remember in near future bomming a big update... Mar 20 18:38:03 comming* Mar 20 18:42:52 sixwheeledbeast: so what did you do with your drilled screw? Mar 20 18:42:57 did you replace it? Mar 20 18:43:58 gaah Mar 20 18:44:02 I can't find screws anywhere Mar 20 18:49:16 http://iphone4parts.com/shop/iphone-3gs-iphone-3g-screw-set-p-121.html Mar 20 18:49:24 doesn't say which type of screws they are Mar 20 18:51:11 I had to check out C1-01's service manual Mar 20 18:51:15 to see if the screws match Mar 20 18:51:40 nope, torx+ size 4 Mar 20 18:53:00 does anyone know if the iphone screws are the right ones? Mar 20 18:59:56 oh, finally, http://www.thenokiaparts.com/eng/tuotteet/N900-spare-parts Mar 20 19:02:57 can I not get replacement screws Mar 20 19:37:27 hello Mar 20 19:43:26 i need help from the microUSB experts -> http://talk.maemo.org/showthread.php?t=89531 Mar 20 19:57:46 eddyb: noody really uses replacement screws ever Mar 20 19:57:50 except nokia care Mar 20 19:58:07 nobody even Mar 20 19:58:47 you should use relacements if you ruined the original ones on unscrewing them Mar 20 19:59:18 no ood ever? Mar 20 19:59:33 DocScrutinizer05: I'm afraid I'm going to ruin the screws :| Mar 20 19:59:53 i'd be afraid of you runing the plastic things around the screws Mar 20 19:59:55 ruining* Mar 20 20:00:29 RiD: those 4 screws are really easy to unscrew Mar 20 20:01:01 but the 6 on the back of the display module are very tight >:( Mar 20 20:01:19 and I don't have a darn PH00 around Mar 20 20:01:25 get a hammer Mar 20 20:01:31 fu Mar 20 20:02:16 there's one online shop, but it doesn't let me buy stuff under $3 (and the screwdriver is $1) Mar 20 20:02:28 get 3 Mar 20 20:02:30 buy 3 Mar 20 20:02:35 :-P Mar 20 20:02:36 are they *that* bad? Mar 20 20:02:47 honestly? yes Mar 20 20:03:25 I was thinking of getting a 000, too, as per sixwheeledbeast's comments Mar 20 20:03:57 DocScrutinizer05 do you know anything about microUSB fixes? Mar 20 20:04:08 a bit Mar 20 20:04:50 http://talk.maemo.org/showthread.php?t=89531 if you could take a look :P Mar 20 20:05:02 what for? Mar 20 20:05:48 i want to know if oh2btg's fix (last image) has any mistakes on it Mar 20 20:06:08 because he says it was based on mipo, and mipo did something wrong and ruined it Mar 20 20:06:20 i'm paranoid Mar 20 20:06:31 DocScrutinizer05: you must be kidding me. it's not exactly $3, it's $3.(3). it's easier when I say it in dollars, but this is in my local currency Mar 20 20:07:02 buy 4 Mar 20 20:07:06 yepp Mar 20 20:07:19 the delivery is like 2.5 screwdrivers worth Mar 20 20:07:22 or try buying 3 and a half Mar 20 20:07:25 lol Mar 20 20:07:30 RiD: this fix looks basically fine Mar 20 20:07:36 ~usbfix Mar 20 20:07:37 somebody said usbfix was http://talk.maemo.org/showthread.php?t=75920 - and **NEVER** use epoxy (unless you want to seal your device for underwater) Mar 20 20:07:55 yeah i've seen that thread countless times already :P Mar 20 20:08:30 but honestly, your PCB looks perfectly intact Mar 20 20:08:38 it WAS Mar 20 20:08:39 DocScrutinizer05: thanks, time to write all my personal details for the millionth time today Mar 20 20:08:40 you don't need that wire nightmare Mar 20 20:08:48 until someone ruined it, trying to fix it Mar 20 20:08:55 don't have a pic of that though Mar 20 20:09:02 eddyb: eh? Mar 20 20:09:11 DocScrutinizer05: delivery address Mar 20 20:09:12 wut? Mar 20 20:09:19 one of these pins (don't know what to call them) doesn't work. It's the 2nd one, counting from right Mar 20 20:09:21 not my problem Mar 20 20:10:07 what do you mean by "doesn't work"? Mar 20 20:10:27 bad wording, lol. It was loose Mar 20 20:10:41 the pad? Mar 20 20:10:56 what is the pad Mar 20 20:11:06 what was loose? Mar 20 20:11:42 pads are those copper with solder on it aread on your board Mar 20 20:12:01 pins are the little wires coming out of components Mar 20 20:13:04 honestly, I can't help based on sparse facts Mar 20 20:14:15 to me your PCB looks like perfect condition to solder a new USB receptacle component to it Mar 20 20:14:58 definitely, no doubt Mar 20 20:15:15 zhe photo is pretty good Mar 20 20:15:21 back, it seems that the pads are not solid anymore, one of them was ripped off and two or so were "raised" (terrible english) by the previous guy trying to fix it Mar 20 20:15:34 i don't have an actual pic, but it looks nowhere as pretty as it does on that picture Mar 20 20:15:47 :-/ Mar 20 20:15:50 then get a pic Mar 20 20:15:57 the heck Mar 20 20:15:59 have to disassemble it first Mar 20 20:16:06 do it? Mar 20 20:16:11 do you have the tools? Mar 20 20:16:32 I'll have to wait after dinner Mar 20 20:16:45 it's not me who disassembles it, it's my father Mar 20 20:16:59 so why theheck are you posting a meaningless photo? Mar 20 20:19:02 good question Mar 20 20:19:48 http://talk.maemo.org/showthread.php?p=1018141#post1018141 Mar 20 20:21:55 so if seconf from right pad is defect, simply ignore it Mar 20 20:22:53 for rightmost pad you can use a short wire to nearby mech support pad (the large square one) Mar 20 20:23:03 since both are GND Mar 20 20:23:32 the other 3 pads need to be ok, or you need the wire workaround Mar 20 20:27:12 so to answer your initial question: no, there's nothing obviously wrong with that photo in that post (except the short from rightmost pin to 2nd right, which isn't needed and doesn't serve a purpose Mar 20 20:32:09 so, the 2nd right doesn't need to be "welded" like he did on the picture, only the rightmost? Mar 20 20:34:49 I see on the picture that he "ripped" that metal frame - i guess that it's quite hard to fix usb without removing it, am i right? **** ENDING LOGGING AT Thu Mar 21 02:59:58 2013