Hi, I’m running opensuse 13.2 and get this error everytime I boot :
snd-hda-intel: Cannot turn on display power on i915
I guess it’s some sound driver related problem but I don’t know how to debug it. I have tried to configure sound in yast but wasn’t successful. I have Haswell HD Audio controller on index0 and Intel Corporation on index1. Also showing up is a “not configured” index with Nvidia corporation Card model.
Sound is working fine on both front and back plugs but it’d be great if I could get rid of this error.
Just a guess that this is a notebook with both Intel and NVIDIA GPU’s This then may be an optimus based system. This is a very odd hardware configuration thiugh pretty common these days. It take specail care to deal with. If it is an Optimus based note book then
If the sound works don’t worry about it. It just shows that some configuration was tested but did not work. With Optimus the hardware is massed together it a different way and the expect config did not work so something else was tried
>
>
> Hi, I’m running opensuse 13.2 and get this error everytime I boot :
>
> snd-hda-intel: Cannot turn on display power on i915
>
> I guess it’s some sound driver related problem but I don’t know how to
> debug it. I have tried to configure sound in yast but wasn’t successful.
> I have Haswell HD Audio controller on index0 and Intel Corporation on
> index1. Also showing up is a “not configured” index with Nvidia
> corporation Card model.
>
> Sound is working fine on both front and back plugs but it’d be great if
> I could get rid of this error.
>
>
Ok I tried to add the i915.disable_power_well=0 line on my kernel parameters but wasn’t successful.
I finally solved it by removing the nomodeset parameter, which I don’t really know what it does but it doesn’t seem to be problematic to boot without it
“nomodeset” basically disables the intel graphics driver (and others that only support KMS, like radeon and nouveau).
So in most cases (unless the standard driver doesn’t work on your system) it is better to boot without it…