**** BEGIN LOGGING AT Sat May 05 03:00:02 2012 May 05 03:00:47 yes May 05 03:01:11 not me though May 05 03:01:28 Hello, DocScrutinizer. May 05 03:01:40 You gave me an answer like that once before. May 05 03:02:05 hmm, you probably asked to ask before then May 05 03:02:17 ~ask May 05 03:02:18 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. May 05 03:03:01 OK. Fine. May 05 03:03:02 I'm definitely here against my will May 05 03:03:48 I'm building for Fremantle. During linking, the linker can't find a library that I've already built. May 05 03:03:50 DavidTalmage_, if you have a specific problem just ask it. If someone is around that can answer it they will May 05 03:04:03 Ternana, got it. Thanks. May 05 03:04:11 Oops. Termana. May 05 03:05:06 I think it's because the linker is looking only in sysroot. May 05 03:05:17 I need it to look in the build directory. May 05 03:05:46 that's not how linker works, unless you want to link statically May 05 03:06:11 you need to install the lib, then linker will find it like any other lib May 05 03:06:13 Isn't that what -L is for? May 05 03:06:47 It behaves that way when I build for Linux. Just not when I build for Fremantle. May 05 03:06:56 but as mentioned above, my knowledge about those things is rather general and not very specific May 05 03:07:15 I appreciate that, DocScrutinizer, and I appreciate that you're trying to help me. May 05 03:08:21 I did in fact switch from static linking to dynamic linking. May 05 03:08:50 I'd recommend `man ld` May 05 03:09:21 as I suspect there's not anything special with madde linking May 05 03:09:42 except of course the changeroot, I guess May 05 03:10:09 I.E you're linking against target libs, not host libs May 05 03:10:25 I just now read the section on '-L'. It's supposed to do as I described: look in another directory. May 05 03:10:42 :nod: May 05 03:11:54 I ran with mad the g++ invocation that QtCreator uses. I made it be verbose (-Wl,--verbose). May 05 03:12:11 Then ld printed the directories it searched for my libraries. May 05 03:12:39 They were all in sysroot. My libraries aren't in sysroot. May 05 03:12:54 The will be when QtCreator gets around to deploying. May 05 03:13:14 I'll make it more complicated now. May 05 03:13:26 I'm using a subdirs project. May 05 03:13:38 It contains apps and libraries. May 05 03:14:01 I wonder when I shall recover enough motivation to try to get u-boot working again. May 05 03:14:17 At least I got my recovery process down to a science. May 05 03:14:35 QtCreator is building one of my apps when ld says it can't find my libraries. May 05 03:14:44 But I'm still not sure exactly how I keep failing to produce a correct configuration. May 05 03:14:44 This is a bootstrapping problem. May 05 03:15:23 DavidTalmage_: you say ld printed all dirs it searched. So was the dir you gave with -L in this list? May 05 03:15:37 DocScrutinizer, no. May 05 03:16:01 That's the problem. May 05 03:16:28 then your -L was either malformed in some way (which should cause a warning of ld nevertheless), or you rmethod to pass this parameter to ld failed May 05 03:17:45 QtCreator generated it. I verified that the directory exists and that it contains the libraries. May 05 03:18:15 There may be another way to invoke ld. May 05 03:18:20 often a planned error is a good way to shed some light on things. Try using an illegal pathname for -L, try even an illegal parameter all together (-ยง ?) May 05 03:19:50 ("--nonono" is for sure an illegal parameter. Try to pass this to your ld run) May 05 03:20:32 if it doesn't barf up on "--nonono: illegal parameter" you did sth wrong (or madde did sth "wrong") May 05 03:21:03 I see what's happening. May 05 03:21:41 The dir from my -L is in sort-of in the dirs that ld searched. May 05 03:21:51 if your error parameter is passed to ld just fine, but ld seems to ignore -L this/doesnt/exist then maybe some script is disabling/overriding -L May 05 03:21:55 It's appended to the path to the sysroot. May 05 03:22:12 :nod: May 05 03:22:27 E.g. ld -L foo makes mad ld search $SYSROOT/foo. May 05 03:22:31 Fooey. May 05 03:22:47 mad is doing what it's supposed to do, I guess. May 05 03:23:23 That makes this a QtCreator problem. I need to make QtCreator copy my libs to sysroot before linking my apps. May 05 03:30:56 Thanks for helping me focus, DocScrutinizer. May 05 03:31:00 Good night, all. May 05 03:31:04 yw :-D May 05 03:31:49 though I still fail to see why it attaches header of sysroot to -L parameter May 05 03:32:32 there's some --with-sysroot mentioned in manpage, I fail to get the meaning though May 05 03:33:24 anyway manpage clearly states that usually -L parameters only get sysroot header when starting with "=" May 05 03:34:01 >> If searchdir begins with "=", then the "=" will be replaced by the sysroot prefix, a path specified when the linker is configured.<< May 05 03:34:48 DavidTalmage_: I gather you haven't a "=" in your -L ? May 05 03:35:10 I gotta say May 05 03:35:43 one of the amusing things about Linux for me was the first time I was trying to explain to a coworker how to SSH into a server and look at the end of a log file May 05 03:36:20 and ending up saying "Look, I gotta get to lunch...just look at man tail and let me know when I get back if you still need help." May 05 03:37:08 hehe May 05 03:42:00 I got such an odd look for that one. May 05 03:43:13 killer glare May 05 03:45:00 I'd probably have told the guy about `less '+G'` May 05 03:46:02 * DocScrutinizer just noticed he invoked `man ld` on ssh to IroN900 May 05 03:47:47 ...and about "h" and "q" May 05 03:48:29 though "q" already isn't exactly needed May 05 04:00:20 DocScrutinizer, I saw that in the man page. No, I don't have an "=" in my -L. May 05 04:04:03 ello May 05 07:37:11 http://www.theregister.co.uk/2012/05/04/nokia_class_action/ May 05 08:30:17 hi May 05 08:30:39 tried to use charge.sh script but says can't find i2cget May 05 08:52:13 got it working May 05 10:08:34 hi DocScrutinizer, your checking on my /opt did well. I can install programs again. May 05 10:10:37 thanks! Now I just have to handle the matter of input-hildon-desktop thing. May 05 11:39:13 Pali, just buy second SD card :P May 05 11:39:51 this is really studid idea of all developers which belive that only one OS is the best May 05 11:40:09 windows developers May 05 11:40:41 Well, you now which guys are "nemo n900 HW adaptation" ;) May 05 11:41:02 not now May 05 11:41:09 but seems that images are same as old meego May 05 11:41:14 Wouldn't call them exactly "windows developers", but still :D May 05 11:41:16 Yeah May 05 11:41:35 so this idea comes from meego and on meego worked people from nokia... May 05 11:41:40 you should do xypper upgrade, or whatever is the correct command, it is described on wiki page May 05 11:41:54 s/xipper/zypper/ May 05 11:42:14 on my ubuntu box: zypper: command not found May 05 11:42:25 once you boot nemo :D May 05 11:42:33 but I cannot boot nemo :D May 05 11:42:39 it uses rpm, you know that May 05 11:42:39 really funny :D May 05 11:42:43 Pali, you need rpm ;) May 05 11:42:46 yes May 05 11:43:02 but why I must run some command on arm OS image? May 05 11:43:07 Pali, just by 4 GB SD card for 10 or so euros May 05 11:43:18 also, Pali, latest u-boot fixed -110 errors for me May 05 11:43:19 why they cannot prepair working image? May 05 11:43:32 Hurrian, nice May 05 11:43:37 Pali, again, zypper upgrade WHEN you boot nemo May 05 11:43:51 ok May 05 11:44:00 and the image is working ok, you just need to install it in the correct way May 05 11:44:38 correct way is what? dd all my data? this is really what is windows doing (or was doing) May 05 11:45:01 Pali, after all this is not end-user OS May 05 11:45:14 Pali, are you talking about the Nemo 4-30 release? May 05 11:45:20 you know meego DE :D May 05 11:45:24 why they force me to have only one OS on sd card? :D May 05 11:45:36 because they are evil :P May 05 11:45:43 Pali, use parted to check partitions inside it May 05 11:45:54 then mount them with -o offset=??? May 05 11:45:55 I'm not forcing other developers to use only my programs :D May 05 11:46:05 Hurrian, losetup May 05 11:46:12 And who is forcing you to use Nemo? May 05 11:46:20 Pali, yep May 05 11:46:41 I want only test it without loosing data... May 05 11:47:04 Buy a second SD card for that ;) May 05 11:47:10 Pali, just leave a partition for Nemo May 05 11:47:12 ok, look at it on other side? why it does not boot if I only copy data? May 05 11:47:19 Pali, edit fstab May 05 11:47:27 it has /etc/fstab only? May 05 11:47:30 yeah May 05 11:47:35 or want something in bootsector? May 05 11:47:37 and then edit cmdline for nemo kernel May 05 11:47:47 cmdline is edined in u-boot bootmenu May 05 11:47:53 Because the kernel has cmdline prepared to boot with "run sdboot" comand May 05 11:48:07 just make an item file for nemo May 05 11:48:24 I have item file for nemo (with correct cmdline) May 05 11:48:52 Pali, what "nemo does not boot" exactly means, are you stuck on "booting kernel"? May 05 11:48:55 nemo is on ext4 partition> May 05 11:49:00 so they could write some info on wiki or somewhere what is problem with "only copy files" May 05 11:49:00 s/>/?/ May 05 11:49:02 Hurrian meant: nemo is on ext4 partition? May 05 11:49:16 freemangordon, it show me systemd-fsck May 05 11:49:30 and show that I'm in rescue mode May 05 11:49:36 hmm, i'll test with the latest image May 05 11:49:37 and freeze May 05 11:49:55 Hurrian, yes, I have nemo on ext4 May 05 11:50:09 also nitdroid and kubuntu too May 05 11:50:10 that's odd, I'll go test the latest image to see if it's broken May 05 11:50:23 Hurrian, I will try to look at /etc/fstab May 05 11:50:25 Hurrian, the latest image is the same year-old meego-ce AIUI May 05 11:50:42 ok, half an year old May 05 11:50:42 maybe this is reason why also kubuntu not booting May 05 11:50:43 ...with very minor changes. May 05 11:51:14 freemangordon, they have been tracking Mer core changes, so there's that May 05 11:51:15 Pali, could be, yeah, I think it expects ext3 or so May 05 11:51:24 no, the kernel expects ext4 May 05 11:51:26 not that it should matter May 05 11:51:31 hmm, ok May 05 11:54:12 nemo fstab edited May 05 11:54:17 kubuntu has empty fstab May 05 11:54:46 Pali, which kernel you try to boot kubuntu qith? May 05 11:54:52 *with May 05 11:55:03 default which is in kubuntu image May 05 11:55:10 3.x? May 05 11:55:12 with default initfs May 05 11:55:17 won't work May 05 11:55:31 you should use nemo kernel May 05 11:55:42 read the tread on TMO May 05 11:56:00 ok, and which initfs? May 05 11:56:03 I can give yot the kernel with SD card and thumb patches May 05 11:56:10 none May 05 11:57:11 freemangordon, ok give me link for kernel with thumb patches May 05 11:57:19 ok May 05 11:57:27 give me a minute to upload it May 05 11:57:56 ok, also write me correct cmdline May 05 11:58:55 now I have this for kubuntu: "vram=12M omapfb.mode=dvi:1280x720MR-16@60 mpurate=\${mpurate} root=/dev/mmcblk0p3 fixrtc quiet splash" May 05 11:59:29 * SpeedEvil spends a busy 4 seconds reading backscroll in #tizen. May 05 11:59:48 omapfb.mode=dvi:1280x720MR ? haha, won't work May 05 12:00:08 now I see :D May 05 12:00:13 this is funny :D May 05 12:00:24 seems it is prepared for BB May 05 12:02:55 Pali, http://dox.bg/files/dw?a=2ab3a97876 May 05 12:04:05 root=/dev/mmcblk0p3 rootwait console=tty0 omapfb.vram=0:2M,1:2M,2:2M mtdoops.mtddev=2 nosplash elevator=noop May 05 12:04:22 change your root of course May 05 12:04:28 ok, thanks May 05 12:04:53 mmcblk0 is SD card? May 05 12:04:59 yep May 05 12:06:40 need to run depmod for modules? May 05 12:06:51 don't think May 05 12:07:26 ok May 05 12:08:00 have in mind I've never tried to boot that kernel from boot menu, i just copy it over 1's (vfat) partition and run sdboot May 05 12:08:06 1'st May 05 12:10:20 booting nemo May 05 12:10:27 :) May 05 12:10:30 now it fsck showed no error May 05 12:10:36 and I got enter pin code :D May 05 12:10:51 booted :D May 05 12:11:01 you are using your primary device to test it? May 05 12:11:11 a brave one :D May 05 12:11:12 yes May 05 12:11:54 booting nemo is dangerous? May 05 12:11:59 so for nemo is needed only set correct /etc/fstab May 05 12:12:11 Hurrian, I don't think it is May 05 12:12:37 But Pali has "developr" device, that is why I am surprised May 05 12:12:42 ah May 05 12:13:07 Pali, how fast it is running May 05 12:13:09 ? May 05 12:13:16 is fast May 05 12:13:22 I think usable May 05 12:13:27 now rebooted to kubuntu May 05 12:13:29 Pali, does WiFi hold for you? May 05 12:13:44 I got more warnings in init May 05 12:13:54 but now I got KDM login screen :D May 05 12:14:01 my kernel? May 05 12:14:04 yes May 05 12:14:16 any SIGILL in dmesg? May 05 12:14:26 or in /var/syslog May 05 12:14:28 I do not know user/password May 05 12:14:37 what is default username? May 05 12:14:40 and password? May 05 12:14:51 you don't have one, do a guest session May 05 12:14:55 shit touchscreen not working correctly May 05 12:15:13 Y axes are reverted May 05 12:15:14 yeah, that is why you need int_ua's installer :P May 05 12:16:18 freemangordon, I switched to console May 05 12:16:25 but be warned, it takes ages to complete May 05 12:16:27 but it still needs login :-( May 05 12:16:47 Pali, do a single-user login, edit /etc/.. May 05 12:16:53 I will shutdown and create some user in /etc/passwd May 05 12:16:59 freemangordon, since he has nemo already, he can do the steps manually May 05 12:17:07 also, don't edit etc/passwd, use adduser May 05 12:17:17 if he knows which steps, of course May 05 12:17:30 just look it up from the install script ;) May 05 12:17:34 Pali, yeah, do adduser from a single-user mode May 05 12:18:01 mainly he needs kubuntu-integration.deb and copy firmware May 05 12:18:05 Hurrian, it is not so simple, but maybe could be done May 05 12:18:10 and the rc.local edit May 05 12:18:28 when I booted it show me messages failed to create pts May 05 12:18:36 ignore that May 05 12:18:44 maybe need entry in fstab, but doesn't matter May 05 12:18:47 ok May 05 12:18:48 it's just like tmpfs May 05 12:19:07 there is a fix for it, but don't ask me for it May 05 12:24:30 wifi and bluetooth show error that cannot load firmware May 05 12:24:46 copy the firmware from maemo May 05 12:24:50 ok May 05 12:24:58 now loading KDE :-) May 05 12:25:18 its very very slow May 05 12:25:30 first time it is May 05 12:32:00 so now it started May 05 12:32:08 it is very very slow, not usable May 05 12:32:21 nemo and nitdroid is fast May 05 12:32:43 Pali, any SIGILL in logs? May 05 12:32:59 I cannot open log May 05 12:33:00 and you can install kubuntu-low-fat-settings May 05 12:33:06 Pali, why? May 05 12:33:14 now trying to open konsole :D May 05 12:33:18 it is slow :D May 05 12:33:21 aah :D May 05 12:33:31 maybe I will open konsole in next 5 hours :D May 05 12:33:34 where is your swap set? May 05 12:33:44 no idea May 05 12:33:51 you have swap? May 05 12:33:54 I cannot run free, df, ... May 05 12:34:06 so I cannot tell you May 05 12:34:16 what about cat/proc/swaps? May 05 12:34:33 I have no terminal open yet! May 05 12:34:37 Pali, boot in single-user mode and setup a swap May 05 12:34:40 I'm trying to open konsole May 05 12:34:51 most probably you-re OOM May 05 12:35:11 well, not you, kubuntu :D May 05 12:38:24 no swap May 05 12:38:50 I told ya May 05 12:39:10 setup eMMC as swap (mmcblk1p3) May 05 12:39:18 in dmeg is a lot of messages: failed to create pty - disabling logging for job May 05 12:39:25 ignore that May 05 12:39:31 temporary process spawn error May 05 12:53:00 freemangordon, I have no *SIG* in /var/log/syslog May 05 12:53:30 that is great May 05 12:53:47 how it is working now, when you have memory May 05 12:54:04 now I'm going to start KDE again :-) May 05 12:54:19 aah , ok May 05 12:54:24 swap is enabled May 05 12:54:36 I added it to /etc/fstab May 05 12:54:57 seems that kde is starting quickly, but still slow May 05 12:55:56 still loading... May 05 12:56:52 seems not usable with swap too May 05 12:56:58 still not loaded May 05 12:57:05 what class is your card? May 05 12:57:32 10 May 05 12:57:39 ok May 05 12:57:46 samsung 32GB class 10 May 05 12:57:54 well, try to install kubuntu-low-fat-settings May 05 12:58:29 BTW isn't KDE too fat for n900? May 05 12:58:48 isn't lxde a better alternative? May 05 12:58:55 KDE is too fat for 8 cores i7 processors :D May 05 12:59:05 :D May 05 12:59:09 with 64GB ram :D May 05 12:59:32 because nepomuk, strigi and akonadi... May 05 13:00:45 kde not started.... May 05 13:00:58 ok, now I'm finishing today testing May 05 13:01:42 I will do some other school homeworks... May 05 13:01:48 bye May 05 13:01:51 bb May 05 13:03:52 KDE is too fat for 8 cores i7 processors :D May 05 13:03:59 8 cores? May 05 13:04:15 You mean 4 cores with 8 threads? May 05 13:04:32 I'm using KDE though, with Nepomuk on May 05 13:06:09 he meant 8x "Core i7 Processors" with 64GB of ram :) May 05 13:08:06 >more than 1 core i7 on a motherboard May 05 13:08:21 only with xeons. May 05 13:11:01 >64GB RAM May 05 13:11:24 I'm starting to wonder May 05 13:30:50 CodenameStrike-N, at that point, boot your whole OS off a ramdisk. May 05 13:31:05 way faster than any SSD May 05 13:31:55 Ah May 05 13:32:46 Probably something to test upon having a 5-digit salary here then. May 05 13:33:17 heh, i would like 4 digits first :) May 05 13:33:18 Not inl USD, of course... 1USD is like 3 or more bucks here. May 05 13:33:26 *in May 05 13:34:20 how to remove this from my PS1? - BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash) May 05 13:35:02 it's not part of PS1, it's part of ash May 05 13:35:25 Hurrian: it is possible to remove it then? May 05 13:35:27 install bash4, set it as shell for user and root May 05 13:35:29 :-s May 05 13:35:49 some ppl from here said its not a good idea to use bash May 05 13:36:08 i love bash to,i never used ash May 05 13:36:19 why not use bash? it's a good shell. May 05 13:36:49 they said i can run into trouble on N900 May 05 13:37:02 on my laptop i use bash May 05 13:37:18 only if you replace system service shells with bash, because nokia wrote them for ash May 05 13:37:40 humm May 05 14:01:01 hi May 05 14:01:10 any techs here ? May 05 14:01:24 i have N900 prob if you can help me? May 05 14:02:12 google: asking questions on irc May 05 14:02:31 web pages dont help May 05 14:03:12 read again May 05 14:03:12 ask your question, we don't know if we can help unless we know what you need help with May 05 14:05:45 i have N900, It does not boot. I am Now trying to flash the phone, however putting a fully charged battery in, and pressing and holding the "u" key, and then plugging in the USB data cable does not give me the USB indicator icon on screen. the screen just turns off. May 05 14:06:35 the phone just cycles when either usb data is plugged in or when power adaptor is plugged in. May 05 14:07:32 Cycle in my case means: Faint Nokia screen comes on, then I see white pips go forward and back for 1 cycle, then the phone powers off and starts again. May 05 14:07:43 any idea's ? May 05 14:09:10 DocScrutinizer i want to create a dream machine using n900 leds, its basically a stroboscope.. do you think it can damage the leds or anything else? May 05 14:10:04 frequency is arround 10-30hz May 05 14:11:42 iBorg, with battery removed - plug usb cable, press and hold u and but the battery back, it is a little tricky, but works May 05 14:11:44 which LEDs? May 05 14:12:03 s/and but/and put/ May 05 14:12:03 freemangordon meant: iBorg, with battery removed - plug usb cable, press and hold u and put the battery back, it is a little tricky, but works May 05 14:12:08 hi May 05 14:12:14 ive tried that the phone remains OFF May 05 14:12:35 turn it in then, while still holding u May 05 14:13:02 trying May 05 14:13:18 DocScrutinizer flash leds May 05 14:13:34 when phone doesn't power up on plugging in USB, resp inserting battery with USB plugged, you got a problem with either May 05 14:14:16 trx: you can run the LEDs with 50mA (IIRC) permamnently May 05 14:14:33 see flashlight app May 05 14:14:52 I doubt however you can switch then this fast May 05 14:15:48 i'll have to test that, i wanted to be sure that if i can i won't damage anything May 05 14:15:50 thanks May 05 14:16:13 you *will* damage when you run them on full power May 05 14:16:45 ok same behaviour May 05 14:16:55 the phone dont boot May 05 14:17:02 so 50mA then, ok May 05 14:17:29 i get a faint nokia screen, then white pips on screen for a second, then phone turns off. May 05 14:17:29 iBorg, you said you want to flash it May 05 14:17:46 yea i do May 05 14:17:54 im trying to get it working May 05 14:18:09 what OS is that, on your PC? May 05 14:18:13 flashing it is my last resort to trying to get it working May 05 14:18:36 i have 2 laptops here, 64 bit and 32 May 05 14:18:42 win and ubuntu May 05 14:18:51 try inder ubuntu May 05 14:18:54 *under May 05 14:18:54 the flash app dont see the phone in any state May 05 14:25:14 look in syslog May 05 14:25:31 for "new USB device..." OWTTE May 05 14:30:57 ohay DocScrutinizer May 05 14:31:13 I already managed that /opt hogs May 05 14:31:16 thanks May 05 14:31:21 yw :-) May 05 14:31:39 but I cannot find HAM unless what you meant was hildon app man? May 05 14:31:47 yep May 05 14:31:55 okay May 05 14:33:08 * DocScrutinizer grins about the history showing up in fremantle's app names May 05 14:33:23 osso, hildon... May 05 14:34:22 yes, funky, to say the least. May 05 14:36:36 iBorg: I guess your USB cable or receptacle is broken May 05 14:37:11 iBorg: have you looked nto syslog yet? May 05 14:43:33 iBorg: ~# logger "this-is-syslog"; sudo less '+F' $(grep -l this-is-syslog /var/log/* 2>/dev/null) May 05 14:54:48 iBorg: on your PC of course May 05 14:58:42 iBorg: OTOH when device refuses to enter flashing mode when you hold 'u' key while plugging in *wallcharger*, then definitely your battery is defect or at very least completely depleted May 05 14:59:40 when it doesn't boot at all, your USB is defect May 05 15:00:38 device booting to dim NOKIA screen, then failing as soon as backlight gets enabled is most likely battery May 05 15:00:39 Or the battery is completely defective May 05 15:01:02 >> then definitely your battery is defect or at very least completely depleted May 05 15:01:16 defective even May 05 15:02:33 I meant if it doesn't boot at all May 05 15:04:51 well, for some defects it actually might neither boot nor enter emergency-charge mode May 05 15:05:36 where "boot" is "cpu starts doing 'things' like showing NOKIA on screen" May 05 15:07:44 since PC has no D+- short, emergency-charge won't kick in, so no steady amber indicator, even with completely depleted battery May 05 15:08:03 that's why I said *fastcharger* in post above May 05 15:09:07 actually I said *wallcharger* :-D May 05 15:09:32 And I wish I had Dodge Charger SRT8 May 05 15:16:19 eh? May 05 15:17:42 I guess if I'd bother to google, I'd find sth about combustion engine with compressor or turbo May 05 15:18:31 Hi DocScrutinizer May 05 15:18:36 hi DrGrov May 05 15:18:37 How are you doing? May 05 15:18:59 ohwell, getting older :-P May 05 15:19:34 DocScrutinizer: Well, that is not all that bad now is it? :) May 05 15:22:16 I hated it when I was 20, I thanked God for not been able to stop aging at 20 when I was 35. Now I just hate it so much that I tend to ignore it all together May 05 15:25:33 N years + 362 days gives me strange moods now, as does awaking in the morning with all sorts of aches ;-D May 05 15:39:21 DocScrutinizer: Damn, you are getting old :D May 05 15:39:59 ummm Tylenol? May 05 15:42:51 wtf? May 05 15:46:30 you said aches May 05 16:59:37 Hi ! May 05 17:05:46 I got the owncloud sync client running on N900, but the UI... beeerk May 05 17:06:46 Also it's going in the "systray" when closing it. But what is the systray on maemo, I don't have a clue :) May 05 20:25:47 * DocScrutinizer googles tylenol May 05 20:26:46 aah paracetamol May 05 20:28:10 Tofe: usually the statusbar, or status menu May 05 20:28:58 IOW the area where clock and battery icon appear May 05 20:29:15 much like on systray ;-) May 05 21:54:58 * DocScrutinizer sighs on cursory scanning http://www.8051projects.net/e107_files/public/1300865705_32137_FT45814_sim900d_hd_v1.02.pdf. Why-o-why don't current UMTS modems support all the nice features "old" GSM modems had: fax, CSD... May 05 22:12:19 Hey guys. Anyone here run a recent kernel (3.0 or later) on a nokia n810? I'm having trouble compiling a kernel for it that boots May 05 22:42:59 jooles: LOL good luck May 05 22:43:27 jooles: Linux still doesn't support N810. Mostly Nokia's fault. May 05 22:44:24 Eh, I figure it's worth a try. I should at least be able to get it to boot I would have thought May 05 22:45:10 One question though.. Does the use of XZ or LZMA compression on the kernel need the XZ or LZMA binaries to be in the initfs or anything like that? May 05 22:45:42 no, it uses inbuilt kernel decompression algo May 05 22:46:07 hurrian: Awesome, thanks May 05 22:47:17 zx needs lots of ram right? May 05 22:47:22 xz i mean May 05 22:48:30 it'll still boot Linux May 05 22:48:40 it'll be slow, but it'll boot May 05 22:49:34 I think slowness is the main issue but I don't mind that May 06 02:10:19 anybody use ffmpeg? May 06 02:10:22 i can't seem to get a good syntax May 06 02:10:25 [buffer @ 0x91fe4a0] Expected at least 7 arguments, but only 5 found in '640:272:0:1:1000000' May 06 02:10:28 wtf **** ENDING LOGGING AT Sun May 06 03:00:01 2012