After update, problem with HDMI video

Hello everyone,

I have a laptop Inspiron 14R 5437, and I made the last update of Tumbleweed. Since this update, my HDMI output is detected just as audio device, and I don’t have any signal of video to the external monitor.

I tried to figure this fix out but was unsuccessful.

Follow some information about my system:

lspci

00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 09)
00:03.0 Audio device: Intel Corporation Haswell-ULT HD Audio Controller (rev 09)
00:14.0 USB controller: Intel Corporation 8 Series USB xHCI HC (rev 04)
00:16.0 Communication controller: Intel Corporation 8 Series HECI #0 (rev 04)
00:1b.0 Audio device: Intel Corporation 8 Series HD Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 1 (rev e4)
00:1c.2 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 3 (rev e4)
00:1c.3 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 4 (rev e4)
00:1c.4 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 5 (rev e4)
00:1d.0 USB controller: Intel Corporation 8 Series USB EHCI #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation 8 Series LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 8 Series SATA Controller 1 [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 8 Series SMBus Controller (rev 04)
06:00.0 Network controller: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter (rev 01)
07:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller (rev 08)
08:00.0 3D controller: NVIDIA Corporation GK208M [GeForce GT 740M] (rev a1)

uname -a

Linux darkside 4.10.1-2-default #1 SMP PREEMPT Tue Mar 7 09:29:19 UTC 2017 (f764d42) x86_64 x86_64 x86_64 GNU/Linux

cat /etc/SUSE-brand

openSUSE
VERSION = 13.3

Also, I put my dmesg output in pastebin: dmesg - Pastebin.com

Please, if you have any clue or information that can help, I will appreciate.

Regards,
Vinicius Leite

Just a few wild guesses, since your problem might be related to the current Nvidia driver needing a patch to build on kernel 4.10.x:

  1. Is this the first update in which you see kernel 4.10. or did it work before? Were you using the proprietary Nvidia driver or the nouveau driver?
  2. Do you still have a kernel 4.9.x installed, and does HDMI work with it?
  3. Is the HDMI output wired to the Nvidia GPU? Or did you use the system just with integrated graphics?
  4. From dmesg the Nvidia GPU is likely normally OFF: what do you use to switch it on? Bumblebee? DRI_PRIME?

Hi OrsoBruno,
Follow the answers:

1- A) Is not the first update, in fact, I’m using the Tumbleweed since October 2016 and I always try to keep my system updated. I’m using the nouveau.
2- A) I don’t have anymore the kernel 4.9.x anymore, but worked as well before the last update.
3- A) It’s the Intel integrated graphics that is responsible for my HDMI output
4- A) To be honest, I didn’t change anything after the installation, I suppose that this behavior is the same since the installation. I never switch it to on.

Regards,
Vinícius

Is there any Error in /var/log/Xorg.0.log?

Hi Sauerland,

I found just these lines in Xorg.0.log:

33.114] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event11)
33.114] (II) No input driver specified, ignoring this device.
33.114] (II) This device may have been added with another device file.
33.114] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event12)
33.114] (II) No input driver specified, ignoring this device.
33.114] (II) This device may have been added with another device file.
33.115] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event13)
33.115] (II) No input driver specified, ignoring this device.
33.115] (II) This device may have been added with another device file.

No other reference to HDMI on this file.

Regards,
Vinicius