**** BEGIN LOGGING AT Sun Jul 15 02:59:57 2007 Jul 15 08:09:59 Hello all ! Thank you for implementing wireshark into angstrom ! Nice work ! Jul 15 08:11:05 I am additionally looking for airodump. Jul 15 09:00:17 hi Jul 15 09:08:02 hi Darth_Wader Jul 15 09:08:09 hi Jul 15 09:29:48 I just tried to load the ep93xx on a ts-7200 board Jul 15 09:29:55 but I get an invalid machine id error Jul 15 09:30:05 can I manually force/ignore this? Jul 15 09:30:07 what's ep93xx? Jul 15 09:30:21 mimecar, cirrus logic SoC Jul 15 09:30:34 what's your pda model ? Jul 15 09:30:35 I just need to force/ignore the machine id Jul 15 09:30:49 koen, you around ? Jul 15 09:31:39 mimecar, its an sbc for robot ;-) ts-7200 Jul 15 09:43:41 anyone using ep93xx port ? Jul 15 09:43:50 I don't Jul 15 10:12:14 codyl: you can instruct redboot and uboot to put the correct value in R1 for the kernel to recognize Jul 15 10:12:52 codyl: but most likely you need to either add your board code to the kernel, or change the defconfig Jul 15 10:12:53 koen_, hey its been a while- I know, NOBODY WILL TELL ME HOW Jul 15 10:13:33 koen_, whats the redboot command? Jul 15 10:14:00 mfill Jul 15 10:14:40 the machine that has the info is down atm :( Jul 15 10:14:56 maybe mfill can do regs ? Jul 15 10:15:01 i know the ID i need Jul 15 10:16:04 http://www.freelists.org/archives/linux-cirrus/03-2005/msg00059.html Jul 15 10:16:10 is what I googled up Jul 15 10:17:15 codyl: have a look at http://www.openembedded.org/filebrowser/org.openembedded.dev/packages/arm-kernel-shim Jul 15 10:17:21 codyl: iirc rwhitby wrote that Jul 15 10:18:13 #define MACH_TYPE 597 Jul 15 10:18:17 * koen needs to drop off girlfriend at the airport Jul 15 10:18:18 bbl Jul 15 10:18:20 something like that.. Jul 15 10:18:36 koen, thanks for the help dude - hope to catch up soon! Jul 15 10:19:42 im trying to build a progrsam which uses dietlibc to compile Jul 15 10:19:54 is this possible using oe build environment? Jul 15 10:20:15 codyl: feel free to add new stuff to arm-kernel-shim Jul 15 10:20:50 it can do other stuff than just the ID too. but look at the fsg3 config for just the ID Jul 15 10:21:07 rwhitby, I just need to test this one kernel - not rebuild it Jul 15 10:21:16 rwhitby, this shouldnt be so hard.. :-( Jul 15 10:21:28 codyl: you don't need to rebuild the kernel to use arm-kernel-shim Jul 15 10:21:38 it's just a binary prepend to the kernel image Jul 15 10:21:58 ah Jul 15 10:22:08 binary editor do the trick? Jul 15 10:22:10 koen: actually Marc Singer (Apex author) wrote most of it. Jul 15 10:22:43 codyl: easier just to compile arm-kernel-shim. just copy the fsg3 config file, and change the ID number Jul 15 10:23:31 rwhitby, I dont have bitbake setup here Jul 15 10:24:00 codyl: don't really need bitbake. just get the source and use any arm cross compiler Jul 15 10:24:43 codyl: look in http://svn.nslu2-linux.org/svnroot/kernel/trunk/Makefile for ideas on how to compile it outside of OE Jul 15 10:27:07 rwhitby, it compiled fine- and I know how to change the MACH_TYPE line- but what do I with it? Jul 15 10:27:22 prepend it to the kernel Jul 15 10:27:41 cat shim kernel > newkernel Jul 15 10:27:56 then use newkernel as you would use kernel Jul 15 10:27:59 ah, that makes sense :-) Jul 15 10:28:57 the .bin right ? Jul 15 10:29:40 rwhitby, sorry its late- im not all here Jul 15 10:29:46 yep Jul 15 10:29:47 thank you so much for the help! Jul 15 10:29:51 testing now Jul 15 10:31:50 rwhitby, it hangs... Jul 15 10:32:46 hmm - pastebin your config.h file Jul 15 10:33:33 ah, RAM_BANK0_START cant be 0 :-P Jul 15 10:34:57 actually that is right Jul 15 10:35:02 here is my config file Jul 15 10:37:37 http://pastebin.ca/620260 Jul 15 10:41:43 rwhitby, got it say "uncompressing linux" Jul 15 10:41:51 then garbled the console .. Jul 15 10:42:16 codyl: um, you didn't copy from fsg3 config, did you? Jul 15 10:42:58 copy the fsg3 config file from http://svn.nslu2-linux.org/svnroot/kernel/trunk/patches/arm-kernel-shim/config-fsg3.h Jul 15 10:43:05 rwhitby, whoops - i used the slug one Jul 15 10:43:43 comment out the two RAM_BANK0* lines (although I don't think they will be used anyway) and change the ID Jul 15 10:44:03 uncomment the endianness you want Jul 15 10:44:09 leave all the other things commented out (disabled) Jul 15 10:44:35 (since all you want to change is the ID, and let all the other atags pass through from the bootloader to the kernel Jul 15 10:45:04 so remove CREATE_ARGS and such.. Jul 15 10:45:17 CREATE_ATAGS i mean Jul 15 10:49:47 seems to hang after uncompressing linux.. Jul 15 10:50:27 codyl: pastebin your new config.h Jul 15 10:51:24 http://pastebin.ca/620266 Jul 15 10:52:43 codyl: looks ok. I've never put a hex MACH_TYPE in there, but that should probably work since it's C. Jul 15 10:53:10 I just took that from where the kernel had panic looking for 2a1 Jul 15 10:54:12 rwhitby, just seems to hang .. Jul 15 10:55:35 no other ideas from me, sorry. Jul 15 10:56:22 it goes into la-la-la land it seems Jul 15 10:56:50 rwhitby, any special kernel command line options I would need? Jul 15 10:58:05 codyl: I'm assuming your bootloader is providing everything else correctly apart from the ID. If that's not the case, then all bets are off and you're on your own. Jul 15 10:58:32 (everything else including memory atag and cmdline atag) Jul 15 10:59:13 ya, its doing the usual Jul 15 10:59:27 maybe 2.6 doesnt like "console=ttyAM0, 115200" Jul 15 11:03:10 I get garbage over the serial port..so this makes no sense Jul 15 11:04:22 anyone know if i can run a glibc compiled application on angstrom? or if its possible to write a recipe for it? Jul 15 12:01:23 rwhitby, could EABI be part of my issues ? Jul 15 12:02:00 codyl: not bootloader to kernel as far as I know Jul 15 12:02:11 k Jul 15 12:02:11 thanks Jul 15 12:04:26 codyl: the garbled serial is a know problem Jul 15 12:04:35 maybe you need the uart-baud hack patch from lennert Jul 15 12:08:30 koen: I compiled my own kernel with that patch- now I dont even get "uncompressing the kernel..." - just hangs Jul 15 12:09:16 I vaguely remember something about it driving me nuts Jul 15 12:09:28 try 57600 with the linux console Jul 15 12:09:29 koen, im going f**cking insane Jul 15 12:09:51 Ive spent almost 6 hours trying to boot a kernel Jul 15 12:09:58 and build one.. Jul 15 12:10:15 koen: ever get a binary kernel that worked ? send it to me? Jul 15 12:10:43 try http://www.angstrom-distribution.org/unstable/images/ep93xx/20070709/zImage-2.6.19+2.6.20-rc7-ep93xx-20070710081742 Jul 15 12:10:57 codyl: put at least four characters at the end of the cmdline, well after the end of the console= string Jul 15 12:11:00 untested, because the kernels I use are at home, behind a crashed router Jul 15 12:11:25 the bug is that the last four chars are transposed. if that happens to be the end of your console= string, then you're toast Jul 15 12:11:43 so "console=ttyAM0,115200 " Jul 15 12:11:44 ? Jul 15 12:12:03 ep Jul 15 12:12:06 y.. Jul 15 12:15:47 where is this bug from? Jul 15 12:18:00 i get Uncompressing Linux................................................................................ Jul 15 12:18:02 and thats it Jul 15 12:20:01 rwhitby, what is arm-kernel-shim.bin-swapped ? Jul 15 12:20:03 try the printascii() hack Jul 15 12:20:15 koen, printascii() hack? Jul 15 12:20:55 http://lists.arm.linux.org.uk/pipermail/linux-arm/2001-September/002234.html Jul 15 12:21:28 that prints everything to console before initting it, so you get double message after initting, but it should show you where it hangs Jul 15 12:21:53 so gets around the "...." of death ? Jul 15 12:22:23 it should give you some more info about the crash/hang/bug Jul 15 12:22:50 cool, rebuilding now Jul 15 12:23:45 undefined reference to printascii Jul 15 12:29:20 codyl: for LE sometimes you need to swap the shim and the kernel before flashing it Jul 15 12:29:46 ah Jul 15 12:32:26 (that's the case for the NSLU2 at least) Jul 15 12:33:52 RedBoot> exec -c "console=ttyAM0,115200 " Jul 15 12:33:52 Using base address 0x00218000 and length 0x00160804 Jul 15 12:33:52 ** command abort - illegal memory access? Jul 15 12:33:52 RedBoot> Jul 15 12:34:04 thats what the swapped one did Jul 15 12:34:14 probably means illegal instruction ? Jul 15 12:34:43 you were using the non-swapped one before and got Uncompressing Linux, so stick with that one Jul 15 12:34:57 ya Jul 15 12:34:59 then it dies.. Jul 15 12:35:09 and printascii is undefined to the compiler Jul 15 12:35:22 have you tried the cmdline extra chars with unswapped shim? Jul 15 12:35:31 yes Jul 15 12:36:25 normally when it hangs after uncompressing linux, it's either the wrong machine id (or the kernel does not have the machine you want configured in), or a console problem Jul 15 12:36:45 normally you get an invalid machine id message Jul 15 12:37:59 only if it doesn't match another id - e.g. nslu2 redboot says that it's an ixdp425, which then means our nslu2 id board code does not get run without a shim in-between Jul 15 12:38:17 ah Jul 15 12:38:25 I will try shim once more Jul 15 12:40:34 whats with the undefined prinkt ?? Jul 15 12:40:39 * printascii Jul 15 12:44:00 hahah- now I get this on the console Jul 15 12:44:00 $T050f:a8002200;0d:50a70300;#4a Jul 15 12:44:10 and it happens again when i press return Jul 15 12:44:33 wrong baud rate? Jul 15 12:44:43 you would think..but no Jul 15 12:44:49 not too mention, it would be spitting crap out now Jul 15 12:44:54 no crap until i press return Jul 15 12:45:12 koen, printascii doesnt seem to exist - i dont understand this Jul 15 12:45:32 hmmm Jul 15 12:45:39 I wonder what changed Jul 15 12:45:46 2.6.21 btw Jul 15 12:45:50 thats what I am compiling Jul 15 12:46:03 2.6.20-rc7 from angstrom failed Jul 15 12:48:08 oh, in boot/compressed - head-ep93xx is missing.. Jul 15 13:17:05 $T050f:a8002200;0d:50a70300;#4 is GDB output Jul 15 13:17:25 codyl: I usually get that when my kernel is not the correct endianness Jul 15 13:17:29 gdb isnt running Jul 15 13:17:33 ah Jul 15 13:17:44 should I compile it as BE? Jul 15 13:49:49 * xota saluda! Jul 15 14:18:27 anyone with nokia here ? Jul 15 14:22:00 hi mimecar! ;) Jul 15 14:22:19 hi xota Jul 15 14:22:58 is working the angstrom version for collie ? Jul 15 14:23:07 I saw a version of this week with x11 Jul 15 14:27:09 mimecar: I doubt it will fit in flash Jul 15 14:27:22 ok, that's a small problem :P Jul 15 14:27:22 But you could try altboot'ing to it Jul 15 14:27:32 But of course altboot has issues on collie Jul 15 14:27:45 I am afraid, the collie is still not a usable device Jul 15 14:27:48 in Angstrom Jul 15 14:27:52 that's a pity Jul 15 14:28:13 one thing, if i want fix things on angstrom Jul 15 14:28:24 should I build the OE system, should not I ? Jul 15 14:28:25 I will think about making a minimal image for flash that continues to boot by default from SD Jul 15 14:28:46 a console image with altboot ? Jul 15 14:28:56 mimecar: In general yes. A few things, I guess you could fix without fulll-blown OE Jul 15 14:28:59 What issue? Jul 15 14:29:10 none now Jul 15 14:29:15 mimecar: no, there is another way to boot from SD Jul 15 14:29:27 And since altboot does not work, that is the only option left Jul 15 14:29:31 what's that ? Jul 15 14:29:44 what is what? Jul 15 14:30:06 the other method to boot from sd Jul 15 14:32:31 compile the kernel with CMDLINE_ROOT = "root=/dev/mmcblk0p1" Jul 15 14:32:44 and put the root straight on SD Jul 15 14:35:42 interesting, thanks Laibsch Jul 15 14:36:28 speaking of altboot, has anybody tried to boot the opie-image from SD with it? Jul 15 14:36:36 on some zaurus Jul 15 14:37:03 is there an opie image ? Jul 15 14:37:52 hi dcordes Jul 15 14:37:58 hi all Jul 15 14:38:05 hi nauj27 Jul 15 14:39:57 mimecar, I built one for akita Jul 15 14:40:11 ok Jul 15 14:40:12 it booted but there were problems with path Jul 15 14:44:50 Is opie still in development ???? Jul 15 14:45:06 vanguard: there re unofficial versions Jul 15 14:45:09 hi all.... Jul 15 14:45:21 hi :) Jul 15 14:46:01 Where is it ? Is it for SL-C1000 ? Jul 15 14:46:33 dcordes compile one for himself Jul 15 14:46:47 BTW: I have no sound on my Z (there is a bugreport by me), can someone confirm this ? Jul 15 14:47:04 vanguard: did you upgraded ? Jul 15 14:47:10 Oh yes . Jul 15 14:47:26 no idea, i losted my wifi card last upgrade :P Jul 15 14:47:33 To specify: sound on the internal speaker. Jul 15 14:47:50 vanguard: Unmute the speaker? Jul 15 14:48:05 :) No, it is unmuted. Jul 15 14:48:20 There is no sound at all. Jul 15 14:49:24 Anyway, I hope, someone will read my bugreport. It seems, there is the same problem in spitz. Jul 15 14:50:22 dcordes: Did you try to compile airodump-ng for angstrom ? I know, you are focussing on network analysis, too. Jul 15 14:56:29 test test Jul 15 14:57:46 ping pong Jul 15 14:59:27 There was no more text, so I logged in new and tested, sry. Jul 15 14:59:49 don't worry Jul 15 15:02:31 any volunteers for creating angstrom-opie image recipes? Jul 15 15:02:54 koen: on last week of this month, i Jul 15 15:03:58 koen: is create files for monotone compilation ? Jul 15 15:07:05 koen: We do have recipes, don't we? Jul 15 15:07:16 Oh, angstrom-opie Jul 15 15:07:25 What is necessary other than a name change? Jul 15 15:09:10 some thought out bare-bones set of applications that work Jul 15 15:09:26 and stop that retarded munging of /etc/ipkg/foo Jul 15 15:13:50 koen, how can i do this? I like help, but no idea about how do it Jul 15 15:23:56 I like to try angstrom on my collie, anybody can help me? Jul 15 15:26:14 angstrom on collie does not work so fine. I might remember, that the sd-card is not supported, and also had problems with the cf-card. Jul 15 15:26:31 xota: What do you expect? Anything with a GUI is to-be-done Jul 15 15:26:44 Flashing collie was o.k., but it was no X only console. Jul 15 15:26:49 If console is fine for you, you can install it Jul 15 15:27:07 vanguard: SD should work OK Jul 15 15:27:30 And to install X afterwards did not work, as there was no space on the flash-memory in Z. Jul 15 15:27:51 Laibsch: Is it now ? Hmm, I did not know. Is there a new kernel ? Jul 15 15:28:11 with openzaurus you have space on collie Jul 15 15:28:19 it should be similar for angstrom Jul 15 15:28:23 I only like to try, no expect, no problem if it doesn't work Jul 15 15:28:40 Laibsch: BTW: It would be nice, if all the images woulsd be with altboot included. Jul 15 15:28:46 mimecar: You are mistaken Jul 15 15:28:59 vanguard: I agree Jul 15 15:29:07 But altboot on collie does not work anyway Jul 15 15:29:25 And we had a big fight ;-) over whether to include it by default or not Jul 15 15:29:30 Hmm, on my collie it worked. Jul 15 15:29:38 It did? Jul 15 15:29:44 with SD? Jul 15 15:29:55 Laibsch: is bigger ? Jul 15 15:29:58 Yes. The only thing, which did not work, was the sd-card. Jul 15 15:30:31 mimecar: yes Jul 15 15:30:37 The sd-card was not seen. Not seen at all, even, when booting into the flash (as normal). Jul 15 15:30:39 vanguard: I think you used an old version Jul 15 15:30:43 ok, i dindn't know Jul 15 15:30:49 I think we had a regression recently Jul 15 15:31:00 Probably not even altboot's fault Jul 15 15:31:03 Yes, might be, I will try with the latest version and I will repoort about it. Jul 15 15:31:12 !oebug 2647 Jul 15 15:31:13 * * Bug 2647, Status: NEW, Created: 2007-07-13 05:38 Jul 15 15:31:14 * * : 2.6.21 and locomo_spi (altboot problem?) Jul 15 15:31:15 * * http://bugs.openembedded.org/show_bug.cgi?id=2647 Jul 15 15:31:17 !oebug 2627 Jul 15 15:31:18 * * Bug 2627, Status: NEW, Created: 2007-07-09 15:42 Jul 15 15:31:19 * * : altboot seems unable to mount either SD or CF cards on collie Jul 15 15:31:21 * * http://bugs.openembedded.org/show_bug.cgi?id=2627 Jul 15 15:31:44 I am thinking about direct root-on-SD Jul 15 15:31:47 Which kernel is collie now ? Jul 15 15:31:48 That should work Jul 15 15:31:52 s.6 Jul 15 15:31:53 2.6.21 Jul 15 15:31:55 2.6 Jul 15 15:32:09 Ah ! I had had 2.4.... Jul 15 15:32:21 well, then you were not using Angstrom Jul 15 15:32:29 Of course it worked on 2.4 Jul 15 15:32:32 I will test during the next week, and then report. Jul 15 15:32:43 And I think it even worked on 2.6.20 when that was the latest one. Jul 15 15:33:22 I used Angstrom20070604 Jul 15 15:33:37 And the kernelk was 2.6.20 Jul 15 15:33:50 I have the files still on my pc. Jul 15 15:33:52 xota: Do you have OE set up? Jul 15 15:34:09 There is a lot you can help if you are prepared to install OE. Jul 15 15:34:10 And the altboot-version was 1.1.1-wip Jul 15 15:34:13 Which is easy Jul 15 15:34:32 Laibsch, yes Jul 15 15:34:42 opie and gpe on a sd Jul 15 15:35:02 xota: http://www.openembedded.org/wiki/OEandYourDistro for installing the necessary software Jul 15 15:35:19 xota: http://www.openembedded.org/wiki/GettingStarted for the configuration Jul 15 15:35:25 that should be all Jul 15 15:35:44 xota: OE is not Angstrom Jul 15 15:35:50 OE is the software to compile Angstrom Jul 15 15:36:16 And I doubt you even have Angstrom, but OpenZaurus Jul 15 15:38:44 OE -> OpenZaurus enviroment Jul 15 15:39:01 OE doesn't give more support, angstrom yes? Jul 15 15:39:04 There are many applications, which are in Openzaurus, but not in Angstrom. Why ? I thought, they are nearly the same ? (i.e. dsniff, socat etc.) Jul 15 15:39:18 OE is the base sytem, after that openzaurus and angstrom are builded Jul 15 15:39:29 vanguard: you must recompile it Jul 15 15:39:41 and you would have gpe apps, not opie apps Jul 15 15:40:21 xota: You are mistaken Jul 15 15:40:32 OE == OpenEmbedded Jul 15 15:40:34 mimecar: I have gpe-apps, but Iwondered, why they are not compiled. Is there no robot ? Jul 15 15:40:50 there's human Jul 15 15:41:14 mimecar: opie should be officially supported very soon Jul 15 15:41:15 if you change base system, a batch compile will fail by the changes Jul 15 15:41:17 I see. Every package is compiled manually ? Jul 15 15:41:28 you can use monotone to build it Jul 15 15:41:38 mimecar: http://blog.leggewie.org/?p=27 Jul 15 15:41:47 Laibsch: the oopenzaurus version or the new version ? Jul 15 15:41:54 mimecar: Stop the rubbish Jul 15 15:42:02 monotone does not compile anything Jul 15 15:42:13 Please only answer questions you know about Jul 15 15:42:24 I saw a bitbake-package for debian.... Jul 15 15:42:31 bitbake ? Jul 15 15:42:32 mimecar: I don't understand your question Jul 15 15:42:42 the opie related ? Jul 15 15:42:45 yes Jul 15 15:42:52 Yes, isnt`t it the compile environment ??? Jul 15 15:42:56 (17:41:52) mimecar: Laibsch: the oopenzaurus version or the new version ? Jul 15 15:43:03 there was a new opie version with the latest qt Jul 15 15:43:14 and the version you have on openzaurus Jul 15 15:44:29 It would be nice, if there would be a directory with new packages. So you can discover the newest applications. Jul 15 15:44:54 vanguard: you can check update file on the feed Jul 15 15:44:55 Just a suggestion...... Jul 15 15:45:20 mimecar: You mean "ipkg update" ? Jul 15 15:45:24 no Jul 15 15:45:38 there's a file name update (or similar) on every folder of the feed Jul 15 15:45:54 if you see a change on the date, the're new packages Jul 15 15:46:35 There is no file, I am just looking. Jul 15 15:47:23 Do you mean those "morgue" ? Jul 15 15:47:40 no Jul 15 15:47:48 paste the web link for the feed Jul 15 15:47:58 http://www.angstrom-distribution.org/unstable/feed/armv5te/base/ Jul 15 15:48:40 http://www.angstrom-distribution.org/unstable/feed/armv5te Jul 15 15:49:25 ok Jul 15 15:49:26 I need a browser, calendar and contacts on collie, gpe is slowly and opie isn't stable. pdaxrom? other system? Jul 15 15:49:56 xota: try old openzaurus. Jul 15 15:50:17 With opie-3.5.1, this runing fast Jul 15 15:50:20 xota: with collie, you should use openzaurus Jul 15 15:50:29 sry: This is running fast. Jul 15 15:50:37 and gpe runs ok on OZ Jul 15 15:50:49 I use opie withe the flash, gpe with sd-card. Jul 15 15:51:05 * koen wonders about who mention 'pdaxrom' and 'stable' (or even 'working') in the same sentence Jul 15 15:51:41 I never tried pdaxrom, cause it is based on Sharp-ROM Jul 15 15:51:45 koen: and pdaxrom and collie :P Jul 15 15:52:19 mimecar, gpe with all packets gpe* installed are slowwwlyyy! and the mini-browser is bad (I think), I can't open http://m.gmail.com whit it Jul 15 15:52:42 xota: i use gpe on my collie and it's fast Jul 15 15:52:57 and you should check gpe-minibrowser can run ssl web sites Jul 15 15:52:58 xota: Which version do you use ? Jul 15 15:53:13 w8 a minute Jul 15 15:53:43 Even firefox is running on gpe, althoug you cannot printe a --> : <--- Jul 15 15:53:45 vanguard: packages file Jul 15 15:54:08 if application is bigger than screen, it's a big problem :P Jul 15 15:54:51 mimecar: It is empty ! Although, there is a new package: wireshark Jul 15 15:57:47 xota: I can send you my images for collie, which are running fine. And the script, to install other applications, which I focus on "office" and "network analysis". Jul 15 15:58:19 openzaurus 3.5.4 Jul 15 15:58:24 ok vanguard send me please Jul 15 15:58:34 I'm trying to find gpe version Jul 15 15:58:39 address ? Jul 15 15:58:59 private Jul 15 15:59:08 Can I send large files ? Jul 15 15:59:11 did u see it Jul 15 15:59:14 it's a gmail account Jul 15 15:59:17 yes Jul 15 16:00:00 but, how of large? Jul 15 16:00:17 16Mb ? Jul 15 16:00:23 ok, no problem Jul 15 16:00:25 xota: have you a fast sd card ? Jul 15 16:00:56 I have a SanDisk 2G SD card Jul 15 16:01:06 velocity ? Jul 15 16:01:37 w8 Jul 15 16:02:01 it can be sd driver for kernel 2.6 is not enought ast Jul 15 16:02:10 I have kernel 2.4 Jul 15 16:02:26 the same for the 2 GB sd Jul 15 16:02:49 patched it not should have problem Jul 15 16:03:06 it can have a low perfomance Jul 15 16:04:11 I can't know velocity of the sd Jul 15 16:04:17 hey again Jul 15 16:04:27 vanguard, hi vanguard Jul 15 16:04:31 opie has benchmarks Jul 15 16:04:37 perhaps is because I have a .img about 254M?? Jul 15 16:04:39 what's your problem with aircrack-ng? Jul 15 16:04:46 can someone help direct me as to the correct way to apply this patch? http://bugs.openembedded.org/attachment.cgi?id=1674&action=diff&context=patch&collapsed=&headers=1&format=raw Jul 15 16:04:52 hI dcordes ! Jul 15 16:05:00 good morning summatusmentis ;) Jul 15 16:05:34 hey there mimecar. Technically it's afternoon(12:03) ;-D Jul 15 16:05:51 :-P Jul 15 16:05:57 xota: Try to get access to the IP I sent to you. Jul 15 16:07:59 ~ugt Jul 15 16:08:30 dcordes: No problem with aircrack-ng. I am looking for airodump. Jul 15 16:08:49 vanguard, airodump-ng is part of aircrack-ng. Jul 15 16:09:09 Oh ! Jul 15 16:09:29 www.aircrack-ng.org Jul 15 16:10:13 Sorry, I did not know that. Ashes on my head ! Jul 15 16:11:08 what're mp3 players i can find on angstrom ? Jul 15 16:11:17 i know xmms and madplayer Jul 15 16:11:43 mpg321, afaik Jul 15 16:11:49 grml.... Resetting my router.. Jul 15 16:12:11 that's for console, isn't it? Jul 15 16:12:48 mimecar: yes Jul 15 16:13:39 mimecar: I didn't know there were GUI mp3 players Jul 15 16:13:48 ok, thanks Jul 15 16:27:45 27'70M are a good tx velocity for a SD memory card? Jul 15 20:02:03 finally got angstrom image and kernel to boot- but after it gets to "starting Avahi" it hanges with garbled crap Jul 15 20:59:32 re Jul 15 21:14:36 hi jos2 Jul 15 21:14:40 hello Jul 15 21:14:53 we are here Jul 15 21:14:57 all of aas Jul 15 21:15:00 us Jul 15 21:15:41 here anyone knows whot to install anngstrom into nokia n770? Jul 15 21:16:54 ?? Jul 15 21:17:14 dcordes: he has a nokia n770 Jul 15 21:17:23 anyone has nokia n770? Jul 15 21:17:30 this is a device supported on angstrom, but he doesn't know the installation method Jul 15 21:18:26 thanks you Mimecar Jul 15 21:18:44 :) Jul 15 21:20:05 jos2, it looks like there is no image with X11 available for download for your device Jul 15 21:20:18 http://www.angstrom-distribution.org/unstable/images/nokia770/ Jul 15 21:22:31 dcordes: have you new ideas related with icon theme ? ;) Jul 15 21:22:45 gartoon is a candidate, i need another theme Jul 15 21:25:26 I have a nokia 770. Jul 15 21:25:38 jos2: wait Jul 15 21:25:41 I have not yet tried angstrom on it yet. I will when my 2GB mmcmobile card arrives. Jul 15 21:26:24 Though I do have an unopened (spare?) 770 that I haven't decided what to do with. Either eBay or Angstom testing... :) Jul 15 21:26:41 angstrom test will be funnier Jul 15 21:28:58 I have a nokia n770 Jul 15 21:30:25 joshin: another opcion is throw your nokia by the windows ;) Jul 15 21:30:32 and i wish to install in it, but i do'nt konw woth do it Jul 15 21:31:08 mimecar: I could shoot it too or send it to one of the devs or give it to my kids (which was the original plan) Jul 15 21:31:23 small childs ? Jul 15 21:32:49 6 years old. If I had a more recent version of flash than 6, it would be very useful for him. Jul 15 21:33:06 His online school needs >= flash7 Jul 15 21:33:24 do he use flash at school ? Jul 15 21:33:35 does hi (sorry) Jul 15 21:33:52 We homeschool and his curriculum runs using flash applications. Jul 15 21:34:10 interesting Jul 15 21:34:19 you will get a young hacker :P Jul 15 21:34:37 Good. Jul 15 21:34:45 if he can compile angstrom from scratch, ...... it will be dangerous Jul 15 21:35:07 Give him a few years... Jul 15 21:35:30 daddy, i fixed all the bugs at the school bus, can i compile vista now ? Jul 15 21:35:34 xDDDD Jul 15 21:36:02 Which reminds me, I need to figure out the easiest way to build Angstrom, slugos, and openwrt from one repository. Jul 15 21:36:18 He is actually pretty good with XP. Jul 15 21:36:22 you can use bitbake and monotone Jul 15 21:36:27 I know. Jul 15 21:36:35 that's good Jul 15 21:36:43 teach he to use debian Jul 15 21:36:45 There may be a few .oe files that were last touched by me. Jul 15 21:37:00 mimecar: I'm not an abusive parent. Gentoo with distcc. :p Jul 15 21:37:04 I haven't play with OE yet Jul 15 21:37:10 slackware Jul 15 21:37:49 For a very short period of time, I was an OE dev. Though that was before OE was called OE. I would go through and find unloved packages and update them. Should probably find time to do that again. Jul 15 21:38:36 joshin: I build angstrom, slugos and openwrt in the same top dir all using the nslu2-linux master makefile Jul 15 21:38:38 figment would be a good election Jul 15 21:39:05 rwhitby: I was hoping you were going to say that. :) Jul 15 21:39:13 I love that makefile. Jul 15 21:39:21 I live that makefile Jul 15 21:39:21 xDDD Jul 15 21:39:28 :) Jul 15 21:39:59 "make MACHINE=ixp4xxbe angstrom slugosbe openwrt" should do it Jul 15 21:40:18 Hmmm, I wonder if the Nokia 770, Zaurus 5500, and WRT can all run in big endian mode. Jul 15 21:42:05 would change performance ? Jul 15 21:47:20 joshin: don't let you child see the anime "bobobo" :P Jul 15 21:47:32 is a crazy serie Jul 15 21:47:42 rwhitby, I finally did get ep93xx to boot- except the agnstrom console image gets garbled after "starting avahi" Jul 15 21:48:16 codyl: what was the missing trick? Jul 15 21:48:28 My kid surfs behind a whitelist only squid proxy. By the time he's old enough to get around it, he will either be trustworthy enough to allow to do so or banned from the internet altogether. :) Jul 15 21:49:23 rwhitby, the kernel shim didnt work- sorry I set the machine id manually in assembly (head.S) Jul 15 21:49:37 and 2.6.21 didnt work- switch to 2.6.22 Jul 15 21:50:40 time to go out Jul 15 21:50:42 good night Jul 15 21:54:08 rwhitby, any ideas on the console issue? Jul 15 21:54:23 codyl: if avahi start, ethernet should work as well Jul 15 21:54:51 koen, I think DHCPs- I just dont know the addy Jul 15 21:55:18 avahi-browse -at on your desktop will show it Jul 15 21:55:25 tried that Jul 15 21:55:28 ill try again Jul 15 21:55:34 no, i did avahi-discover Jul 15 21:55:37 the cute python gui Jul 15 21:56:03 koen, "ip=dhcp" should do right? Jul 15 21:56:43 auto eth1 Jul 15 21:56:43 iface eth1 inet dhcp Jul 15 21:56:51 in /etc/network/interfaces Jul 15 21:56:52 koen, I dont get a shell Jul 15 21:56:55 oh right Jul 15 21:56:58 haha that works too Jul 15 21:57:01 (substitute eth1 for eth0) Jul 15 21:57:03 ya Jul 15 21:57:17 I know ;-) I was just thinking of doing it from the kernel Jul 15 21:57:27 im slow Jul 15 22:02:04 koen, still nothing- perhaps its hanging ? Jul 15 22:02:30 garbage once in userspace like this is very odd Jul 15 22:02:33 I have no idea, sorry Jul 15 23:08:41 hello everybody, bitbake worked fine part of it's way to compiling nano, but qemu compile fails : http://pastebin.ca/621120 - any help please ? i am following instructions from the getting started guide Jul 15 23:09:41 before you ask for this precision about paths : /stuff -> /home/james/oe Jul 15 23:20:26 I think this is more of a #oe type question Jul 15 23:20:32 But since you are here ;-) Jul 15 23:20:34 hold on Jul 15 23:21:22 is_null_: AMD64 host? Jul 15 23:21:38 when is the last time you did an "mtn pull"? Jul 15 23:22:50 gemu has issue alot of time with the compiler. i use gentoo so its easy for me to switch compilters with gcc-config Jul 15 23:23:03 Laibsch: x86 host Jul 15 23:23:16 i just did mtn update and pull Jul 15 23:23:54 as root though ... i probably have a few permissions to fix, will try again after and give feedback Jul 15 23:24:09 is_null_: You are compiling as root? Jul 15 23:24:22 nvm, i did nothing as root hopefully Jul 15 23:25:10 do you want to check any other log ? Jul 15 23:29:56 no Jul 15 23:30:01 this was a quick shot Jul 15 23:30:09 I don't have time Jul 15 23:30:10 sorry Jul 15 23:30:37 np, i'll ask on #oe as you suggested Jul 15 23:30:40 thanks Jul 15 23:47:31 koen , is there anything out of the ordinary in console-image for DNS ? Jul 15 23:48:53 koen, nvm- figured out seems to be quite unstable on ep93xx **** ENDING LOGGING AT Mon Jul 16 02:59:58 2007