**** BEGIN LOGGING AT Thu Nov 18 02:59:58 2010 Nov 18 08:53:48 morning Nov 18 16:02:08 torez: I think there aren't a bug opened to fix the broken wifi on IGEP v2, you can open one ? Nov 18 16:29:32 eballetbo, yes, it's probably better here than that long email string :-) so why CONFIG_REGULATOR_DUMMY ? Nov 18 16:29:58 eballetbo, interesting that was not enabled for older linaro kernel yet wifi worked fine Nov 18 16:33:51 the problem is commit 00cd6e6ad383061b7111f7cff3d0f84b73d3c0c7 (igepv2: Remove VMMC2 regulator), the patch is ok but introduces a new feature. Nov 18 16:34:25 this patch removes an unused regulator entry, but left the second MMC channel (used by the Libertas WLAN mudule) without link to power regulator. This causes the SDIO module to fail being detected. Nov 18 16:35:09 eballetbo, ok, explains why it can't be loaded and is not instantiated at boot time Nov 18 16:38:27 WIFI/BT (MMC2) requires link to power regulator to be detected, otherwise the SDIO card on mmc2 is not detected and the libertas_sdio driver is not loaded at boot time. Nov 18 16:42:21 This should be solved with https://patchwork.kernel.org/patch/333911/ , set CONFIG_REGULATOR_DUMMY is only a workaround. Nov 18 16:43:53 eballetbo: I'm not sure we merged 00cd6e6ad383061b7111f7cff3d0f84b73d3c0c7 though Nov 18 16:44:00 eballetbo, oh great, patch to fix is there...tnx Nov 18 16:46:21 lool: on my ubuntu git tree is merged (Ubuntu-2.6.32-23.40) Nov 18 16:47:00 torez: I wll backport and send the patch if it works Nov 18 16:47:26 eballetbo, I was just doing that too :-) Nov 18 16:56:36 torez: have you tested wifi with CONFIG_REGULATOR_DUMMY, is working ? Nov 18 16:59:25 eballetbo, yes, that works Nov 18 16:59:41 eballetbo: 2.6.32?? Nov 18 17:00:13 torez, eballetbo: AIUI, Wifi was broken in Linaro 10.11 images; is that what we're discussing, or are we discussing that it was broken upstream? Nov 18 17:00:30 eballetbo, wifi also worked in older linaro kernel without CONFIG_REGULATOR_DUMMY Nov 18 17:00:35 (Ubuntu shipped 2.6.35 in 10.10, not .32) Nov 18 17:02:17 lool: sorry Ubuntu-2.6.35-23.40 Nov 18 17:03:46 Right, so I see 00cd6e6ad383061b7111f7cff3d0f84b73d3c0c7 in the master branch of ubuntu/ubuntu-maverick.git; "UBUNTU: ARM: igepv2: Remove VMMC2 regulator", and I see it in the linaro branch indeed Nov 18 17:04:09 it didn't make it to Linaro 2.6.35, how confusing Nov 18 17:04:47 eballetbo: Probably the right explanation then indeed, thanks! I had passed that patch to scottb yesterday actually, since he mentioned this wifi issue to me and I saw the patch on lakml Nov 18 17:13:20 torez: CONFIG_FIXED_REGULATOR is required, now SDIO card is detected (mmc1: new SDIO card at address 0001) but the firmware is not loading for me (libertas_sdio: probe of mmc1:0001:1 failed with error -2) Nov 18 17:22:02 oops my bad, I haven't the firmware in /lib/firmware, I copied the firmware files and now wifi is working :-) Nov 18 18:04:58 eballetbo, sorry, was in a meeting...cool :-) Nov 18 20:28:25 hi using rootstock how to create image for lubuntu or gnome xfce4 Nov 18 20:28:50 eithr of this any desktop environment Nov 18 20:29:11 i have downloaded rootstock Nov 18 20:47:41 aksh1, https://wiki.ubuntu.com/ARM/RootfsFromScratch Nov 18 20:48:10 cwillu_at_work, thanks Nov 18 20:48:25 aksh1, spend a _little_ effort googling next time :p Nov 18 20:48:41 cwillu_at_work, in arm is there edubuntu Nov 18 20:48:55 aksh1, read the page Nov 18 20:49:18 cwillu_at_work, yes before getting this itself i started all luduntu xubuntu filesystem creatiopn\ Nov 18 20:49:48 --seed just wants a list of packages Nov 18 20:49:53 there's nothing special about them Nov 18 20:49:54 cwillu_at_work, thanks, is there any arm gui emulaor Nov 18 20:50:25 i mean to test some .c apps want to test in emulator Nov 18 20:50:29 what part of "spend a little effort googling" didn't you understand? :p Nov 18 20:50:32 gui Nov 18 20:51:05 cwillu_at_work, i did something scratchbox and other commanline tools i got Nov 18 20:51:33 but expecting exact which one Nov 18 20:51:41 got confused Nov 18 20:54:45 cwillu_at_work, one more basic doubt... rootstock now fetching alot .deb and creating filesystem will these .deb can be stored on local system Nov 18 20:55:04 so that next time i need not to connect repository Nov 18 21:20:29 aksh1, You'll need to have some local cache manager. apt-cacher is often recommended, and approx got recent mention on planet. Nov 18 21:21:03 persia, is it possible to use apt-cacher with rootstock Nov 18 21:22:03 You'd need to set the debootstrap-mirror to point at the cache, or otherwise set up the proxy, but beyond that, I can't imagine why not. Nov 18 21:22:23 But as I haven't used rootstock since before it had a working GUI, I'm maybe not the best person to ask :) **** ENDING LOGGING AT Fri Nov 19 02:59:58 2010