**** BEGIN LOGGING AT Mon Jan 17 02:59:57 2011 Jan 17 11:21:50 marex: pong Jan 17 17:18:31 hi marex: about the libertas-fw. the palm tx enterprice security update contains no new fw. wanted to inform - i bought the esu a few years ago and hoped to get a commercial fw-update. Jan 17 17:38:01 macgyver_alt: I'm talking to marvell about possible release of v5 fw for cf8381 Jan 17 17:39:24 yes you told - you even told about the chances ... Jan 17 17:40:21 do you rate the higher? Jan 17 17:40:39 I got somewhere, I'll see Jan 17 17:41:25 do you know about the watchdog timeout error Jan 17 17:42:13 (unfortunatly I've read posts about this even with fwv5 - but other chipset) Jan 17 17:48:17 watchdog timeout ? Jan 17 17:48:17 no Jan 17 17:49:23 very strange: after som kb traffic the module sais that there is a watchdog timeout Jan 17 17:50:06 like: http://answerpot.com/showthread.php?686972-libertas+watchdog+timeout Jan 17 17:51:19 or: http://old.nabble.com/-verdex--libertas-wifi-driver-hangs-td28842840.html Jan 17 17:52:29 so i do a while-true-loop (iwlist eth0 scanning) end - in parallel. so i gets a little bit better. Jan 17 17:59:05 Marex-NDA :P Jan 17 18:00:04 oops - i was stuck on an old line... < enigme> Marex, don't worry, I won't ask you to break your NDA ;) Jan 17 18:02:22 pardon? anything bout the libertas: Timeout submitting command 0x001f Jan 17 18:02:22 libertas: PREP_CMD: command 0x001f failed: -110 Jan 17 18:02:22 libertas: tx watch dog timeout Jan 17 18:10:34 macgyver_alt: with what kernel ? Jan 17 18:32:12 i think .31 Jan 17 18:33:53 macgyver_alt: we're at .37+ now Jan 17 18:35:15 does it matter? where do do assume the problem: the module? Jan 17 18:36:26 fw:4.102 kernel: 2.6.31.13 Jan 17 18:45:44 it's about two years of kernel development ... it does matter Jan 17 18:49:03 ok i'll build it new - and use your patches, right - will the get to the kernel tree someday ? Jan 17 19:00:33 macgyver_alt: what do you mean ? Jan 17 19:00:43 what patches ? and what kernel tree shall they get in ? Jan 17 19:01:08 you did the libertas patch, don't you Jan 17 19:04:55 yea ... that's been mainlined ... back in July 2009 Jan 17 19:07:20 ok - new kernel git - no "marex" patches Jan 17 19:08:37 and using your palmtc .config (with changes) Jan 17 19:17:15 palmtc .config ? Jan 17 19:17:24 http://marex.hackndev.com/config-palm ... use this Jan 17 19:18:05 and kernel from here ... git clone git://git.kernel.org/pub/scm/linux/kernel/git/marex/pxa-linux-2.6 ; git checkout devel-fix Jan 17 19:18:35 many thanks - somewhere in hackndev was told about the tc-config to use Jan 17 19:19:05 someone should update the wiki and stuff Jan 17 19:19:09 it's all mainline now Jan 17 19:20:35 ok i'll build it new - and use your patches, right - will the get to the kernel tree someday ? --- ok my question was not too clear - but your last "mainline" answer describes it well ;-) Jan 17 19:22:55 you should use the kernel from the link I posted though ... that's the tip of development branch, it also contains some fixes Jan 17 19:24:05 yes - so hackndev node 315 is very obsolete Jan 17 20:32:21 macgyver_alt: please stick here Jan 17 20:32:26 macgyver_alt: how do you compile the kernel ? Jan 17 20:40:02 ok i git the sources from you Jan 17 20:40:19 checked out - copied your config Jan 17 20:40:45 edited the makefile for my gnu-arm-bin Jan 17 20:40:55 and did the make Jan 17 20:42:32 oh no Jan 17 20:42:44 :-( Jan 17 20:42:46 are you at devel-fix branch, right ? Jan 17 20:42:59 run "git branch" command Jan 17 20:43:08 the asterisk should be next to devel-fix Jan 17 20:43:25 then ... run git diff ... if it outputs anything, run "git reset --hard" Jan 17 20:43:27 no - master Jan 17 20:43:40 fine ... run git reset --hard ; git checkout devel-fix Jan 17 20:43:41 hmm - first i cloned Jan 17 20:44:25 now the asterisk is at devel Jan 17 20:48:35 devel ? Jan 17 20:48:55 macgyver_alt: run "git reset --hard" Jan 17 20:49:02 macgyver_alt: run "git checkout devel-fix" Jan 17 20:49:06 these two commands Jan 17 20:49:15 yes i did Jan 17 20:49:17 then when you run "git branch", it should be next to "devel-fix" Jan 17 20:49:23 is it next to "devel-fix" ? Jan 17 20:49:29 yes Jan 17 20:49:33 good Jan 17 20:49:47 now ... "cp path/to/config-palm .config" Jan 17 20:49:47 no i did a make clean (dont know if it neccessary) Jan 17 20:50:13 yes ... before the "cp ..." command above, run "make clean mrproper" Jan 17 20:50:14 yes i did - edited the makefile again Jan 17 20:50:22 do NOT edit the Makefile ! Jan 17 20:50:47 damned ... follow me please Jan 17 20:50:48 how shall i tell to usm my arm-gcc Jan 17 20:50:59 macgyver_alt: that's where I'm getting to Jan 17 20:51:17 macgyver_alt: so ... run git reset --hard again to get rid of your changes to makefile Jan 17 20:51:24 it'll clean the tree Jan 17 20:51:28 sooooory - i doo Jan 17 20:52:23 ok, "git reset --hard" "git branch" (to check if you're at devel-fix) "make clean mrproper" "cp path/to/config-palm .config" "make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi-" Jan 17 20:52:24 yes i have Jan 17 20:52:35 these five commands ... Jan 17 20:52:44 you should get an arch/arm/boot/zImage file ... Jan 17 20:52:45 that's it Jan 17 20:53:10 cross-compile would be arm-elf for me Jan 17 20:53:25 btw if your arm-gcc is called differently (not arm-linux-gnueabi-gcc), adjust that in the CROSS_COMPILE variable passed to make (as you can see in the last command) Jan 17 20:53:35 macgyver_alt: hm ... where did you get that cross-compiler ? Jan 17 20:53:42 macgyver_alt: and what version of gcc is it ? Jan 17 20:54:16 gnu-arm http://www.gnuarm.com/ Jan 17 20:54:53 gcc 4.1.1 ? Jan 17 20:55:11 you won't be able to compile it with such an old thing, you have to update your toolchain ... what distro do you use ? Jan 17 20:55:51 4.3.3 bluewhite64 (near slack ...) Jan 17 20:55:59 to old ? Jan 17 21:02:26 yes Jan 17 21:03:11 you should use at least 4.4 ... hmm ... maybe you can get a decent crosscompiler/toolchain binary from codesourcery Jan 17 21:04:03 ok tomorrow - questions during the make are ok? Jan 17 21:05:44 whats the difference between editing the makefile arch-variable and doing a make ARCH= ? Jan 17 21:06:47 nothing really ... but editing stuff back and forth is stupid Jan 17 21:07:37 macgyver_alt: I'll be abroad tomorrow for most of the day Jan 17 21:07:46 macgyver_alt: better solve it now Jan 17 21:08:13 meanwhile i'll get my toolchain working ... Jan 17 21:08:48 ok - where to get a good arm-gcc Jan 17 21:12:34 http://www.codesourcery.com/sgpp/lite/arm/portal/release1592 try here Jan 17 21:13:12 32bit Jan 17 21:13:52 bluewhite is pure 64bit Jan 17 21:14:13 zumbi_: ^ Jan 17 21:14:37 then I have no idea ... you can install debian into chroot, then install crosscompiler into debian Jan 17 21:15:06 yes there is an embdebian ore something like that Jan 17 21:15:27 and there is an old notbook too Jan 17 21:15:42 but the is no coffee Jan 17 21:15:48 bluelightning: welcome Jan 17 21:16:02 macgyver_alt: you're somewhere in europe or did you drifted timezones ? :D Jan 17 21:16:02 just kidding - the embdebia distri is k ? Jan 17 21:16:19 hi Marex Jan 17 21:16:23 jip gmt+1 Jan 17 21:18:37 macgyver_alt: germany ? Jan 17 21:18:49 macgyver_alt: probably either emdebian or linaro toolchain Jan 17 21:24:41 macgyver_alt: please ... stick in the channel ... Jan 17 21:25:05 macgyver_alt: and no ... emdebian is just a set of tools for cross compilation (then there's grip, which is a whole distro) Jan 17 21:25:14 but grip is a distro for ARM Jan 17 21:25:31 emdebian seems to bee old Jan 17 21:25:47 well use linaro toolchain then Jan 17 21:26:11 is it commercial - the web page looks not "linux-like" Jan 17 21:26:17 know what i mean ? Jan 17 21:27:25 https://launchpad.net/gcc-linaro/4.5 ? Jan 17 21:38:53 ok marex - thanks a lot - i'll make my toolchain Jan 17 21:38:59 bye Jan 17 21:40:39 Marex: hi Jan 17 21:41:01 what is bluewhite? Jan 17 21:41:30 Marex: grip is not only grip, but also some other arches as sh4, mips, mipsel, powerpc, .. Jan 17 21:41:53 i meant, there is more than ARM arches (armel, arm, armhf) Jan 17 21:51:09 zumbi_: emdebian.org is back up? Jan 17 22:32:41 Marex: it should be since before xmas Jan 17 22:33:02 zumbi_: oh ... great :) Jan 17 22:33:13 zumbi_: btw I'm really looking forward to fosdem :) Jan 17 22:33:20 Marex: but, we changed server... Jan 17 22:33:52 yeah! fosdem. I'll be there in the embedded room Jan 17 22:33:56 (mainly) Jan 17 22:34:08 zumbi_: I hope to meet you at the drinking party :) Jan 17 22:35:55 Marex: oh! yes Jan 17 22:36:05 should be there too Jan 17 22:36:29 Marex: have you ever been to fosdem before? Jan 17 22:36:37 zumbi_: nope, why ? Jan 17 22:37:38 just wondering.. Jan 17 22:37:53 i'll be great to see you there Jan 17 22:38:03 zumbi_: yep :) Jan 17 22:39:20 where are you hosted? Jan 17 22:39:26 near the center? Jan 17 22:39:36 la grand place Jan 17 22:43:04 hotel belgium iirc Jan 17 22:43:09 lemme check Jan 17 22:46:56 http://www.hotelbrusselsbelgium.com/EN/hotel.html **** ENDING LOGGING AT Tue Jan 18 02:59:57 2011