mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 04:06:33 +02:00
Merge pull request #2699 from flatcar/fix-gpu-test
setup-nvidia: Modprobe video.ko for amd64
This commit is contained in:
commit
8dfcc6791e
@ -99,6 +99,8 @@ function install_and_load() {
|
||||
ldconfig
|
||||
|
||||
modprobe -a i2c_core ipmi_msghandler ipmi_devintf
|
||||
# This is needed on amd64 due to CONFIG_ACPI_VIDEO=m
|
||||
modprobe -q video || true
|
||||
|
||||
pushd "/opt/nvidia/${NVIDIA_CURRENT_INSTALLATION}/usr/lib/modules/$(uname -r)/video/"
|
||||
insmod nvidia.ko
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user