Here is the github fix: https://github.com/burzumishi/linux-baytrail-flexx10/issues/7
Thank you
I am not sure if I make changes they will even stick using this installer. I have it on the C: drive if not I need to know what to do please
4.4r3 android .img because it will only load the .img images
I am hoping to install 4.4r3 to an ext4 partition so I can move forward to a sound fix. For some reason I now can't get it to work using unetbootin either ISO or IMG. The way I did with 6.0
I really wish there was an apk or some kind of simple fix for this. I love this project and I love my PC I have been wanting dual boot for years and now I have it and for the life of me can't get audio unless I use a USB headset
My GOD!! Man why cant baytrail users get an android x86 for the thousands of baytrail devices out there with working sound???cant you guys patch a kernel for us or make a distro please?? would rather a newer update but 4.4r3 seems to be the only one that everything works but sound unless you use some sort of usb soundcard which is a clumsy fix not even a fix at all.Please I do not have a linux install to patch a kernel if I even knew how to. Im sure whoever does somehow come out with a laymens plug and play fix for the baytrail systems to have sound will be nothing short of a mega heroPLEASE! HELP! US!!!
I had a build on my Nextbook that ran but the kernel was unstable and it would randomly reboot. You can try to hack at my existing builds to see if you can tweak them for your specific device. There was working sound on the Nextbook with some included scripts. Not sure how this build will react on a different model though. And I no longer have the nextbook to work on any baytrail projects anymore.
I had a build on my Nextbook that ran but the kernel was unstable and it would randomly reboot. You can try to hack at my existing builds to see if you can tweak them for your specific device. There was working sound on the Nextbook with some included scripts. Not sure how this build will react on a different model though. And I no longer have the nextbook to work on any baytrail projects anymore.
I hate to say I tried it on my next book flexx 11 it started up and stayed in portrait mode, but the main thing was still no sound without a USB headset or speakers attached
--
You received this message because you are subscribed to a topic in the Google Groups "Android-x86" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/android-x86/hB0dlveMIRE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to android-x86+unsubscribe@googlegroups.com.
To post to this group, send email to andro...@googlegroups.com.
Visit this group at https://groups.google.com/group/android-x86.
For more options, visit https://groups.google.com/d/optout.
<6>[ 29.777804] input: gpio-keys as /devices/platform/gpio-keys.0.auto/input/input5 <6>[ 29.825852] input: gpio-keys as /devices/platform/gpio-keys.1.auto/input/input6
在 2016年11月4日星期五 UTC+8上午8:32:50,zefie altimitmine写道:
I had a build on my Nextbook that ran but the kernel was unstable and it would randomly reboot. You can try to hack at my existing builds to see if you can tweak them for your specific device. There was working sound on the Nextbook with some included scripts. Not sure how this build will react on a different model though. And I no longer have the nextbook to work on any baytrail projects anymore.
[ 8.973804] genirq: Flags mismatch irq 8. 00000083 (volume_down) vs. 00000080 (rtc0) [ 8.982493] gpio-keys gpio-keys.1.auto: Unable to claim irq 8; error -16 [ 8.990315] gpio-keys: probe of gpio-keys.1.auto failed with error -16for Resolving the problem above apply this patch
it is true, I Apologise, For Informations untrue. concerning code line 767 ,, 777. it is not necessary but it is also true that if you do not add this line, the audio on my tablet does not feel
{
.callback = byt_rt5640_quirk_cb,
.matches = {
DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Insyde"),
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "BayTrail"),
},
.driver_data = (unsigned long *)(BYT_RT5640_IN1_MAP |
BYT_RT5640_MCLK_EN),
},
I ask again apologize. but I'm not a real programmer.
I think, that 80% of the BayTrail audio problems with rt5640 codec
It is due to the fact that the firmware distributed with the kernel is not correct
it is true, I Apologise, For Informations untrue. concerning code line 767 ,, 777. it is not necessary but it is also true that if you do not add this line, the audio on my tablet does not feel
Is there a way to make this write and stick so that it actually works and stays after a reboot???
Here is what I did, I got this from another poster on Google groups.
According to these:
http://mailman.alsa-project.org/pipermail/alsa-devel/2015-July/094429.html
http://mailman.alsa-project.org/pipermail/alsa-devel/2015-July/094664.html
fw_sst_0f28.bin and fw_sst_0f28_ssp0.bin (the latter renamed to fw_sst_0f28.bin) are used only when you use "snd-intel-sst-acpi" driver.
Your lsmod shows you are using "snd-soc-sst-acpi", so you are using the firmware file "fw_sst_0f28.bin-48kHz_i2s_master"
Suggest you use snd-intel-sst-acpi instead. One way to do so (note: Use the newest firmware files from previous post):
1) Blacklist snd-soc-sst-acpi on /system/etc/modules.blacklist (include these 2 lines - don't know if it is based on filename or internal driver name - won't husrt including both)
blacklist snd-soc-sst-acpi
blacklist snd_soc_sst_acpi
2) Boot under debug mode and before 2nd exit check which drivers are loaded with "lsmod". You shouldn't have snd-intel-sst-acpi on list.
3) Check if you have snd-intel-sst-acpi on the loaded driver list. If not, load it:
modprobe snd-intel-sst-acpi
OR
busybox modprobe snd-intel-sst-acpi
4) type dmesg and check you have any different info about your sound device (byt 5640). Check also if /proc/asound/cards exists and is not empty:
cat /proc/asound/cards
5) Continue booting and check if you have sound
6) If not, rename fw_sst_0f28_ssp0.bin to fw_sst_0f28.bin and repeat procedure from step 2.
Now they are saying they have sound, headphones jack and mic working.
Can someone here help me reproduce this or create a working USB loader?
Also if you cant create a working iso how about a zip file i can put on an usb stick that i can install with?