Some outputs:
# dmesg
[ 301.390494] nvidia 0000:01:00.0: irq 145 for MSI/MSI-X
[ 301.392867] ACPI Warning: \_SB_.PCI0.RP01.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
[ 301.392892] ACPI Warning: \_SB_.PCI0.RP01.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
[ 301.392905] ACPI Warning: \_SB_.PCI0.RP01.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
[ 301.392923] ACPI Warning: \_SB_.PCI0.RP01.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
[ 301.392935] ACPI Warning: \_SB_.PCI0.RP01.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
[ 301.392956] ACPI Warning: \_SB_.PCI0.RP01.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
[ 301.392968] ACPI Warning: \_SB_.PCI0.RP01.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
[ 309.157112] NVRM: failed to copy vbios to system memory.
[ 309.157661] NVRM: RmInitAdapter failed! (0x30:0xffff:664)
[ 309.157727] NVRM: rm_init_adapter failed for device bearing minor number 0
excerpt from strace:
open("/proc/driver/nvidia/params", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9a32fe0000
read(4, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 599
close(4) = 0
munmap(0x7f9a32fe0000, 4096) = 0
stat("/dev/nvidia0", {st_mode=S_IFCHR|0666, st_rdev=makedev(195, 0), ...}) = 0
open("/dev/nvidia0", O_RDWR) = -1 EIO (Input/output error)
ioctl(3, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0xd1, 0x0c), 0x7ffd8bdf6e00) = 0
fstat(1, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 0), ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9a32fe0000
write(1, "No devices were found\n", 22No devices were found
) = 22
# cat /proc/driver/nvidia/params
Mobile: 4294967295
ResmanDebugLevel: 4294967295
RmLogonRC: 1
ModifyDeviceFiles: 1
DeviceFileUID: 0
DeviceFileGID: 0
DeviceFileMode: 438
UpdateMemoryTypes: 4294967295
InitializeSystemMemoryAllocations: 1
UsePageAttributeTable: 4294967295
EnableMSI: 1
MapRegistersEarly: 0
RegisterForACPIEvents: 1
CheckPCIConfigSpace: 1
EnablePCIeGen3: 0
MemoryPoolSize: 0
IgnoreMMIOCheck: 0
TCEBypassMode: 0
UseThreadedInterrupts: 1
EnableStreamMemOPs: 0
EnableBacklightHandler: 0
EnableUserNUMAManagement: 1
EnableIBMNPURelaxedOrderingMode: 0
RegistryDwords: ""
RegistryDwordsPerDevice: ""
RmMsg: ""
AssignGpus: ""
# cat /proc/driver/nvidia/gpus/0000\:01\:00.0/information
Model: GeForce MX150
IRQ: 145
GPU UUID: GPU-????????-????-????-????-????????????
Video BIOS: ??.??.??.??.??
Bus Type: PCIe
DMA Size: 47 bits
DMA Mask: 0x7fffffffffff
Bus Location: 0000:01:00.0
Device Minor: 0
# ls -l /dev/nvidia*
crw-rw-rw-. 1 root root 195, 0 Mar 24 03:10 /dev/nvidia0
crw-rw-rw-. 1 root root 195, 255 Mar 24 03:10 /dev/nvidiactl
# lsmod | grep nvidia
nvidia_drm 39700 0
nvidia_modeset 1104417 1 nvidia_drm
nvidia 14337655 1 nvidia_modeset
ipmi_msghandler 46608 2 ipmi_devintf,nvidia
drm_kms_helper 163265 2 i915,nvidia_drm
drm 370825 5 i915,drm_kms_helper,nvidia_drm
i2c_core 40756 10 drm,i915,i2c_i801,i2c_hid,i2c_designware_core,i2c_designware_platform,drm_kms_helper,i2c_algo_bit,nvidia,videodev
No nuveau driver. All following outputs are empty
# lsmod | grep nuve
# rpm -qa | grep nuve
# lsinitrd /boot/initramfs-`uname -r`.img | grep nuve
Security settings
# getenforce
Permissive
# mokutil --sb-state
SecureBoot disabled
I tried to roll back to 3.10.0-693.17.1 and to install different versions of drivers: 390.25 and 384.111, but result is the same. Am I missing something?
Any help would be appreciated.
nvidia-bug-report.log.gz (74.2 KB)