I’m trying to get sound over HDMI with no results as of yet. I tried different things. In the KDE settings, the point for Sound over HDMI is greyed-out. Last thing I tried was over YaST. The first of my Intel soundcards (the normal one, not sound over HDMI) configured perfectly. The second one gave the error message “Kernel module snd-hda-intel could not be loaded. A possible reason could be wrong modul paramenters or wrong IO- or IRQ-parameters.” Since I have no clue how to set kernel parameters, I thouhgt I’d ask you guys.
Hardware is a brandnew Intel NUC with i7 and Intel HD 6100.
I’ve tried installing it with YaST. I have two Intel soundcards showing up there. I assume the first one is for the audio outs and the second one for sound over hdmi. The first one was no problem. It installed just fine. The second one gave me the error message above.
/etc/modprobbe.d/50-sound.conf has this output:
options snd slots=snd-hda-intel# 3hqH.9axPssPrj9A:Intel Corporation
alias snd-card-0 snd-hda-intel
Hmmm…it’s not clear to me why two cards are detected by hwinfo and snd_hda_intel shown as loaded for both, but only one card reported by ‘aplay -l’. Run the ALSA diagnostic
sudo /usr/sbin/alsa-info.sh
It will upload the result to a server, and you can post the link that it generates here. Someone should be able to advise further following that information.
Might be a problem with the drivers? The graphic driver also is pretty **** slow. I tried running games on it that run on my old laptop with Core2Duo and Intel HD graphicscard, got about 5fps.
The first thing that jumps out at me is with the kernel output
snd_hda_intel 0000:00:03.0: Cannot turn on display power on i915
This appears repeatedly in the kernel messaging.
Might be a problem with the drivers? The graphic driver also is pretty **** slow. I tried running games on it that run on my old laptop with Core2Duo and Intel HD graphicscard, got about 5fps.
Yes, it’s a driver issue, but I’m not sure if/how it relates to the graphics driver as well. I’m not familiar with this hardware, and a bug report is likely required.
Yes, well it’s mini hdmi on the NUC and hdmi on the TV, so I have a mini hdmi to hdmi cable.
I just upgraded the kernel to version 4.0.5.1 (I didn’t even know that this exists yet) and upgraded xf86-video-intel to the newest version according to this site:
>
>
> Did you try configuring via YaST > Hardware > Sound yet? If you get
> stuck, you might want to share more details about your sound system with
> us.
>
> Along with the openSUSE version, post these details as a start
>
> Code:
> --------------------
> cat /etc/modprobe.d/50-sound.conf
> --------------------
>
>
> Code:
> --------------------
> /usr/sbin/hwinfo --sound
> --------------------
>
>
Deano and all.
I have found in 13.2 that you do not touch Yast to config sound. use the
desktop settings to do that I have more or less the same set up and all I
did was adjust to where the sound was piped.
At first I disabled the HDMI ( because it was not connected )
Then go from there and tell System settings where you want individual
streams to go.
HTH
–
Mark
Nullus in verba
Caveat emptor
Nil illigitimi carborundum
@baskitcaise: The issue is that the OP’s sound hardware is not completely recognised, although two devices are detected. The OP also mentioned “In the KDE settings, the point for Sound over HDMI is greyed-out.”
Did you check the OP’s diagnostic (alsa-info.sh) output (refer post#25)?
Just plugged in some headphones and on them, the sound works perfectly.
What I forgot to mention: My TV has HDMI 2.0 plugs, while the NUC only has 1.4 plugs. This usually shouldn’t be a problem, but I thought, I’d mention it.
>
>
> @baskitcaise: The issue is that the OP’s sound hardware is not
> completely recognised, although two devices are detected. The OP also
> mentioned “In the KDE settings, the point for Sound over HDMI is
> greyed-out.”
>
> Did you check the OP’s diagnostic (alsa-info.sh) output (refer post#25)?
>
>
Hi Deano,
Sorry, no I did not check, that post does not appear on nntp so no link,
suppose I will have to use the web side ( tut! )
Cheers
–
Mark
Nullus in verba
Caveat emptor
Nil illigitimi carborundum
>
>
> @baskitcaise: The issue is that the OP’s sound hardware is not
> completely recognised, although two devices are detected. The OP also
> mentioned “In the KDE settings, the point for Sound over HDMI is
> greyed-out.”
>
> Did you check the OP’s diagnostic (alsa-info.sh) output (refer post#25)?
>
>
Addendum to my last, it appears that the corporate firewall I am going
through at the moment does not like any addy with “forum” et al in it so web
interface is out at the moment ( but I may be able to get there in a long
winded way )
–
Mark
Nullus in verba
Caveat emptor
Nil illigitimi carborundum
Yes, well that corroborates the with the part of your sound system that is reported as working.
What I forgot to mention: My TV has HDMI 2.0 plugs, while the NUC only has 1.4 plugs. This usually shouldn’t be a problem, but I thought, I’d mention it.
I think that it may be worth trying a newer kernel perhaps. A search of ‘snd_hda_intel 0000:00:03.0: Cannot turn on display power on i915’ does generate a number of hits that might be worth researching further.
I’ve upgraded the Kernel to 4.0.5.1, which is the newest version, I suppose? I also updated to the newest alsa version. Latter let to nothing but problems. Think, I’ll make a new partition and install Arch on it, to see if things work there.
Their hardware is similar - but not identical - so I can’t say if their work around will work for you. They speculate that it is not an snd-hda-intel module to load … The bug report notes a workaround is to pass acpi_os="!Windows 2013" as a kernel parameter, but this is non-optimal since the mode of the touchpad is affected. I don’t know if the acpi setting will work for openSUSE also.
On the off chance it is an rt286 that needs to be loaded (based on that bug report an not on the information you provided) you could try with root permissions:
modprobe snd-soc-rt286
and then test / try to configure your audio. If that does not work, there is no harm.
Note the above is pretty big speculation on my part.