Replies: 2 comments 24 replies
-
Something with drivers. Maybe hardware problem. I compared with my working U2AC device. Different Card ID: your - 0x4358 Mine - 0xb822. Save your device id and flash image from repo. Why u not asking carlinkit support? Maybe they just replace your device with new one? |
Beta Was this translation helpful? Give feedback.
-
Hi There, 🔧 Custom Firmware Recovery Summary – 🧠 Driver Trick via IDA Reverse Engineering Using IDA, we reverse engineered the module and bypassed the dhdsdio_probe_attach chip whitelist to trick the driver into accepting the 0x4758 chip. ✅ Result: ❌ Remaining issue: dhdsdio_probe_attach failed bcmsdh_sdmmc: probe of mmc0:0001:2 failed with error -12 Possible NULL pointer dereference during probe or SDIO registration 🧪 Custom Firmware Build Strategy I injected: Bootloader & Kernel from RootFS from Command used: dd if=rootfs_v5_packed.jffs2 of=MX25L12835F_FW_20230715_V4.bin bs=1 seek=$((0x380000)) conv=notrunc status=progress The kit acceped U2AC original and custom firmware.
The kernel still detects chip 0x4758 early, likely in bcmdhd.ko init or probe. Is there a way to bypass or override this chip ID detection earlier — perhaps via a fake NVRAM patch, init script, or driver stub? System now reaches up to driver stage — can we insert a firmware redirect or a patched initrd? @Zubastic , if you're reading: Any insight on forcing BCM drivers to tolerate 0x4758 beyond probe? Thank you. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
userspace.log
Hi,
I recently purchased a CarlinKit 5.0 CPC200-2air, which initially worked well for a couple of months. Now, the device is experiencing problems: it no longer starts Android Auto, and it can't connect to Wi‑Fi. Although the Bluetooth connection remains stable, Android Auto fails to link with the car system. I attempted both downgrading and upgrading the firmware—including testing a custom firmware version (2024.01.18.1053)—but the issue persists. The logs reveal that while the Wi‑Fi device is detected, it fails to start, suggesting a possible driver problem. I can debug the kit via USB and am seeking assistance to resolve these issues.
Explanation of the Problem:
Beta Was this translation helpful? Give feedback.
All reactions