**** BEGIN LOGGING AT Sat Jan 15 03:00:01 2011 Jan 15 09:19:02 dm8tbr is there any way to bind standby and wake up events to vol+ vol- buttons? Jan 15 09:19:30 on an Archos gen6 I presume? Jan 15 09:19:59 I'd look at how kevin did the binding Jan 15 09:20:13 also wakeup from standby is always the power button Jan 15 10:00:59 on gen7 Jan 15 10:01:30 i was looking around... think he starts some type of daemon... Jan 15 10:01:43 yes, there is a server process Jan 15 10:01:57 and power button does not wake up from | echo -n "standby" > /sys/power/state Jan 15 10:02:04 his stuff kind-of-partly-works on gen7 Jan 15 10:02:16 but most of the UI does nothing on gen7 Jan 15 10:02:35 well not much 'd say :) power management is really bad... Jan 15 10:02:47 you might need to unload a few modules before you force standby like that Jan 15 10:04:06 power button not waking up from standby might be connected with that? Jan 15 10:05:19 yes Jan 15 10:05:52 it took kevin a while to make sure his gen6 would wake up cleanly after standby Jan 15 10:06:06 for reference see his standby script Jan 15 10:06:11 hm... interesting... any idea on what modules have to be unloaded? Jan 15 10:06:21 IIRC he unloads sound and wifi Jan 15 10:06:32 it's all trial and error Jan 15 10:06:37 and is there any way to contact kevin on that? Jan 15 10:06:45 i understand Jan 15 10:06:50 you have different hardware, keep that in mind Jan 15 10:07:16 aha, and that difference has almost driven me crazy... Jan 15 10:07:23 I'd just start by unloading _all_ modules and trying if wakeup from standby works Jan 15 10:07:38 there are simmilarities, but also huge differences Jan 15 10:07:45 you mean power button press right? Jan 15 10:07:59 yes Jan 15 10:09:24 on another hand if i could bind ( echo -n "standby" > /sys/power/state to vol- ) ( echo -n "on" > /sys/power/state to vol+ ) and (show desktop to power button ) that would rock for me.... Jan 15 10:09:51 I don't think you understand how standby works... Jan 15 10:10:19 yes i am "noob" with system stuff... Jan 15 10:11:12 so, in standby the system sleeps. NOTHING happens. Jan 15 10:11:26 there is nothing that could execute a command because nothing is running Jan 15 10:11:57 IIRC the power button makes ATMEGA send an _interrupt_ to the SoC that then wakes up Jan 15 10:12:41 you can put the sleep command on the volume button, but for waking up it will always be the power button. Jan 15 10:13:39 (that's a bit oversimplified, but unless you want to dive deep into the kernel it's like that) Jan 15 10:13:52 ok i fully understand... but there is one quirk... currently echo -n "standby" > /sys/power/stat does not put device in f"full sleep" Jan 15 10:14:19 ssh commands are stil executable... and power button push still calls archos helper Jan 15 10:14:30 and the dmesg output is? Jan 15 10:14:45 so that means that technically only display is set off... Jan 15 10:19:33 UchaDzodzuashvil: I've put you on ignore. I'll remove the ignore in 15min. please learn about pastebin, KTX. Jan 15 10:48:17 sorry i PM ed whole DMESG Jan 15 10:48:17 sry for that Jan 15 10:48:18 seemed to work once... Jan 15 10:48:19 but no success after... Jan 15 11:04:37 UchaDzodzuashvil: so, has your client stopped flooding me... Jan 15 11:04:48 how about a pastebin URL then Jan 15 11:06:21 kill me... do not know what is that Jan 15 11:10:29 i found keylaunch which shaold be responsible for launching different stuff on button push Jan 15 11:11:15 http://pastebin.com/ Jan 15 20:49:46 dm8trb: did all the stuff (keylaunch was the answer ) intercepted lov buttons and custom programmed them :) thanks bro! Jan 15 20:50:37 trying to clean put-away/wake-up wlan Jan 15 21:28:52 interesting observation... 'mem' power stat sleebs device to memory only if it is disconnected from power source... Jan 15 22:08:00 Hey everyone. I've just setup a new angstrom configuration, and I want to add a package overlay. Is there a good example anywhere, because I seem to be missing something basic… I've added the directory to bblayers.conf, and added a conf/layer.conf to that directory, but I cannot seem to pick up packages in the overlay. Jan 15 22:13:43 Heh, nevermind. Looks like you have to actually be *in* the dir where bblayers.conf is in order to see the results... **** ENDING LOGGING AT Sun Jan 16 02:59:58 2011