freemangordon | DocScrutinizer, Pali, https://gitorious.org/hald-addon-bme/hald-addon-bme | 00:01 |
---|---|---|
Pali | nice | 00:01 |
freemangordon | not complete of course | 00:01 |
DocScrutinizer51 | sorry, on n900 | 00:02 |
freemangordon | but as a start should be enough | 00:02 |
*** florian has quit IRC | 00:05 | |
freemangordon | Pali, is there anything to to to force bq module to report non-zero charge (besides calibration cycle)? | 00:05 |
Pali | patch it | 00:05 |
freemangordon | s/to to to/to do to/ | 00:05 |
infobot | freemangordon meant: Pali, is there anything to do to force bq module to report non-zero charge (besides calibration cycle)? | 00:05 |
freemangordon | yeah, nice | 00:05 |
*** sq-one has quit IRC | 00:06 | |
freemangordon | But it seems this is a readout from the chip, ain't? | 00:06 |
*** spark666 has joined #maemo | 00:07 | |
*** spark666 has joined #maemo | 00:07 | |
*** piggz has quit IRC | 00:07 | |
merlin1991 | hm silly question, how do I write a regex to check for a-z except for a few? | 00:08 |
DocScrutinizer51 | freemangordon: nope | 00:08 |
merlin1991 | is there a syntax for this caracter class minus xyz? | 00:08 |
DocScrutinizer51 | it's an atrificial intentional bug introduced by oversmart bq27200.ko | 00:09 |
DocScrutinizer51 | aiui | 00:09 |
DocScrutinizer51 | chip doesn't do that nonsense | 00:09 |
DocScrutinizer51 | merlin1991: either [^xyz] | 00:11 |
merlin1991 | well that allows anything but xyz | 00:11 |
merlin1991 | but I'd like todo a-z but not b e and o | 00:11 |
DocScrutinizer51 | or [A-Wa-w] | 00:11 |
merlin1991 | ofc I can type it out :D | 00:11 |
DocScrutinizer51 | yes, you'll have to | 00:12 |
DocScrutinizer51 | there's no set subtractor afaik | 00:12 |
merlin1991 | :/ | 00:13 |
DocScrutinizer51 | [acdf-np-z] | 00:14 |
DocScrutinizer51 | i dunno of any nicer term | 00:15 |
*** GNUton-BNC has joined #maemo | 00:16 | |
*** NGNUton-B has quit IRC | 00:17 | |
*** nsuffys has quit IRC | 00:17 | |
*** spark666 has joined #maemo | 00:18 | |
*** BCMM has quit IRC | 00:18 | |
DocScrutinizer51 | maybe inverted logic: [^_-Zbeo*-] | 00:19 |
DocScrutinizer51 | I'm not sure sth like [^-k] would actually catch and forbid all from very beginning up to k | 00:21 |
*** tank-man has quit IRC | 00:22 | |
DocScrutinizer51 | I rather guess that forbids just - and k | 00:22 |
*** Roomerlol has quit IRC | 00:22 | |
DocScrutinizer51 | also I don't think there's any & analog to | in regex | 00:24 |
*** Vib3 has quit IRC | 00:24 | |
DocScrutinizer51 | kde had a nice regex wizard, I think in konqueror multi-rename or sth | 00:27 |
DocScrutinizer51 | merlin1991: ^ | 00:27 |
*** Vib3 has joined #maemo | 00:29 | |
*** robink has quit IRC | 00:31 | |
*** r00t|n900 has quit IRC | 00:32 | |
*** teotwaki_ has quit IRC | 00:52 | |
Pali | freemangordon, DocScrutinizer, here bq2415x patch for kp50: http://atrey.karlin.mff.cuni.cz/~pali/bq2415x/0001-Added-bq2415x-driver.patch | 00:59 |
Pali | wallcharger detection does not working correctly yet | 00:59 |
Pali | need to call: cat /sys/devices/platform/musb_hdrc/charger | 01:00 |
DocScrutinizer | toldya | 01:05 |
*** Itschue|2 has quit IRC | 01:05 | |
DocScrutinizer | the detection function in musb and hw is triggered only when you cat that sysnode | 01:06 |
DocScrutinizer | anyway, nice work, worth even another lollipop :-D | 01:06 |
DocScrutinizer | (cat sysnode) a thing usually done by ke-recv aiui | 01:07 |
*** Ex-Opesa has quit IRC | 01:08 | |
DocScrutinizer | or by bme itself, or knows-the-flying-spaghettimonszer-whom | 01:08 |
Pali | DocScrutinizer, it will work, but I need to wait 1-2s | 01:08 |
Pali | so some delay is needed | 01:09 |
DocScrutinizer | yeah, the delay to allow ke-recv do its job | 01:09 |
Pali | going offline now, bye all | 01:10 |
DocScrutinizer | or hal, or (see above) | 01:10 |
DocScrutinizer | bye Pali | 01:10 |
*** thexception is now known as thexception|off | 01:11 | |
vdv | what does category mean for a notification in maemo? http://developer-next.gnome.org/libnotify/0.7/NotifyNotification.html#notify-notification-set-category | 01:11 |
DocScrutinizer | prolly the icon used | 01:11 |
vdv | if i set "email-message" category for new notification i get behaviour of modest automatically | 01:11 |
vdv | behavior = led pattern, sound, notification counter | 01:12 |
*** rzr has quit IRC | 01:12 | |
DocScrutinizer | dang, don't ask me | 01:12 |
DocScrutinizer | :-D | 01:12 |
DocScrutinizer | maybe some sorta meta-macro | 01:12 |
vdv | it's very interesting where is that defined | 01:12 |
DocScrutinizer | God knows | 01:13 |
vdv | :) | 01:13 |
vdv | and whether i'm allowed to use it | 01:13 |
DocScrutinizer | "when I wrote that code, only God and me knew what I was doing - now only God knows" | 01:13 |
DocScrutinizer | o/ | 01:14 |
*** jluisn has quit IRC | 01:14 | |
vdv | i've killed modest, thought, that category behaviour is defined by modest at runtime | 01:14 |
vdv | DocScrutinizer, http://gitorious.org/community-ssu/modest/blobs/master/src/hildon2/modest-platform.c#line1630 | 01:15 |
vdv | it's all like a magic | 01:16 |
vdv | meaning of "category" is not documented | 01:17 |
*** Pali has quit IRC | 01:17 | |
*** robink_ has joined #maemo | 01:18 | |
DocScrutinizer51 | vdv: that's defined somewhere in the abyss of hildon-notification-daemon or sth | 01:22 |
*** GuySoft has quit IRC | 01:24 | |
vdv | it's interesting, whether it's standard, or added by modest | 01:24 |
*** shanttu has quit IRC | 01:24 | |
vdv | and if uninstalling modest will remove that category too | 01:25 |
*** Macor has joined #maemo | 01:25 | |
*** M4rtinK has quit IRC | 01:28 | |
*** teotwaki_ has joined #maemo | 01:30 | |
*** GuySoft has joined #maemo | 01:38 | |
*** dimw1t has joined #maemo | 01:40 | |
*** ced117 has quit IRC | 01:41 | |
*** Jooles has joined #maemo | 01:51 | |
*** Jooles has quit IRC | 01:52 | |
*** swc|666 has quit IRC | 01:52 | |
*** sirdancealot has joined #maemo | 01:56 | |
vdv | /etc/hildon-desktop/notification-groups.conf | 01:57 |
*** dos1 has quit IRC | 01:58 | |
*** valdyn has quit IRC | 02:03 | |
*** markinfo has quit IRC | 02:04 | |
*** Vanadis has joined #maemo | 02:09 | |
*** valdyn has joined #maemo | 02:10 | |
*** Vanadis__ has quit IRC | 02:12 | |
topobot | Are there any companies developing smartphones with maemo? | 02:19 |
*** robink_ has quit IRC | 02:20 | |
GeneralAntilles | topobot, no. Maemo's not being developed commercially any longer. | 02:21 |
topobot | which is the last smartphone with maemo? | 02:21 |
SpeedEvil | The n900 | 02:24 |
topobot | oh | 02:25 |
SpeedEvil | Well - arguably the n9 | 02:25 |
topobot | is it good the n900? | 02:25 |
SpeedEvil | Yes. | 02:25 |
topobot | or is it better iphone? | 02:25 |
SpeedEvil | But it's two years old. | 02:25 |
SpeedEvil | Closing on three. | 02:25 |
topobot | is there any benefit in comparation with iphone or galaxy? | 02:25 |
SpeedEvil | At the moment - for 99.9% of users, no. | 02:26 |
topobot | why? | 02:26 |
*** otep has quit IRC | 02:26 | |
*** otep has joined #maemo | 02:26 | |
SpeedEvil | Because nokia has switched for the mmomet entirely away from linux, and is trying to push their windows handsets. | 02:28 |
topobot | and what anout that os based on maemo and intel? | 02:29 |
SpeedEvil | It fell apart. | 02:30 |
SpeedEvil | Meego. | 02:30 |
SpeedEvil | Gone. | 02:30 |
topobot | oh yes meego | 02:30 |
topobot | gone? why? | 02:30 |
topobot | if im developer and i want to develop a tool for smarphone, which is the best os should i use? | 02:31 |
SpeedEvil | Nokia became uninterested in the project. | 02:31 |
topobot | i want to sell my app | 02:32 |
SpeedEvil | If you do not have a spare ten or twenty million to invest in attempting to get a new plaform on the market, android, ios, or blackberry. | 02:32 |
SpeedEvil | You may also consider windows phone, of course. | 02:32 |
topobot | android or ios? | 02:33 |
topobot | hi? | 02:36 |
SpeedEvil | yes. | 02:37 |
SpeedEvil | one of them. | 02:37 |
SpeedEvil | The problem with either appstore is you are competing against tens of thousands of apps. | 02:38 |
SpeedEvil | Windows may be somewhat better in that respect. | 02:38 |
topobot | ummm | 02:38 |
*** Macer has quit IRC | 02:39 | |
topobot | maemo is linux> | 02:40 |
topobot | ? | 02:40 |
topobot | no android | 02:40 |
topobot | is android linux? | 02:40 |
nox- | their kernel is linux | 02:41 |
nox- | (patched...) | 02:41 |
*** swc|666 has joined #maemo | 02:42 | |
SpeedEvil | Android is based on a linux kernel. | 02:44 |
SpeedEvil | You might consider developing for N9. | 02:44 |
*** liar has quit IRC | 02:44 | |
SpeedEvil | Which isn't - quite - a dead platform, though nokia are trying hard to kill it. | 02:44 |
*** PeterWolf has joined #maemo | 02:45 | |
topobot | why nokia wants to kill n900? | 02:47 |
nox- | elop wants to push win phone... :/ | 02:48 |
nox- | he killed n950 too | 02:48 |
topobot | elop? | 02:48 |
nox- | new nokia ceo | 02:49 |
topobot | no business with linux based stuff? | 02:49 |
SpeedEvil | There are no new linux based phones, other than android, which is sort-of-arguable. | 02:56 |
topobot | and which are the differences between maemo and android? | 03:03 |
*** Ex-Opesa has joined #maemo | 03:05 | |
*** LaoLang_cool has joined #maemo | 03:05 | |
*** mortenvp has quit IRC | 03:15 | |
SpeedEvil | Mameo is - compared to android - a 'normal' desktop linux | 03:15 |
*** c2pLaY has joined #maemo | 03:15 | |
*** c2pLaY has joined #maemo | 03:15 | |
*** c2pLaY has left #maemo | 03:16 | |
*** zeq1 has joined #maemo | 03:17 | |
*** johnxx has joined #maemo | 03:24 | |
*** KrayonWork has joined #maemo | 03:28 | |
*** sleepee has joined #maemo | 03:31 | |
topobot | so maemo is better than android? | 03:31 |
*** sleepee has quit IRC | 03:35 | |
*** LaoLang_cool has quit IRC | 03:39 | |
*** mase76 has quit IRC | 03:49 | |
*** bergie has joined #maemo | 03:55 | |
*** xev has joined #maemo | 03:57 | |
*** robbiethe1st has joined #maemo | 03:58 | |
*** Sc0rpius has quit IRC | 04:00 | |
*** Sc0rpius has joined #maemo | 04:02 | |
*** robink_ has joined #maemo | 04:07 | |
*** robink_ is now known as robink | 04:11 | |
*** robink has joined #maemo | 04:11 | |
*** ALoGeNo has quit IRC | 04:12 | |
*** uen has quit IRC | 04:14 | |
*** knyt_ has joined #maemo | 04:20 | |
*** knyt_ has quit IRC | 04:23 | |
*** Macer has joined #maemo | 04:24 | |
luke-jr | SpeedEvil: not really, it just has X11 | 04:24 |
SpeedEvil | And libc, and runs binary apps, ... | 04:24 |
luke-jr | topobot: Maemo is better, because it's designed for normal computing, not just a super-phone | 04:25 |
SpeedEvil | there isn't for example - a JVM in the way of all apps | 04:25 |
*** ALoGeNo has joined #maemo | 04:25 | |
topobot | what does it means "designed for normal computing"? | 04:25 |
robbiethe1st | I want to see a Kubuntu Mobile phone. | 04:25 |
robbiethe1st | topobot: you can do anything you can do with a normal Linux install with Maemo | 04:26 |
*** uen has joined #maemo | 04:26 | |
topobot | you mean, you can run linux software on maemo? | 04:27 |
robbiethe1st | Which includes custom kernel modules, USB host(including odd stuff like USB soundcards and serial adaptors), etc. | 04:27 |
robbiethe1st | Yes, though unless there's a version *built* for maemo, you have to run a chroot(like easy debian) to give the program the supporting files it needs. | 04:27 |
topobot | maemo is more hackeable than android? | 04:27 |
robbiethe1st | Far more. | 04:28 |
*** Hurrian has joined #maemo | 04:28 | |
robbiethe1st | N900 is unlocked, both bootloader wise and carrier wise | 04:28 |
topobot | but n900 is slow ? | 04:28 |
Hurrian | not really. | 04:28 |
robbiethe1st | Somewhat, yeah. Stock 600mhz, single core. | 04:28 |
Hurrian | js-heavy webpages suck on microb, work fine in firefox with easy-debian | 04:29 |
topobot | what can you do with maemo that you cannot do with android? | 04:29 |
Hurrian | chrooting doesn't suck | 04:29 |
robbiethe1st | Uh... run Open Office? | 04:29 |
robbiethe1st | Run X-based apps natively | 04:29 |
Hurrian | robbiethe1st, you can also chroot under android, it's just that performance sucks. | 04:29 |
robbiethe1st | Because of no X server, just VNC | 04:30 |
robbiethe1st | right? | 04:30 |
Hurrian | to put it into perspective, launching OOo is as fast as desktop on N900 | 04:30 |
Hurrian | it will take ~2 minutes on my Tegra 2 tablet | 04:30 |
*** FACEFOX-DOT-COM has quit IRC | 04:31 | |
topobot | i was wondering if its possible to connect a secondary camera with a n900? | 04:31 |
joga | does android do usb host? | 04:31 |
robbiethe1st | topo, yeah, I bet it is possible to use a USB webcam with it. | 04:31 |
SpeedEvil | joga: In some circumstances, yes. | 04:31 |
SpeedEvil | joga: It can suport various devices. For example, mass storage is common | 04:32 |
robbiethe1st | You might have to use EasyDebian to find software that'll /use/ the usb camera, though. | 04:32 |
robbiethe1st | Personally, I've used USB mode to run a flash drive, USB soundcard(giving me SPDIF out), and USB->Serial adaptor for interfacing with a CNC machine) | 04:33 |
joga | I used a pololu servo controller with n900 (+ usb adapter) | 04:33 |
robbiethe1st | Cool | 04:33 |
joga | also you can use an arduino | 04:34 |
joga | or anything that you can talk serial to via usb | 04:34 |
*** e-yes has quit IRC | 04:35 | |
joga | also plugging keyb+mouse is a nice feat :) maybe with tv-out you could do word processing in easy-debian oowriter hehe | 04:35 |
*** GeneralAntilles has quit IRC | 04:40 | |
*** GeneralAntilles has joined #maemo | 04:40 | |
Hurrian | joga, iirc the usb serial driver is in the maemo kernel | 04:44 |
Hurrian | so yeah, it should work | 04:44 |
*** FACEFOX-DOT-COM has joined #maemo | 04:47 | |
*** kimitake has quit IRC | 04:50 | |
*** tank-man has joined #maemo | 04:51 | |
*** pranka has quit IRC | 04:52 | |
*** _InvalidHandle_ has quit IRC | 05:00 | |
*** InvalidHandle has joined #maemo | 05:02 | |
*** kimitake has joined #maemo | 05:05 | |
*** ShadowJK has quit IRC | 05:12 | |
*** ShadowJK has joined #maemo | 05:12 | |
*** LaoLang_cool has joined #maemo | 05:16 | |
*** LaoLang_cool has quit IRC | 05:19 | |
*** LaoLang_cool has joined #maemo | 05:20 | |
*** LaoLang_cool has quit IRC | 05:23 | |
*** LaoLang_cool has joined #maemo | 05:24 | |
LaoLang_cool | Any tool to allow me navigate quickly to top/bottom? | 05:30 |
*** sobczyk__ has joined #maemo | 05:31 | |
*** sobczyk_ has quit IRC | 05:31 | |
robbiethe1st | Uh, LaoLang_cool ? | 05:32 |
*** pcfe has quit IRC | 05:32 | |
*** pcfe has joined #maemo | 05:33 | |
*** pcfe has quit IRC | 05:33 | |
*** pcfe has joined #maemo | 05:33 | |
*** ruskie has quit IRC | 05:34 | |
LaoLang_cool | robbiethe1st: sorry for my poor English, say I'm viewing a mms in fmms, and I'm in the middle of the long page, it's hard to go to the top/bottom of that page | 05:34 |
robbiethe1st | try shift + up/down? | 05:34 |
robbiethe1st | perhaps alt+up/down | 05:34 |
LaoLang_cool | tried it, nothing happened.. | 05:35 |
*** radic has quit IRC | 05:37 | |
*** radic_ has joined #maemo | 05:37 | |
*** radic_ is now known as radic | 05:37 | |
robbiethe1st | darn | 05:37 |
robbiethe1st | Well, I don't use it myself, so.. | 05:37 |
LaoLang_cool | robbiethe1st: actually, I'm needing a universe way to go to top/bottom of a page on maemo :) | 05:38 |
*** kthomas has quit IRC | 05:38 | |
*** slingr- is now known as slingr | 05:46 | |
*** bergie has quit IRC | 05:51 | |
*** koo4 has quit IRC | 05:51 | |
*** koo4 has joined #maemo | 05:52 | |
*** nox- has quit IRC | 05:53 | |
*** Soder has quit IRC | 05:55 | |
*** dockane_ has joined #maemo | 06:00 | |
*** mavhc has quit IRC | 06:01 | |
*** dockane has quit IRC | 06:03 | |
*** mavhc has joined #maemo | 06:05 | |
*** chihjen has joined #maemo | 06:31 | |
*** spark666 has quit IRC | 06:36 | |
*** valerius has quit IRC | 06:37 | |
*** ghjgfjghjbn has quit IRC | 06:52 | |
*** ghjgfjghjbn has joined #maemo | 06:53 | |
*** githogori has quit IRC | 06:54 | |
*** valerius has joined #maemo | 06:56 | |
*** FACEFOX has quit IRC | 06:56 | |
*** FACEFOX-DOT-COM has quit IRC | 06:56 | |
*** Roomerlol has joined #maemo | 06:59 | |
*** githogori has joined #maemo | 07:00 | |
*** Sc0rpius has quit IRC | 07:03 | |
*** teotwaki_ has quit IRC | 07:06 | |
*** Sc0rpius has joined #maemo | 07:07 | |
*** Sc0rpius has quit IRC | 07:14 | |
*** Sc0rpius has joined #maemo | 07:15 | |
*** teotwaki_ has joined #maemo | 07:28 | |
*** zeq1 has quit IRC | 07:32 | |
*** otep_ has joined #maemo | 07:38 | |
*** Sc0rpius has quit IRC | 07:38 | |
*** otep has quit IRC | 07:39 | |
*** Sc0rpius has joined #maemo | 07:40 | |
*** otep has joined #maemo | 07:51 | |
*** robbiethe1st has quit IRC | 07:51 | |
*** otep_ has quit IRC | 07:52 | |
*** sigkill_ has joined #maemo | 07:57 | |
*** s1gk1ll has quit IRC | 08:00 | |
*** mece has joined #maemo | 08:00 | |
*** ruskie has joined #maemo | 08:04 | |
*** dimw1t has quit IRC | 08:10 | |
*** atlas has joined #maemo | 08:10 | |
*** piggz has joined #maemo | 08:31 | |
*** tank-man has quit IRC | 08:32 | |
*** piggz has quit IRC | 08:37 | |
*** teotwaki_ has quit IRC | 08:37 | |
*** onekenthomas has joined #maemo | 08:43 | |
*** Zahra has joined #maemo | 08:48 | |
*** ychavan has joined #maemo | 08:55 | |
*** ferdna has quit IRC | 09:03 | |
*** ferdna has joined #maemo | 09:04 | |
*** trx has quit IRC | 09:09 | |
*** trx has joined #maemo | 09:13 | |
*** muelli has joined #maemo | 09:14 | |
*** Sc0rpius has quit IRC | 09:22 | |
*** Sc0rpius has joined #maemo | 09:23 | |
*** Sc0rpius has quit IRC | 09:27 | |
*** Sc0rpius has joined #maemo | 09:30 | |
*** ferdna has quit IRC | 09:32 | |
*** e-yes has joined #maemo | 09:34 | |
*** Pali has joined #maemo | 09:35 | |
*** spark666 has joined #maemo | 09:35 | |
*** spark666 has quit IRC | 09:41 | |
*** spark666 has joined #maemo | 09:45 | |
*** spark666 has joined #maemo | 09:45 | |
*** Tscheesy has joined #maemo | 09:47 | |
*** Sc0rpius has quit IRC | 09:50 | |
*** jargon- has joined #maemo | 09:52 | |
*** muelli has quit IRC | 09:55 | |
*** Sc0rpius has joined #maemo | 09:58 | |
*** LaoLang_cool has quit IRC | 09:59 | |
*** netkat has joined #maemo | 10:00 | |
*** spark666 has quit IRC | 10:06 | |
*** murrayc has joined #maemo | 10:07 | |
*** ekze-nyan has quit IRC | 10:11 | |
*** ekze-nyan has joined #maemo | 10:13 | |
*** wmarone_ has joined #maemo | 10:13 | |
*** wmarone has quit IRC | 10:13 | |
*** LaoLang_cool has joined #maemo | 10:17 | |
*** k273 has joined #maemo | 10:19 | |
*** ced117 has joined #maemo | 10:26 | |
*** dhbiker has joined #maemo | 10:26 | |
*** OkropNick has joined #maemo | 10:26 | |
*** sasquatch has quit IRC | 10:29 | |
*** sasquatch has joined #maemo | 10:29 | |
*** msanchez has joined #maemo | 10:30 | |
*** dhbiker has quit IRC | 10:30 | |
*** harbaum has joined #maemo | 10:32 | |
*** spark666 has joined #maemo | 10:33 | |
*** spark666 has joined #maemo | 10:33 | |
*** croppa has joined #maemo | 10:35 | |
*** eMHa has quit IRC | 10:35 | |
*** lukasz_gut has joined #maemo | 10:37 | |
*** Omegamoon has joined #maemo | 10:48 | |
*** calvaris has joined #maemo | 10:49 | |
*** Vanadis has quit IRC | 10:50 | |
*** bergie has joined #maemo | 10:51 | |
*** schen has joined #maemo | 10:54 | |
Pali | freemangordon, DocScrutinizer final bq2415x charger patch with usb/wallcharger auto detection without breaking usb host mode is here: http://atrey.karlin.mff.cuni.cz/~pali/bq2415x/0001-Added-bq2415x-driver.patch | 11:01 |
freemangordon | Pali, you should have some sleep from time to time :P | 11:01 |
*** Itschue has joined #maemo | 11:03 | |
Itschue | good morning | 11:03 |
Pali | I slept :) now about 15 minutes took me to add last missing think - wallcharger detection | 11:03 |
Pali | so charging in kernel is ready | 11:03 |
freemangordon | so, what now? | 11:03 |
freemangordon | I still don't have the whole picture | 11:04 |
Pali | now is needed to replace userspace closed libraries which use BME :D | 11:04 |
freemangordon | so, the addon is half functional, what was that .so you were talking about | 11:05 |
*** eMHa has joined #maemo | 11:05 | |
Pali | it is wrapper for i2cget for bq27200 chip | 11:05 |
* RST38h moos | 11:05 | |
freemangordon | no, the another one, let me look into the logs | 11:06 |
Pali | that library is needed to get i2cget work when bq27200.ko is loaded | 11:06 |
freemangordon | Pali, libbmeipc | 11:07 |
*** gomiam has joined #maemo | 11:07 | |
Pali | ah, yes | 11:07 |
Pali | library which communicate with bmw | 11:07 |
Pali | *bme | 11:07 |
freemangordon | who uses that? | 11:07 |
Pali | http://maemo.org/packages/package_instance/view/fremantle_ssu_pr1-2_armel/libbmeipc0/0.8.55+0m5/ | 11:09 |
Pali | packages: pulseaudio-module-nokia-music hald-addon-bme pulseaudio-module-nokia-voice dsme pulseaudio-module-nokia-common testserver pulseaudio-module-nokia-record | 11:09 |
freemangordon | yeah :) | 11:09 |
Pali | also see that nokias hald-addon-bme using it | 11:10 |
freemangordon | hmm, this one is 8k in i386 SB, let me chech on the device | 11:10 |
freemangordon | the same, that will be a piece of cake | 11:10 |
Pali | and osso-systemui-actingdead (systemui addon which shutdown device when battery is empty) needs hald-addon-bme | 11:11 |
Pali | see http://maemo.org/packages/package_instance/view/fremantle_ssu_pr1-2_armel/hald-addon-bme/0.0.17+0m5/ | 11:11 |
Pali | try to look at some opensource libbmeipc version: https://meego.gitorious.org/meego-device-adaptation/n900_libbme/ | 11:11 |
Pali | maybe is compatible/same with that in n900 | 11:12 |
freemangordon | let me fire hexrays | 11:13 |
freemangordon | Pali, things not look good, that library does what it name states, i.e. calls bme through socket. | 11:16 |
Pali | yes | 11:16 |
Pali | I know | 11:16 |
Pali | it is not easy | 11:16 |
Pali | but better look at pulseaudio modules | 11:16 |
Pali | they are opened on meego | 11:16 |
freemangordon | we need to implement the whole bme functionality | 11:16 |
Pali | and last package which use bme is dsme - which is open source | 11:17 |
freemangordon | Pali, seems you have the knowledge, why don't you take that part | 11:17 |
Pali | no time :-) | 11:17 |
Pali | I created kernel driver | 11:18 |
freemangordon | :) | 11:18 |
freemangordon | yeah | 11:18 |
Pali | going away | 11:18 |
freemangordon | bb | 11:18 |
*** zeq has quit IRC | 11:22 | |
*** dre-s has joined #maemo | 11:24 | |
*** k273 has quit IRC | 11:26 | |
*** zeq has joined #maemo | 11:27 | |
dre-s | how do I open and clean my N900 keyboards? thanks | 11:37 |
dre-s | been searching the guide in the internet but found none | 11:37 |
*** t_s_o has joined #maemo | 11:37 | |
*** tank-man has joined #maemo | 11:39 | |
*** M4rtinK has joined #maemo | 11:39 | |
*** FredrIQ has joined #maemo | 11:48 | |
*** FIQ has quit IRC | 11:48 | |
*** FredrIQ is now known as FIQ | 11:48 | |
*** jhb has joined #maemo | 11:52 | |
*** BCMM has joined #maemo | 11:54 | |
*** k273 has joined #maemo | 12:03 | |
*** dre-s has quit IRC | 12:05 | |
BiggAl | dre-s I usually clean mine with compressed air, no need to open it up | 12:08 |
BiggAl | You can get it fairly cheap on amazon/ebay | 12:08 |
*** k273 has quit IRC | 12:11 | |
Itschue | dre-s http://www.faq4mobiles.de/nokia-faqs-und-anleitungen/56779-nokia-service-manuals.html | 12:11 |
Itschue | dre-s http://www.youtube.com/watch?v=aVEHm325-z8 | 12:13 |
*** Zahra has quit IRC | 12:19 | |
*** _berto_ has joined #maemo | 12:27 | |
*** dhbiker has joined #maemo | 12:33 | |
*** Zahra has joined #maemo | 12:33 | |
*** Tscheesy has quit IRC | 12:41 | |
*** jhb has quit IRC | 12:44 | |
*** SmilyOrg has joined #maemo | 12:48 | |
*** Guest18652 has quit IRC | 12:53 | |
*** eijk has joined #maemo | 12:57 | |
*** eijk has quit IRC | 12:57 | |
*** Zahra has quit IRC | 12:58 | |
*** eijk has joined #maemo | 12:58 | |
*** Zahra has joined #maemo | 12:59 | |
*** trx has quit IRC | 13:01 | |
*** Tony has joined #maemo | 13:03 | |
*** chihjen has quit IRC | 13:03 | |
*** trx has joined #maemo | 13:10 | |
*** chihjen has joined #maemo | 13:13 | |
*** LaoLang_cool has quit IRC | 13:14 | |
*** chihjen has quit IRC | 13:17 | |
*** jargon- has quit IRC | 13:24 | |
*** florian has joined #maemo | 13:29 | |
*** florian has quit IRC | 13:29 | |
*** florian has joined #maemo | 13:29 | |
*** jargon- has joined #maemo | 13:31 | |
*** M4rtinK has quit IRC | 13:37 | |
*** retro|cz has quit IRC | 13:44 | |
*** Tony has quit IRC | 13:48 | |
*** BCMM has quit IRC | 13:49 | |
*** spark666 has quit IRC | 13:50 | |
*** murrayc has quit IRC | 14:04 | |
*** Zahra has quit IRC | 14:05 | |
*** mase76 has joined #maemo | 14:08 | |
*** maybeWTF has quit IRC | 14:08 | |
*** swc|666 has quit IRC | 14:09 | |
*** maybeWTF has joined #maemo | 14:10 | |
*** ALoGeNo has quit IRC | 14:12 | |
*** croppa has quit IRC | 14:14 | |
DocScrutinizer | condolences Nokia: Samsung > Nokia yesterday. Todsay selling VERTU | 14:18 |
DocScrutinizer | Flop did a comprehensive job, indeed | 14:19 |
*** Itschue has quit IRC | 14:21 | |
*** eeanm has quit IRC | 14:21 | |
jacekowski | DocScrutinizer: well, i don't suppose vertu was making great profits | 14:21 |
jaska | derrpu | 14:21 |
zeq | He's trying to out do impressive job done to HP | 14:22 |
jaska | making glitzed up s40 phones | 14:22 |
*** eeanm has joined #maemo | 14:22 | |
*** eeanm has quit IRC | 14:22 | |
zeq | jacekowski: it made huge profits | 14:22 |
jaska | profit per unit is probably ridiculous | 14:22 |
jacekowski | i'm not so sure | 14:23 |
zeq | just not significant revenue | 14:23 |
jacekowski | materials costed a lot | 14:23 |
jacekowski | and it's not like they sold millions of those phones anyways | 14:23 |
zeq | it wasn't a volume unit | 14:23 |
jacekowski | i can't really imagine who would buy those | 14:23 |
jacekowski | those were not really any kind of business phones | 14:24 |
zeq | no, they were for the elite classes | 14:24 |
jaska | "elite" | 14:24 |
zeq | yes, sorry "elite" :) | 14:25 |
jacekowski | but it's not like you go to some kind of party and show off your phone | 14:25 |
jacekowski | when you buy something like that it's for people to see | 14:25 |
*** ALoGeNo has joined #maemo | 14:26 | |
jaska | s/see/steal/ | 14:26 |
zeq | it's to see they don't have the same as the riff-raff | 14:26 |
jaska | albeit a s40 phone would be preferable to a symbian one :) | 14:26 |
zeq | "special" people, "special" phones | 14:26 |
jacekowski | jaska: i don't suppose you can flog stolen phone like that | 14:27 |
jaska | materials | 14:27 |
zeq | you'd break it down | 14:27 |
*** schen has quit IRC | 14:28 | |
jacekowski | i don't see how would you sell key shaped saphire somewhere | 14:28 |
zeq | like famous jewelry | 14:28 |
jacekowski | possibly gold and platinium | 14:28 |
jacekowski | you can melt those | 14:28 |
jacekowski | but rest of components would be hard to "recycle" | 14:28 |
zeq | the point is though, Nokia could name the price. | 14:29 |
zeq | Probably the more the price, the more demand up to a point. | 14:29 |
zeq | Very exclusive market, without growth potential | 14:30 |
zeq | but easy money | 14:30 |
zeq | probably the very definition of niche | 14:30 |
DocScrutinizer | jacekowski: hehe | 14:31 |
* DocScrutinizer would adore saphire buttons | 14:31 | |
jaska | sapphire qwerty | 14:31 |
DocScrutinizer | maybe a screen protector of monolitic diamant | 14:32 |
zeq | who wouldn't want a device made from ideal components? price no object? | 14:32 |
DocScrutinizer | of course synthetic | 14:32 |
jaska | price no object is not realizing how much the ideal materials would cost :) | 14:32 |
DocScrutinizer | jaska: keycap printing done by ion diffusion | 14:33 |
zeq | :) | 14:33 |
DocScrutinizer | THIS wouldn't come off, like that crap: http://share.ovi.com/media/joerg900.public/joerg900.10004 | 14:35 |
*** udovdh has quit IRC | 14:35 | |
DocScrutinizer | yeah, I'm definitely in love with sapphire qwerty | 14:35 |
*** eeanm has joined #maemo | 14:36 | |
jacekowski | DocScrutinizer: screen is sapphire as well | 14:37 |
DocScrutinizer | nah | 14:37 |
jacekowski | what a cheap knock-off then | 14:37 |
DocScrutinizer | 50 atom layers pure carbon, crystaline | 14:37 |
DocScrutinizer | aka diamant | 14:38 |
*** udovdh has joined #maemo | 14:38 | |
jacekowski | there is a lot of differen crystal arrangements of carbon | 14:38 |
DocScrutinizer | produced under vacuum by evaporizing carbon | 14:39 |
DocScrutinizer | THE surface finsih | 14:39 |
DocScrutinizer | basically one huge very thin diamant | 14:40 |
r00t|home | DocScrutinizer: diamond | 14:40 |
DocScrutinizer | oops | 14:40 |
DocScrutinizer | time for 12648430 ☕ | 14:40 |
DocScrutinizer | r00t|home: thanks | 14:41 |
r00t|home | damn those germans and their bad english... | 14:44 |
*** udovdh has quit IRC | 14:45 | |
DocScrutinizer | wat meks iu sink eim german, nod sous afrikan? | 14:45 |
r00t|home | suuuure... | 14:46 |
*** udovdh has joined #maemo | 14:49 | |
DocScrutinizer | actually I'm not German, I'm a franconian - we invented english pronounciation before the British even learned to speak ;-P | 14:49 |
*** calvaris has quit IRC | 14:50 | |
*** calvaris_ has joined #maemo | 14:50 | |
*** topobot_ has joined #maemo | 14:50 | |
dm8tbr | DocScrutinizer: ah, a bavarian... *SCNR* *duck* *run* | 14:51 |
Zucca | Hi. I'm having some serious problems with Maemo 5 CSSU testing. Apmd does not start and my N900 loses 2G/3G data connection constantly. I already changed my SIM card, but I had no effect. As my last hope I have decided to switch to Maemo 5 SCCU stable. Is it easy? Can it (downgrading) be done? | 14:52 |
*** topobot has quit IRC | 14:53 | |
*** kerio has quit IRC | 14:56 | |
DocScrutinizer | http://franken-wiki.de/index.php/Günter_Stössel#NZ-Fr.C3.A4nkisch-Video_mit_G.C3.BCnter_St.C3.B6ssel | 14:57 |
*** kerio has joined #maemo | 14:57 | |
*** _berto_ has quit IRC | 15:00 | |
*** penguinbait has joined #maemo | 15:00 | |
*** _berto_ has joined #maemo | 15:00 | |
*** jargon- has quit IRC | 15:01 | |
DocScrutinizer | Zucca: definitely completely unrelated to CSSU | 15:02 |
DocScrutinizer | anyway, downgrading to CSSU-S can't be done | 15:02 |
Zucca | Ok. | 15:02 |
DocScrutinizer | first take | 15:02 |
* DocScrutinizer idly wonders what's Apmd | 15:03 | |
Zucca | I don't know of this data connection dropping... But I just had apmd upgrade. | 15:03 |
Zucca | Advanced power manager daemon. | 15:04 |
DocScrutinizer | sorry, never heard of that | 15:04 |
DocScrutinizer | maybe it's that hoax published by this fool who claims he invented unix | 15:04 |
jacekowski | like acpi | 15:04 |
*** e-yes has quit IRC | 15:04 | |
jacekowski | but older | 15:04 |
Zucca | I guess I need to buy N9. :P | 15:05 |
DocScrutinizer | jacekowski: I know APM, but I definitely think it's not part of maemo | 15:05 |
DocScrutinizer | IroN900:~# ps aux|grep apm | 15:05 |
DocScrutinizer | 3268 root 4108 S grep apm | 15:05 |
jacekowski | maybe it is | 15:06 |
DocScrutinizer | IroN900:~# locate apm -> nothing that fits, except manpage | 15:07 |
Zucca | I guess I could return backups from before swithing to testing... | 15:07 |
DocScrutinizer | Zucca: toldya it's totally completely unrelated to CSSU | 15:07 |
*** udovdh has quit IRC | 15:07 | |
Zucca | DocScrutinizer: Related or not. I didn't had the problem then. And then I could switch to CSSU stable. | 15:08 |
DocScrutinizer | CSSU neither messes with anything SIM related, nor with anything faintly resembling APM | 15:08 |
DocScrutinizer | whatever you like | 15:09 |
DocScrutinizer | you know the story of the boy who kicked the electric power pole and whole NY went blackout? | 15:09 |
DocScrutinizer | I just hope that, when you find out your data connection still drops frequently after you rolled back to stock maemo, you won't start bitching CSSU fried your modem | 15:12 |
DocScrutinizer | and again, there is no such thing like apmd in any of my maemo systems | 15:13 |
Zucca | Hm... Seems like those power manager stuff were depencies from some other package. Time to clean the mess. | 15:13 |
Zucca | DocScrutinizer: That I know. At least now. | 15:13 |
Zucca | DocScrutinizer: I'm not gonna blame anyone. | 15:14 |
DocScrutinizer | my idea is you installed some suspicious (to use an euphemism) power optimizer app that now causes your data connection to constantly disconnect | 15:14 |
Zucca | I shouldn't have any of those. But I'll try to uninstall soem packages and try again. | 15:15 |
DocScrutinizer | and yes, those crappy power-manager apps might easily conflict with some bugfixes in CSSU | 15:15 |
DocScrutinizer | or have other dependencies to stock maemo | 15:15 |
Zucca | If I don't happen to stumble up on any depency problems. I've never been very "in sync" with dpkg. :P | 15:16 |
DocScrutinizer | I know of at least one such power/comnnection-manager package that doesn't cleanly uninstall | 15:16 |
*** chenca has joined #maemo | 15:16 | |
*** udovdh has joined #maemo | 15:17 | |
DocScrutinizer | I think it's been like two weeks into the past I last time explained some user in this channel. He fixed it by complete reflash, and after that NOT reinstalling auto-disconnect app | 15:17 |
Zucca | I need to remove all "suspicious" repos too. | 15:17 |
Zucca | I once tested that app. | 15:18 |
DocScrutinizer | see?! | 15:18 |
DocScrutinizer | it doesn't uninstall | 15:18 |
Zucca | But not when usinf CSSU. | 15:18 |
Zucca | And it plainly sucked then already. | 15:18 |
DocScrutinizer | auto-disconnect is messing up all your rtcom-connections/accounts AIUI | 15:19 |
DocScrutinizer | and not restoring them on uninstall | 15:19 |
Zucca | I chacked. I don't have it. At least package manager didn't find it. :P | 15:20 |
DocScrutinizer | doesn't mean a thing | 15:20 |
DocScrutinizer | you said you once tested it | 15:20 |
DocScrutinizer | the mess lingers on | 15:20 |
DocScrutinizer | after uninstall | 15:20 |
Zucca | I remember not using is on CSSU, so I might be safe? | 15:21 |
DocScrutinizer | no | 15:21 |
Zucca | Oh. :| | 15:21 |
DocScrutinizer | what makes you think CSSU would magically fix the mess auto-disconnect created? | 15:21 |
Zucca | I thought I would uninstall fine IF NOT using CSSu. | 15:21 |
DocScrutinizer | mind you, CSSU is *not* a full reflash | 15:22 |
Zucca | I know. | 15:22 |
DocScrutinizer | no, auto-disconnect never really uninstalls - unrelated to CSSU | 15:22 |
Zucca | But the problem with auto-disconnect was with Nokia SSU too? | 15:22 |
DocScrutinizer | yes | 15:23 |
Zucca | That makes it worse. | 15:23 |
DocScrutinizer | indeed | 15:23 |
DocScrutinizer | please don't quote me on any of the above, it's all second-hand. I never tested that crap myself | 15:24 |
Zucca | I was really long time ago when I tested it... | 15:24 |
Zucca | I won't. | 15:24 |
DocScrutinizer | I just talked users out of trouble caused by auto-disconnect | 15:25 |
DocScrutinizer | I never was able to remote-diagnose the root cause of the problems | 15:25 |
Zucca | Let's see how my N900 performs now. I removed all the APMD stuff. | 15:26 |
DocScrutinizer | but the pattern always been the same: install then uninstall auto-disconnect -> run into trouble with data connections never getting stable again | 15:26 |
DocScrutinizer | do full reflash, enjoy absence of previous annoying problems | 15:27 |
DocScrutinizer | so all this boils down to "auto-disconnect doesn't cleanly uninstall and is messing up ICD2 and friends", in my book | 15:28 |
Zucca | DocScrutinizer: In my case I had no problems after uninstall until about two weeks ago (not blaming CSSU, not denying that auto-disconnect is quilty). | 15:28 |
DocScrutinizer | well, yes. The last butterfly landing that's finally triggering the problems is mostly unclear | 15:28 |
DocScrutinizer | root cause however is mess created by auto-disconnect | 15:29 |
Zucca | What is that ICD2? | 15:29 |
DocScrutinizer | the real problem showing any time later | 15:29 |
DocScrutinizer | Internet Connection Daemon iirc | 15:29 |
Zucca | Ok. | 15:29 |
DocScrutinizer | the master of all data connections on your system | 15:30 |
DocScrutinizer | similar maybe to knetworkmanager | 15:30 |
Zucca | I really need to remove all other repos but officals... | 15:30 |
DocScrutinizer | you for sure shouldn't keep extras-devel enabled | 15:31 |
DocScrutinizer | anyway you're in for a full reflash - this will reset your repo/catalog list no matter what | 15:33 |
*** ychavan has quit IRC | 15:33 | |
*** etrunko has joined #maemo | 15:33 | |
DocScrutinizer | (in for reflash) unless of course *you* are the one to finally spot the nasty bit auto-disconnect leaves on your system after uninstall, and find a way to fix it | 15:34 |
DocScrutinizer | last user gave up after one day of investigating, and reflashed | 15:35 |
DocScrutinizer | iirc | 15:35 |
Zucca | DocScrutinizer: In my case it loses connection to SIM card completely. | 15:35 |
DocScrutinizer | that's not a good sign | 15:35 |
*** kama has joined #maemo | 15:35 | |
DocScrutinizer | if it says "No SIM" that'S usually a hw-problem | 15:35 |
Zucca | After 10secs or so it "gets back" the SIM card. | 15:35 |
DocScrutinizer | I more than ever recommend a clean full reflash, to rule out any sw issues | 15:36 |
Zucca | DocScrutinizer: That's what I thought. That's why I got new SIM. Stragely it happens randomly when browsing the net, but almost immediately when opening ssh connection. | 15:36 |
DocScrutinizer | o.O | 15:37 |
DocScrutinizer | reflash! | 15:37 |
Zucca | Yeah. | 15:37 |
Zucca | Something fishy... | 15:37 |
DocScrutinizer | do NOT install / reinstall any additional app beyond stock - then test | 15:37 |
DocScrutinizer | then install ssh *only* - RETEST | 15:38 |
Zucca | I really don't have time atm. I'll try tomorrow. | 15:38 |
DocScrutinizer | np, please report | 15:38 |
Zucca | Can I reflash with Linux? | 15:38 |
DocScrutinizer | SURE | 15:38 |
DocScrutinizer | :-D | 15:38 |
DocScrutinizer | only with linux ;-) | 15:38 |
Zucca | I thought you need some special program to reflash. :P | 15:38 |
DocScrutinizer | yes, flasher-3.5 | 15:39 |
Zucca | Ok. So dd alone isn't enough. | 15:39 |
DocScrutinizer | available on Nokia download site | 15:39 |
Zucca | Thank god. | 15:39 |
DocScrutinizer | you may also use 0xFFFF | 15:39 |
DocScrutinizer | an open source alternative flasher | 15:39 |
DocScrutinizer | but I wouldn't recommend that for a beginner | 15:40 |
Zucca | Soemtimes those programs are Win only. And I would _not_ like to start playing with wine. | 15:40 |
Zucca | I try the easy way. | 15:40 |
DocScrutinizer | ~flashing | 15:40 |
infobot | well, maemo-flashing is http://wiki.maemo.org/Updating_the_tablet_firmware | 15:40 |
*** _berto_ has quit IRC | 15:41 | |
Zucca | I need to transfer all the photos... I guess there's nothing more I need to to backup... | 15:41 |
Zucca | Why it is always that when I'm using apt/dpkg based distro, I always get it into total mess in the end? | 15:50 |
Zucca | I used Gentoo like five years reinstalling it only once, until I switched to Arch. I thing I would be Ubuntu user if only I wasn't totally incompatible with dpkg. :P | 15:52 |
Zucca | Now every PC here runs Arch. | 15:53 |
*** DocScrutinizer has quit IRC | 15:53 | |
*** DocScrutinizer has joined #maemo | 15:53 | |
Zucca | Oh well. DocScrutinizer I'll try to get the flashing done tomorrow. I'll report the results here. I already checked output of dmesg and it showed something related to connection being idle. | 15:54 |
DocScrutinizer | :nod: | 15:55 |
Zucca | So it must be that fatal move to test auto-disconnect back then. | 15:55 |
DocScrutinizer | indeed | 15:55 |
DocScrutinizer | at least you now know what's been the problem :-D | 15:55 |
DocScrutinizer | and you also know how to fix and how to avoid it in future | 15:55 |
Zucca | I sure hope that this isn't hw problem. :) | 15:56 |
DocScrutinizer | I also hope that | 15:56 |
*** SpeedEvil has quit IRC | 15:56 | |
Zucca | It it is... Then I might buy N9. | 15:56 |
Zucca | *If | 15:56 |
DocScrutinizer | we've seen a scary increase in frequency of reports related to hw failures in modem lately | 15:56 |
Zucca | Ok. :\ | 15:57 |
DocScrutinizer | last victim been macer afaik | 15:57 |
DocScrutinizer | Macer: how's your SIM issue? | 15:57 |
*** mase76 has quit IRC | 15:59 | |
*** mece has quit IRC | 15:59 | |
*** mase76 has joined #maemo | 15:59 | |
Zucca | I't so sad that there's not much qwerty phones anymore. I can understand it when using tablet sized device. But it takes much patience to use OSD keyboard on phone sized device. | 15:59 |
Zucca | *It's | 15:59 |
DocScrutinizer | yes, indeed | 16:00 |
Zucca | Especially when the keyboard uses halt of the screen. | 16:00 |
DocScrutinizer | common sense in here is that there's no valid successor of N900 | 16:00 |
Zucca | *half | 16:00 |
Zucca | Sadly. | 16:00 |
Zucca | Ok. But I need to go now. \o | 16:01 |
DocScrutinizer | I'm busy buying the last *new* N900 worldwide ;-D | 16:01 |
DocScrutinizer | Zucca: seeya | 16:01 |
*** geaaru has joined #maemo | 16:02 | |
*** jargon- has joined #maemo | 16:10 | |
zeq | DocScrutinizer: when will you have enough??? okay I've already on my third N900... :/ | 16:18 |
DocScrutinizer | same here :-D | 16:18 |
DocScrutinizer | well, not really - I'm still using #1 and #2, third one is spare | 16:19 |
zeq | got the first RMA'd | 16:19 |
zeq | would let me have another after that, fobbed me off with an E7 which the girlfriend got stolen! | 16:20 |
zeq | I had MicroUSB failure | 16:20 |
zeq | twice! | 16:20 |
DocScrutinizer | yeah, no more repair. That's why I'm searching for *new* spare devices now | 16:20 |
zeq | although the second one was iffy to start with :( | 16:21 |
DocScrutinizer | zeq: usb failure is a) known problem, b) on a certain percentage due to "mistreatment" by user, c) there's a preventive fix: | 16:21 |
DocScrutinizer | ~usbfix | 16:22 |
infobot | usbfix is probably http://talk.maemo.org/showthread.php?t=75920 - and **NEVER** use epoxy (unless you want to seal your device for underwater) | 16:22 |
zeq | Third one is holding up so far... I'm being *extra careful* | 16:22 |
zeq | If I'd known they wouldn't give me another I would have kept the broken one | 16:22 |
zeq | it was otherwise in perfect condition | 16:23 |
DocScrutinizer | indeed, never forget to write in BOLD: "I'LL NOT ACCEPT REPLACEMENTS BY ANY OTHER MODEL" on your RMA | 16:24 |
DocScrutinizer | after all it's *your* hardware, Nokia mustn't "steal" it | 16:24 |
*** lartza_ has quit IRC | 16:25 | |
DocScrutinizer | I'm actually surprised they haven't gotten sued all down the main road outa the town for doing this | 16:25 |
*** SpeedEvil has joined #maemo | 16:25 | |
*** lartza_ has joined #maemo | 16:26 | |
DocScrutinizer | it's been "The Fall of Man err Nokia" | 16:27 |
zeq | they did. couldn't let me have it back apparently | 16:27 |
zeq | they did steal it I mean | 16:28 |
DocScrutinizer | after they started this scam, things gone downhill monotonically | 16:28 |
zeq | it's a sad, sad thing | 16:28 |
*** gomiam has quit IRC | 16:29 | |
* DocScrutinizer idly wonders if this "get a C? in replacement of your N900" actually started before or after Flop | 16:29 | |
DocScrutinizer | it *smells* like Evilop anyway | 16:30 |
DocScrutinizer | perfectly inline with his other moves to ruin Nokia FOSS | 16:31 |
*** lxp has joined #maemo | 16:31 | |
*** lxp1 has quit IRC | 16:33 | |
*** rm_work has joined #maemo | 16:35 | |
*** rm_work has quit IRC | 16:35 | |
*** rm_work has joined #maemo | 16:35 | |
DocScrutinizer | zeq: You could still take it to court I guess | 16:36 |
zeq | I'm not really that litigateous (sp?) | 16:38 |
DocScrutinizer | if Nokia is 'losing' your device and can't deliver a perfect replacement (I.E. a definitely unused never overclocked N900 or 100% compatible and equivalent successor), you're entitled to full refund of cost for getting such replacement elsewhere, incl your working time for finding such replacement | 16:40 |
DocScrutinizer | currewntly there are such new replacements occasionally on ebay, for 590EUR | 16:41 |
DocScrutinizer | Nokia just dares to do this scam on us because nobody actually wants to take the hassle to sue them and ask for full refund | 16:42 |
zeq | It wouldn't have been an issue had they released the N950 or equiv. as originally planned | 16:43 |
DocScrutinizer | yep | 16:44 |
zeq | Damn Flop | 16:44 |
DocScrutinizer | see "100% compatible equivalent successor" note above | 16:44 |
zeq | wasn't arguing | 16:44 |
zeq | was a Zaurus user before the N900, disappointment there too... | 16:45 |
zeq | the SL-C3100 was almost a terrific device | 16:46 |
*** yaccin_ has quit IRC | 16:47 | |
zeq | hampered by lack of VRAM. The PXA270 was used without its companion GPU chip, which is okay in devices with QVGA, since it had 256Mb of SRAM which could be used as high speed framebuffer. | 16:48 |
zeq | With full VGA @16bpp that's a problem | 16:48 |
zeq | Sharp had the opportunity for a killer Linux device in the next iteration | 16:49 |
zeq | never happened, change of stragegy to WinCE | 16:50 |
zeq | (or whatever mobile Windows was at the time) | 16:50 |
zeq | I'm hopeful about Mer though... | 16:51 |
*** chenca has quit IRC | 16:51 | |
zeq | Looking like we might be having some nice new devices appearing | 16:52 |
SpeedEvil | I do wonder how locked the intel medfield devices will be. | 16:52 |
zeq | hopefully something Nokia Internet Tablet/Zaurus like | 16:52 |
SpeedEvil | Though I find it annoying that there seem to be no public datasheets for the CPUs in question | 16:53 |
SpeedEvil | - first phones are out now | 16:53 |
rm_work | man, I miss my Collie | 16:53 |
rm_work | I still have it somewhere... the battery is toast though, i think | 16:53 |
*** LaoLang_cool has joined #maemo | 16:59 | |
*** konelix has joined #maemo | 17:01 | |
*** spark666 has joined #maemo | 17:02 | |
*** spark666 has quit IRC | 17:03 | |
*** spark666 has joined #maemo | 17:03 | |
*** rosseaux has quit IRC | 17:04 | |
*** rosseaux has joined #maemo | 17:05 | |
Macer | DocScrutinizer: don't know.. haven't put a sim in it in a few days | 17:08 |
Macer | i don't have the tmob sim anymore and pulling the att sim out of the l900 is a pain | 17:08 |
DocScrutinizer | :nod: | 17:08 |
Macer | i've been using the n900 as a nit | 17:08 |
Macer | no sim | 17:08 |
DocScrutinizer | you checked the dmesg/syslog for cmt reset events? | 17:09 |
Macer | yes | 17:09 |
Macer | and there were | 17:09 |
DocScrutinizer | :-/ | 17:09 |
Macer | i forgot the exact error | 17:09 |
Macer | but it was a steady reset | 17:09 |
DocScrutinizer | final evidence for cmt/hw error | 17:09 |
Macer | and shoving paper into it wasn't helping anymore :-/ | 17:10 |
Macer | DocScrutinizer: ah well.. after 2 n900s i am done ;) not going to get another one | 17:10 |
Macer | i'll use this one until i find a buyer willing to take it with a malfunctioning sim reader | 17:10 |
DocScrutinizer | I can feel with you | 17:10 |
DocScrutinizer | sorry to hear that anyway | 17:10 |
Macer | too bad because i love maemo | 17:10 |
DocScrutinizer | :nod: | 17:10 |
Macer | last of the true linux phones :( | 17:10 |
DocScrutinizer | maemo5, yes | 17:11 |
Macer | maybe if nokia gets its bank account back up to par with where it used to be it may try again | 17:11 |
Macer | or maybe some other company but i doubt it | 17:11 |
DocScrutinizer | no way | 17:11 |
DocScrutinizer | there won't be any movement to the better, until they finally lynched Evilop | 17:12 |
*** mike has joined #maemo | 17:12 | |
Macer | lol | 17:12 |
Macer | like i said.. maybe some other company | 17:12 |
Macer | i do hope some day to get mer/plasma active on my transformer | 17:12 |
DocScrutinizer | I'd very much like that | 17:12 |
*** mike is now known as Guest80377 | 17:12 | |
* DocScrutinizer idly wonders what happened to raterphone | 17:12 | |
*** Guest80377 has quit IRC | 17:12 | |
Macer | but looks like it is wp7, android, ios, and rim from here on out | 17:13 |
DocScrutinizer | rasterphone* | 17:13 |
Macer | unless for some reason someone decides to go off the reservation | 17:13 |
Macer | don't get me wrong. tbh... wp7 is actually well done | 17:13 |
*** Zahra has joined #maemo | 17:13 | |
DocScrutinizer | last fuzzy "threats" of raster to "wait and see what's coming" are quite a while back | 17:13 |
Macer | nokia did a good job with making a solid device with the l900 | 17:14 |
Macer | and ms didn't do too bad of a job with teh OS | 17:14 |
Macer | but it's just Microsoft IOS ;) | 17:14 |
DocScrutinizer | oooh l900 aka hooker | 17:14 |
Macer | with a hint of android here and there heh | 17:14 |
Macer | believe it or not.. i think they stole the crappy way to rotate from maemo lol | 17:15 |
* DocScrutinizer glares at hooker | 17:15 | |
Macer | the tiles on the start screen stay in portrait ... then some apps rotate others don't :) | 17:15 |
Macer | it's chaos lol | 17:15 |
DocScrutinizer | the only device of the ensemble that's not powered up - guess why | 17:16 |
Macer | hooker?? :) | 17:16 |
Macer | lol | 17:16 |
Macer | we are talking about the lumia 900 right? | 17:16 |
DocScrutinizer | ~x es en lumia | 17:16 |
infobot | lumia | 17:16 |
DocScrutinizer | hmm | 17:16 |
DocScrutinizer | ~stupid bot | 17:17 |
infobot | Stupid human. | 17:17 |
Macer | haha | 17:17 |
Macer | ~x it en lumia | 17:17 |
infobot | lumia | 17:17 |
Macer | is lumia a made up word? | 17:17 |
Macer | heh | 17:17 |
DocScrutinizer | no, it's the spanish word for hooker | 17:17 |
Macer | uhm | 17:17 |
Macer | no it isn't lol | 17:18 |
DocScrutinizer | pretty figurative for a Nokia hw running M$ OS | 17:18 |
Macer | haha | 17:18 |
Macer | ah wel.. i'm going to take a nap. but yeah.. n900 is toast | 17:18 |
Macer | i haven't used it as a phone in over a week :/ | 17:19 |
*** LaoLang_cool has quit IRC | 17:19 | |
Macer | ttyl | 17:19 |
DocScrutinizer | o/ | 17:19 |
DocScrutinizer | http://www.wordmagicsoft.com/dictionary/es-en/lumia.php | 17:20 |
DocScrutinizer | >>Anybody at Nokia speak Spanish? "Lumia" = "hooker" << http://news.ycombinator.com/item?id=3161850 | 17:20 |
jaska | didnt they have a commercial in germany that said effectively "work will set you free", or is that apocryphal? | 17:22 |
r00t|home | that's not from a commercial... | 17:27 |
r00t|home | http://en.wikipedia.org/wiki/Arbeit_macht_frei | 17:27 |
DocScrutinizer | "Arbeit macht frei" is quite biased here | 17:28 |
r00t|home | nazis put it at the entrances of concentration camps... | 17:28 |
DocScrutinizer | >>Kuga (Ford's SUV) in Slovenian means bubonic plague. And it seems that does not stop people buying them here :) And I, for one, would gladly say "let me check with my hooker if I'm free tomorrow" :)<< LOL | 17:28 |
*** DHR has joined #maemo | 17:32 | |
*** jargon- has quit IRC | 17:49 | |
*** trbs has joined #maemo | 17:56 | |
*** ArGGu^^ has quit IRC | 18:02 | |
jaska | honda also marketed a "fitta" in scandinavia | 18:02 |
jaska | which is pretty close to cunt in swedish | 18:02 |
jaska | i meant nokia commercial in germany that was close to arbeit macht frei | 18:03 |
*** cuppsy has joined #maemo | 18:14 | |
cuppsy | Random question: anyone try or use Dvorak with their N900? | 18:14 |
joga | heh, mitsubishi has an suv model called 'pajero', which is apparently 'wanker' in spanish | 18:16 |
*** eijk has quit IRC | 18:19 | |
*** lukasz_gut has quit IRC | 18:23 | |
*** PeterWolf has quit IRC | 18:23 | |
*** koo4 has quit IRC | 18:23 | |
*** koo4 has joined #maemo | 18:36 | |
*** harbaum has quit IRC | 18:48 | |
*** florian has quit IRC | 18:58 | |
luke-jr | cuppsy: kinda pointless | 18:58 |
*** cuppsy has left #maemo | 18:58 | |
luke-jr | … | 18:58 |
*** BCMM has joined #maemo | 19:05 | |
*** valerius has quit IRC | 19:11 | |
*** NIN101 has joined #maemo | 19:17 | |
spark666 | hey DocScrutinizer sup?:) | 19:22 |
*** M4rtinK has joined #maemo | 19:23 | |
*** Timmy has joined #maemo | 19:25 | |
*** Timmy has joined #maemo | 19:25 | |
jaska | i think some vw transporter is perspano in spain | 19:30 |
jaska | which would mean assfuck in finnish? | 19:30 |
*** t_s_o has quit IRC | 19:34 | |
*** Timmy_ has joined #maemo | 19:34 | |
*** piggz has joined #maemo | 19:34 | |
*** Timmy has quit IRC | 19:35 | |
r00t|home | "Several modern advertising campaigns in the German language, including ads for Nokia, REWE grocery stores, Burger King, and Merkur Bank have been marred by controversy after using the phrase Jedem das Seine or Jedem den Seinen." -- http://en.wikipedia.org/wiki/Jedem_das_Seine | 19:36 |
*** valerius has joined #maemo | 19:38 | |
*** valeriusN has joined #maemo | 19:38 | |
*** spark666 has quit IRC | 19:50 | |
*** hurbu has quit IRC | 19:51 | |
*** mase76 has quit IRC | 19:54 | |
*** Sargun has quit IRC | 19:56 | |
*** spark666 has joined #maemo | 19:57 | |
*** spark666 has joined #maemo | 19:57 | |
*** shanttu has joined #maemo | 20:00 | |
*** andre__ has joined #maemo | 20:01 | |
*** cityLights has quit IRC | 20:01 | |
*** hurbu has joined #maemo | 20:04 | |
*** Timmy_ has quit IRC | 20:07 | |
*** mase76 has joined #maemo | 20:07 | |
*** CodenameStrike-N has joined #maemo | 20:08 | |
*** Itschue has joined #maemo | 20:09 | |
Itschue | hello | 20:09 |
Itschue | doscrutinizer are you here | 20:10 |
*** spark666 has quit IRC | 20:10 | |
*** madak has joined #maemo | 20:14 | |
*** madak has left #maemo | 20:14 | |
*** mavhc has quit IRC | 20:15 | |
*** mavhc has joined #maemo | 20:16 | |
*** spark666 has joined #maemo | 20:16 | |
*** florian has joined #maemo | 20:17 | |
*** florian has quit IRC | 20:18 | |
*** florian has joined #maemo | 20:18 | |
andre__ | Itschue: if you want to ping people you better spell their name correctly | 20:20 |
*** Timmy has joined #maemo | 20:22 | |
*** Timmy has joined #maemo | 20:22 | |
*** eMHa has quit IRC | 20:23 | |
Itschue | docscrutinizer | 20:26 |
*** CodenameStrike-N has quit IRC | 20:28 | |
*** dhbiker has quit IRC | 20:29 | |
*** Timmy has quit IRC | 20:29 | |
*** bergie has quit IRC | 20:32 | |
*** spark666 has quit IRC | 20:33 | |
*** msanchez has quit IRC | 20:33 | |
*** shanttu has quit IRC | 20:35 | |
*** spark666 has joined #maemo | 20:36 | |
*** konelix has quit IRC | 20:36 | |
*** ab has joined #maemo | 20:40 | |
*** ab has quit IRC | 20:40 | |
*** ab has joined #maemo | 20:40 | |
*** Timmy has joined #maemo | 20:42 | |
*** k273 has joined #maemo | 20:48 | |
*** Timmy_ has joined #maemo | 20:49 | |
*** valerius has quit IRC | 20:50 | |
*** Timmy has quit IRC | 20:50 | |
*** eMHa has joined #maemo | 20:54 | |
*** valerius has joined #maemo | 20:56 | |
spark666 | its there a difference between armel and arm? | 21:01 |
*** Timmy has joined #maemo | 21:02 | |
*** Timmy has joined #maemo | 21:02 | |
*** Timmy_ has quit IRC | 21:02 | |
merlin1991 | spark666: usually arm is short for armel ;) | 21:04 |
*** bernd339_ has quit IRC | 21:04 | |
*** trx has quit IRC | 21:04 | |
*** dhbiker has joined #maemo | 21:05 | |
*** LjL has quit IRC | 21:05 | |
*** valeriusN has left #maemo | 21:09 | |
spark666 | merlin1991: tnx,didnt knew that..so n900 use arm :) | 21:09 |
spark666 | nice! | 21:10 |
zeq | spark666: arm can be little endian or big endian, arm just doesn't specify | 21:10 |
*** koo4 has quit IRC | 21:10 | |
*** sirdancealot has quit IRC | 21:10 | |
*** valeriusN has joined #maemo | 21:10 | |
spark666 | so basically if i search for a arm .deb i can use it on n900? :P | 21:10 |
*** koo4 has joined #maemo | 21:11 | |
merlin1991 | .deb files have armel | 21:12 |
merlin1991 | (in the filename) | 21:12 |
merlin1991 | but you've got a big repo on maemo.org anyway, there's quite a lot of stuff in it | 21:13 |
spark666 | merlin1991: so xxx-armel.deb right? or it works whit xxx-arm.deb to? | 21:13 |
merlin1991 | xxx_armel.deb, and keep in mind that when you get debs compiled for other libs you can still run into problems | 21:13 |
spark666 | yeah i know about the repo but i allways lloking for new stuffs :P | 21:13 |
spark666 | looking* | 21:14 |
spark666 | yeah i know that | 21:14 |
*** konelix has joined #maemo | 21:15 | |
*** LjL has joined #maemo | 21:15 | |
*** Timmy has quit IRC | 21:16 | |
*** spark666 has quit IRC | 21:16 | |
*** nox- has joined #maemo | 21:16 | |
*** ALoGeNo has quit IRC | 21:16 | |
*** spark666 has joined #maemo | 21:19 | |
*** spark666 has joined #maemo | 21:19 | |
*** konelix has quit IRC | 21:20 | |
*** calvaris_ has quit IRC | 21:26 | |
*** jjo_ has quit IRC | 21:30 | |
freemangordon | DocScrutinizer, Pali, https://gitorious.org/libbmeipc/libbmeipc | 21:30 |
*** spark666 has quit IRC | 21:30 | |
Pali | ok, nice to hear | 21:31 |
DocScrutinizer | still busy proofreading Pali's stuff | 21:32 |
freemangordon | the only one complaining about that lib is hald-addon-bme(stock one) ;) | 21:32 |
freemangordon | and this one returns hardoced 30 deg for temperature :D | 21:33 |
*** spark666 has joined #maemo | 21:33 | |
*** spark666 has joined #maemo | 21:33 | |
*** sirdancealot has joined #maemo | 21:33 | |
freemangordon | *hardcoded | 21:33 |
freemangordon | will implement getting the real value tomorrow | 21:33 |
*** valeriusN has left #maemo | 21:35 | |
*** jjo_ has joined #maemo | 21:35 | |
*** valeriusN has joined #maemo | 21:38 | |
*** spark666 has quit IRC | 21:43 | |
DocScrutinizer | freemangordon: temperature of what? | 21:45 |
freemangordon | battery | 21:46 |
DocScrutinizer | you're planning to use the right sensor for that? | 21:46 |
freemangordon | yep | 21:46 |
*** koo4 has quit IRC | 21:46 | |
DocScrutinizer | (rhetorical quation) | 21:46 |
freemangordon | why not | 21:46 |
DocScrutinizer | question* | 21:46 |
freemangordon | I plan to use the temp that bq module exports through sysfs | 21:46 |
*** Zahra has quit IRC | 21:46 | |
DocScrutinizer | because most ignorants think it's temperature as of bq27200 | 21:47 |
freemangordon | didn't understand you | 21:47 |
freemangordon | AFAIK the temperature which bq27200 reports is battery temperature | 21:48 |
freemangordon | correct? | 21:48 |
*** mase76 has quit IRC | 21:48 | |
DocScrutinizer | nope | 21:51 |
*** zeq has quit IRC | 21:51 | |
DocScrutinizer | see my last post | 21:51 |
freemangordon | on TMO? | 21:51 |
DocScrutinizer | battery temperature sensor is ADCIN0 of GAIA | 21:52 |
DocScrutinizer | temperature of bq27200 is meaningless | 21:52 |
DocScrutinizer | it's just the die temperature of a random chip somewhere on mainboard | 21:53 |
freemangordon | aaah, ok. iirc it is exported through sysfs too, but I can't remember where :( | 21:53 |
*** zeq has joined #maemo | 21:53 | |
freemangordon | anyway, I finished for today, will continue tomorrow. | 21:54 |
*** hurbu has quit IRC | 21:54 | |
* freemangordon is far afk | 21:54 | |
DocScrutinizer | even while freemangordon is far afk, just some background for the interested public: bq27200 chip has builtin temp sensor, which is meant to report battery temperature if and only if the chip is integrated into battery (like e.g. on Openmoko GTA02 smart battery) - on N900 however this bq27200 is *not* in battery but rather somewhere on mainboard where the chip's die temperature is completely unrelated to battery temperature | 21:59 |
freemangordon | "/sys/devices/platform/omap34xx_temp" ? | 22:00 |
DocScrutinizer | I guess that's the brokem CPU temperature sensor | 22:00 |
SpeedEvil | DocScrutinizeryeah | 22:00 |
*** zeq has quit IRC | 22:00 | |
DocScrutinizer | It's under /dev/*twl4030*/* iirc | 22:00 |
SpeedEvil | It works for some processors | 22:01 |
SpeedEvil | Not mine | 22:01 |
DocScrutinizer | for mine it works until it freezes | 22:01 |
DocScrutinizer | not like "freezing water" | 22:01 |
DocScrutinizer | but like "it locks and doesn't change anymore" | 22:01 |
freemangordon | could it be buggy driver? | 22:02 |
*** valerius has quit IRC | 22:02 | |
DocScrutinizer | IIRC it'S a silicon erratum | 22:02 |
SpeedEvil | freemangordon: They removed the temp sensor references on the next datasheet, and said 'doesn't work' in the forums | 22:02 |
DocScrutinizer | they = TI | 22:03 |
DocScrutinizer | freemangordon: /dev/twl4030-adc | 22:04 |
DocScrutinizer | beware! there are like 8 ADC channels | 22:04 |
DocScrutinizer | you prolly wanna look up the driver source | 22:05 |
DocScrutinizer | ADCIN4 is BSI (battery resistor) | 22:06 |
DocScrutinizer | you'll probably need ioctl to read them | 22:10 |
freemangordon | yeah, I saw that | 22:10 |
freemangordon | thanks | 22:10 |
freemangordon | maybe i should use the same in hald-addon-bme | 22:11 |
*** zeq has joined #maemo | 22:14 | |
*** mardi has joined #maemo | 22:20 | |
*** Vanadis has joined #maemo | 22:20 | |
*** mardi has left #maemo | 22:20 | |
*** cityLights has joined #maemo | 22:25 | |
*** bennypr0fane has joined #maemo | 22:25 | |
*** swc|666 has joined #maemo | 22:25 | |
*** k273 has quit IRC | 22:26 | |
*** penguinbait has quit IRC | 22:26 | |
bennypr0fane | Hello, does aynone how I can find out whcih version of U-Boot i have installed? | 22:26 |
bennypr0fane | I'm not sure it's the latest one | 22:26 |
bennypr0fane | I have Nokia kernel since I installed it, but I want Power kernel back | 22:27 |
DocScrutinizer | you need uboot+powerkernel, they are a "couple" | 22:30 |
*** ferdna has joined #maemo | 22:30 | |
DocScrutinizer | I.E. it's basically a kernel with implanted uBoot, and you only can flash the complete kernel (incl the uBoot part) | 22:31 |
bennypr0fane | that's new to me | 22:32 |
bennypr0fane | bcause when I installed Uboot, it flashed my kernel | 22:32 |
DocScrutinizer | so? | 22:32 |
DocScrutinizer | isn't that exactly in line with what I said above? | 22:32 |
bennypr0fane | I thought that I had to do that and then reflash power kernel to get both | 22:32 |
bennypr0fane | I didn't know there was like a coupled package | 22:33 |
DocScrutinizer | no, when you flash powerkernel, it will nuke uboot | 22:33 |
bennypr0fane | oh | 22:33 |
bennypr0fane | :-D | 22:33 |
bennypr0fane | it's kinda funny | 22:33 |
bennypr0fane | so how can I do this | 22:33 |
DocScrutinizer | it's kinda the only way to implement it | 22:33 |
DocScrutinizer | you need uboot for powerkernel, or sth like that | 22:34 |
bennypr0fane | because before you said they're a couple, but they both remove each other :-) | 22:34 |
DocScrutinizer | which correctly should be named "ubot *with* powerkernel" | 22:34 |
bennypr0fane | hmhmhm... | 22:34 |
*** hurbu has joined #maemo | 22:35 | |
bennypr0fane | http://talk.maemo.org/showthread.php?t=81613 | 22:36 |
bennypr0fane | the instructions in this thread are not leaving me any wiser | 22:36 |
bennypr0fane | I can't see a package "combined" with power kernel | 22:37 |
bennypr0fane | it just says you can create it yourself, or you can make dualboot | 22:37 |
bennypr0fane | but I think by combined they actually mean 2 kernels | 22:37 |
bennypr0fane | I don't want 2 kernels, no dualboot | 22:37 |
bennypr0fane | just Uboot and power v50 | 22:38 |
bennypr0fane | and here: http://talk.maemo.org/showthread.php?t=83118& | 22:39 |
bennypr0fane | it says "needed packages" from Uboot: U-Boot support (optional): | 22:40 |
bennypr0fane | First from U-Boot for Nokia RX-51 with BootMenu thread install needed U-Boot packages. Then in Hildon Application Manager install package Linux kernel for power user (boot image for multiboot) | 22:40 |
bennypr0fane | Or via apt-get package kernel-power-bootimg | 22:40 |
bennypr0fane | do I need to get this boot image first, or do I do something to Uboot first? | 22:41 |
*** ALoGeNo has joined #maemo | 22:44 | |
*** ALoGeNo has quit IRC | 22:44 | |
*** ALoGeNo has joined #maemo | 22:44 | |
*** GeneralAntilles has quit IRC | 22:45 | |
DocScrutinizer | bennypr0fane: ok, seems I've been wrong, the thread leaves me thinking uBoot loads kernel from NAND root partition form /boot/zImage | 22:46 |
bennypr0fane | bcause latest Uboot is from 28 April, and I installed it way before that... | 22:46 |
bennypr0fane | ah | 22:46 |
Pali | if you want kernel power and u-boot, first install u-boot from thread and then install kernel-power-bootimg package | 22:46 |
bennypr0fane | Pali will that work with any version of Uboot? | 22:47 |
DocScrutinizer | so in fact (if that's correct now) uBoot *replaces* "normal" kernel, and you need a special zImage kernel instead, that's loaded by uBoot then | 22:47 |
Pali | no | 22:47 |
Pali | only with my last | 22:47 |
bennypr0fane | because I'm not sure which version I have now | 22:47 |
*** GeneralAntilles has joined #maemo | 22:47 | |
bennypr0fane | how do I make sure? | 22:47 |
DocScrutinizer | Pali: where from is uBoot loading the "stock" kernel? | 22:47 |
DocScrutinizer | GeneralAntilles: HEYA°! | 22:48 |
Pali | my u-booy image has attached zImage into u-boot binary | 22:48 |
Pali | and u-boot binary is flashed into NAND | 22:48 |
Pali | *default stock zImage | 22:48 |
Pali | other kernels can be booted, if have proper /etc/bootmenu.d/ entry | 22:48 |
Pali | and kernel-power-bootimg has that needed entry | 22:49 |
DocScrutinizer | so still uBoot+kernel live in mtd1 ? | 22:49 |
Pali | yes | 22:49 |
DocScrutinizer | ok, then I was right first | 22:49 |
DocScrutinizer | at least in that regard | 22:50 |
Pali | I think it is still good idea to have one working kernel (stock pr1.3) attached to u-boot binary | 22:50 |
DocScrutinizer | is uboot pkg building this combo on device, or are you shipping prebuilt pkgs? | 22:50 |
Pali | so if you drop/remove other kernel zimages, stock will always boot | 22:50 |
DocScrutinizer | sure, otherwise no recover after fiasco flashing | 22:51 |
Pali | I only ship u-boot+stock which is enaought | 22:51 |
*** NIN101 has quit IRC | 22:51 | |
DocScrutinizer | :nod: | 22:51 |
Pali | but this u-boot has Bootmenu | 22:51 |
DocScrutinizer | so how would you boot KP? | 22:51 |
Pali | read thread | 22:51 |
Pali | http://talk.maemo.org/showthread.php?t=81613 | 22:51 |
DocScrutinizer | it's a bit confusing | 22:51 |
DocScrutinizer | :-) | 22:51 |
Pali | u-boot can load zImage from eMMC | 22:52 |
Pali | or SD card | 22:52 |
GeneralAntilles | gdda eyard is re | 22:52 |
DocScrutinizer | ~rot13 gdda eyard is re | 22:52 |
infobot | tqqn rlneq vf er | 22:52 |
Pali | if you create bootmenu entry and run u-boot-update-bootmenu, u-boot will create nice bootmenu | 22:52 |
GeneralAntilles | Stupid goddamn keyboard is broken | 22:52 |
DocScrutinizer | hmm, nope, no rot13 | 22:52 |
bennypr0fane | :-D | 22:52 |
GeneralAntilles | This is the 3rd Unicomp board I've had die like that | 22:52 |
GeneralAntilles | One series of keys stops responding. | 22:53 |
*** thexception|off is now known as thexception | 22:53 | |
bennypr0fane | General ANtilles i thought u were speaking a foregin language :-) | 22:53 |
DocScrutinizer | Pali: I still fail to understand what are the steps to get uBoot+KP | 22:53 |
bennypr0fane | Pali me too | 22:53 |
Pali | drop kp zImage to /boot, drop menu item to /etc/bootmenu.d/ and run u-boot-update-bootmenu | 22:54 |
DocScrutinizer | ahaaa | 22:54 |
DocScrutinizer | :-D | 22:54 |
Pali | kernel-power-bootimg will do that | 22:54 |
bennypr0fane | Uboot is not in Appmanager, so I cant' see the verison number there | 22:54 |
DocScrutinizer | okidoki :-) | 22:54 |
bennypr0fane | Pali: could you translate that to "dumb user"-speak? | 22:55 |
Pali | u-boot-update-bootmenu is script which create u-boot bootmenu script in MyDocs/ and when starting u-boot it try to load & run that script | 22:55 |
Pali | bennypr0fane, if you want u-boot with kp, just install u-boot from that thread and after that install package kernel-power-bootimg from Extras-Testing | 22:56 |
Pali | no more steps is needed | 22:56 |
bennypr0fane | but that means I have to remove my curretn Uboot first, right? | 22:56 |
Pali | yes | 22:56 |
bennypr0fane | how to remove it? | 22:57 |
Pali | first flash stock kernel | 22:57 |
Pali | then check installed u-boot packages and remove them | 22:57 |
bennypr0fane | stock kernel is in place | 22:57 |
bennypr0fane | what command can I use to see waht I have installed? | 22:58 |
Pali | flash stock kernel: $ sudo apt-get install --reinstall kernel kernel-modules kernel-flasher | 22:58 |
Pali | show installed u-boot packages: $ dpkg -l *u-boot* *uboot* | grep ^ii | 22:58 |
Pali | remove packages: $ dpkg -P packages | 22:59 |
bennypr0fane | why the need to flash stock kernel first if I already have it installed? | 23:00 |
bennypr0fane | flashing successful... | 23:00 |
bennypr0fane | that's weird | 23:02 |
bennypr0fane | it says no packages found matching *u-boot* | 23:03 |
bennypr0fane | Pali is there a typo? | 23:04 |
Pali | and *uboot* too? | 23:05 |
bennypr0fane | can I run both commands in 1 row? | 23:06 |
bennypr0fane | or 1 after the other? | 23:06 |
bennypr0fane | dpkg -l *uboot* gives a lot of funny output | 23:07 |
*** valerius has joined #maemo | 23:08 | |
bennypr0fane | Pali: would you mind taking a look? http://pastebin.com/e3yS2zUk | 23:11 |
bennypr0fane | I dunno... could it be Uboot was removed by flashing the kernel? | 23:14 |
bennypr0fane | it seems to be gone now | 23:15 |
bennypr0fane | thi sis so weird | 23:15 |
Pali | bennypr0fane, that package is not installed | 23:15 |
Pali | needs ^ii | 23:15 |
Pali | ^ii means installed | 23:16 |
*** Omegamoon has left #maemo | 23:16 | |
*** valerius has quit IRC | 23:16 | |
bennypr0fane | so uboot is not present right now on my N900? | 23:19 |
*** teotwaki_ has joined #maemo | 23:19 | |
bennypr0fane | oh, so I DO have to run that as 1 command...? | 23:19 |
*** perlite has quit IRC | 23:20 | |
*** perlite has joined #maemo | 23:22 | |
*** GeneralAntilles has left #maemo | 23:27 | |
*** GeneralAntilles has joined #maemo | 23:27 | |
ShadowJK | installing "normal" power kernel or nokia kernel will overwrite uboot | 23:30 |
bennypr0fane | ShadowJK nice | 23:34 |
bennypr0fane | that explains how it disappeared | 23:34 |
bennypr0fane | meaning I can now safely install the newer uboot? | 23:34 |
*** BCMM has quit IRC | 23:37 | |
bennypr0fane | well, at least it won't eat my brain anymore... | 23:38 |
bennypr0fane | I can't install u-boot-tools | 23:39 |
bennypr0fane | it says not compatible | 23:39 |
*** t_s_o has joined #maemo | 23:43 | |
*** NIN101 has joined #maemo | 23:44 | |
*** NIN101 has quit IRC | 23:46 | |
*** valerius has joined #maemo | 23:51 | |
*** mortenvp has joined #maemo | 23:52 | |
*** dhbiker has quit IRC | 23:52 | |
*** OkropNick has quit IRC | 23:55 | |
Pali | bennypr0fane, what? | 23:56 |
*** peterbjornx has joined #maemo | 23:57 | |
peterbjornx | hello | 23:58 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!