**** BEGIN LOGGING AT Mon Apr 09 02:59:58 2012 Apr 09 06:17:06 Good day all , wana ssh to shr , says ssh: connect to host 192.168.7.2 port 22: No route to host Apr 09 06:17:23 seems usb connection is not stablished Apr 09 06:17:33 why ?cable is healthy Apr 09 07:49:14 alabd: check ifconfig on both sides Apr 09 07:57:30 alabd: but it sounds like your computer doesn't have one of these done: the driver loaded, an interface created or a route set on that interface Apr 09 08:27:33 pabs3: thanks , but it's not internet sharing , does it need a route set on that interface ? Apr 09 08:42:16 alabd: you always need a route if you send packets to other systems Apr 09 08:42:42 ping should be ok without route or not ? Apr 09 08:44:20 alabd: I thought you wanted to use ssh? Apr 09 08:44:35 yes but ping also is not ok Apr 09 09:44:41 pabs3: d'oh... fixed Apr 09 09:50:53 Weiss: thanks Apr 09 10:07:37 SHR: 03lukasmaerdian 07meta-smartphone * rc7ee3fc6db1e 10/meta-openmoko/recipes-kernel/linux/linux-gta04_git.bb: meta-openmoko: linux-gta04: bump SRCREV to 3.2.14-gta04 Apr 09 11:37:27 damn, agni.om.org completely down again, it seems Apr 09 11:40:05 last night I learnt weird stories about what's going on with OM infra Apr 09 11:40:16 though with bright perspective Apr 09 11:42:46 if you're interested in details, see http://en.qi-hardware.com/irclogs/qi-hardware_2012-04-09.log.html Apr 09 13:27:01 DocScrutinizer: new sickstories everyday Apr 09 13:27:05 Meh Apr 09 13:27:09 DocScrutinizer: thanks for caring! Apr 09 13:28:48 PaulFertser: yw Apr 09 15:38:46 How to trun off sleeping on SHR in terminal ? Apr 09 15:44:56 have mounted one of my partition on uSD , but can't umount it Apr 09 15:44:57 bash-4.2# umount -f /dev/mmcblk0p2 Apr 09 15:44:58 umount2: Device or resource busy Apr 09 15:44:58 umount: /home/root/debian: device is busy. Apr 09 15:44:58 (In some cases useful info about processes that use Apr 09 15:44:58 the device is found by lsof(8) or fuser(1)) Apr 09 15:44:59 umount2: Device or resource busy Apr 09 15:45:08 while it not busy , Apr 09 15:45:15 it's not busy .. Apr 09 15:54:16 wana say debian installer.sh to install debian on second partition on uSD , but in default installer wana install it on whole uSD space , how to say installer use second partition for installing debian ? Apr 09 16:08:58 do an lsof /home/root/debian to see who uses it. anyway, you can do "sync; umount -l /dev/mmcblk0p2" Apr 09 18:58:52 Alex[sp3dev], hi Apr 09 18:59:19 GNUtoo: hi Apr 09 19:00:00 Alex[sp3dev], I've some bad news on samsung devices: Apr 09 19:00:28 long time ago me and paulk-laptop looked at the datasheet and schematics Apr 09 19:00:36 and it seemed ok Apr 09 19:00:57 but recently while looking at the modem kernel code I saw that it shares a ram bank between the modem and the CPU Apr 09 19:01:44 so now I'm trying to remove the usage of that ram bank by the kernel Apr 09 19:01:47 it's only 80M Apr 09 19:01:56 so we should be able to do it without Apr 09 19:02:07 I removed it in the kernel but then I've that error: Apr 09 19:02:39 http://www.pastie.org/private/sswyvbltpwhzkl0picatyw Apr 09 19:02:51 so I wonder what's the best way and more important how it works Apr 09 19:03:08 I guess the bootloader expects the kernel at 0x30000000 right? Apr 09 19:03:30 or is it configurable by the image(mkbootimg) Apr 09 19:03:44 because basically here's the ram mapping Apr 09 19:04:18 0x30000000 is the bank to remove, there is only 80M used generally by the kernel Apr 09 19:04:29 then at 0x40000000 there is 256M Apr 09 19:04:48 and there is 128M at 0x50000000(righ after the 0x40000000) Apr 09 19:05:10 so I removed the references to 0x30000000 Apr 09 19:05:17 and I had the error that you see Apr 09 19:05:32 why do you want to remove that? Apr 09 19:06:11 I don't feel confiortable with the modem(running non-free code) having potentially access to 80M of the kernel memory Apr 09 19:06:17 *confortable Apr 09 19:06:26 and I think paulk-laptop agrees with me Apr 09 19:07:25 we want to fix this issue instead of telling, once more to the people that invested in that samsung platform(developers and users) to get a gta04 instead Apr 09 19:08:09 so my question is how booting between the kernel and the samsung bootloader works Apr 09 19:08:14 if it can access that memory bank, i do not see why it cannot access the rest of memory. anyway, could you show your code to disable the bank? if the bootloader is loading initrd at a fixed address, one solution may be to use initramfs instead of initrd. this way, it will be part of kernel and get relocated together with kernel Apr 09 19:08:30 i don't know what samsung bootloader does, unfortunately Apr 09 19:08:41 ok Apr 09 19:08:46 I'll show my code Apr 09 19:09:11 http://www.pastie.org/private/a6wrxqamwc1x9gnvfl0w Apr 09 19:09:39 basically I think the rest of the memory is on a different memory chip Apr 09 19:09:42 mapped differently Apr 09 19:09:47 or am I wrong? Apr 09 19:10:02 basically I thought it was like that: Apr 09 19:10:18 modem<-physical ram chip to be shared->AP Apr 09 19:10:24 and then: Apr 09 19:10:41 [other chip->AP Apr 09 19:10:44 [other chip->AP Apr 09 19:11:00 but I've no precise schematics Apr 09 19:11:04 and you could be right Apr 09 19:11:24 i actually think both arm cores have access to any memory location like on msm Apr 09 19:11:31 ha Apr 09 19:11:36 why do you think that Apr 09 19:11:47 do you have hints that makes you think that? Apr 09 19:12:05 paulk-laptop, ^^^ Apr 09 19:12:15 well, i'll try to look up on modern soc architecture and tell you more later. now try hardcoding memory address via mkbootimg or using initramfs Apr 09 19:12:33 ok Apr 09 19:13:14 I think the initrd is easy to relocate Apr 09 19:13:18 I guess it worked Apr 09 19:13:28 but my problem is the kernel itself it seems Apr 09 19:14:33 GNUtoo: as i understand, 0x31000000 is not in kernel's mapped memory. therefore, kernel cannot find its virtual address and use it. Apr 09 19:14:46 yes I know Apr 09 19:14:57 I fixed it on my desktop but forgott to import the fix Apr 09 19:15:16 rest the <2>kernel BUG at /home/gnutoo/embedded/android/replicant-2.3/kernel-crespo/mm/bootmem.c:377! issue Apr 09 19:15:27 which remains even if I fix that Apr 09 19:22:41 also some stuff like exceptions vectors etc...are in a fixed place I guess Apr 09 19:22:44 I must look that up Apr 09 19:23:07 well, no. on armv6 vectors were fixed at 0x0. armv7 can set them at any address Apr 09 19:25:10 ok nice Apr 09 19:25:30 we need a description of the memory controller and a block diagram. on msm, for example, there were security domains and you could specify which core can access what. Apr 09 19:25:47 ok Apr 09 19:27:26 stupid firefox is sooo slow and so cpu hungry.. but chromium broke down after update yesterday Apr 09 19:29:49 hmmm you have browsers problems too Apr 09 19:31:05 well, i have installed chromium 17 from debian yesterday and most google sites and bitbucket won't open Apr 09 19:31:29 ah ok Apr 09 19:32:36 if I relocate all at 0x40000000 I get that: Uncompressing Linux... done, booting the kernel. Apr 09 19:32:39 and then nothing more Apr 09 19:34:41 how do you relocate? via mkbootimg? can you try using initramfs and no initrd? Apr 09 19:35:01 trough mkbootimg and trough the platform Apr 09 19:35:11 -#define PHYS_OFFSET UL(0x30000000) Apr 09 19:35:11 +#define PHYS_OFFSET UL(0x40000000) Apr 09 19:40:32 ah I forgott some stuff Apr 09 19:42:10 i think you're going to run into trouble if the bootloader loads kernel at 0x30 somewhere and phys_offset is after this address Apr 09 19:43:24 there is still CMDLINE_FORCE tough Apr 09 19:44:34 basically, what happens now when you have phys_offset at 0x30000000 and first memory bank at 0x40000000 is that kernel doesn't know what kind of memory the area between 0x30 and 0x40 is and does not know how to read it. either you create an io device for this region, or do not use initrd at all. or check if sgs bootloader understands addresses in mkbootimg Apr 09 19:45:26 initrd is at 0x41000000 Apr 09 19:47:51 according to your log, at 0x31000000 Apr 09 19:48:52 yes according to the old log Apr 09 19:48:58 I think I lost serial Apr 09 19:50:16 one pin broke Apr 09 21:06:05 Good night , wana say debian installer.sh to install debian on second partition on uSD , but in default installer wana install it on whole uSD space , how to say installer use second partition for installing debian ? **** ENDING LOGGING AT Tue Apr 10 03:00:00 2012