unclaimed Intel video card after upgrade to 20.04 and reinstalling ubuntu-desktop

I updated to Ubuntu 20.04 from 18.04 and had at first problems with booting (because my /boot is vfat and kernel could not be updated). Also the metapackage ubuntu-desktop was not installed so I finally managed to reinstall ubuntu desktop.

Now I have the problem that the intel card is unclaimed

     sudo LANG=C lshw -C video
      *-display UNCLAIMED       
           description: VGA compatible controller
           product: UHD Graphics
           vendor: Intel Corporation
           physical id: 2
           bus info: pci@0000:00:02.0
           version: 02
           width: 64 bits
           clock: 33MHz
           capabilities: pciexpress msi pm vga_controller bus_master cap_list
           configuration: latency=0
           resources: iomemory:600-5ff iomemory:400-3ff memory:6024000000-6024ffffff memory:4000000000-400fffffff ioport:5000(size=64) memory:c0000-dffff

How can I fix this?

I already reinstalled the intel drivers

sudo apt-get purge xserver-xorg-video-intel && sudo apt-get install xserver-xorg-video-intel 

I believe the above message means the driver is not loaded?

How can I debug that further?

0
задан 27 June 2020 в 18:18

1 ответ

Драйвером для карты Intel является i915. Я видел это в lspci -nnk

Kernel modules: i915

, поэтому я попытался modprobe i915 , который показал ошибку об опции enable_dpcd_backlight

После комментирования, что

options i915 enable_dpcd_backlight

в / etc / modprobe.d / tuxedo-i915.conf

драйвер, похоже, работает.

Но, по крайней мере, моя основная проблема на данный момент решена.

0
ответ дан 30 July 2020 в 22:18

Другие вопросы по тегам:

Похожие вопросы: