Help identifying WiFi chipset #212
Replies: 3 comments 1 reply
-
Hello, your device is NXP device elif [ "$sdioCardID" == "0x9159" ]; then |
Beta Was this translation helpful? Give feedback.
-
I fell victim to the same issue, I got a new carlinkit that has 0x9159 wi-fi and all the update .img files in this repo don't support it :/ soft-bricking the wi-fi and bluetooth functions. Flashing the mentioned stock .hwfs file did fix it. However, there is no way to root the device at this point, using files available in repository. |
Beta Was this translation helpful? Give feedback.
-
FWIW, the closest proper naming for this chip is in kernel terminology is it's similar to the one mentioned in README
mainline kernel added support for SD8987 in 2019 and for SD8978(IW416) in 2023 you can also see from the older script
there's also based on
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a CP2A which I can't get to run on the custom firmware.
user space is full of
Start load Bluetooth!!!
End load Bluetooth!!!
Can't get device info: No such device
Reset Bluetooth!!!
killall: rtk_hciattach: no process killed
killall: hciattach: no process killed
This suggests to me that the drivers for the bluetooth are not correct.
I have tried the ones in this GitHub but not got anywhere.
The BT WIFI Card Device ID is 0x9159 and below are some pictures of the board, any ideas?
Beta Was this translation helpful? Give feedback.
All reactions