0

I just installed Ubuntu Studio on my HP OMEN laptop and it installed successfully and needed to reboot. Once the laptop turned back on I got this set of errors and I'm unsure how to fix this. This is also the only screen I can see and cannot use my laptop.

nvidia-gpu 0000:01:00.3: i2c timeout error e0000000
ucsi_ccg 1-0008: i2c transfer failed -110 
ucsi_ccg 1-0008: ucsi_ccg_init failed - -110
hci0: Failed to send Intel_Write_DDC (-22)

Edit: here is the new lines of error on startup nouveau 0000:1:00.0 fifo SCHED_ERROR 08 [] nouveau 0000:1:00.0 DRM: failed to idle channel 0 [DRM]

Mat
  • 3

2 Answers2

1

Try following the instructions here: Is nomodeset still required?

You may need to hit the ESC key during boot to view the grub menu.

0

I concur with TheCummuter; nomodeset may be part of the answer. Have you installed the Nvidia proprietary drivers? If not, try this:

  1. Add nomodeset to your Grub configuration by following these steps (this is a Dell support page, but it is the same for most systems)
  2. Reboot. Hopefully this will bring you to the desktop.
  3. Install the proprietary drivers via Software & Updates
  4. Reboot again.

So long as everything works properly, you should be able to update Grub one more time to remove nomodeset and everything will work properly.

Hope this helps