Re: QTMoko v55 GTA02 flash issue

2014-01-20 Thread Peter Viskup
Radek Polak:
 On Sunday, January 19, 2014 08:21:20 PM Peter Viskup wrote:
 Btw can you try if USB networking works in this state?
 

Yes - USB network is available and screen is blank with non-blinking
cursor in left top corner.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Building qtmoko for Neo.

2014-01-20 Thread Jorge

Hi,

I'm trying to build qtmoko from https://github.com/radekp/qtmoko , 
following the README., on a Ubuntu 13.04 64bits box, and have some weird 
behavior.


I suppose I have to run sudo scripts/qtmoko-chroot-armel.sh, not 
armhf, right?


1. The cdebootstrap step in the script fails unless I add 
--allow-unauthenticated. Not sure what is going on nor whose fault it is.


2. At some point during the script running, something breaks in my box. 
Some applets hang, and chromium starts to fail to load complaining on 
incorrect permissions on /dev/shm. Doing sudo chmod 1777 /dev/shm 
seems to fix that, but I don't know what else is happening.


3. Finally, the script finishes, but the
qtmoko-chroot:~/qte/build$ ../qtmoko/configure -device neo
step (is the neo there right?) fails with:

...
Testing for ALSA: FAIL
ERROR: You requested -sound-system alsa but it was disabled.
make: *** [src/build/mkconf/configure] Error 1

4. If I add -sound-system pulse to configure, then it fails shortly 
after with:


...
Testing for OpenSSL: FAIL
ERROR: You requested -ssl but it was disabled.

apt-get install openssl does not fix it.


Greetings,

Jorge

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Building qtmoko for Neo.

2014-01-20 Thread Radek Polak
On Monday, January 20, 2014 07:51:54 PM Jorge wrote:

 Hi,
 
 I'm trying to build qtmoko from https://github.com/radekp/qtmoko ,
 following the README., on a Ubuntu 13.04 64bits box, and have some weird
 behavior.

Hi,

 I suppose I have to run sudo scripts/qtmoko-chroot-armel.sh, not
 armhf, right?

yes, armel for Freerunner, armhf is for GTA04

 1. The cdebootstrap step in the script fails unless I add
 --allow-unauthenticated. Not sure what is going on nor whose fault it is.

Hmm maybe you have to install debian/emdebian apt keyring to get rid of this. 
I am on debian, that's maybe why it works for me...

 2. At some point during the script running, something breaks in my box.
 Some applets hang, and chromium starts to fail to load complaining on
 incorrect permissions on /dev/shm. Doing sudo chmod 1777 /dev/shm
 seems to fix that, but I don't know what else is happening.

Ahh interesting, i am getting this error too, but it never occured to me that 
this is because of qtmoko chroot. It can be related to binded mounts...

 3. Finally, the script finishes, but the
 qtmoko-chroot:~/qte/build$ ../qtmoko/configure -device neo
 step (is the neo there right?) fails with:

Yes, -device neo is ok.

 ...
 Testing for ALSA: FAIL
 ERROR: You requested -sound-system alsa but it was disabled.
 make: *** [src/build/mkconf/configure] Error 1

You can try append -verbose to see more details.

Otherwise you might need the devel packages like libasound2-dev libssl-dev but 
i wonder why they are not installed - i have checked the qtmoko-chroot-
armel.sh and they are there.

Regards

Radek

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Resume bug on 2.6.39 kernel identified! (was QTMoko v55 GTA02 flash issue)

2014-01-20 Thread Radek Polak
On Monday, January 20, 2014 05:04:53 PM Jake Drexel wrote:

 the mmc0 device is actually where the ar6000 (wifi) is conneted. I had
 the same problem with the 2.6.39 kernel on shr. The issue looks hw and
 sw related. My wifi-board was not connected very well but with older
 kernel it still worked, which is strange.
 
  Here is the ticket where I tried to document the issue i saw:
 http://shr-project.org/trac/ticket/2103

Hi,
it seems that thanks to your mail we have discovered resume problems on 2.6.39 
kernels!

I tried rmmod ar6000 and i cant reproduce my resume issues anymore! I had 
running my dial script over night. Freerunner now shows 333 succesful resumes, 
while it used to fail after 30 resumes before.

So please if you are using 2.6.39 kernel edit /etc/modules, remove or comment 
out line with ar6000, reboot and report if your resume issues are gone.

Regards

Radek
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community