IRC Logs

06. 09 2010

2010 9
Mo Tu We Th Fr Sa So
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30      
[00:08:34] *** dumuzid has joined #zipit
[00:54:56] *** shifuimam has quit IRC
[01:15:36] *** ssieb has quit IRC
[01:31:16] *** mtb369 has quit IRC
[01:32:49] *** dumuzid has quit IRC
[01:34:47] *** mtb369 has joined #zipit
[01:38:21] *** Marex has quit IRC
[01:38:41] *** Marex has joined #zipit
[02:16:19] *** bryan_w has quit IRC
[02:45:17] *** Kraftnux has quit IRC
[03:03:50] *** ssieb has joined #zipit
[03:15:24] *** geordy has quit IRC
[03:36:46] *** Marex has quit IRC
[03:37:06] *** geordy has joined #zipit
[03:43:27] *** geordy has quit IRC
[03:43:48] *** geordy has joined #zipit
[05:01:30] *** absamide has quit IRC
[05:09:30] *** Marex has joined #zipit
[07:56:54] *** nimare2 has joined #zipit
[08:55:48] *** poopie75656 has quit IRC
[09:40:36] *** ricardol has joined #zipit
[09:41:34] <ricardol> hi everyone, i have a question, has someone tried the uboot patch to be able to "turn off " the zipit?
[10:34:56] <ssieb> ricardol: you'll get more response in #zipit-dev
[10:36:21] *** FoxSYS has joined #zipit
[10:39:25] *** nimare2 has quit IRC
[10:56:02] *** FoxSYS has quit IRC
[11:01:39] *** bryan_w has joined #zipit
[11:04:22] *** _wejp is now known as wejp
[11:23:41] <SB-Zipit> New news from http://linux.zipitwireless.com/timeline?milestone=on&ticket=on&wiki=on&max=50&daysback=90&format=rss: WikiStart edited by David1
[11:29:35] *** nimare2 has joined #zipit
[11:34:18] *** nimare2 has quit IRC
[11:41:19] *** nimare2 has joined #zipit
[12:03:29] *** ricardol has quit IRC
[12:08:26] <zmef> hey all, i want to take my z2 back to stock but i didn't back up anything...is this possible? are there directions somewhere?
[12:19:00] <Kevin`> yes, you'd just have to overwrite the flash with the original contents. I have not seen a guide. I have a backup of mine but they store device-specific data on them I think..
[13:04:29] *** Conrad-T-Pino has joined #zipit
[13:05:49] <Conrad-T-Pino> Good morning Zipits!
[13:06:45] <dTal> hello
[13:07:08] *** lukev has joined #zipit
[13:08:24] <Conrad-T-Pino> Today is Labor Day in USA: http://en.wikipedia.org/wiki/Labor_Day
[13:11:50] <dTal> Maybe all the linux kernel hackers will stay home and help me with this confounded Linux
[13:13:06] <dTal> apparently something can be undefined enough to default to a wonky type, but defined enough to throw a "previous declaration" error
[13:17:24] <Conrad-T-Pino> which language?
[13:17:39] <dTal> C
[13:17:44] <dTal> It's the kernel.
[13:17:59] <dTal> I can't seem to apply the shutdown patch.
[13:18:12] <Conrad-T-Pino> which version (released, latest, etc...)
[13:18:32] <dTal> Git cloned from Marex's source tree.
[13:18:38] <dTal> Yesterday.
[13:18:51] <Conrad-T-Pino> has to be config problem.
[13:19:06] <Conrad-T-Pino> which function is it complaining about?
[13:19:17] <dTal> But I can't seem to work it out. I don't know if I'm being an idiot or what, but it makes no sense...
[13:19:47] <dTal> It's complaining about the two functions in the shutdown code, pm_power_off and arm_pm_restart
[13:19:48] <Conrad-T-Pino> paste complete error message if you can.
[13:20:22] <dTal> Easy:
[13:20:23] <dTal> arch/arm/mach-pxa/z2.c:764: warning: data definition has no type or storage class
[13:20:23] <dTal> arch/arm/mach-pxa/z2.c:764: warning: type defaults to ‘int’ in declaration of ‘pm_power_off’
[13:20:26] <dTal> arch/arm/mach-pxa/z2.c:764: error: conflicting types for ‘pm_power_off’
[13:20:29] <dTal> include/linux/pm.h:35: error: previous declaration of ‘pm_power_off’ was here
[13:20:57] <dTal> And, a similar message for the other one
[13:21:44] <dTal> The thing is, pm_power_off is defined in pm.h, as void
[13:22:38] <dTal> So when z2.c defines z2_poweroff as void also, then does pm_power_off = z2_poweroff;
[13:22:41] <dTal> it ought to work
[13:23:23] <dTal> oh yes, and there's arch/arm/mach-pxa/z2.c:764: warning: initialization makes integer from pointer without a cast
[13:23:45] <dTal> that comes right after the "previous declaration" error
[13:27:07] <Conrad-T-Pino> talking on the phone, BRB
[13:28:32] *** ricardol has joined #zipit
[13:32:15] *** mozzwald has joined #zipit
[13:37:43] *** lukev has quit IRC
[13:57:49] <Conrad-T-Pino> OK, I'm back.
[13:59:09] <Conrad-T-Pino> sounds like a development GIT archive?
[13:59:36] <dTal> Yeah - turns out I I hadn't quite patched it correctly
[13:59:46] <dTal> mozzwald fixed it for me.
[14:00:39] <Conrad-T-Pino> cool!
[14:55:49] *** nimare2 has quit IRC
[15:00:03] *** nimare2 has joined #zipit
[15:19:45] <ricardol> hi everyone, i have a question, has someone tried the uboot patch to be able to "turn off " the zipit?
[15:22:48] *** lukev has joined #zipit
[15:27:57] <dTal> ricardol: It works for me.
[15:28:22] *** Conrad-T-Pino has left #zipit
[15:32:51] <ricardol> no problems or weird behaviour? i am just asking because since it is experimental, i dont want to flash my z2 and be left without Shutdown
[15:33:53] <dTal> If the kernel is properly patched, I've no problems. In fact it works better than it did before because I couldn't seem to power it off with the Aliosa kernel.
[15:35:06] <dTal> A caveat with uboot: the latest Linux kernel has problems with jack sense on the headphone jack for some reason, so when you plug something in the volume is super-low.
[15:35:18] <dTal> If that's a issue, I'd wait until that's fixed
[15:35:46] <dTal> On the other hand, fixing it won't require reflashing, since it's just a kernel thing
[15:38:08] <ricardol> what image do you use?
[15:51:02] <dTal> Haven't settled yet.
[16:32:13] *** lukev has quit IRC
[16:34:37] *** lukev has joined #zipit
[16:53:40] *** ricardol has quit IRC
[16:54:54] *** lukev has quit IRC
[16:56:47] *** lukev has joined #zipit
[17:05:28] *** lukev has quit IRC
[17:10:57] *** lukev has joined #zipit
[17:17:38] *** ssieb has quit IRC
[17:17:54] *** ssieb has joined #zipit
[17:29:40] *** ssieb has quit IRC
[17:38:28] *** ssieb has joined #zipit
[18:31:40] *** user has joined #zipit
[18:32:40] <user> hi, anyone there?
[18:33:28] *** user is now known as gimmebottles
[18:33:55] <Marex> gimmebottles: #zipit-dev
[18:46:09] *** gimmebottles has quit IRC
[19:45:42] *** dumuzid has joined #zipit
[19:57:56] *** lukev has quit IRC
[19:58:21] *** lukev has joined #zipit
[20:08:03] *** lukev has quit IRC
[20:08:17] *** lukev has joined #zipit
[20:14:46] *** absamide has joined #zipit
[20:44:26] *** mozzwald has quit IRC
[21:00:58] *** geordy has quit IRC
[21:43:17] *** geordy has joined #zipit