mini PC Graphics card unrecognized on Centos8.3.2011

Issues related to hardware problems
Post Reply
lautaroleon
Posts: 1
Joined: 2020/12/17 01:41:48

mini PC Graphics card unrecognized on Centos8.3.2011

Post by lautaroleon » 2020/12/17 02:02:29

Hello. I have a new brand intel i7 mini-pc where I am trying to install Centos. on Centos7 the neither the LAN or the wifi was recognized. On Centos 8 I still can't make it work the graphics (I have a very low resolution).
I found someone with the same issue (same VGA controller) on Centos7.
viewtopic.php?t=75326&p=317289
So I am posting to ask if there is a solution on Centos 8.

Code: Select all

$ lspci -nn | grep -i vga
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:9bca] (rev 04)

Code: Select all

grep -i 8086 /lib/modules/$(uname -r)/modules.* | grep -i 9bca 
/lib/modules/4.18.0-240.1.1.el8_3.x86_64/modules.alias:alias pci:v00008086d00009BCAsv*sd*bc03sc*i* i915
Thanks.

Post Reply