**** BEGIN LOGGING AT Sat Aug 07 02:59:57 2010 Aug 07 09:11:05 I'm trying to build SHR on Ubunti. 'make build' gives me the error 'SDL.h not found'. What do I need to install to let bitbake find this file for me? Aug 07 09:11:15 ('Morning all', by the way :-) ) Aug 07 09:11:42 well, i do not know the package name, but I know that using apt-file is the way to search for file Aug 07 09:13:04 i guess that libsdl-dev should do the trick ? Aug 07 09:13:33 libsdl1.2-dev , in fact , at least on debian Aug 07 09:28:59 ChristW, depends on what you want to build. Aug 07 09:29:24 If you are trying to build shr apps for the FR (or other platform) then apt has nothing to do with it. Aug 07 09:29:34 if you are trying to build shr for the phone Aug 07 09:29:39 *pc Aug 07 09:29:49 i.e in order to test stuff on your host machine Aug 07 09:29:55 then yes, you are missing sdl Aug 07 09:30:09 but I don't think that's what you are trying to do since the shr stack does not depend on sdl Aug 07 09:56:15 TAsn: misc: I already have libsdl1.2-dev installed, but it still complains about it. Maybe it's in the wrong directory? Aug 07 09:58:01 ChristW_, did you even read my response? Aug 07 09:58:29 If you are trying to build shr apps for the FR (or other platform) then apt has nothing to do with it. Aug 07 10:04:42 I'm trying to build an SHR-u image for the FR. Aug 07 10:04:48 TAsn: ^^ Aug 07 10:05:15 So, I downloaded the Makefile, and am now trying to 'make build'. Aug 07 10:05:33 ChristW_, ok, so your problem is *not* ubuntu related Aug 07 10:06:07 you issue is something with the OE env Aug 07 10:06:33 i'd suggest reading in the SHR wiki a bit about "build shr" and you'll see how to manually pull SDL. Aug 07 10:06:38 If you can, please also report a bug. Aug 07 10:12:15 TAsn: Ok, I'll read up, and see how far I get. Thanks! Aug 07 10:12:44 ChristW_, np. Aug 07 14:42:43 I tried making/receiving calls, and there is echo (on the other side)...the problem seems to be fixed since 17 months ago...(http://docs.openmoko.org/trac/ticket/1267)...is it possible the fixing AT command is not issued before the calls? Aug 07 14:43:18 I'm using shr-unstable (~3 days old) Aug 07 14:46:05 leosaeba: http://trac.shr-project.org/trac/ticket/939 ? Aug 07 14:52:40 badcloud: I don't think this is my case...everything seems to be ok (except I cannot switch to speaker during the call)....Audio quality on my side is great...(maybe not very loud)...but the other side hears echo...the echo is mitigated If I turn my Volume down Aug 07 15:16:11 I've just figured out that in /usr/lib/python2.6/site-packages/framework/subsystems/ogsmd/modems/ti_calypso/unsolicited.py @ line 227 there are 2 commented lines that should solve the problem ( http://openmoko-public-mailinglists.1958.n2.nabble.com/FSO-M4-nice-GSM-sound-td1486414.html#a1518726 ) I'm going to try and uncomment them... Aug 07 15:17:07 by the way the commented lines are: Aug 07 15:17:14 #devchannel = self._object.modem.communicationChannel( "DeviceMediator" ) Aug 07 15:17:19 #devchannel.enqueue( "+CPAS;+CEER" ) Aug 07 15:37:25 I've just tried; It worked! Aug 07 15:38:20 I made and received phone calls to a landline phone and to another mobile phone....no echo in all the 4 calls... Aug 07 15:38:58 leosaeba: hmm, this is the first time I hear about +CPAS Aug 07 15:39:03 but the commented lines where not exactly the same of the Aug 07 15:39:10 mailing-list Aug 07 15:39:16 http://openmoko-public-mailinglists.1958.n2.nabble.com/FSO-M4-nice-GSM-sound-td1486414.html#a1518726 Aug 07 15:39:25 the command enqueued is : Aug 07 15:39:34 devchannel.enqueue( "%N0187" ) Aug 07 15:39:45 leosaeba: ah, that is echo cancellation indeed Aug 07 15:40:18 lindi-: I left the #devchannel.enqueue( "+CPAS;+CEER" ) line commented Aug 07 15:41:05 what about the speaker toggle during a call? Is there a way to make it work? Aug 07 15:41:15 leosaeba: nabble.com does not reqply to me Aug 07 15:41:49 lindi-: what? Aug 07 15:42:11 leosaeba: you posted a link to nabble.com Aug 07 15:43:09 lindi-: nono...I just googled and this thread came up Aug 07 15:44:12 lindi-: I mean...yes...I posted it.... Aug 07 15:44:18 lindi-: the link.... Aug 07 15:44:58 lindi-: now nabble.com doesn't work form me too... Aug 07 15:45:53 lindi-: this is a cached version from google: http://webcache.googleusercontent.com/search?q=cache:m8bsR5UIxx4J:openmoko-public-mailinglists.1958.n2.nabble.com/FSO-M4-nice-GSM-sound-td1486414.html+FSO-M4-nice-GSM-sound&cd=1&hl=it&ct=clnk&gl=it&client=firefox-a Aug 07 15:46:13 leosaeba: there's lists.openmoko.org Aug 07 15:47:15 lindi-: ^^;;;;; Aug 07 15:48:37 leosaeba: so 'devchannel.enqueue( "+CPAS;+CEER" )' affects voice quality? Aug 07 15:49:32 lindi-: didn't try.....I've added : Aug 07 15:49:37 lindi-: devchannel = self._object.modem.communicationChannel( "DeviceMediator" ) Aug 07 15:49:44 lindi-: devchannel.enqueue( "%N0187" ) Aug 07 15:50:17 leosaeba: yep that needs to be sent before each call Aug 07 15:50:35 lindi-: and after a reboot I've made a few calls.....seems to remove the echo... Aug 07 15:51:25 lindi-: why is not there in the distributed version? Aug 07 15:51:57 leosaeba: i don't know, i'm not using that version Aug 07 15:52:15 leosaeba: can you give me a link to the version you are using? Aug 07 15:53:38 lindi-: /etc/shr-version says: Aug 07 15:53:51 lindi-: SHR -20100805 Aug 07 15:54:02 lindi-: Built from branch: org.openembedded.dev Aug 07 15:54:08 lindi-: Revision: 93e2f314df0434df3e1f3ae537129b9f7ee3e5de Aug 07 15:54:58 I've built it following the "Building SHR" guide on the wiki .... about 3 days ago Aug 07 17:48:29 hi Aug 07 18:19:35 freesmartphone.org: 03morphis 07cornucopia * r2be758576d3b 10/fsogsmd/src/plugins/modem_qualcomm_palm/ (7 files): fsogsmd: modem_qualcomm_palm: implement first bunch of mediators/urcs for device and sim functionality Aug 07 20:54:16 Hi, I am trying to build shr-unstable according to the wiki on shr, but it seems like the compiling of qemu-native-0.12.5-r0 is hanging. Anyone got any advice? Aug 07 22:01:49 valos: ping Aug 07 22:05:49 * vanous running on low battery... **** ENDING LOGGING AT Sun Aug 08 02:59:56 2010