0

After trying out the suggestions here, which did not solve my issue, I decided to ask the question:

I have a freshly installed Ubuntu 18.04 LTS on my Thinkpad T14, but I can not connect to an external monitor via HDMI cable. I tried it with 2 different displays so the source of the problem should be on the laptop side.

Can someone help me out solving it? Thanks in advance!

OnurA
  • 103
  • Works neither on Fresh Ubuntu 18.04 LTS installation and also not on Fresh KUbuntu 20.04. The laptop is freshly bought. Not only HDMI, also screen brightness adjustment is also not working – OnurA Nov 23 '20 at 20:57
  • 1
    Looking at the specs it seems to be a problem with the integrated AMD GPU. AMD is not very well supported by Linux, but someone solved it here – kanehekili Nov 24 '20 at 08:29
  • @kanehekili unfortunately I have seen this question that you have mentioned just now. It could have saved me a day and serious effort. I had solved it exactly like it by myself by simply updating to a newer kernel. – OnurA Nov 24 '20 at 13:47

2 Answers2

0

I have solved it by updating to a new kernel. Ubuntu 20.04 LTS comes with a Kernel 5.4.0 which was problematic both for HDMI and also screen brightness adjustment in my case.

Solution: I simply updated to a newer Kernel, (5.9.0 in my case) and those issues were solved without any additional step required. I hope this helps many others who are disappointed at the moment and reading this page.

OnurA
  • 103
  • Is your Thinkpad T14 AMD or Intel version? Do you have Secure Boot configured? My setup is AMD + Secure Boot (which was recommended to me via Ubuntu installer) and I quite struggle to install newest kernels (5.8/5.9) as they're naturally unsigned packages. – lolnoob Dec 01 '20 at 14:17
0

for me on Lenovo Thinkpad E15

I did upgrade to the Linux kernel 5.0 and linux-firmware to the latest version by using the following commands:

sudo apt-get install linux-oem-osp1 linux-firmware

sudo reboot

the problem was solved.