Laggy startup reporting "error -110"
by ja307020 from LinuxQuestions.org on (#50R6X)
Complete linux newbie here! I recently installed Linux Mint 19.3 Cinnamon to dual-boot with Windows 10 on a new Eluktronics laptop. There have been a few driver incompatibility issues that (I think) I've navigated my way through... but every time I go to log on (from a restart or sleep) it lags. The following message shows up on the screen:
Code:PM: dom_run_callback(): ucsi_ccg_resume+0x0/0x20 [ucsi_ccg] returns -110
PM: Device 0-0008 failed to resume: error -110
ucsi_ccg 0-008: i2c_transfer failed -110On the first startup (when restarting the system entirely), none of the above shows, but the system freezes at the login screen for a while.
On the second startup (coming out of sleep mode after being previously started), it displays the above on a black screen during its freeze period. Eventually it resumes.
On the third startup (coming out of sleep mode for a second time), it does the same thing--and repeats the first two lines. For every subsequent startup, it iterates the first two lines again--so, a fourth startup would look like this:
Code:PM: dom_run_callback(): ucsi_ccg_resume+0x0/0x20 [ucsi_ccg] returns -110
PM: Device 0-0008 failed to resume: error -110
ucsi_ccg 0-008: i2c_transfer failed -110
PM: dom_run_callback(): ucsi_ccg_resume+0x0/0x20 [ucsi_ccg] returns -110
PM: Device 0-0008 failed to resume: error -110
PM: dom_run_callback(): ucsi_ccg_resume+0x0/0x20 [ucsi_ccg] returns -110
PM: Device 0-0008 failed to resume: error -110A set of numbers appears before both lines, but changes (increasing) with each line and iteration. I can copy them if they'd be useful, but they don't seem consistent-- I assume they're some kind of timestamp?
I'm not sure if it's relevant, but my system also seems to be over-using resources somewhat; there are loud fan noises at random intervals, even when I'm just using an internet browser--despite the fact that my system shouldn't have any difficulty with that.
I can post whatever diagnostic information might be helpful... but, total newbie! You'll have to tell me what commands to enter.


Code:PM: dom_run_callback(): ucsi_ccg_resume+0x0/0x20 [ucsi_ccg] returns -110
PM: Device 0-0008 failed to resume: error -110
ucsi_ccg 0-008: i2c_transfer failed -110On the first startup (when restarting the system entirely), none of the above shows, but the system freezes at the login screen for a while.
On the second startup (coming out of sleep mode after being previously started), it displays the above on a black screen during its freeze period. Eventually it resumes.
On the third startup (coming out of sleep mode for a second time), it does the same thing--and repeats the first two lines. For every subsequent startup, it iterates the first two lines again--so, a fourth startup would look like this:
Code:PM: dom_run_callback(): ucsi_ccg_resume+0x0/0x20 [ucsi_ccg] returns -110
PM: Device 0-0008 failed to resume: error -110
ucsi_ccg 0-008: i2c_transfer failed -110
PM: dom_run_callback(): ucsi_ccg_resume+0x0/0x20 [ucsi_ccg] returns -110
PM: Device 0-0008 failed to resume: error -110
PM: dom_run_callback(): ucsi_ccg_resume+0x0/0x20 [ucsi_ccg] returns -110
PM: Device 0-0008 failed to resume: error -110A set of numbers appears before both lines, but changes (increasing) with each line and iteration. I can copy them if they'd be useful, but they don't seem consistent-- I assume they're some kind of timestamp?
I'm not sure if it's relevant, but my system also seems to be over-using resources somewhat; there are loud fan noises at random intervals, even when I'm just using an internet browser--despite the fact that my system shouldn't have any difficulty with that.
I can post whatever diagnostic information might be helpful... but, total newbie! You'll have to tell me what commands to enter.