Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bullhead] Re-enable the pm-service if required. #14

Closed
bhush9 opened this issue Jun 28, 2017 · 4 comments
Closed

[bullhead] Re-enable the pm-service if required. #14

bhush9 opened this issue Jun 28, 2017 · 4 comments
Projects

Comments

@bhush9
Copy link
Member

bhush9 commented Jun 28, 2017

Currently we have following in init.bullhead.rc to disable the pm-service,

@@ -292,6 +292,7 @@ service per_mgr /system/bin/pm-service
     class core
     user system
     group system net_raw
+    disabled
 

as otherwise if enabled, it results in following spam in dmesg and ultimately kernel panic

[ 79.686566] IPC_RTR: msm_ipc_router_bind: pm-service Do not have permissions

Investigate if pm-service is something essential or not and enable/disable it as needed.

@shadeslayer
Copy link

Apparently this is the power management service.

@bhush9 bhush9 added this to Done in Halium Jul 11, 2017
@bhush9
Copy link
Member Author

bhush9 commented Jul 11, 2017

Fixed with patches in kernel.. This needs to be enabled to get modem to boot up.

Halium/android_kernel_lge_bullhead@a34bb3a...0b64b0c

@bhush9 bhush9 closed this as completed Jul 11, 2017
@z3ntu
Copy link

z3ntu commented Jul 11, 2017

Link the required patches somewhere please (Porting guide probably) if you haven't already.

@bhush9
Copy link
Member Author

bhush9 commented Jul 11, 2017

Yes, I do plan to include those in porting guide..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

3 participants