hoffe ihr könnt mir mal wieder bei etwas speziellem Helfen

Habe hier ein Acer Iconia W4 820 Tablet mit Bay Trail Atom CPU und eMMC Speicher(ähnlich dem ASUS T100TA).
Für die Installation habe ich mir das 64bit iso geladen und die ia32.efi auf den Stick kopiert(32bit EFI).
Installation startet, sogar mit Touch(goil!) und läuft ohne Probleme durch. Allerdings beim ersten booten von der eMMC sagt mir das Tab "no bootable device found" ... ich habe schon verschiedene Lösungen versucht ..
ohne Erfolg(refind, grub 32bit efi reinstall, manuell). Ein Stick mit refind, ist bisher die Lösung ... aber naja .. unschön.
Ohne Probleme lies sich Wifi, Bluetooth und Sound zum laufen bringen. Bisher funktioniert noch nicht:
-Kameras
Vorn - mt9m114
Hinten - ov5640
Habe das hier gefunden? -> https://elixir.bootlin.com/linux/v4.14/ ... /mt9m114.c
-LED Backlight Control (soll wohl auf dem Asus T100TA funktionieren)
[drm:vlv_dsi_init [i915]] *ERROR* Failed to own gpio for panel control
[drm:pwm_setup_backlight [i915]] *ERROR* Failed to own the pwm chip
Zudem geht das Display nicht aus im Standby ..
EDIT:
Habe folgendes gefunden und mir ein Kernel compiled:
Code: Alles auswählen
As a workaround, these config options worked for me on Surface 3 PMIC backlight:
>
>CONFIG_PWM=y
>CONFIG_PWM_CRC=y
>CONFIG_I2C_DESIGNWARE_PLATFORM=y
>CONFIG_I2C_DESIGNWARE_PCI=y
>CONFIG_INTEL_SOC_PMIC=y
>CONFIG_DRM_I915=m

Edit2: Mit dem Kernel findet er das Bluetooth Modul nicht .... (make oldconfig sollte doch funktionieren?)
-Bootloader auf eMMC
Edit3:
Ich habe mir das hier angeschaut -> https://askubuntu.com/questions/887210/ ... -on-reboot
Anscheinend ist Windows Hardcoded als Boot file ... es funktioniert wie im Workaround beschrieben mit dem umbenennen also:
->Ordner erstellen /boot/efi/EFI/Microsoft/Boot
grubia32.efi vom Debian EFI Ordner kopieren als bootmgfw.efi
Läuft!!!
Code: Alles auswählen
[ 7.607635] Bluetooth: Core ver 2.22
[ 7.607672] Bluetooth: HCI device and connection manager initialized
[ 7.607680] Bluetooth: HCI socket layer initialized
[ 7.607684] Bluetooth: L2CAP socket layer initialized
[ 7.607697] Bluetooth: SCO socket layer initialized
[ 7.657019] Bluetooth: HCI UART driver ver 2.3
[ 7.657023] Bluetooth: HCI UART protocol H4 registered
[ 7.657025] Bluetooth: HCI UART protocol BCSP registered
[ 7.657077] Bluetooth: HCI UART protocol LL registered
[ 7.657079] Bluetooth: HCI UART protocol ATH3K registered
[ 7.657113] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 7.657210] Bluetooth: HCI UART protocol Intel registered
[ 7.657438] Bluetooth: HCI UART protocol Broadcom registered
[ 7.657479] Bluetooth: HCI UART protocol QCA registered
[ 7.657481] Bluetooth: HCI UART protocol AG6XX registered
[ 7.657482] Bluetooth: HCI UART protocol Marvell registered
[ 7.864492] Bluetooth: hci0: BCM: chip id 84
[ 7.865023] Bluetooth: hci0: BCM: features 0x0f
[ 7.866294] Bluetooth: hci0: BCM4324B3
[ 7.866299] Bluetooth: hci0: BCM4324B3 (002.004.006) build 0000
[ 7.867588] bluetooth hci0: firmware: direct-loading firmware brcm/BCM4324B3.hcd
[ 8.523618] Bluetooth: hci0: BCM4324B3 (002.004.006) build 0112
[ 9.092084] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 9.092088] Bluetooth: BNEP filters: protocol multicast
[ 9.092096] Bluetooth: BNEP socket layer initialized
[ 27.263646] Bluetooth: RFCOMM TTY layer initialized
[ 27.263661] Bluetooth: RFCOMM socket layer initialized
[ 27.263676] Bluetooth: RFCOMM ver 1.11
Linux W4-820 4.19.0-8-amd64 #1 SMP Debian 4.19.98-1+deb10u1 (2020-04-27) x86_64 GNU/Linux

Edit5: Sieht wohl so aus als Löse ich alles selber

Habe andere Kernel compiled und es ist wohl ne änderung im 5er Kernel ... jedenfalls mit 4.19.119 klappts nun.
Bis auf beide Kameras lüppt dat nun

Hoffe aber da hat von euch noch jemand ne Idee mit den Treiber .. finde immer nur anhaltspunkte das diese eigentlich im Kernel sein sollten .. aber nicht sind.
Grüsse
BLACK