**** BEGIN LOGGING AT Mon Feb 16 02:59:59 2015 Feb 16 09:26:56 morning all Feb 16 09:40:21 hi bl Feb 16 11:16:21 good morning Feb 16 11:25:48 Hi, i have a little kernele question. I'm using a 3.2 kernel and i have to define KEYS. I would like to have one key that is going SLEEP my system, and WAKEUP it. I'm using gpio_keys_button struct and i define there key code. but unofrtunately KEY_WAKEUP and KEY_SLEEP has diffrent CODE. Do you know any solution for this challenge? Feb 16 11:28:03 KEY_WAKEUP is not waking your system Feb 16 11:28:12 any key can do that Feb 16 11:28:31 you simply have to set wakeup to true for that key Feb 16 11:29:31 gpio-key,wakeup in DT or .wakeup in pdata Feb 16 11:31:06 Hmmm... Feb 16 11:32:10 ok i almost got it, but in my kernel i have no devicetree. it's old 3.2 kernel. Feb 16 11:32:42 Anyway in gpio_keys_button structure there is a wakeup variable. Feb 16 11:32:53 like I said: "or .wakeup in pdata" Feb 16 11:33:17 Ok i will test it. Feb 16 11:34:29 So i have theoretically question. What happens if i set key code to KEY_SLEEP, but i also set .wakeup = 1 ? Feb 16 11:35:20 what you expect Feb 16 11:35:48 KEY_* doesn't do anything on its own Feb 16 11:35:55 it is a keycode sent to userspace Feb 16 11:36:59 Hmm... So if i want to determine action after sending this keycode i have to for example check what systemd will do with this keycode? Feb 16 11:37:17 I'm using systemd. Feb 16 11:37:56 I don't know systemd enough to answer Feb 16 14:18:44 http://lists.dragonflybsd.org/pipermail/users/2015-February/207469.html may be of interest to folks in here if they haven't seen it Feb 16 14:24:32 kergoth depends on that the next batch of ssd provides the same quality ;) Feb 16 14:27:15 true Feb 16 14:38:17 For example i have this line 'PACKAGECONFIG[zlib] = "-system-zlib,-qt-zlib,zlib"' in qtbase recipe. How to overwrite this line in my machine .conf file? Will this "PACKAGECONFIG_pn-qtbase[zlib] = ..." work ? Feb 16 14:41:12 you don't overwrite it Feb 16 14:41:29 you do PACKAGECONFIG_pn-qtbase += zlib Feb 16 14:41:34 for example Feb 16 14:43:58 _append_pn-qtbase Feb 16 14:44:14 Ok, but for example Feb 16 14:44:17 += and appends don't work like that :) Feb 16 14:44:23 += and overrides, I mean Feb 16 14:44:48 thatll create PACKAGECONFIG_pn-qtbase, which will blow away PACKAGECONFIG in taht recipe rathe rthan adding to it, which is likely what you intended Feb 16 14:44:53 i would like to use qt bundled jpeg but in qtbase is PACKAGECONFIG[jpeg] = "-system-libjpeg,-no-libjpeg,jpeg" so i have to overwrite this. Feb 16 14:44:55 morning Feb 16 14:45:34 morning Feb 16 14:48:58 yes, I meant append... Feb 16 14:49:37 spaszkoPL why do you need the qt bundled jpeg? Feb 16 14:50:06 spaszkoPL and do you want to recompile whole qt when an security error is found in jpeg? Feb 16 14:51:51 Hmm... i have a problem with display graphics in my application. I spoken with our graphics designer, he suggest me that i could have wrong jpeg library on my embedded device. So i would like to test Qt with bundled libraries. Feb 16 14:52:12 * in fact with displaying images in Qt app. Feb 16 14:52:45 "display graphics" don't say anything. Feb 16 14:54:59 spaszkoPL when you are building with oe you always get a right jpeg lib Feb 16 14:55:36 what does the graphics designer knows of oe Feb 16 14:55:43 while we are on QT building issues, I get: Feb 16 14:55:44 Project ERROR: Unknown module(s) in QT: quick-private Feb 16 14:55:52 when building qtdeclarative Feb 16 14:57:09 Talk with JaMa or Otavio Feb 16 14:57:22 yeah JaMa said he didn't try Feb 16 14:57:29 I was going to send a mail to otavio Feb 16 14:57:31 spaszkoPL I would first try png or other formats Feb 16 14:57:43 to see if there is nothing fundamental wrong with qt Feb 16 14:57:46 I managed to reproduce it with meta-fsl-arm :) Feb 16 15:00:33 woglinde, At the moment i have libjpeg.8.0.2 and libpng16.so.16.30.0, but ok it's also good option to check another format. Anyway, from my point of view to run a build, do antoher job, and after a build complete to test it, it's also OK. Feb 16 15:01:15 spaszkoPL sure, but maybe is a waste of time Feb 16 15:01:36 I would first compile a simple program to display various graphic formats Feb 16 15:01:43 and test this Feb 16 15:02:58 Your idea seems good - i will do it first. Feb 16 15:14:11 Ok so after short investigation i found. JPEG and PNG are displaying same. So it's not image problem. But i found sth more. I'm using qss in my application and when i'm putting color i hex format #RGB, i have wrong order. when i put #F00 it's blue, and #00F it's red. green is ok. I'm using -platform linuxfb so maybe there is a problem. Feb 16 15:34:15 spaszkoPL ;) Feb 16 17:53:05 abelloni: IIRC qtdeclarative needs icu to build quick-private Feb 16 17:53:20 abelloni: so your problem isn't disabling opengl, but disabling icu Feb 16 18:06:36 JaMa: I pretty sure buildroot manages to build it without icu Feb 16 18:07:33 JaMa: http://code.bulix.org/vh2qbu-87888 Feb 16 18:09:02 that is the qtbase configure from buildroot Feb 16 18:17:41 JaMa: how could I check why quick-private is missing ? Feb 16 18:19:18 I confrm, I got the same with icu Feb 16 18:26:18 abelloni: the issue I remember was fixed in 5.3* https://bugreports.qt.io/browse/QTBUG-38202 Feb 16 18:26:32 find out which part of qtdeclarative needs quick-private Feb 16 18:30:18 yeah, the question being how do I do that :) Feb 16 18:30:40 I trying to build 5.4.0 so I guess that is fixed Feb 16 21:47:49 are there any tricks getting wppa_suppliant to connect? Feb 16 23:15:59 Crofton: depends on your config :) Feb 16 23:50:48 abelloni, what config Feb 16 23:59:37 of your AP Feb 16 23:59:51 usually WPA2-PSK is easy enough Feb 16 23:59:56 so, using wpa_cli, I run scan and scan_results, and have no results Feb 17 00:00:04 yeah Feb 17 00:00:20 I fell like I have a stupid problem Feb 17 00:01:44 iw dev wlan0 scan Feb 17 00:01:49 gives me a garbage SSID Feb 17 00:01:57 but I feel like I had a good one earlier Feb 17 00:02:17 i usually just use .. what is it, wpa_passphrase? to generate a config, edit it, and start it up with that Feb 17 00:02:23 something like that, anyway, been a while Feb 17 00:02:39 yeah that should just work Feb 17 00:02:55 but iw dev wlan0 scan is not good :) Feb 17 00:03:11 I meant iw dev wlan0 scan returning garbage is not good Feb 17 00:03:27 what is your adapter ? Feb 17 00:05:36 rtl8192cu Feb 17 00:05:49 I'm going to try and get back to working iw scan Feb 17 00:06:34 marketing was making me show usb flat panel Feb 17 00:07:54 ok ifconfig wlano 0, the scan gets me the id's I epxect Feb 17 00:08:43 I think I had to update the linux-firmware recipe to get it to work reliably Feb 17 00:09:00 butg you should not have more issues than that Feb 17 00:09:12 is that change in master? Feb 17 00:09:49 I feel liek there are issue with legacy wireless config also Feb 17 00:14:04 I think I got it from master, yes Feb 17 00:14:54 this is making me angry, lets try hostap, which will get marketing off my back :) **** ENDING LOGGING AT Tue Feb 17 02:59:58 2015