Quantcast
Channel: Ubuntu Forums - Virtualisation
Viewing all articles
Browse latest Browse all 4211

unable to load drivers for Intel CoffeeLake-S GT2 [UHD Graphics 630] [8086:3e92]

$
0
0
I am using proxmox and I can confirm that the iGPU is in it's own IOMMU group "alone".
I have an ubuntu minimal cloud image:
Code:

cat /etc/os-release && uname -r

PRETTY_NAME="Ubuntu 22.04.4 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.4 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy
5.15.0-1051-kvm

I can see the iGPU within the Ubuntu VM:
Code:

GPU_List=$(sudo lspci | awk '/VGA|Display|3D/ {print $1}');for GPU_ID in ${GPU_List[@]};do sudo lspci -s $GPU_ID -vnn; done

01:00.0 VGA compatible controller [0300]: Intel Corporation CoffeeLake-S GT2 [UHD Graphics 630] [8086:3e92] (prog-if 00 [VGA controller])
        Subsystem: Hewlett-Packard Company CometLake-S GT2 [UHD Graphics 630] [103c:8591]
        Physical Slot: 0
        Flags: fast devsel, IRQ 10
        Memory at fb000000 (64-bit, non-prefetchable) [size=16M]
        Memory at e0000000 (64-bit, prefetchable) [size=256M]
        I/O ports at 5000 [size=64]
        Expansion ROM at 000c0000 [disabled] [size=128K]
        Capabilities: [40] Vendor Specific Information: Len=0c <?>
        Capabilities: [70] Express Endpoint, MSI 00
        Capabilities: [ac] MSI: Enable- Count=1/1 Maskable- 64bit-
        Capabilities: [d0] Power Management version 2

but there are no drivers loaded within the VM??
I have been trying to follow this post but I can't see any drivers being loaded at all.

here is some more info:

Code:

inxi -G &&  sudo dmesg | grep -i i915Graphics:
  Device-1: Intel CoffeeLake-S GT2 [UHD Graphics 630] driver: N/A
  Display: server: No display server data found. Headless machine? tty: 178x51
  Message: GL data unavailable in console. Try -G --display

Code:

sudo lspci -nnv | grep -i -e 'Intel' | grep -A 11 -e 'VGA' | grep -i -e 'VGA\|Kernel driver\|Kernel modules'
01:00.0 VGA compatible controller [0300]: Intel Corporation CoffeeLake-S GT2 [UHD Graphics 630] [8086:3e92] (prog-if 00 [VGA controller])

Any pointers/help would be highly appreciated by this first timer :)

Viewing all articles
Browse latest Browse all 4211

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>