**** BEGIN LOGGING AT Sun Sep 16 03:00:00 2012 Sep 16 03:15:16 merlin1991 do you have any idea what this is? .fuse_hidden0000001900000002 1.75G Sep 16 03:15:26 nope Sep 16 03:15:56 but fuse is a userspace filesystem, ususally used to mount ntfs Sep 16 03:16:01 or samba Sep 16 03:18:49 seems odd -- and big Sep 16 03:19:30 I wonder if it is something the OVI-suite put in there? Sep 16 03:21:12 when I was using XP about a yar ago I used OVI-suite to connect, but no if I use XP I use the nokia pc-suite cos it's lighter Sep 16 03:39:31 maybe DocScrutinizer05 knows what it is ;) Sep 16 03:40:10 MyDocs/.fuse_hidden0000001900000002 1.75G Sep 16 07:32:32 soory nope Sep 16 07:32:38 sorry even Sep 16 07:33:05 looks like a (possibly stale) fusefs "handle" Sep 16 07:33:32 might actually be pc suite Sep 16 07:39:40 >>"You can safely ignore .fuse_hiddenXXXX files. It means a file was deleted but there is at least one software which is still using it, so it can't be removed permanently. It will be done automatically when the relevant software stops using the file or exists. Such files are always gone after umount/reboot. This is how Linux and any Unix works but only FUSE exposes these files to the user. In the future we may try to make them Sep 16 07:39:42 unvisible but that's not very simple." NTFS-3G Developer: http://www.tuxera.com/community/ntfs-3g-download/ << Sep 16 07:42:39 jpinx: so this means some process opened a file on your (probably NTFS) remote mounted filesystem Sep 16 07:43:57 fuse is user space file system, which can mount several real remote filesystems for user, like (most commonly known) sshfs, but also NTFS and others Sep 16 07:44:14 DocScrutinizer05: thank you very much for looking in detail Sep 16 07:45:00 I'm copying the whole of MyDocs onto the laptop and I'll do fsck on that device in the n900. Hopefully that will mount it rw Sep 16 07:45:57 http://en.wikipedia.org/wiki/Filesystem_in_Userspace Sep 16 07:46:08 failing that I'll consider reformatting the device that's mounted on MyDocs Sep 16 07:51:13 jpinx: beware, fsck on N900 often (or most of the times) literally takes days, since not enough RAM to handle the huge data tables fsck needs to manage to "correct" the metadata in a filesystem Sep 16 07:51:30 Hmmm Sep 16 07:51:34 days? ._o Sep 16 07:51:38 better attach N900 to a linux PC via USB, and run fsck there Sep 16 07:51:47 is it any better if I fsck it ove ssh from the laptop? Sep 16 07:52:03 ok - snap ;) Sep 16 07:52:04 why would that change anything? :o Sep 16 07:52:04 I've done fsck on the device a couple of times and it hasn't taken very long, maybe a couple of minutes, but maybe there wasn't much to fix Sep 16 07:52:14 not over ssh, but via mass storage modfe Sep 16 07:52:17 mode* Sep 16 07:52:36 is g_nokia opensource? Sep 16 07:52:51 DocScrutinizer05: ok - I can fsck theat device in massstorage even if it's mounted? Sep 16 07:52:59 of course it depends on number of metadata - read: number of dirs/files - on the volume to check Sep 16 07:53:39 DocScrutinizer05: it's annoying that I can not delete a lot of the data befroe fscking -- Sep 16 07:53:55 jpinx: mass storage mode umounts the volume on N900 system, and it shouldn't be automounted or at least can get umounted on the PC Sep 16 07:55:02 DocScrutinizer05: ah - yes - I remmebr now that massstorage messes the native mount up ;) Sep 16 07:55:13 so that's a feature - not a bug ;) Sep 16 07:55:45 jpinx: that's the whole idea behind all that: on error remount r/o, so nobody can do further damage to data. Otherwise it's unpredictable what happens to data during rm when metadata is corrupt Sep 16 07:56:19 yep - it allbeomes clear when I am confronted with the inytended use ;) Sep 16 07:57:49 so I am guessing that selecting mass-storage basically umounts MyDocs ( and /media/mmc ) before mounting them remotely Sep 16 07:58:20 before exporting them Sep 16 07:58:46 g_file_storage just presents them as a usb mass storage device Sep 16 07:58:47 kerio - ok :) Sep 16 08:01:09 rsync-ing from the n900 to the laptop seems slow - running at about 2MB/s - is that normal? Sep 16 08:03:06 jpinx: yep Sep 16 08:03:26 the n900 has too little ram to do meaningful I/O stuff Sep 16 08:03:42 embiggening the queue size helps a lot, though Sep 16 08:04:22 kerio: ok - what's that and how do I do it? Sep 16 08:06:25 echo 8192 > /sys/block/mmcblk0/queue/nr_requests Sep 16 08:06:29 echo 8192 > /sys/block/mmcblk1/queue/nr_requests Sep 16 08:06:34 as root Sep 16 08:07:18 much appreciated you do it during rsync and watch any change in data thruput Sep 16 08:08:35 * jpinx ssh into n900 Sep 16 08:10:11 I am only doing MyDocs, so only mmcblk0 needed to do.... ? Sep 16 08:10:26 jpinx: while you're at it, do a ls ~user/MyDocs/ Sep 16 08:10:43 and ls /media/mmc* Sep 16 08:11:10 jpinx: it's beneficial for both, but yeah Sep 16 08:11:14 it *should* be empty now when both are umounted due to mass storage Sep 16 08:11:38 oops wait, you're still rsyncing. So nothing umounted yet Sep 16 08:12:07 echo 8192 > /sys/block/mmcblk0/queue/nr_requests has put it up to 3.8*MB/s Sep 16 08:12:15 :-D Sep 16 08:13:38 I just hope it's no temprary effect, until the additional queue entries are also used up Sep 16 08:13:39 watching the throughput - it never makes it over 4 Sep 16 08:14:15 but it is significantly faster Sep 16 08:14:27 do I need to undo that setting at some point? Sep 16 08:14:46 continue watching it, it either is persistent or drops to 'old' lower value in a few minutes Sep 16 08:14:50 the latest Sep 16 08:14:57 no Sep 16 08:15:05 not really Sep 16 08:15:25 it's more like it alas will reset itself during next boot Sep 16 08:16:21 ok - Sep 16 08:16:34 it's brobably eating several 100kB of your free RAM though Sep 16 08:16:34 still chugging at 3.86 Sep 16 08:16:44 probably* Sep 16 08:17:09 no sweat on ram . I am only using ss Sep 16 08:17:16 ...ssh Sep 16 08:18:33 only the modem using the same usb connection Sep 16 08:19:22 yeah, mass storage mode will probably conflict with that Sep 16 08:20:14 ...no it won't Sep 16 08:20:22 there just *isn't* Sep 16 08:20:23 eh? Sep 16 08:20:50 you either have usb networking (g_nokia) or mass storage mode (g_file_storage) Sep 16 08:21:04 that's what I call conflict Sep 16 08:21:11 I'm in usb networking atm Sep 16 08:21:19 not using massstorage Sep 16 08:21:31 rsyncing by usb network Sep 16 08:21:50 that's probably why it'sslow - but I need that network to stay online Sep 16 08:22:30 nah, USB is capable of ~30MB/s Sep 16 08:23:14 it also may share that bandwidth to allow rsync and "modem" Sep 16 08:25:38 still chugging at around 3.8MB/s Sep 16 08:25:53 if USB was the bottleneck, then increasing nr_requests wouldn't have helped Sep 16 08:26:28 jpinx: if you like, you might try 16k nr_requests Sep 16 08:26:37 is there a problem with maemo wiki or just my internet? Sep 16 08:26:48 see if that even increases speed any further Sep 16 08:26:56 static.maemo.org doesnt seem to work and im missing all the stylesheets/images Sep 16 08:27:04 maemo.org usual weekend outage Sep 16 08:27:19 mickname: same here Sep 16 08:27:49 at least yesterday Sep 16 08:28:17 DocScrutinizer05: what's the syntax to make it do 16K ? Sep 16 08:28:29 the same ;-) Sep 16 08:28:54 echo 16000 > /sys/block/mmcblk0/queue/nr_requests Sep 16 08:28:57 16384 Sep 16 08:29:06 * kerio stares at DocScrutinizer05 Sep 16 08:29:24 Ah-ha ;) Sep 16 08:30:17 * jpinx waits for acceleration :) Sep 16 08:31:31 no significant difference ..... Sep 16 08:31:40 thought as much Sep 16 08:31:53 thanks for testing Sep 16 08:32:44 my pleasure Sep 16 08:33:41 maybe it's no brilliant idea to reduce it to 8k during rsync running. Better wait until it finished Sep 16 08:34:09 (if you want to revert to 8k like it's been before) Sep 16 08:36:01 duh, maybe these are some of the "reversed" sysnodes? (during boot the uSD is mmcblk0 and internal eMMC is mmcblk1) Sep 16 08:36:05 I'll sit tight now ;) Sep 16 08:36:56 *might* actually need echo 16000 > /sys/block/mmcblk1/queue/nr_requests Sep 16 08:37:25 fun's over - rsync completed Sep 16 08:37:30 hehe Sep 16 08:37:53 I've noted those tricks for next time ;) Sep 16 08:38:46 I once even had a wrapper around cp to change that value before copy from one storage to other Sep 16 08:39:32 DocScrutinizer05: why? Sep 16 08:39:42 just leave them at the high value Sep 16 08:39:56 yeah, probably ok as well Sep 16 08:40:11 kerio: don't think it's persistent acrtoss reboots Sep 16 08:40:48 jpinx: you can edit sbin/preinit or whatever the init script that already does similar setup stuff Sep 16 08:41:09 ok Sep 16 08:41:51 grep /etc for "echo*>*/dev" Sep 16 08:41:57 now -- can I run fsck on blk0 while using the usb- network and not lose my modem facility? Sep 16 08:42:03 jpinx: nope Sep 16 08:42:16 sure, on device Sep 16 08:42:20 only one gadget module can be loaded at the same time Sep 16 08:42:25 DocScrutinizer05: don't be silly Sep 16 08:42:55 already noted it might take days Sep 16 08:43:10 but there's a chance it will only take minutes Sep 16 08:43:57 umount /home/user/MyDocs Sep 16 08:44:24 fsck.vfat /dev/mmcblk0p?? Sep 16 08:44:53 ~xyawn Sep 16 08:44:53 extra, extra, read all about it, xyawn is strong coffee Sep 16 08:44:59 DocScrutinizer05: how is one supposed to remount it with the same options? Sep 16 08:45:02 ;) Sep 16 08:45:12 ;) Sep 16 08:45:14 oh, osso-mmc-mount or something Sep 16 08:45:20 ;) Sep 16 08:45:42 right Sep 16 08:45:50 kerio: I'll probably mount it byt eh windows method Sep 16 08:45:56 reboot ;) Sep 16 08:45:59 actually a mount /home/user/MyDocs should suffice, if fstab is ok Sep 16 08:46:20 * jpinx copies out fstab Sep 16 08:47:17 /dev/mmcblk0p1 /home/user/MyDocs vfat noauto,nodev,noexec,nosuid,noatime,nodiratime,utf8,uid=29999,shortname=mixed,dmask=000,fmask=0133,rodir 0 0 Sep 16 08:47:24 * DocScrutinizer05 feels like sunday morning nap nevertheless Sep 16 08:47:41 is that looking sane ? Sep 16 08:48:01 sure, just do "mount /home/user/MyDocs" Sep 16 08:48:28 ok -first to umount and fsck it Sep 16 08:48:34 mount *should* automatically use the fstab entry Sep 16 08:49:38 yes mount -a should be good Sep 16 08:49:53 hmm, why mount --all ? Sep 16 08:50:12 it normally mounts anything in fstab that isn't already mounted Sep 16 08:50:36 mount /home/user/MyDocs Sep 16 08:50:38 DocScrutinizer05: just me and my bad habits ;) Sep 16 08:50:44 ok k Sep 16 08:51:13 * jpinx goes for broke Sep 16 08:51:48 umount didn't break anything... Sep 16 08:52:56 ouch !!!! Sep 16 08:53:27 fsck ran a lot of errors up..... Sep 16 08:53:40 that's expected Sep 16 08:54:57 but fsck-ing some 28GB takes time, depending on how much of it actually been used Sep 16 08:55:31 it's sulking -- or choking ;) Sep 16 08:55:37 and if you run short on real RAM on the procedure, system will enter swap hell and take forever Sep 16 08:55:38 Reclaimed 214 unused clusters (14024704 bytes). Sep 16 08:55:38 Free cluster summary wrong (138589 vs. really 138803) Sep 16 08:55:38 1) Correct Sep 16 08:55:38 2) Don't correct Sep 16 08:55:38 ? 1 Sep 16 08:55:40 Invalid input. Sep 16 08:56:03 try 'y' Sep 16 08:56:30 or even 'yes' Sep 16 08:57:02 * jpinx runs it again Sep 16 08:58:01 y and yes are invlaid :( Sep 16 08:58:14 try yes in you rlocale Sep 16 08:58:36 tbh I never seen 1)... 2)... on fsck Sep 16 08:58:52 ??? Sep 16 08:59:30 * DocScrutinizer05 recalls "correct? [y/N]" Sep 16 08:59:55 you want me to run the fsck on the native screen/(kbd ? Sep 16 09:01:13 shouldn't make much differnece Sep 16 09:01:28 fsck -a Sep 16 09:02:28 not sure what you mean by "try yes in my locale" Sep 16 09:03:55 if you're running on fr_FR try 'o' or 'oui', in de_DE try 'j' or 'ja' Sep 16 09:04:29 everything is in english here Sep 16 09:04:38 or simply run "LANG=C fsck ..." Sep 16 09:04:44 then never mind Sep 16 09:05:38 unless my previous connnections from a spanish XP last year have left some traces Sep 16 09:05:40 probably maemo fschk is fsckdup (as usual), and you might need to use automatic fixing instead of interactive Sep 16 09:06:04 I thought this is automatic? Sep 16 09:06:11 * jpinx reads man fsck Sep 16 09:06:19 try parameters like -a and/or -y Sep 16 09:08:13 running -a Sep 16 09:08:53 slow now - it must be munching the errors Sep 16 09:09:58 you'll bite own ass for not adding -V Sep 16 09:09:59 seems to have exited ok - running again Sep 16 09:10:01 ;-) Sep 16 09:10:09 ooh, that was fast Sep 16 09:10:46 and second run showed no errors :) Sep 16 09:10:55 \o/ Sep 16 09:11:06 yea - I thought of -V as soon as I hit Return ;) Sep 16 09:11:18 ok - now to remount Sep 16 09:11:31 mount /home/user/MyDocs Sep 16 09:11:53 mount Sep 16 09:12:18 >/home/user/MyDocs/xxx Sep 16 09:12:32 ls -l /home/user/MyDocs/xxx Sep 16 09:12:50 ffs -- now there'sa gazzillion fies of FSCK0204.REC Sep 16 09:13:13 so fs been thoroughly messed up Sep 16 09:13:42 I guess I can delete them - they were temps while fsck was working ? Sep 16 09:13:53 you better mkfs.vfat Sep 16 09:14:03 then rsync back your stuff Sep 16 09:14:09 :( Sep 16 09:14:21 no temps, salvaged file remnants Sep 16 09:14:47 Hmmm .. is it worth deleting and seeing if it breaks anything? Sep 16 09:14:56 you could try Sep 16 09:15:11 though I guess mkfs is faster Sep 16 09:15:37 and for sure you're missing real files now, and/or other files got truncated Sep 16 09:15:48 I can do some damage with rm *.REC Sep 16 09:17:07 done - and seems like the data is intact Sep 16 09:17:13 :) Sep 16 09:17:29 I bet some files vanished or got truncated Sep 16 09:17:29 I'll keep the backups for a few days ;) Sep 16 09:17:58 *.REC are RECovered files afaik Sep 16 09:18:08 I guessed that too Sep 16 09:18:26 I'll run it until I get a problem and then mkfs and rsync back Sep 16 09:18:46 thanks for all the hand-holding DocScrutinizer05 -- you're a star ;) Sep 16 09:18:59 you could run rsync right now, to recover ehat got lost Sep 16 09:19:25 I want to go throught the backup and select stuff I actually don't want Sep 16 09:19:40 depending on amount of lost/truncated files this should run considerably faster than full restore Sep 16 09:20:01 yes - rsync will not waste time doing full copies Sep 16 09:20:13 if the origina is still ok Sep 16 09:20:19 that's what it's made for Sep 16 09:20:42 * jpinx is an rsync junkie :) Sep 16 09:20:52 you however should select rsync options for deep inspection Sep 16 09:21:10 I backup woth -rphaxPHAX Sep 16 09:21:24 odds are file data might have changed despite file size remained unchanged Sep 16 09:21:57 * jpinx will dive into man rsync now... Sep 16 09:22:35 and I need to go out -- dinner date.... ;) Sep 16 09:22:45 thanks again for the help dude Sep 16 09:23:08 -c checksum-based-check Sep 16 09:23:38 c, --checksum skip based on checksum, not mod-time & size Sep 16 09:42:13 DocScrutinizer05: alright, mydocs is in fstab Sep 16 09:42:16 but what about the uSD? Sep 16 09:43:24 jpinx: who goes to dinner at 11 in the morning? :O Sep 16 09:44:36 oh god, syncing contacts with big images is awful Sep 16 13:14:41 hello hello, anyone around? Sep 16 13:16:35 nope Sep 16 13:16:37 no one here Sep 16 13:16:54 we knew you needed help, so we ran away Sep 16 13:17:01 HA Sep 16 13:17:19 :( Sep 16 13:17:34 * kerio might be lying slightly Sep 16 13:18:00 haha Sep 16 13:19:07 I requested permission to upload to Extras-devel last friday. I still dont have permission. It's been a week so I was wondering if there's anyone I can poke to look into it? Sep 16 13:20:05 hm, afaik maemo.org had some problems, and it's still not working properly Sep 16 13:20:59 It's been acting weird for me only today, seems like the style sheets arent loading. Sep 16 13:31:46 briggers: X-Fade Sep 16 13:32:13 briggers: I think he said he's on holiday or sth Sep 16 13:32:45 DocScrutinizer05: Thanks a lot. I'll PM him next friday then Sep 16 13:33:40 and Sep 16 13:33:44 ~ask Sep 16 13:33:45 Questions in the channel should be specific, informative, complete, concise, and on-topic. Don't ask if you can ask a question first. Don't ask if a person is there; just ask what you intended to ask them. Better questions more frequently yield better answers. We are all here voluntarily or against our will. Sep 16 13:34:13 ~seen X-Fade Sep 16 13:34:18 x-fade is currently on #maemo #harmattan #meego #maemo-ssu, last said: 'ZogG_laptop: ?'. Sep 16 13:34:48 sweet, thanks for the infobot tips. Sep 16 13:37:27 !seen X-Fade Sep 16 13:37:41 povbot_: seen X-Fade Sep 16 13:37:41 DocScrutinizer05: X-Fade was last seen in #maemo 6 weeks, 4 days, 5 hours, 13 minutes, and 31 seconds ago: ZogG_laptop: Servers owned by Nemein. Sep 16 13:45:26 hm Sep 16 13:45:29 apt-cyg is nice in cygwin Sep 16 13:45:37 i should try learning how to develop using cygwin :) Sep 16 13:47:37 WAAAH! Sep 16 13:47:54 heh Sep 16 13:48:00 cygwin and C# :-P Sep 16 13:48:07 talk about a kick in the teeth Sep 16 13:48:08 * DocScrutinizer05 runs Sep 16 13:48:46 i'm installing a bunch of dev tools now Sep 16 13:48:53 going to bust out the C for dummies book and go to work :) Sep 16 13:49:59 * DocScrutinizer05 immediately starts feeling same allergic itching again he felt with last job Sep 16 14:46:12 Does anyone have experience with the different variants of fennec/firefox builds for N900? which one would you recommend? Sep 16 14:48:30 Flyser: if you're willing to install some experimental stuff, cssu-thumb has a thumb2 build of fennec Sep 16 14:48:37 it's... usable, strangely enough Sep 16 14:49:41 I guess I would have to install all of cssu-thumb? Sep 16 14:49:43 you need at least a patched kernel though, there's a SiErr with the n900's cpu Sep 16 14:49:51 nah, not all of it Sep 16 14:50:03 I am using kernel power, which is patched Sep 16 14:50:14 then download the deb from the repo and try it Sep 16 14:51:25 don't enable the repo or it'll prompt you to install all the things Sep 16 14:51:48 freemangordon: fennec from -thumb should work fine, as long as you have a thumby kernel, right? Sep 16 14:59:34 kerio: It will update libstdc++6 Sep 16 14:59:53 I don't think that's a good idea, if I dont use all of cssu-thumb Sep 16 14:59:57 'hm Sep 16 15:00:03 have you enabled the repo? Sep 16 15:00:26 just manually download the fennec .deb Sep 16 15:02:24 that does not work Sep 16 15:02:43 missing dependencies Sep 16 15:02:53 Flyser: i can see that it depends on libstdc++6>=4.7.2-0+cssu0 Sep 16 15:03:02 do you not even have cssu installed? :( Sep 16 15:03:09 yes Sep 16 15:03:12 testing Sep 16 15:03:16 ...hm Sep 16 15:03:26 oh, i see Sep 16 15:04:41 it's a thumb thing, yea Sep 16 15:04:42 h Sep 16 15:05:41 Flyser: i'm sorry :( Sep 16 15:06:57 or, rather, it's a gcc4.7 thing Sep 16 15:07:09 I see Sep 16 16:22:31 Hi all, Is there a way to read the sms messages using QBW? Sep 16 16:38:03 ~thumb Sep 16 16:38:05 Configurable image directory thumbnail viewer. URL: http://www.datrix.co.za/thumb/ Sep 16 16:38:13 ...wat Sep 16 16:38:44 ~cssu-thumb Sep 16 16:39:07 infobot: cssu-thumb is [thumb2 microb] indeed seems to render like mad, subjectively Sep 16 16:39:09 okay, kerio Sep 16 16:40:47 * DocScrutinizer05 idly wonders what you'll do when I change my nick to or ;-P Sep 16 16:41:19 ~cssu-thumb Sep 16 16:41:20 extra, extra, read all about it, cssu-thumb is [thumb2 microb] indeed seems to render like mad, subjectively Sep 16 16:50:21 hehe Sep 16 16:50:54 message endorsed by the Scrutinizing PhDs Foundation Sep 16 16:55:20 I'll eventually endorse it with a side-by-side video comparision Sep 16 16:55:25 maybe Sep 16 17:35:56 kerio: got my N900 now Sep 16 17:36:09 cool story bro Sep 16 17:36:23 ~flashing Sep 16 17:36:24 maemo-flashing is probably http://wiki.maemo.org/Updating_the_tablet_firmware Sep 16 17:37:17 flash both COMBINED and VANILLA Sep 16 17:37:26 the switch on the opposite of the charger is the power on? Sep 16 17:37:36 no, the power on is on the top Sep 16 17:37:47 that switch is the lock slider Sep 16 17:39:04 Ah! Sep 16 17:41:04 does that nuke the lock code? Sep 16 17:43:05 nope Sep 16 17:43:28 the default lock code is 12345, like every nokia Sep 16 17:44:19 Oh Sep 16 17:44:27 it shouldn't ask for it, though Sep 16 17:44:30 actually flashing both *does* nuke lockcode afaik Sep 16 17:44:38 DocScrutinizer05: are you sure? i thought it was stored in CAL Sep 16 17:45:09 deepy: in the first boot, don't keep your SIM in Sep 16 17:45:15 the code is stored in CAL, the flag that decides whether to ask for it not Sep 16 17:45:24 DocScrutinizer05: oh good point Sep 16 17:45:46 deepy: don't put your SIM in until you have reflashed it, don't put your SIM in in your first boot until you have removed cherry Sep 16 17:45:50 (or installed notmynokia) Sep 16 17:45:54 deepy: indeed see 'cherry' in: Sep 16 17:45:58 ~jrtools Sep 16 17:45:59 somebody said jrtools was http://wiki.maemo.org/User:Joerg_rw/tools Sep 16 17:46:32 Is there a chance that I do not need to flash it? Sep 16 17:46:43 deepy: seriously? :s Sep 16 17:46:56 It's a second-hand. Sep 16 17:47:00 is there a chance you don't need to reinstall the OS on your new computer? Sep 16 17:47:07 fair enough Sep 16 17:47:10 it being second-hand makes it even worse Sep 16 17:47:32 how much did you pay for it, btw? Sep 16 17:47:37 110 Sep 16 17:47:44 ...neat Sep 16 17:47:48 * kerio hates deepy Sep 16 17:48:00 It's okay Sep 16 17:48:06 There's a slight scratch on one of the corners Sep 16 17:48:46 oh darn Sep 16 17:48:50 you better practice flashing now that you don't have to lose anything Sep 16 17:48:54 do I need Linux to flash stuff to it? Sep 16 17:49:06 no, but iirc the windows flasher is kinda meh Sep 16 17:49:14 odds are you'll be happy about your knowledge later on, when you really need it Sep 16 17:50:01 linux strongly recommended for flashing. Allegedly it works under some winduze versions too, but honestly support for that is sparse Sep 16 17:50:17 it's not "to flash stuff" Sep 16 17:50:20 it's "to flash the OS, once" Sep 16 17:51:09 honestly, get used to it nevertheless Sep 16 17:51:33 otherwise you'll be scared when you messed up, while you actually shouldn't be scared at all Sep 16 17:52:02 flashing is painless, once you got the prerequisites together Sep 16 17:52:51 if you don't have a proper linux PC, use a live CD and a USB memory stick for the flasher binary and the images Sep 16 17:53:50 there's a zillion linux distros with nice live-CD support in the internet Sep 16 17:55:32 or you actually try flashing under windows, if it works for you then fine, why not Sep 16 17:56:15 Latest Maemo 5 Global release for Nokia N900 Sep 16 17:56:19 is that the one I want? Sep 16 17:56:31 yep Sep 16 17:56:58 regardless of the hardware Sep 16 17:57:43 Vanilla version of the eMMC content for Nokia N900 - I flash that one first? Sep 16 17:57:56 err, the one that says latest Sep 16 17:58:11 Latest Vanilla version of the eMMC content for Nokia N900 Sep 16 17:58:26 yep Sep 16 17:58:46 latest VANILLA and latest COMBINED Sep 16 17:58:52 deepy: you have to not boot between the flashing of vanilla and combined Sep 16 17:59:09 it's okay, I am keeping that in mind Sep 16 17:59:13 vanilla you only want to flash once, usually you don't need that, it's "user data" Sep 16 18:00:30 read the page infobot linked you to, *completely*, it has proper instructions Sep 16 18:01:09 We're looking at 16kb/s, I'm gonna sort it out tomorrow Sep 16 18:01:11 and you'll learn the first basics about your N900 Sep 16 18:03:14 no, sort it out right now! :( Sep 16 18:03:39 How am I going to sort it out today? Sep 16 18:03:56 there's 5 hours left on the download Sep 16 18:03:58 kerio: he'll need to download quite some MB of images, that will take til tomorrow anyway on 16kbps Sep 16 18:04:27 deepy: just plenty of time to read that page about flashing ;-) Sep 16 18:04:32 ~flashing Sep 16 18:04:33 from memory, maemo-flashing is http://wiki.maemo.org/Updating_the_tablet_firmware Sep 16 18:05:16 read it *completely* Sep 16 18:05:56 watch out when it talks about COMBINED and when about VANILLA, esp in commands quoted Sep 16 18:07:04 read both the instructions for linux and those for windows, notice the similarities Sep 16 18:07:37 when you've finished, read it again Sep 16 18:09:18 okay, freed up a lot of bandwidth Sep 16 18:09:22 still lagging as much as before Sep 16 18:09:55 lag is different from throughput, though Sep 16 18:10:08 correlates Sep 16 18:10:24 a truck filled with hard drives is incredibly laggy, but the throughput is amazing Sep 16 18:10:54 yeah, sure, until you order one HDD again Sep 16 18:11:06 since it got damaged on first shipment Sep 16 18:12:11 and if you have to read out some README on first HDD to know which is the second to order, you're doomed Sep 16 18:12:33 haha Sep 16 18:12:45 since that whole nice truck will only deliver one HDD every 2 weeks Sep 16 18:13:25 just throw some redundancy in it Sep 16 18:13:28 which for sure is less usable bandwidth than even my cheesy 2MB DSL Sep 16 18:13:58 2Mbit actually Sep 16 18:14:06 you have a 2Mbit connection? :( Sep 16 18:14:14 * kerio is really sorry for you Sep 16 18:14:14 indeed Sep 16 18:22:05 25m left Sep 16 18:22:41 also, snail mailing usb sticks is one of the fastest ways to transfer data in several countries Sep 16 18:22:49 :D Sep 16 18:23:37 a station wagon filled with microSDs holds *a lot* of data Sep 16 18:23:57 the seek time is kinda bad, though Sep 16 18:24:18 even without considering the time to move it from a place to the next Sep 16 18:25:53 deepy: things you should do once you have flashed correctly: boot without your SIM in, touch .cherry_state Sep 16 18:26:01 from xterm Sep 16 18:26:11 then maybe install CSSU Sep 16 18:26:40 are those listed in the flashing page that you and Doc linkedme to? Sep 16 18:28:37 no, that's after Sep 16 18:29:00 boot without your SIM in because there's a stupid thing, the internal name is cherry, which registers you to the MyNokia service via sms Sep 16 18:31:20 hm, afterwards i'd get root (install rootsh from the package manager), and remove cherry and the stuff that ends with "-installer" Sep 16 18:37:22 kerio: what's the mynokia service? Sep 16 18:37:30 shit Sep 16 18:37:44 they send you ads and other silly stuff Sep 16 18:39:03 Can I contact Nokia and get a refund on the SMS? Sep 16 18:41:34 deepy: in theory? Sep 16 18:41:36 idk Sep 16 18:41:48 it's probably not worth it, as usual Sep 16 18:56:38 okay. so VANILLA is the first to flash? Sep 16 18:56:52 yeah, you have to reboot once you flash COMBINED Sep 16 19:01:10 beh, drivers Sep 16 19:01:45 windows? :c Sep 16 19:01:54 yes Sep 16 19:01:54 bad deepy, bad Sep 16 19:02:04 Punch NVidia for me Sep 16 19:02:10 Not my fault that Optimus is no go on BSD Sep 16 19:02:20 why not linux? :D Sep 16 19:03:00 It's no good there either Sep 16 19:03:26 well of course is not, linus keeps giving nvidia the finger Sep 16 19:03:32 it's no surprise they get upset :3 Sep 16 19:04:14 Once this message appears, run inf-wizard.exe from libusb-win32 package and create an inf file for "N900 (PC Suite Mode)" and install this inf driver Sep 16 19:04:33 how's that going to solve any-oh Sep 16 19:08:09 X-Fade: (and anyone else with access) - static.maemo.org (what serves the CSS) is down. Sep 16 19:08:52 Installing Driver... - So how was your day? Sep 16 19:08:59 I like this application Sep 16 19:12:58 libusb never cared for my feelings :( Sep 16 19:18:33 okay, somethin May(tm) have gone wrong Sep 16 19:26:29 woo, now it worked! Sep 16 19:29:00 nice Sep 16 19:29:20 just make sure you always flash COMBINED _last_ Sep 16 19:30:39 Ah no, I kinda missed half of combineds install at first Sep 16 19:31:13 because after flashing COMBINED, each subsequent power-up (plug in USB) or reboot will start a process known as optification, that will get destroyed when you flash VANILLA after that process got started Sep 16 19:31:38 the result is undefined Sep 16 19:32:14 say I want to install something, what do I use_ Sep 16 19:32:15 ? Sep 16 19:32:17 usually something like no icons, no character but only squares, etc Sep 16 19:32:18 ovi store? Sep 16 19:32:28 nope, Sep 16 19:32:33 only squares is what I had Sep 16 19:32:35 use Application Manager Sep 16 19:33:33 aka HAM Sep 16 19:33:56 I dont seem to have Application Manager or HAM Sep 16 19:34:05 ovi store is retarded Sep 16 19:34:09 found it Sep 16 19:34:19 thought as much Sep 16 19:35:35 Not sorted alphabetically Sep 16 19:35:37 it was in my blindspot Sep 16 19:38:58 you might appreciate apmefo, which gives you sub-menus there, so you could sort app icons like you want Sep 16 19:39:04 group them Sep 16 19:39:10 anyone have maemo sdk installed? Sep 16 19:39:18 lol Sep 16 19:39:29 a few do Sep 16 19:40:10 Yeah, sure. Do you have? Sep 16 19:40:24 I couldn't tell you much about it though, except its size of ~5GB Sep 16 19:40:44 I can't search for things in app manager? Sep 16 19:40:56 sure, just type Sep 16 19:41:02 ... Sep 16 19:41:07 this is too user friendly for me Sep 16 19:41:12 lol Sep 16 19:41:19 Yeah, had it, dony usually need it, removed it, now I need few defines from sgxdefs.h Sep 16 19:41:19 for mee too Sep 16 19:41:41 shoot Sep 16 19:41:50 cmdline preferred Sep 16 19:42:10 deepy: you'll soon notice that HAM sucks balls Sep 16 19:42:40 cool people only use it to install a way to access apt-get Sep 16 19:42:46 any decent IRC clients? Sep 16 19:42:53 deepy: is xchat decent? Sep 16 19:42:55 I find the lack of META key disturbing Sep 16 19:43:01 otherwise, screen Sep 16 19:43:03 er Sep 16 19:43:06 screen+irssi, i meant Sep 16 19:43:22 but the builtin terminal emulator is kinda lacking in the fancy things Sep 16 19:43:27 kerio: pretty please stop confusing new users Sep 16 19:43:48 DocScrutinizer05: but he's an acquaintance of mine! Sep 16 19:43:50 DocScrutinizer05: no worries, I <3 kerio Sep 16 19:43:52 and he plays nethack Sep 16 19:43:59 and he <3 me! Sep 16 19:45:18 deepy: anyway, HAM is some sort of frontend to dpkg, kinda like apt Sep 16 19:45:38 there are some repositories you'll probably want to enable Sep 16 19:45:59 or "catalogs", as they're called in HAM Sep 16 19:46:03 Okay, rephrasing.. Could someone be so kind to get me the defines of EURASIA_TAG_STRIDE_* from sgxdefs.h, please? Sep 16 19:46:16 DocScrutinizer05: is extras-devel still bad to recommend? Sep 16 19:46:32 extras-testing is outrageously outdated Sep 16 19:47:04 i mean, what's the last package that was promoted to testing? Sep 16 19:47:15 extras-devel ok'ish for transient usage when there's no sonvenient version available in extras Sep 16 19:48:17 okay, I get your point about xchat Sep 16 19:48:25 huh? Sep 16 19:48:29 which point? Sep 16 19:48:39 Skry: still cmdline preferred Sep 16 19:48:58 but wait, I might locate sgxdefs.h Sep 16 19:48:58 anyway, choose "nokia sans semibold 14" black-on-white Sep 16 19:49:00 as the font Sep 16 19:49:04 all of them Sep 16 19:49:05 it becomes much better Sep 16 19:50:15 Skry: grep EURASIA_TAG_STRIDE /btr77G/scratchbox/users/jr/home/jr/maemo_kernel/kernel-2.6.28/drivers/gpu/pvr/sgxdefs.h ->null Sep 16 19:51:09 hmm, xorg-fbdev? Sep 16 19:52:04 Skry: grep E /btr77G/scratchbox/users/jr/home/jr/maemo_kernel/kernel-2.6.28/drivers/gpu/pvr/sgxdefs.h -> 3 lines, unrelated Sep 16 19:53:30 Skry: iirc you won't find that in sgxdefs.h Sep 16 19:54:01 should I grep some dir for you? Sep 16 19:54:22 iirc it comes with SGX SDK, the one made specially for nokia, I think I found the correct header somewhere, lemme try to find it Sep 16 19:54:43 Skry: what do you try to rebuild, sgx xorg driver? Sep 16 19:54:57 grep -R EURASIA /btr77G/scratchbox/users/jr/home/jr/maemo_kernel/kernel-2.6.28/drivers/ -> nada Sep 16 19:55:15 freemangordon: that would be nice thanks. Yeah, fbdev-sgx. Sep 16 19:55:50 DocScrutinizer05: Google was wrong, apparently it is not in maemo sdk. Sep 16 19:55:54 thanks anyway Sep 16 19:56:09 * DocScrutinizer05 ^c's the grep Sep 16 19:56:17 ooh finished Sep 16 19:56:23 grep -R EURASIA /btr77G/scratchbox/users/jr/home/jr/maemo_kernel/kernel-2.6.28/ -> nada Sep 16 19:56:43 Skry: I managed to rebuild it once, gimme some time to find the files Sep 16 19:56:48 deepy: whatcha doin? Sep 16 19:57:23 just getting used to it Sep 16 19:57:42 deepy: xchat without customization is unbearable Sep 16 19:57:46 freemangordon: I'm doing an experiment to see if it builds and even partially works with modules/other shit from TI sdk Sep 16 19:57:53 yes Sep 16 19:57:57 ~jrxchat Sep 16 19:58:00 it has been said that jrxchat is http://wiki.maemo.org/User:Joerg_rw/xchat/ Sep 16 19:58:19 I so much hate both Imation blah and Nokia right now :S Sep 16 19:59:08 Skry: I know, it ttok me a couple of weeks until I magaed to gather all of the pieces Sep 16 19:59:29 btw which driver you are trying to build, maemo5 or meego Sep 16 19:59:37 meego Sep 16 19:59:48 aah, just a minute ;) Sep 16 19:59:55 deepy: ^^^ cp those to ~/.xchat2/ Sep 16 20:00:07 deepy: you probably want to remap some or most of the shift+fn+ combinations Sep 16 20:00:14 actually it is something i found on github which is based on meego, ubuntu stuff most likely Sep 16 20:00:20 Skry: ti-omap3-sgx-devel-1.4.20090218.189-2.1.armv7l.rpm Sep 16 20:00:26 do you have that one? Sep 16 20:00:30 Can I control my phone from my PC? Sep 16 20:00:31 kerio: or just do what I just wrote Sep 16 20:00:41 DocScrutinizer05: no, i meant in general Sep 16 20:00:47 freemangordon: wait a sec, at least i had it at some point Sep 16 20:01:06 deepy: partially Sep 16 20:01:13 ~phonecontrol Sep 16 20:01:14 extra, extra, read all about it, phonecontrol is http://wiki.maemo.org/Phone_control Sep 16 20:01:18 and iirc you'll need ti-omap3-sgx-libGLESv1-devel-1.4.20090218.189-2.1.armv7l.rpm and ti-omap3-sgx-libGLESv2-devel-1.4.20090218.189-2.1.armv7l.rpm too Sep 16 20:01:38 also see "app" named same Sep 16 20:02:01 which is basically a script wrapping up all that stuff on wiki page Sep 16 20:02:02 DocScrutinizer05: my shift+fn+home row is *+%~|[]]^` and my shift+fn+bottom row is £$€<>{}@ Sep 16 20:02:20 condolences ;-P Sep 16 20:02:42 no, it's the shit Sep 16 20:02:52 freemangordon: those should be in TI sdk, just trying to get nokia specific stuff required to build that one. Sep 16 20:03:02 #define EURASIA_TAG_STRIDE_ALIGN0 8UL Sep 16 20:03:04 #define EURASIA_TAG_STRIDE_ALIGNSHIFT0 3 Sep 16 20:03:06 #define EURASIA_TAG_STRIDE_ALIGN1 8UL Sep 16 20:03:08 #define EURASIA_TAG_STRIDE_ALIGNSHIFT1 3 Sep 16 20:03:10 #define EURASIA_TAG_STRIDE_THRESHOLD 0 Sep 16 20:03:24 deepy: first of all you want ssh access to phone, prferrably via WLAN Sep 16 20:03:38 deepy: so get ssh pkg via HAM Sep 16 20:03:51 Skry: for some reason I have defined them in sgx_exa.c Sep 16 20:04:04 if you're on windows, you still can use PuTTY to log in to phone Sep 16 20:04:23 can't remember where did I got that from, maybe I parsed the headers manually Sep 16 20:04:28 freemangordon: that's the file that needs those, guess you've been doing same stuff as I am :P Sep 16 20:04:34 yes Sep 16 20:04:54 and I managed to extract those defines from somewhere, don't ask, just can't remember Sep 16 20:05:11 are these what you need? Sep 16 20:05:20 Skry: ^^^ Sep 16 20:05:36 freemangordon: yes those are the ones, thank you. did you ever get your build to work? Sep 16 20:06:02 Skry: no, as I was trying to build it for maemo5. Sep 16 20:06:06 ;) Sep 16 20:06:21 DocScrutinizer05: already installed SSH Sep 16 20:06:25 wash oping to like do X forwarding Sep 16 20:06:36 and because of the older X it does not even compile Sep 16 20:06:39 deepy: it's doable, but not for some builtin applications Sep 16 20:06:43 deepy: won't work afaik Sep 16 20:06:50 due to H-D Sep 16 20:06:51 (something with suspend/resume iirc) Sep 16 20:06:57 DocScrutinizer05: really? Sep 16 20:07:05 i thought it was mostly because of maemo-launcher Sep 16 20:07:09 or maemo-invoker or whatever Sep 16 20:07:13 freemangordon: aah, ok :) We'll see if I have any luck, somehow I doubt that. Sep 16 20:07:16 hmm, whatever Sep 16 20:07:31 anyway X forwarding doesn't work afaik Sep 16 20:07:42 vnc might work Sep 16 20:07:43 does it work the other way? Sep 16 20:07:51 yep, definitely Sep 16 20:07:53 deepy: the other way is more likely to work Sep 16 20:07:56 Skry: but building maemo5 xorg-fbdev in SB works, I was playing with it when doing 720p for n900 Sep 16 20:08:00 vnc work great Sep 16 20:08:14 dunno for X fwd Sep 16 20:08:49 Skry: will try to find which header I got that from Sep 16 20:09:15 some 2 years ago I could get access to my PC desktop by clicking an icon Sep 16 20:09:49 been a tad annoying due to PC desktop's resolutions >> N900 Sep 16 20:10:21 (vnc that is) Sep 16 20:10:24 the thing is, x forwarding a desktop application on the n900 will leave your eyes really straining Sep 16 20:10:36 because most normal desktop programs expect the DPI to be 96 or something Sep 16 20:10:37 ohyeah! Sep 16 20:11:03 some really cool stuff has come out of the 2012 coding competition. Sep 16 20:11:26 at the the risk of appearing to be a total spazz... Sep 16 20:11:40 wpemulator? Sep 16 20:11:43 :D Sep 16 20:11:57 wat Sep 16 20:12:09 kerio: you don't know it Sep 16 20:12:23 boy, you're lame :P Sep 16 20:15:20 Skry: ti-omap3-sgx-devel-1.4.20090218.189-2.1.armv7l.rpm, file /usr/include/SGX/hwdefs/sgxdefs.h Sep 16 20:17:09 deepy: sorry I used an inapprioate approach when you shown up here, didn't expect you going straight x forwarding ;-) Sep 16 20:17:28 No worries :) Sep 16 20:17:45 I just spent a minute looking for the calculator Sep 16 20:18:22 ooh, ipython Sep 16 20:18:24 you can use python for that too... Sep 16 20:18:37 deepy: standard python REPL or gtfo Sep 16 20:18:39 deepy: you got xforwarding to work? Sep 16 20:18:43 freemangordon: thanks, I'll take a look at that, these undeclareds just keep on coming :) Sep 16 20:18:55 but ipython has a sexy terminal I heard Sep 16 20:19:01 vi__: not yet, it's on my todo list Sep 16 20:19:10 it just struck me that I have nothing to X forward :D Sep 16 20:19:21 hahaha Sep 16 20:19:24 xterm, maybe? Sep 16 20:19:37 Skry: you'll need this -dev package installewd, there are lots of defines there Sep 16 20:19:59 Skry: have in mind there are severel versions Sep 16 20:20:04 *several Sep 16 20:20:21 ~spank kerio Sep 16 20:20:22 * infobot bends kerio over his knee and tatoos 'ibot' on kerio's pasty white buttocks. Sep 16 20:20:41 my buttocks aren't *that* white Sep 16 20:20:43 deepy: please not a lot of maemo programs fail hard over xforwarding. Sep 16 20:21:13 they try to run full screen and do other wierd stuff. Sep 16 20:21:59 Skry: ti-omap3-sgx-bin-1.4.20090218.189-armv7l.tar.gz is the way to go, it has both libs and headers, try to find it over the inet Sep 16 20:22:04 and launcherized stuff won't forward at all Sep 16 20:22:21 all in all, xforwarding sucks. Sep 16 20:22:26 Skry: i'll upload it somewhere for you if you don't find it on meego servers Sep 16 20:22:27 kerio: no twisted by default :( Sep 16 20:22:42 deepy: sudo apt-get install python-twisted Sep 16 20:23:09 find /bin /sbin /usr/bin /usr/sbin -name '*.launch' Sep 16 20:23:39 just struck me Sep 16 20:23:51 I don't know my password Sep 16 20:24:23 so no xterm forwarding for kerio ;-P Sep 16 20:24:28 silly rootsh Sep 16 20:24:37 rootsh is silly, indeed Sep 16 20:24:38 no password Sep 16 20:24:45 and su doesn't work Sep 16 20:24:48 because of messybox Sep 16 20:25:03 set passwords for user and root, and add user to sudoers Sep 16 20:25:17 (add an entry in a new file in /etc/sudoers.d/ and run update-sudoers) Sep 16 20:25:30 freemangordon: found it. damn, this looks like it's getting more and more complicated :S Sep 16 20:25:30 is there any keyboard alt+tabby thing? Sep 16 20:25:31 installing sshd should've asked you for root password Sep 16 20:25:42 iirc Sep 16 20:25:56 Skry: sorry for maybe the stupid question, but what do you try to achieve? Sep 16 20:26:05 deepy: see: Sep 16 20:26:08 DocScrutinizer05: I must be suid to work properly though Sep 16 20:26:09 ~jrtools Sep 16 20:26:10 methinks jrtools is http://wiki.maemo.org/User:Joerg_rw/tools Sep 16 20:26:22 so no su to root in busybee for me Sep 16 20:26:31 deepy: nope, use sudo Sep 16 20:26:43 use root Sep 16 20:27:14 root = su - ; sudo gainroot = su Sep 16 20:27:45 "root" is a literal command Sep 16 20:27:56 like is "sudo gainroot" Sep 16 20:28:10 both come with rootsh pkg Sep 16 20:28:59 neither will usually ask for any password Sep 16 20:29:16 unless you have a look at ~jrtools and fix that crap Sep 16 20:30:38 kerio: I have a brillinat idea: I'll simply chmod -x apt-worker, and get me a lil scriptie that makes it temporarily +x after asking for root pw Sep 16 20:31:21 fixed, next please! Sep 16 20:33:13 hmm Sep 16 20:34:33 hmm? Sep 16 20:36:08 kerio: Nokia-N900:~# apt-cache search python|grep twisted Sep 16 20:36:08 Nokia-N900:~# Sep 16 20:36:12 :( Sep 16 20:37:27 there's no python-twisted! Sep 16 20:37:42 that's what you deserve for not being as bleeding-edgy as me Sep 16 20:37:54 Oh I have plenty of bleeding edges Sep 16 20:38:09 Tell me good Sir. What edge do I need to introduce the knife to? Sep 16 20:38:21 the "catalogs" edge in HAM Sep 16 20:38:30 or /etc/apt/sources.list Sep 16 20:38:38 but if i tell you more, DocScrutinizer05 will yell at me Sep 16 20:40:18 anyway, before doing anything apart from the really basic system stuff, you should install CSSU Sep 16 20:40:41 http://wiki.maemo.org/Community_SSU Sep 16 20:42:11 indeed Sep 16 20:42:29 and before installing CSSU, you should install backupmenu! Sep 16 20:42:39 deepy: do you have a uSD? Sep 16 20:42:57 a 32GB one on the inside of the phone Sep 16 20:43:02 neat Sep 16 20:43:06 or so I think Sep 16 20:43:19 huh? Sep 16 20:43:31 what does "on the inside of the phone" mean? Sep 16 20:43:59 It's relevant since I cba to flip the phone and remove the cover :P Sep 16 20:44:25 oh, btw Sep 16 20:44:32 the backcover matters a lot Sep 16 20:44:48 hmm? Sep 16 20:44:49 removing the backcover halts any communication to and from the uSD Sep 16 20:45:36 This reminds me of an incident with my previous phone Sep 16 20:47:34 touched the SD card Sep 16 20:47:35 got a shock Sep 16 20:48:23 Also, I can't find backupmenu with app manager or apt-cache Sep 16 20:48:57 hmm Sep 16 20:49:00 ~bm Sep 16 20:49:01 methinks backupmenu is http://talk.maemo.org/showthread.php?t=63975 Sep 16 20:49:31 a goodie for you: http://maemo.org/packages/ Sep 16 20:50:02 http://maemo.org/packages/view/backupmenu/ Sep 16 20:50:37 obviously all in -devel Sep 16 20:50:50 deepy: you really might want to have a glance at Sep 16 20:50:53 ~jrtools Sep 16 20:50:53 jrtools is, like, http://wiki.maemo.org/User:Joerg_rw/tools Sep 16 20:51:12 deepy: you really might want to enable extras-devel Sep 16 20:51:18 extra-devel to repo.maemo.org? Sep 16 20:51:34 yup Sep 16 20:51:51 or just read extra-fine jrtools Sep 16 20:51:52 repository.maemo.org/extras? Sep 16 20:52:10 FFS read that page, click that install file Sep 16 20:52:19 http://repository.maemo.org/extras-devel/ fremantle free non-free Sep 16 20:52:41 I've put it there for your convenience Sep 16 20:52:59 DocScrutinizer05: is it the same as the official .install? Sep 16 20:53:29 which official .install? Sep 16 20:53:52 it just installs 3 repos Sep 16 20:53:57 http://repository.maemo.org/extras/install/extras-devel-fremantle.install Sep 16 20:59:52 WARNING!===============WARNING!===============WARNING! Sep 16 20:59:53 Using i2c-tools and especially i2cset may cause serious permanent HARDWARE damage to the device, use it with caution and ONLY if you know what you're doing. Sep 16 21:00:04 permanent hardware damage? Sep 16 21:00:18 yes Sep 16 21:00:39 you can typo, and mis-set a power supply Sep 16 21:00:47 kill stuff instantly Sep 16 21:00:52 ooo Sep 16 21:01:06 deepy: oh, another thing Sep 16 21:01:12 deepy: do not nandtest Sep 16 21:01:41 is it a command? Sep 16 21:01:44 yeah Sep 16 21:01:50 in mtd-tools Sep 16 21:01:53 I will remember not to use it Sep 16 21:01:55 it's a destructive test Sep 16 21:02:13 in general, don't write to /dev/mtd1 under any circumstance Sep 16 21:02:30 How come there's a destructive test? Sep 16 21:02:31 it's hardly recoverable Sep 16 21:02:37 deepy: ask the mtd-tools dudes Sep 16 21:02:51 i had to reinstall my sheevaplug because of it :3 Sep 16 21:02:58 luckily the sheevaplug has a builtin JTAG interface Sep 16 21:03:14 but /dev/mtd1 on the N900 holds some pretty important data that can't easily be rebuilt Sep 16 21:29:22 anyway Sep 16 21:29:41 deepy: you might want to hit F5 on your browser page to jrtools Sep 16 21:29:59 does it have css? Sep 16 21:30:09 I updated the parially obsolete shit there Sep 16 21:30:16 not today ;-P Sep 16 21:30:34 does the wiki usually have css? Sep 16 21:30:36 static.maemo.org is still down the shitter Sep 16 21:30:40 yes Sep 16 21:30:44 not today though Sep 16 21:30:45 ah, goodie Sep 16 21:30:55 it's pretty Sep 16 21:30:55 it's still in the i2c-tools install phase :/ Sep 16 21:30:58 all orange and stuff Sep 16 21:31:20 errr Sep 16 21:31:23 d'oh Sep 16 21:31:23 what? Sep 16 21:31:28 It was prompting me to accept that on the phone Sep 16 21:31:33 LOL Sep 16 21:31:40 you might have missed a notifier on device display Sep 16 21:31:41 why are you installing i2c-tools? Sep 16 21:31:50 it was pulled in by backupmenu Sep 16 21:31:54 oh, right Sep 16 21:32:18 deepy: there's no proper debconf support, so most packages that ask for a confirmation will do so on screen Sep 16 21:33:52 Where should I pu the backup? Sep 16 21:33:57 mass storage? Sep 16 21:34:13 oh nvm Sep 16 21:43:52 deepy: MyDocs/systemBackups or mmc1/systemBackups Sep 16 21:51:19 deepy: oh, btw Sep 16 21:51:26 something that we should've told you before Sep 16 21:51:44 use a file to grind down the "teeth" on the microusb plug for both the usb cable and the wallcharger Sep 16 21:52:53 the microusb port is the most common point of failure Sep 16 21:53:29 oO Sep 16 21:53:46 I'm gonna have to get a picture of that tomorrow Sep 16 22:42:02 deepy: or don't listen to kerio, since he's a radical. Just insert the plug a hundered times into some other device with stronger USB port, and apply a bit of graphite by painting the outer of sleeve and latches with a soft pencil Sep 16 22:43:03 filing down latches is not recommended, since it will eventually result in USB too loose, and also may cause iron dust inside USB plug which is a really nasty thing to have Sep 16 22:44:01 O.o Sep 16 22:44:05 I soldered my USB ports down Sep 16 22:54:22 :-) Sep 16 22:55:21 ~usbfix Sep 16 22:55:21 usbfix is, like, http://talk.maemo.org/showthread.php?t=75920 - and **NEVER** use epoxy (unless you want to seal your device for underwater) Sep 16 22:55:45 >>... BEFORE and after it's too late<< Sep 16 22:56:44 also, if you want to seal your device, I would not recommend epoxy Sep 16 22:57:29 http://www.ebay.co.uk/itm/Silicone-encapsulant-for-solar-cells-3-3-kg-QSIL-216-/280901002447?pt=UK_Computing_Other_Computing_Networking&hash=item41670124cf Sep 16 22:58:08 for example Sep 16 22:58:22 low modulo us silicone Sep 16 23:16:44 SpeedEvil: do you know of any decent low-resistance electrically conductive glue? Sep 16 23:16:59 well, there's silver varnish Sep 16 23:17:07 anything else/better? Sep 16 23:30:58 it's all expensive Sep 16 23:58:55 hi all... noticed there's a file /etc/default/osso-mmc-blacklist.sh referencend in /usr/sbin/osso-mmc-mount.sh. Anyone knows how to make use of it? I'm getting /dev/dm-0 mounted instead of /dev/mmcblk0p1 Sep 17 00:00:31 wirr: I'm afraid they are sleeping now. Sep 17 00:01:10 wirr: I think pali and freemangordon know (at least). Sep 17 00:02:03 luf: thanks, i'll drop by another time - should be sleeping as well ;-) Sep 17 00:03:39 wirr: gimme a sec Sep 17 00:04:20 wirr: see http://wiki.maemo.org/Community_SSU/Features/ke-recv Sep 17 00:04:22 merlin1991: good I think you're sleeping too :) Sep 17 00:32:52 <_David_> Hey all, is there any Dreamweaver/BlueFish type software on Maemo? Sep 17 00:52:56 wirr: that's my baby Sep 17 00:53:57 wirr: /etc/default/osso-mmc-blacklist.sh is simply souced before /usr/sbin/osso-mmc-mount.sh gets executed Sep 17 00:54:24 wirr: basically you can do whatever you want in osso-mmc-blacklist.sh Sep 17 00:54:59 wirr: though it's intended to stop certain mmc partitions from getting mounted Sep 17 00:56:32 whats going on with the static.maemo.org domain? Sep 17 00:58:17 down for weekend chillout and ointment Sep 17 00:58:57 or simply busy sending spam Sep 17 00:59:15 <_David_> Any kind soul feel like compiling BlueFish for me? http://talk.maemo.org/showthread.php?t=39227 Sep 17 00:59:23 DocScrutinizer05: hmm, ok. I note that http://maemo.org/static/ still works tho Sep 17 01:00:16 could that help make wili.maemo.org render again? Sep 17 01:00:22 wiki* Sep 17 01:10:51 <_David_> ok easier question: what's the best maps application for holidaying in the Netherlands, Belgium and Paris? Sep 17 01:24:43 DocScrutinizer05: looks fine to me (I like less colourful websites), but yeah it is referencing static.maemo.org for CSS Sep 17 01:48:39 mappero, maep, marble, ovi-maps **** ENDING LOGGING AT Mon Sep 17 02:59:59 2012