kevin760515 / android-x86

Automatically exported from code.google.com/p/android-x86
0 stars 0 forks source link

Froyo-X86 hang after boot on Samsung N150 #133

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create the froyo-x86 usb_img and install it the usb
2. Boot and run all 3 different boot options
3. All hang after init

What is the expected output? What do you see instead?
The android logo should be started but it does not. Keyboard get locked 
possible get switched to the vm but vm not started correctly. 
Not easy to debug without message, need small step in init to see where does it 
get hang. 
Is there a way to debug without using adb? 

What version of the product are you using? On what operating system?
repo using froyo-x86, build using generic_x86 

Please provide any additional information below.
The same image using vm arch to build able to run under vmware. 

Original issue reported on code.google.com by avengerm...@gmail.com on 26 Sep 2010 at 8:37

GoogleCodeExporter commented 9 years ago
Some how I type fast enough to not letting my keyboard get locked this time and 
able to see the bootanimation after debug. And the crash loop at mediaserver 
with libasound.so . Segfault. 

Looking into it. 

Original comment by avengerm...@gmail.com on 26 Sep 2010 at 9:46

GoogleCodeExporter commented 9 years ago
I think this is image build problem for usb_img, the lib/modules/moduels.dep is 
using my build-host path instead of future mount path. Not sure it is the 
problem but it for sure affect the modprobe at runtime. 

Original comment by avengerm...@gmail.com on 26 Sep 2010 at 9:57

GoogleCodeExporter commented 9 years ago
update the build/target/board/generic_x86/BoardConfig.mk
with 
BOARD_USES_I915 := true
fix this problem

Thanks cw 

Original comment by avengerm...@gmail.com on 28 Sep 2010 at 5:47

GoogleCodeExporter commented 9 years ago
Please close this issue

Original comment by avengerm...@gmail.com on 28 Sep 2010 at 5:48