cd kernel
git remote add mainline https://github.com/torvalds/linux.git
git fetch mainline master
git checkout mainline/master
cp ~/android-x86_64_defconfig ~/android-x86/kernel/arch/x86/configs/
cd ..
. build/envsetup.sh
lunch android_x86_64-eng
make efi_img -j4
Hi!
I have managed to find what was the problem in my defconfigs,
as usual I was missing the basics...
GPU authentication needs to be disabled for the kernel to work with Android and I always forget that.
Now I can boot on sandybridge (Dell E6420) and it works very nicely,
but I still have some problems to boot on Acer 5620, as per attached screenshots.
Updated kernel repo availble here:
https://github.com/maurossi/linux/tree/kernel-4.4rc2_rebase
Mauro
Hi,
on sandybridge (Dell 6420) I've enabled DRM_I915_KMS and DRM_I915_FBDEV,
to see it booting.
Regarding my problem with X3100 GPU (Acer 5620) I saw the errors were ACPI related and I could boot with acpi=off parameter added in grub line.
Should I do some other changes in kernel config or source, to avoid the problem?
Mauro
Are you sure about this? Those options seem no longer available with kernel 4.4, did you add them manually?
Also a nice way to config the kernel:
make menuconfig KCONFIG_CONFIG= your config file
Then use "/" to search through the config options (like "i915"), when found type the number in front to jump to the option in the menu.
I'm looking forward to GPU debugging tools in Android Studio to do further trobleshooting of GPU problems
M.
--
You received this message because you are subscribed to the Google Groups "Android-x86" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-x86...@googlegroups.com.
To post to this group, send email to andro...@googlegroups.com.
Visit this group at http://groups.google.com/group/android-x86.
For more options, visit https://groups.google.com/d/optout.
fatal error: openssl/opensslv.h: No such file or directory
Thank's to Chih-Wei, Mauro and Povilas here is a new kernel 4.4 rc4 with the pic build fix, WiFi is working again and I added the Andoid-x86 configs again: https://github.com/meijjaa/linux/tree/android
Although WiFi is working there is no status information any more, much like I experienced before with kernel 4.2 / 4.3.
With 4.4rc3 still no boot without acpi=off GRUB line on Acer 5620, but on Dell E6420 and desktops it works.
On Intel WiFi of Dell E6420 and Acer Extensa 5620 the WiFi status information is visible, meaning SSID, Status, Signal Strength, Frequency and Security.
M.
If not what happens issuing this command before last exit?
modprobe libertas_sdio
M.