Re: [android-kernel] usb hub not picking up- android on beagle

2010-05-11 Thread Wang Michael
hi, Maybe the beagle board couldn't supply enough current for the usb hub. Please use the hub with a power supply in it. Br, Michael 2010/5/11 anushanker > hello, > > I have ported android cupcake to my beagle board rev c3 and Iam > getting the android boot on my s-video output. but my ke

[android-kernel] usb hub not picking up- android on beagle

2010-05-11 Thread anushanker
hello, I have ported android cupcake to my beagle board rev c3 and Iam getting the android boot on my s-video output. but my keyboard or mouse (usb ehci ) is not working. I checked the the dmesg output and didn't find any entry for the usb hub. but that hub is showing when I am using it with other

Re: [android-kernel] Errors Building Android Source Code

2010-05-11 Thread merrou
To compile use : source build/envsetup.sh && sed -n - e "s/^add_lunch_combo//gp" vendor/*/vendorsetup.sh && lunch generic-eng && make -j2 eng && make -j2 .where 2 is the number Of proc in your machine .. I hope this will help you On May 11, 2010 2:32 AM, "merrou" wrote: I recomm