Jump to content

RIL / WIFI / Bluetooth not working after kernel flash


Recommended Posts

Posted (edited)

I am having trouble flashing a custom kernel to my pulse running the standard t-mobile uk 2.1 rom. After compiling and flashing the kernel, using:

fastboot flash:raw boot zImage ramdisk-new.gz ,

where the zImage is from the $kernel_src/arch/arm/boot directory and the ramdisk is extracted from the boot.img from a nandroid backup. Although the phone boots up fine, I am unable to get any reception, connect to a wireless network, etc. The kernel config used was from /proc/config.gz with only one alteration - enabling swap.

Any ideas how I can get these devices working?

Edited by WillyS
Posted

Check cmdline for mkbootimg when packing kernel in boot.

It must be:

mem=128M console=ttyMSM2,115200n8 androidboot.hardware=qcom console=ttyUSBCONSOLE0 androidboot.console=ttyUSBCONSOLE0

Using:

mkbootimg --cmdline 'mem=128M console=ttyMSM2,115200n8 androidboot.hardware=qcom console=ttyUSBCONSOLE0 androidboot.console=ttyUSBCONSOLE0' --kernel boot-kernel.gz --ramdisk ramdisk-repack.cpio.gz --output newboot.img
Posted (edited)
Check cmdline for mkbootimg when packing kernel in boot.

It must be:

Using:

Thanks. I'll give that a try!

Update: Just tried, and it works a treat. Thanks very much.

Edited by WillyS
Posted
Thanks. I'll give that a try!

Update: Just tried, and it works a treat. Thanks very much.

Still can't get any mobile reception but the wifi was sorted out . Has any one experienced this?

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.