Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
magicbumm328
Old
#1  
Member - OP
Thanks Meter 4
Posts: 85
Join Date: Dec 2011
Default I2_hisc wakelock?

I have this wake lock that ate up almost and hour last night. I went to sleep with 56% battery woke up with 25%. My phone has never been good on battery life but I don't have a clue what this is. Searching return one result with no help. Anyone know what this wakelock is?

On tasks tomorrow with fluxi kernel if it matters

Sent from my SGH-I777 using xda premium
 
Phalanx7621
Old
#2  
Phalanx7621's Avatar
Recognized Contributor
Thanks Meter 1954
Posts: 4,395
Join Date: Jul 2011
Location: Delaware
Hello. I'm commonly known as Google search. I've been known to help people from time to time, like that one time I searched for betterbatterystats. Yah. It was epic.

Sent from my SGH-I777 using Tapatalk 2

Phones: Samsung Galaxy S II, Motorola Atrix[retired]
 
jthatch12
Old
(Last edited by jthatch12; 29th May 2012 at 04:04 AM.)
#3  
jthatch12's Avatar
Senior Member
Thanks Meter 831
Posts: 1,595
Join Date: Mar 2012
Location: Philly

 
DONATE TO ME
Quote:
Originally Posted by Phalanx7621 View Post
Hello. I'm commonly known as Google search. I've been known to help people from time to time, like that one time I searched for betterbatterystats. Yah. It was epic.

Sent from my SGH-I777 using Tapatalk 2
He's asking a question on the Q/A forum, so instead of being an asshole, help the guy out or don't post anything

Sent from my SGH-I777 using xda premium


Running CM10.1 w/ STi Kernel



Find me on Nasioc, jthatch12
The Following 8 Users Say Thank You to jthatch12 For This Useful Post: [ Click to Expand ]
 
elherr
Old
#4  
elherr's Avatar
Senior Member
Thanks Meter 100
Posts: 209
Join Date: Jul 2011
Location: Seattle
I've not seen a whole lot said about what l2_hsic wake does, but it appears here in kernel tree. ;)
android_kernel_samsung_smdk4210/drivers/misc/modem_if/modem_link_device_hsic.c

HSIC appears to be part of the hardware tying CPU to RIL (Radio Interface Layer) and other hardware. HSIC is 'High Speed Inter-Chip' and is a variation on USB. I'm assuming (and you know what that means :) ) that L2 stands for Layer 2. For seven layer OSI model please read this:
http://en.wikipedia.org/wiki/OSI_model

HSIC:
http://www.synopsys.com/dw/dwtb.php?a=hsic_usb2_device
/* Piercing the Reality Distortion Field with CM10.1 */
The Following User Says Thank You to elherr For This Useful Post: [ Click to Expand ]
 
Nizda1
Old
#5  
Senior Member
Thanks Meter 52
Posts: 345
Join Date: Nov 2011
I had the same wakelock killing battery too. You don't need to learn the osi model to diagnose this . What's happening is after reviewing the bbs stats somehow our or my phone is losing/regaining data connectivity at night. Now this could be atteibuted to many things, however after switching kernels and modems around I'm back to normal. Or simple fix just turn data off at night.

Sent from my SGH-I777 using xda premium
 
magicbumm328
Old
#6  
Member - OP
Thanks Meter 4
Posts: 85
Join Date: Dec 2011
Hello Google search it seems I used you to find an answer before I posted this question in the Q/A forum and it seems you sucked at returning me any result that answered my question so...thanks

Sent from my SGH-I777 using xda premium
 
magicbumm328
Old
#7  
Member - OP
Thanks Meter 4
Posts: 85
Join Date: Dec 2011
Quote:
Originally Posted by Nizda1 View Post
I had the same wakelock killing battery too. You don't need to learn the osi model to diagnose this . What's happening is after reviewing the bbs stats somehow our or my phone is losing/regaining data connectivity at night. Now this could be atteibuted to many things, however after switching kernels and modems around I'm back to normal. Or simple fix just turn data off at night.

Sent from my SGH-I777 using xda premium
Thanks you this was helpful got what I was looking for I believe thanks again

Sent from my SGH-I777 using xda premium
 
diamondpillow
Old
#8  
Junior Member
Thanks Meter 4
Posts: 25
Join Date: Nov 2011
Default l2_hsic possible solution

hey guys,

I found out smth else this morning, maybe some others have already found out too. Nevertheless I will share with you first, before confirming my result

1. Go to settings
2. go to Wi-fi
3. press your menu button (lower left capacitive button)
4. press advanced (thats the only choice that pops up)
5. under "Keep Wi-Fi on during sleep" -> choose never
6. Restart your phone.

as before, it was kept as "always" and I am thinking it caused the l2_hsic issue that prevents my phone from sleeping.

As of now, after 30 mins, l2_hsic is only 2m awake. The change might be due to the reboot, I am not sure. I will report back in 2 days.

Previously, I reseted back to factory setting, it didnt appear before the first charge, so I shld see what happens after the first charge

I've also tried using juice defender to narrow down the app (disabling app for connectivity when slp), but it seems to me its not an app, but rather the settings, or the modem or router or possibly hardware issue

It shldnt be an app because i monitor my data usage, i didnt seem that there is an increasing data usage which suggest that with or without the wakelock the data usage is largely based on my own usage.


heres the link where I read further for layer 2 hsic

http://en.wikipedia.org/wiki/LAN_switching


I can be completely off, if l2_hsic don't stands for layer 2 hsic. haha.

all the best ppl
The Following User Says Thank You to diamondpillow For This Useful Post: [ Click to Expand ]
 
elherr
Old
#9  
elherr's Avatar
Senior Member
Thanks Meter 100
Posts: 209
Join Date: Jul 2011
Location: Seattle
I don't believe HSIC is used for talking to WLAN interface. The I777 has a Broadcom BCM4330 Bluetooth and WLAN chip that appears to connect to CPU via MMC/SDIO.

From what I have read it appears that HSIC is used to talk to cell baseband via Radio Interface Layer (RIL), so you'd probably see more l2_hsic wakes when using cell data, NOT wifi.
/* Piercing the Reality Distortion Field with CM10.1 */
The Following User Says Thank You to elherr For This Useful Post: [ Click to Expand ]
 
diamondpillow
Old
#10  
Junior Member
Thanks Meter 4
Posts: 25
Join Date: Nov 2011
Quote:
Originally Posted by elherr View Post
I don't believe HSIC is used for talking to WLAN interface. The I777 has a Broadcom BCM4330 Bluetooth and WLAN chip that appears to connect to CPU via MMC/SDIO.

From what I have read it appears that HSIC is used to talk to cell baseband via Radio Interface Layer (RIL), so you'd probably see more l2_hsic wakes when using cell data, NOT wifi.
I am not particularly sure too. But I know l2_hsic is awake when I am using tethering.

and so far after the first charge, everything seems fine, l2_hsic is only @ 1.1% compared to previously >80%

I read somewhere that changing the baseband will work and completely solve the issue.

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...