View previous topic :: View next topic |
Author |
Message |
mdabbs n00b
Joined: 27 Dec 2022 Posts: 14
|
Posted: Tue Dec 27, 2022 3:13 pm Post subject: Weird problem with nvidia AND amd gpus |
|
|
I have a gen12 core i7, booting from UEFI grub. I have an nvidia in the main slot and the monitor is connected to it via display port. The amd is on a PCIe x4 riser cable connected to a secondary PCIe slot. I use both cards for GPU software development but only the nvidia for display. The amd is only for compute. After switching to UEFI, now, when I boot up, I get into the openrc spew on the screen, and the output just stops, just a little after udev (I believe its udev triggering the issue). The spew stops, but all of the services are still starting up, and after about 10 seconds or so, sddm starts and I get my graphical desktop. So I'm not seeing any potential errors during openrc. Also, when shutting down, there's no output about the services shutting down.
I believe what's happening is that something about the amd is getting triggered and the framebuffer device is being switched. If I unplug the amd card, everything works perfectly. (Other than now I don't have the amd card to develop with). I'm pretty sure I've tried disabling the amd framebuffer device in the kernel (I tried a lot of things), but does anyone have any suggestions on how to get it to sort of ignore the amd for everything other than just opencl?
Thanks for any and all info and/or suggestions. |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54807 Location: 56N 3W
|
Posted: Tue Dec 27, 2022 3:42 pm Post subject: |
|
|
mdabbs,
Welcome to Gentoo.
I suspect that the missing boot messages are displayed on the AMD card.
All is well again when Xorg starts as it will have been told to use the nVidia card.
The kernel will choose the amd drm framebuffer console as being the best available, once the driver starts.
If you look in dmesg, you will probobly see Code: | [ 14.088883] fbcon: amdgpudrmfb (fb0) is primary device | and even a line about switching to it.
I suspect if you switch back to the console from X, it will be on the AMD card too.
You can define the video output parameters on the kernel command line but I'm not sure if that prevents the kernel from switching to the 'best' framebuffer later in the boot process. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
mdabbs n00b
Joined: 27 Dec 2022 Posts: 14
|
Posted: Tue Dec 27, 2022 3:45 pm Post subject: |
|
|
Thanks Neddy. I'll have to plug the card back in and see what I can see. I seem to recall seeing a few fb messages, but nothing that seemed to indicate so clearly that it switched to the amd. I did switch back to console from X, it still only displayed that "half" openrc spew, just the same as right before going into X. It's the same thing when I shutdown/reboot, X stops and I go back to where it left off, but I see nothing of the shutdown messages. So, yea, it sounds like its outputting to a different fb than the one its displaying. |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54807 Location: 56N 3W
|
Posted: Tue Dec 27, 2022 3:53 pm Post subject: |
|
|
mdabbs
Code: | ...
[ 14.082704] amdgpu 0000:0c:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 14.083970] amdgpu 0000:0c:00.0: amdgpu: Using BACO for runtime pm
[ 14.084018] [drm] Initialized amdgpu 3.49.0 20150101 for 0000:0c:00.0 on minor 0
[ 14.088883] fbcon: amdgpudrmfb (fb0) is primary device
[ 14.088955] [drm] DSC precompute is not needed.
[ 14.287937] Console: switching to colour frame buffer device 320x98 |
It will be as noon as amdgpufb is ready. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
mdabbs n00b
Joined: 27 Dec 2022 Posts: 14
|
Posted: Tue Dec 27, 2022 4:09 pm Post subject: |
|
|
So, is there no way to prevent that switch? Why does it consider the amd to be the preferred fb? Just because it was the last one to be initialized? |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54807 Location: 56N 3W
|
Posted: Tue Dec 27, 2022 4:29 pm Post subject: |
|
|
mdabbs,
Share your dmesg with both GPUs fitted. I expect you start with efifb on the nVidia card. wgetpaste is your friend.
Also post the output of
I don't know how the kernel evaluates 'best'.
Code: | /usr/src/linux/Documentation/fb/modedb.rst | looks tike a good read ... but it may make your eyes glaze over.
Code: | To specify a video mode at bootup, use the following boot options::
video=<driver>:<xres>x<yres>[-<bpp>][@refresh] |
I don't know in that prevents the kernel switching later though.
It goes on the kernel command line. As a quick test, use grubs built in editor.
At the grub prompt, select the kernel to boot, then press 'e' and follow the on screen instructions.
Append to tell the system to start using the EFI framebuffer. The other parameters are optional.
The is a one boot only change. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
grknight Retired Dev
Joined: 20 Feb 2015 Posts: 2002
|
Posted: Tue Dec 27, 2022 4:32 pm Post subject: |
|
|
mdabbs wrote: | So, is there no way to prevent that switch? Why does it consider the amd to be the preferred fb? Just because it was the last one to be initialized? |
Either:
- Disable FRAMEBUFFER_CONSOLE_DETECT_PRIMARY to remove the automatic switch
- use the fbcon=map: kernel parameter (which I cannot find any documentation on, just a mention in FRAMEBUFFER_CONSOLE_DETECT_PRIMARY help)
|
|
Back to top |
|
|
mdabbs n00b
Joined: 27 Dec 2022 Posts: 14
|
Posted: Tue Dec 27, 2022 4:48 pm Post subject: |
|
|
Code: |
00:00.0 Host bridge [0600]: Intel Corporation 12th Gen Core Processor Host Bridge/DRAM Registers [8086:4668] (rev 02)
DeviceName: Onboard - Other
Subsystem: ASUSTeK Computer Inc. Device [1043:8694]
00:01.0 PCI bridge [0604]: Intel Corporation 12th Gen Core Processor PCI Express x16 Controller #1 [8086:460d] (rev 02)
Subsystem: ASUSTeK Computer Inc. 12th Gen Core Processor PCI Express x16 Controller [1043:8694]
Kernel driver in use: pcieport
00:06.0 PCI bridge [0604]: Intel Corporation 12th Gen Core Processor PCI Express x4 Controller #0 [8086:464d] (rev 02)
Subsystem: ASUSTeK Computer Inc. 12th Gen Core Processor PCI Express x4 Controller [1043:8694]
Kernel driver in use: pcieport
00:0a.0 Signal processing controller [1180]: Intel Corporation Platform Monitoring Technology [8086:467d] (rev 01)
DeviceName: Onboard - Other
Subsystem: ASUSTeK Computer Inc. Platform Monitoring Technology [1043:8694]
00:0e.0 RAID bus controller [0104]: Intel Corporation Volume Management Device NVMe RAID Controller [8086:467f]
DeviceName: Onboard - Other
Subsystem: ASUSTeK Computer Inc. Volume Management Device NVMe RAID Controller [1043:8694]
00:14.0 USB controller [0c03]: Intel Corporation Alder Lake-S PCH USB 3.2 Gen 2x2 XHCI Controller [8086:7ae0] (rev 11)
DeviceName: Onboard - Other
Subsystem: ASUSTeK Computer Inc. Alder Lake-S PCH USB 3.2 Gen 2x2 XHCI Controller [1043:8694]
Kernel driver in use: xhci_hcd
00:14.2 RAM memory [0500]: Intel Corporation Alder Lake-S PCH Shared SRAM [8086:7aa7] (rev 11)
DeviceName: Onboard - Other
Subsystem: ASUSTeK Computer Inc. Alder Lake-S PCH Shared SRAM [1043:8694]
00:14.3 Network controller [0280]: Intel Corporation Alder Lake-S PCH CNVi WiFi [8086:7af0] (rev 11)
DeviceName: Onboard - Ethernet
Subsystem: Intel Corporation Alder Lake-S PCH CNVi WiFi [8086:0074]
00:15.0 Serial bus controller [0c80]: Intel Corporation Alder Lake-S PCH Serial IO I2C Controller #0 [8086:7acc] (rev 11)
DeviceName: Onboard - Other
Subsystem: ASUSTeK Computer Inc. Alder Lake-S PCH I2C Controller [1043:8694]
00:15.1 Serial bus controller [0c80]: Intel Corporation Alder Lake-S PCH Serial IO I2C Controller #1 [8086:7acd] (rev 11)
DeviceName: Onboard - Other
Subsystem: ASUSTeK Computer Inc. Device [1043:8694]
00:15.2 Serial bus controller [0c80]: Intel Corporation Alder Lake-S PCH Serial IO I2C Controller #2 [8086:7ace] (rev 11)
DeviceName: Onboard - Other
Subsystem: ASUSTeK Computer Inc. Device [1043:8694]
00:16.0 Communication controller [0780]: Intel Corporation Alder Lake-S PCH HECI Controller #1 [8086:7ae8] (rev 11)
DeviceName: Onboard - Other
Subsystem: ASUSTeK Computer Inc. Alder Lake-S PCH HECI Controller [1043:8694]
00:17.0 SATA controller [0106]: Intel Corporation Alder Lake-S PCH SATA Controller [AHCI Mode] [8086:7ae2] (rev 11)
DeviceName: Onboard - SATA
Subsystem: ASUSTeK Computer Inc. Alder Lake-S PCH SATA Controller [AHCI Mode] [1043:8694]
Kernel driver in use: ahci
00:1a.0 PCI bridge [0604]: Intel Corporation Device [8086:7ac8] (rev 11)
Subsystem: ASUSTeK Computer Inc. Device [1043:8694]
Kernel driver in use: pcieport
00:1b.0 PCI bridge [0604]: Intel Corporation Device [8086:7ac0] (rev 11)
Subsystem: ASUSTeK Computer Inc. Device [1043:8694]
Kernel driver in use: pcieport
00:1c.0 PCI bridge [0604]: Intel Corporation Alder Lake-S PCH PCI Express Root Port #1 [8086:7ab8] (rev 11)
Subsystem: ASUSTeK Computer Inc. Alder Lake-S PCH PCI Express Root Port [1043:8694]
Kernel driver in use: pcieport
00:1c.2 PCI bridge [0604]: Intel Corporation Device [8086:7aba] (rev 11)
Subsystem: ASUSTeK Computer Inc. Device [1043:8694]
Kernel driver in use: pcieport
00:1c.4 PCI bridge [0604]: Intel Corporation Alder Lake-S PCH PCI Express Root Port #5 [8086:7abc] (rev 11)
Subsystem: ASUSTeK Computer Inc. Alder Lake-S PCH PCI Express Root Port [1043:8694]
Kernel driver in use: pcieport
00:1d.0 PCI bridge [0604]: Intel Corporation Alder Lake-S PCH PCI Express Root Port #9 [8086:7ab0] (rev 11)
Subsystem: ASUSTeK Computer Inc. Device [1043:8694]
Kernel driver in use: pcieport
00:1f.0 ISA bridge [0601]: Intel Corporation Z690 Chipset LPC/eSPI Controller [8086:7a84] (rev 11)
DeviceName: Onboard - Other
Subsystem: ASUSTeK Computer Inc. Z690 Chipset LPC/eSPI Controller [1043:8694]
00:1f.3 Audio device [0403]: Intel Corporation Alder Lake-S HD Audio Controller [8086:7ad0] (rev 11)
DeviceName: Onboard - Sound
Subsystem: ASUSTeK Computer Inc. Alder Lake-S HD Audio Controller [1043:8841]
Kernel driver in use: snd_hda_intel
00:1f.4 SMBus [0c05]: Intel Corporation Alder Lake-S PCH SMBus Controller [8086:7aa3] (rev 11)
DeviceName: Onboard - Other
Subsystem: ASUSTeK Computer Inc. Alder Lake-S PCH SMBus Controller [1043:8694]
Kernel driver in use: i801_smbus
00:1f.5 Serial bus controller [0c80]: Intel Corporation Alder Lake-S PCH SPI Controller [8086:7aa4] (rev 11)
DeviceName: Onboard - Other
Subsystem: ASUSTeK Computer Inc. Alder Lake-S PCH SPI Controller [1043:8694]
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation TU116 [GeForce GTX 1660 SUPER] [10de:21c4] (rev a1)
Subsystem: Micro-Star International Co., Ltd. [MSI] TU116 [GeForce GTX 1660 SUPER] [1462:c75a]
Kernel driver in use: nvidia
Kernel modules: nvidia_drm, nvidia
01:00.1 Audio device [0403]: NVIDIA Corporation TU116 High Definition Audio Controller [10de:1aeb] (rev a1)
Subsystem: Micro-Star International Co., Ltd. [MSI] TU116 High Definition Audio Controller [1462:c75a]
Kernel driver in use: snd_hda_intel
01:00.2 USB controller [0c03]: NVIDIA Corporation TU116 USB 3.1 Host Controller [10de:1aec] (rev a1)
Subsystem: Micro-Star International Co., Ltd. [MSI] TU116 USB 3.1 Host Controller [1462:c75a]
Kernel driver in use: xhci_hcd
01:00.3 Serial bus controller [0c80]: NVIDIA Corporation TU116 USB Type-C UCSI Controller [10de:1aed] (rev a1)
Subsystem: Micro-Star International Co., Ltd. [MSI] TU116 USB Type-C UCSI Controller [1462:c75a]
02:00.0 Non-Volatile memory controller [0108]: Sandisk Corp WD Black 2018/SN750 / PC SN720 NVMe SSD [15b7:5002]
Subsystem: Sandisk Corp WD Black 2018/SN750 / PC SN720 NVMe SSD [15b7:5002]
Kernel driver in use: nvme
03:00.0 Non-Volatile memory controller [0108]: Sandisk Corp WD Black 2018/SN750 / PC SN720 NVMe SSD [15b7:5002]
Subsystem: Sandisk Corp WD Black 2018/SN750 / PC SN720 NVMe SSD [15b7:5002]
Kernel driver in use: nvme
06:00.0 Ethernet controller [0200]: Intel Corporation Ethernet Controller I225-V [8086:15f3] (rev 03)
Subsystem: ASUSTeK Computer Inc. Ethernet Controller I225-V [1043:87d2]
Kernel driver in use: igc
07:00.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 XL Upstream Port of PCI Express Switch [1002:1478] (rev c1)
Kernel driver in use: pcieport
08:00.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 XL Downstream Port of PCI Express Switch [1002:1479]
Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 XL Downstream Port of PCI Express Switch [1002:1479]
Kernel driver in use: pcieport
09:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 [Radeon RX 5600 OEM/5600 XT / 5700/5700 XT] [1002:731f] (rev c1)
Subsystem: Micro-Star International Co., Ltd. [MSI] Navi 10 [Radeon RX 5600 OEM/5600 XT / 5700/5700 XT] [1462:3810]
Kernel driver in use: amdgpu
Kernel modules: amdgpu
09:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 HDMI Audio [1002:ab38]
Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 HDMI Audio [1002:ab38]
Kernel driver in use: snd_hda_intel
|
|
|
Back to top |
|
|
mdabbs n00b
Joined: 27 Dec 2022 Posts: 14
|
Posted: Tue Dec 27, 2022 4:50 pm Post subject: |
|
|
I'm having trouble posting the dmesg output
I did try disabling the DETECT_PRIMARY, but it didn't help. I haveen't tried fbcon=map cause the docs look confusing and I have no output from cat /proc/fb |
|
Back to top |
|
|
mdabbs n00b
Joined: 27 Dec 2022 Posts: 14
|
Posted: Tue Dec 27, 2022 4:55 pm Post subject: |
|
|
dmesg | grep -i -E -C 10 "(fb|console|nvidia|amd)"
Code: | dmesg | grep -i -E -C 10 "(fb|console|nvidia|amd)"
[ 0.000000] Linux version 5.15.80-gentoo (root@duo) (gcc (Gentoo 11.3.1_p20221209 p3) 11.3.1 20221209, GNU ld (Gentoo 2.38 p4) 2.38) #26 SMP Tue Dec 27 10:31:48 CST 2022
[ 0.000000] Command line: BOOT_IMAGE=/kernel-5.15.80-gentoo root=/dev/md0 ro domdadm net.ifnames=0 softlevel=lazyinit resume=PARTUUID=2baa85ad-311e-bc47-8637-e1bf7be3504f iommu=pt intel_iommu=on pcie_acs_override=downstream,multifunction mitigations=off systemd.unified_cgroup_hierarchy=0 i915.enable_guc=2 amdgpu.dc=0 quiet
[ 0.000000] x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8
[ 0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format.
[ 0.000000] signal: max sigframe size: 3632
[ 0.000000] BIOS-provided physical RAM map:
--
[ 0.072177] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[ 0.072178] [mem 0x80000000-0xbfffffff] available for PCI devices
[ 0.072180] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 0.076078] setup_percpu: NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:20 nr_node_ids:1
[ 0.076603] percpu: Embedded 52 pages/cpu s175704 r8192 d29096 u262144
[ 0.076607] pcpu-alloc: s175704 r8192 d29096 u262144 alloc=1*2097152
[ 0.076608] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
[ 0.076611] pcpu-alloc: [0] 16 17 18 19 -- -- -- --
[ 0.076623] Built 1 zonelists, mobility grouping on. Total pages: 16466936
[ 0.076624] Policy zone: Normal
[ 0.076625] Kernel command line: BOOT_IMAGE=/kernel-5.15.80-gentoo root=/dev/md0 ro domdadm net.ifnames=0 softlevel=lazyinit resume=PARTUUID=2baa85ad-311e-bc47-8637-e1bf7be3504f iommu=pt intel_iommu=on pcie_acs_override=downstream,multifunction mitigations=off systemd.unified_cgroup_hierarchy=0 i915.enable_guc=2 amdgpu.dc=0 quiet
[ 0.076658] DMAR: IOMMU enabled
[ 0.076669] Setting dangerous option i915.enable_guc - tainting kernel
[ 0.076676] Unknown kernel command line parameters "domdadm BOOT_IMAGE=/kernel-5.15.80-gentoo softlevel=lazyinit pcie_acs_override=downstream,multifunction", will be passed to user space.
[ 0.080837] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
[ 0.082929] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[ 0.083003] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.168815] Memory: 65547988K/66913912K available (20500K kernel code, 3011K rwdata, 5056K rodata, 5352K init, 1772K bss, 1365668K reserved, 0K cma-reserved)
[ 0.168856] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=20, Nodes=1
[ 0.168913] rcu: Hierarchical RCU implementation.
[ 0.168914] rcu: RCU restricting CPUs from NR_CPUS=32 to nr_cpu_ids=20.
[ 0.168915] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[ 0.168916] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=20
[ 0.169514] NR_IRQS: 4352, nr_irqs: 2216, preallocated irqs: 16
[ 0.169663] rcu: Offload RCU callbacks from CPUs: (none).
[ 0.169767] Console: colour dummy device 80x25
[ 0.169773] printk: console [tty0] enabled
[ 0.169783] ACPI: Core revision 20210730
[ 0.169984] hpet: HPET dysfunctional in PC10. Force disabled.
[ 0.169985] APIC: Switch to symmetric I/O mode setup
[ 0.169985] Switched APIC routing to physical flat.
[ 0.172135] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3407c077a8d, max_idle_ns: 440795342283 ns
[ 0.172137] Calibrating delay loop (skipped), value calculated using timer frequency.. 7219.20 BogoMIPS (lpj=3609600)
[ 0.172139] pid_max: default: 32768 minimum: 301
[ 0.173137] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.173137] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.173137] x86/tme: not enabled by BIOS
--
[ 0.481160] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.481434] pci 0000:00:1d.0: [8086:7ab0] type 01 class 0x060400
[ 0.481528] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.481787] pci 0000:00:1f.0: [8086:7a84] type 00 class 0x060100
[ 0.482048] pci 0000:00:1f.3: [8086:7ad0] type 00 class 0x040300
[ 0.482088] pci 0000:00:1f.3: reg 0x10: [mem 0x4002220000-0x4002223fff 64bit]
[ 0.482138] pci 0000:00:1f.3: reg 0x20: [mem 0x4002000000-0x40020fffff 64bit]
[ 0.482237] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 0.482385] pci 0000:00:1f.4: [8086:7aa3] type 00 class 0x0c0500
[ 0.482408] pci 0000:00:1f.4: reg 0x10: [mem 0x400222c000-0x400222c0ff 64bit]
[ 0.482433] pci 0000:00:1f.4: reg 0x20: [io 0xefa0-0xefbf]
[ 0.482573] pci 0000:00:1f.5: [8086:7aa4] type 00 class 0x0c8000
[ 0.482590] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[ 0.482739] pci 0000:01:00.0: [10de:21c4] type 00 class 0x030000
[ 0.482749] pci 0000:01:00.0: reg 0x10: [mem 0xb4000000-0xb4ffffff]
[ 0.482757] pci 0000:01:00.0: reg 0x14: [mem 0x80000000-0x8fffffff 64bit pref]
[ 0.482765] pci 0000:01:00.0: reg 0x1c: [mem 0x90000000-0x91ffffff 64bit pref]
[ 0.482771] pci 0000:01:00.0: reg 0x24: [io 0x6000-0x607f]
[ 0.482776] pci 0000:01:00.0: reg 0x30: [mem 0xb5000000-0xb507ffff pref]
[ 0.482788] pci 0000:01:00.0: BAR 3: assigned to efifb
[ 0.482792] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.482825] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 0.482866] pci 0000:01:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x16 link at 0000:00:01.0 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
[ 0.482940] pci 0000:01:00.1: [10de:1aeb] type 00 class 0x040300
[ 0.482949] pci 0000:01:00.1: reg 0x10: [mem 0xb5080000-0xb5083fff]
[ 0.483043] pci 0000:01:00.2: [10de:1aec] type 00 class 0x0c0330
[ 0.483055] pci 0000:01:00.2: reg 0x10: [mem 0x92000000-0x9203ffff 64bit pref]
[ 0.483069] pci 0000:01:00.2: reg 0x1c: [mem 0x92040000-0x9204ffff 64bit pref]
[ 0.483112] pci 0000:01:00.2: PME# supported from D0 D3hot D3cold
[ 0.483144] pci 0000:01:00.3: [10de:1aed] type 00 class 0x0c8000
--
[ 0.669438] IR Sony protocol handler initialized
[ 0.669439] IR SANYO protocol handler initialized
[ 0.669439] IR Sharp protocol handler initialized
[ 0.669439] IR MCE Keyboard/mouse protocol handler initialized
[ 0.669439] IR XMP protocol handler initialized
[ 0.669440] ir_imon_decoder: IR iMON protocol handler initialized
[ 0.669440] IR RCMM protocol handler initialized
[ 0.669821] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[ 0.669824] intel_pstate: Intel P-state driver initializing
[ 0.670818] intel_pstate: HWP enabled
[ 0.670839] efifb: probing for efifb
[ 0.670851] efifb: framebuffer at 0x91000000, using 8128k, total 8128k
[ 0.670852] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[ 0.670853] efifb: scrolling: redraw
[ 0.670854] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.670914] Console: switching to colour frame buffer device 240x67
[ 0.673665] fb0: EFI VGA frame buffer device
[ 0.673671] EFI Variables Facility v0.08 2004-May-17
[ 0.678622] hid: raw HID events driver (C) Jiri Kosina
[ 0.678928] usbcore: registered new interface driver usbhid
[ 0.678929] usbhid: USB HID core driver
[ 0.679227] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[ 0.679531] snd_hda_intel 0000:01:00.1: Disabling MSI
[ 0.679655] snd_hda_intel 0000:09:00.1: enabling device (0000 -> 0002)
[ 0.679692] snd_hda_intel 0000:09:00.1: Force to non-snoop mode
[ 0.680614] IPVS: Registered protocols (TCP, UDP)
[ 0.680620] IPVS: Connection hash table configured (size=4096, memory=32Kbytes)
--
[ 0.680693] NET: Registered PF_PACKET protocol family
[ 0.680698] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 0.680704] 8021q: 802.1Q VLAN Support v1.8
[ 0.680711] Key type dns_resolver registered
[ 0.680743] NET: Registered PF_VSOCK protocol family
[ 0.681823] microcode: sig=0x90672, pf=0x2, revision=0x26
[ 0.681884] microcode: Microcode Update Driver: v2.2.
[ 0.681887] IPI shorthand broadcast: enabled
[ 0.681894] sched_clock: Marking stable (679486364, 2395149)->(703063793, -21182280)
[ 0.681912] registered taskstats version 1
[ 0.682563] printk: console [netcon0] enabled
[ 0.682564] netconsole: network logging started
[ 0.684214] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1c.4/0000:07:00.0/0000:08:00.0/0000:09:00.1/sound/card2/input3
[ 0.684252] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1c.4/0000:07:00.0/0000:08:00.0/0000:09:00.1/sound/card2/input4
[ 0.684271] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1c.4/0000:07:00.0/0000:08:00.0/0000:09:00.1/sound/card2/input5
[ 0.684291] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1c.4/0000:07:00.0/0000:08:00.0/0000:09:00.1/sound/card2/input6
[ 0.684329] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1c.4/0000:07:00.0/0000:08:00.0/0000:09:00.1/sound/card2/input7
[ 0.684350] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:1c.4/0000:07:00.0/0000:08:00.0/0000:09:00.1/sound/card2/input8
[ 0.691061] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC897: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
[ 0.691063] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 0.691064] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[ 0.691065] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 0.691066] snd_hda_codec_realtek hdaudioC0D0: dig-out=0x1e/0x0
[ 0.691067] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 0.691068] snd_hda_codec_realtek hdaudioC0D0: Front Mic=0x19
[ 0.691068] snd_hda_codec_realtek hdaudioC0D0: Rear Mic=0x18
[ 0.691069] snd_hda_codec_realtek hdaudioC0D0: Line=0x1a
[ 0.695855] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input9
[ 0.695888] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input10
[ 0.695908] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input11
[ 0.695939] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input12
[ 0.695973] input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input13
[ 0.695992] input: HDA NVidia HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input14
[ 0.696023] input: HDA NVidia HDMI/DP,pcm=12 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input15
[ 0.711389] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[ 0.711422] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[ 0.711452] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[ 0.711483] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
[ 0.711510] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
[ 0.711541] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21
[ 0.711573] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22
[ 0.898815] ata7: SATA link down (SStatus 4 SControl 300)
[ 0.898875] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 0.898926] ata8: SATA link down (SStatus 4 SControl 300)
--
[ 0.913294] sd 5:0:0:0: [sdb] 4096-byte physical blocks
[ 0.913311] sd 5:0:0:0: [sdb] Write Protect is off
[ 0.913319] sd 5:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 0.913345] sd 5:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 0.938733] sda: sda1 sda2
[ 0.939263] sd 4:0:0:0: [sda] Attached SCSI disk
[ 0.959516] sdb: sdb1 sdb2
[ 0.960761] sd 5:0:0:0: [sdb] Attached SCSI disk
[ 0.960880] ALSA device list:
[ 0.960885] #0: HDA Intel PCH at 0x4002220000 irq 181
[ 0.960889] #1: HDA NVidia at 0xb5080000 irq 17
[ 0.960891] #2: HDA ATI HDMI at 0xb65a0000 irq 182
[ 0.962372] Freeing unused kernel image (initmem) memory: 5352K
[ 0.969212] Write protecting the kernel read-only data: 28672k
[ 0.970301] Freeing unused kernel image (text/rodata gap) memory: 2024K
[ 0.970727] Freeing unused kernel image (rodata/data gap) memory: 1088K
[ 0.970740] Run /init as init process
[ 0.970742] with arguments:
[ 0.970743] /init
[ 0.970745] domdadm
[ 0.970746] with environment:
--
[ 3.763855] Bluetooth: hci0: Secure boot is enabled
[ 3.763856] Bluetooth: hci0: OTP lock is enabled
[ 3.763856] Bluetooth: hci0: API lock is enabled
[ 3.763857] Bluetooth: hci0: Debug lock is disabled
[ 3.763857] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[ 3.763858] Bluetooth: hci0: Bootloader timestamp 2019.40 buildtype 1 build 38
[ 3.763864] Loading firmware: intel/ibt-1040-4150.sfi
[ 3.764122] AVX2 version of gcm_enc/dec engaged.
[ 3.764132] AES CTR mode by8 optimization enabled
[ 3.765784] Bluetooth: hci0: Found device firmware: intel/ibt-1040-4150.sfi
[ 3.777288] nvidia: loading out-of-tree module taints kernel.
[ 3.777293] nvidia: module license 'NVIDIA' taints kernel.
[ 3.777294] Disabling lock debugging due to kernel taint
[ 3.780415] nct6775: Found NCT6798D or compatible chip at 0x2e:0x290
[ 3.780424] ACPI Warning: SystemIO range 0x0000000000000295-0x0000000000000296 conflicts with OpRegion 0x0000000000000290-0x0000000000000299 (\RMTW.SHWM) (20210730/utaddress-204)
[ 3.780429] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[ 3.780588] [drm] amdgpu kernel modesetting enabled.
[ 3.780639] amdgpu: CRAT table disabled by module option
[ 3.780641] amdgpu: Virtual CRAT table created for CPU
[ 3.780649] amdgpu: Topology: Add CPU node
[ 3.780727] checking generic (91000000 7f0000) vs hw (a0000000 10000000)
[ 3.780782] Console: switching to colour dummy device 80x25
[ 3.780859] amdgpu 0000:09:00.0: enabling device (0000 -> 0003)
[ 3.780971] [drm] initializing kernel modesetting (NAVI10 0x1002:0x731F 0x1462:0x3810 0xC1).
[ 3.780974] amdgpu 0000:09:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
[ 3.780988] [drm] register mmio base: 0xB6500000
[ 3.780988] [drm] register mmio size: 524288
[ 3.781000] [drm] PCIE atomic ops is not supported
[ 3.782509] [drm] add ip block number 0 <nv_common>
[ 3.782511] [drm] add ip block number 1 <gmc_v10_0>
[ 3.782512] [drm] add ip block number 2 <navi10_ih>
[ 3.782512] [drm] add ip block number 3 <psp>
[ 3.782513] [drm] add ip block number 4 <smu>
[ 3.782514] [drm] add ip block number 5 <gfx_v10_0>
[ 3.782515] [drm] add ip block number 6 <sdma_v5_0>
[ 3.782516] [drm] add ip block number 7 <vcn_v2_0>
[ 3.782517] [drm] add ip block number 8 <jpeg_v2_0>
[ 3.786525] vboxdrv: Found 20 processor cores/threads
[ 3.795478] nvidia-nvlink: Nvlink Core is being initialized, major device number 238
[ 3.796294] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[ 3.806228] vboxdrv: TSC mode is Invariant, tentative frequency 3609600129 Hz
[ 3.806230] vboxdrv: Successfully loaded version 7.0.4 r154605 (interface 0x00330004)
[ 3.807932] VBoxNetFlt: Successfully started.
[ 3.811322] supdrvTscMeasureDeltaOne failed. rc=-3743 CPU[19].idCpu=1 Master[18].idCpu=0
[ 3.811360] VBoxNetAdp: Successfully started.
[ 3.816140] usb 1-10.1: Warning! Unlikely big volume range (=6144), cval->res is probably wrong.
[ 3.816142] usb 1-10.1: [5] FU [Mic Capture Volume] ch = 1, val = 1536/7680/1
[ 3.816271] usbcore: registered new interface driver snd-usb-audio
[ 3.816284] usb 1-10.1: Found UVC 1.00 device B525 HD Webcam (046d:0836)
[ 3.831235] bcache: register_bcache() error : device already registered
[ 3.841165] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 525.60.13 Wed Nov 30 06:39:21 UTC 2022
[ 3.843423] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 525.60.13 Wed Nov 30 06:42:04 UTC 2022
[ 3.844061] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[ 3.844062] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 1
[ 3.853246] input: B525 HD Webcam as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.1/1-10.1:1.2/input/input30
[ 3.853264] usbcore: registered new interface driver uvcvideo
[ 3.894732] amdgpu 0000:09:00.0: amdgpu: Fetched VBIOS from ROM BAR
[ 3.894742] [drm] VCN decode is enabled in VM mode
[ 3.894742] [drm] VCN encode is enabled in VM mode
[ 3.894742] [drm] JPEG decode is enabled in VM mode
[ 3.894756] [drm] GPU posting now...
[ 3.894858] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[ 3.894872] amdgpu 0000:09:00.0: BAR 2: releasing [mem 0xb0000000-0xb01fffff 64bit pref]
[ 3.894873] amdgpu 0000:09:00.0: BAR 0: releasing [mem 0xa0000000-0xafffffff 64bit pref]
[ 3.894897] pcieport 0000:08:00.0: BAR 9: releasing [mem 0xa0000000-0xb01fffff 64bit pref]
[ 3.894897] pcieport 0000:07:00.0: BAR 9: releasing [mem 0xa0000000-0xb01fffff 64bit pref]
[ 3.894898] pcieport 0000:00:1c.4: BAR 9: releasing [mem 0xa0000000-0xb01fffff 64bit pref]
[ 3.894902] pcieport 0000:00:1c.4: BAR 9: assigned [mem 0x4100000000-0x43ffffffff 64bit pref]
[ 3.894904] pcieport 0000:07:00.0: BAR 9: assigned [mem 0x4100000000-0x43ffffffff 64bit pref]
[ 3.894904] pcieport 0000:08:00.0: BAR 9: assigned [mem 0x4100000000-0x43ffffffff 64bit pref]
[ 3.894905] amdgpu 0000:09:00.0: BAR 0: assigned [mem 0x4200000000-0x43ffffffff 64bit pref]
[ 3.894931] amdgpu 0000:09:00.0: BAR 2: assigned [mem 0x4100000000-0x41001fffff 64bit pref]
[ 3.894942] pcieport 0000:00:1c.4: PCI bridge to [bus 07-09]
[ 3.894943] pcieport 0000:00:1c.4: bridge window [io 0x4000-0x4fff]
[ 3.894947] pcieport 0000:00:1c.4: bridge window [mem 0xb6500000-0xb66fffff]
[ 3.894950] pcieport 0000:00:1c.4: bridge window [mem 0x4100000000-0x43ffffffff 64bit pref]
[ 3.894954] pcieport 0000:07:00.0: PCI bridge to [bus 08-09]
[ 3.894956] pcieport 0000:07:00.0: bridge window [io 0x4000-0x4fff]
[ 3.894960] pcieport 0000:07:00.0: bridge window [mem 0xb6500000-0xb65fffff]
[ 3.894963] pcieport 0000:07:00.0: bridge window [mem 0x4100000000-0x43ffffffff 64bit pref]
[ 3.894969] pcieport 0000:08:00.0: PCI bridge to [bus 09]
[ 3.894971] pcieport 0000:08:00.0: bridge window [io 0x4000-0x4fff]
[ 3.894975] pcieport 0000:08:00.0: bridge window [mem 0xb6500000-0xb65fffff]
[ 3.894978] pcieport 0000:08:00.0: bridge window [mem 0x4100000000-0x43ffffffff 64bit pref]
[ 3.894991] amdgpu 0000:09:00.0: amdgpu: VRAM: 8176M 0x0000008000000000 - 0x00000081FEFFFFFF (8176M used)
[ 3.894992] amdgpu 0000:09:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
[ 3.894993] amdgpu 0000:09:00.0: amdgpu: AGP: 267894784M 0x0000008400000000 - 0x0000FFFFFFFFFFFF
[ 3.894996] [drm] Detected VRAM RAM=8176M, BAR=8192M
[ 3.894997] [drm] RAM width 256bits GDDR6
[ 3.895021] [drm] amdgpu: 8176M of VRAM memory ready
[ 3.895022] [drm] amdgpu: 8176M of GTT memory ready.
[ 3.895024] [drm] GART: num cpu pages 131072, num gpu pages 131072
[ 3.895134] [drm] PCIE GART of 512M enabled (table at 0x0000008000000000).
[ 3.895238] Loading firmware: amdgpu/navi10_sos.bin
[ 3.896006] Loading firmware: amdgpu/navi10_asd.bin
[ 3.896572] Loading firmware: amdgpu/navi10_ta.bin
[ 3.896898] amdgpu 0000:09:00.0: amdgpu: PSP runtime database doesn't exist
[ 3.896936] Loading firmware: amdgpu/navi10_smc.bin
[ 3.897334] Loading firmware: amdgpu/navi10_pfp.bin
[ 3.897817] Loading firmware: amdgpu/navi10_me.bin
[ 3.898337] Loading firmware: amdgpu/navi10_ce.bin
[ 3.898812] Loading firmware: amdgpu/navi10_rlc.bin
[ 3.899020] Loading firmware: amdgpu/navi10_mec.bin
[ 3.899366] Loading firmware: amdgpu/navi10_mec2.bin
[ 3.900223] Loading firmware: amdgpu/navi10_sdma.bin
[ 3.900395] Loading firmware: amdgpu/navi10_sdma1.bin
[ 3.900588] Loading firmware: amdgpu/navi10_vcn.bin
[ 3.901122] [drm] Found VCN firmware Version ENC: 1.20 DEC: 5 VEP: 0 Revision: 1
[ 3.901124] amdgpu 0000:09:00.0: amdgpu: Will use PSP to load VCN firmware
[ 3.972361] [drm] reserve 0x900000 from 0x81fe400000 for PSP TMR
[ 4.015177] amdgpu 0000:09:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4.021181] amdgpu 0000:09:00.0: amdgpu: RAP: optional rap ta ucode is not available
[ 4.021185] amdgpu 0000:09:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4.021363] amdgpu 0000:09:00.0: amdgpu: use vbios provided pptable
[ 4.021366] amdgpu 0000:09:00.0: amdgpu: smc_dpm_info table revision(format.content): 4.5
[ 4.056804] amdgpu 0000:09:00.0: amdgpu: SMU is initialized successfully!
[ 4.058461] [drm] kiq ring mec 2 pipe 1 q 0
[ 4.060459] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4.060583] [drm] JPEG decode initialized successfully.
[ 4.061394] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[ 4.061603] amdgpu: SRAT table not found
[ 4.061603] amdgpu: Virtual CRAT table created for GPU
[ 4.061674] amdgpu: Topology: Add dGPU node [0x731f:0x1002]
[ 4.061675] kfd kfd: amdgpu: added device 1002:731f
[ 4.061693] amdgpu 0000:09:00.0: amdgpu: SE 2, SH per SE 2, CU per SH 10, active_cu_number 40
[ 4.061722] amdgpu 0000:09:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4.061723] amdgpu 0000:09:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4.061724] amdgpu 0000:09:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4.061724] amdgpu 0000:09:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4.061724] amdgpu 0000:09:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4.061725] amdgpu 0000:09:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4.061725] amdgpu 0000:09:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4.061725] amdgpu 0000:09:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4.061726] amdgpu 0000:09:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4.061726] amdgpu 0000:09:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4.061727] amdgpu 0000:09:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4.061727] amdgpu 0000:09:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4.061727] amdgpu 0000:09:00.0: amdgpu: ring vcn_dec uses VM inv eng 0 on hub 1
[ 4.061728] amdgpu 0000:09:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 1 on hub 1
[ 4.061728] amdgpu 0000:09:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 4 on hub 1
[ 4.061729] amdgpu 0000:09:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4.062313] amdgpu 0000:09:00.0: amdgpu: Using BACO for runtime pm
[ 4.062348] [drm] Initialized amdgpu 3.42.0 20150101 for 0000:09:00.0 on minor 0
[ 4.070968] bcache: register_bcache() error : device already registered
[ 4.074640] bcache: register_bcache() error : device already registered
[ 4.078165] bcache: register_bcache() error : device already registered
[ 4.082197] bcache: register_bcache() error : device already registered
[ 4.364316] scsi 8:0:0:0: Direct-Access Generic STORAGE DEVICE 1532 PQ: 0 ANSI: 6
[ 4.364669] sd 8:0:0:0: Attached scsi generic sg2 type 0
[ 4.365651] sd 8:0:0:0: [sdc] Media removed, stopped polling
[ 4.367116] sd 8:0:0:0: [sdc] Attached SCSI removable disk
[ 4.555914] scsi 9:0:0:0: Direct-Access Multiple Card Reader 1.00 PQ: 0 ANSI: 0
[ 4.556283] sd 9:0:0:0: Attached scsi generic sg3 type 0
--
[ 11.930155] systemd-udevd (2171) used greatest stack depth: 11848 bytes left
[ 12.468729] igc 0000:06:00.0 eth0: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[ 12.571495] br0: port 1(eth0) entered blocking state
[ 12.571507] br0: port 1(eth0) entered forwarding state
[ 26.835084] Bridge firewalling registered
[ 30.358467] loop0: detected capacity change from 0 to 1386588
[ 30.363325] loop1: detected capacity change from 0 to 1293784
[ 33.589272] [drm] PCIE GART of 512M enabled (table at 0x0000008000000000).
[ 33.589287] [drm] PSP is resuming...
[ 33.654627] [drm] reserve 0x900000 from 0x81fe400000 for PSP TMR
[ 33.697955] amdgpu 0000:09:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 33.704074] amdgpu 0000:09:00.0: amdgpu: RAP: optional rap ta ucode is not available
[ 33.704077] amdgpu 0000:09:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 33.704082] amdgpu 0000:09:00.0: amdgpu: SMU is resuming...
[ 33.706724] amdgpu 0000:09:00.0: amdgpu: SMU is resumed successfully!
[ 33.708774] [drm] kiq ring mec 2 pipe 1 q 0
[ 33.711350] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 33.711733] [drm] JPEG decode initialized successfully.
[ 33.711754] amdgpu 0000:09:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 33.711757] amdgpu 0000:09:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 33.711759] amdgpu 0000:09:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 33.711760] amdgpu 0000:09:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 33.711761] amdgpu 0000:09:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 33.711763] amdgpu 0000:09:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 33.711764] amdgpu 0000:09:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 33.711765] amdgpu 0000:09:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 33.711767] amdgpu 0000:09:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 33.711768] amdgpu 0000:09:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 33.711769] amdgpu 0000:09:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 33.711771] amdgpu 0000:09:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 33.711772] amdgpu 0000:09:00.0: amdgpu: ring vcn_dec uses VM inv eng 0 on hub 1
[ 33.711774] amdgpu 0000:09:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 1 on hub 1
[ 33.711775] amdgpu 0000:09:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 4 on hub 1
[ 33.711776] amdgpu 0000:09:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 33.772787] ACPI Warning: \_SB.PC00.PEG1.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20210730/nsarguments-61)
[ 33.915557] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
[ 33.915560] ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
[ 33.915561] ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
[ 33.915621] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
[ 33.915622] ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
[ 33.915623] ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
[ 33.915682] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
[ 33.915683] ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
[ 33.915684] ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
--
[ 34.346212] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
[ 34.346217] ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
[ 34.346221] ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
[ 34.788187] elogind-daemon[3383]: New session 3 of user mdabbs.
[ 36.474464] snd_hda_intel 0000:01:00.1: IRQ timing workaround is activated for card #1. Suggest a bigger bdl_pos_adj.
[ 46.068955] [drm] free PSP TMR buffer
[ 47.370298] Module ipv6 is disabled, so call_ip6tables is not supported.
[ 50.981245] [drm] PCIE GART of 512M enabled (table at 0x0000008000000000).
[ 50.981260] [drm] PSP is resuming...
[ 51.046635] [drm] reserve 0x900000 from 0x81fe400000 for PSP TMR
[ 51.090084] amdgpu 0000:09:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 51.096024] amdgpu 0000:09:00.0: amdgpu: RAP: optional rap ta ucode is not available
[ 51.096025] amdgpu 0000:09:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 51.096027] amdgpu 0000:09:00.0: amdgpu: SMU is resuming...
[ 51.098251] amdgpu 0000:09:00.0: amdgpu: SMU is resumed successfully!
[ 51.099812] [drm] kiq ring mec 2 pipe 1 q 0
[ 51.102240] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 51.102610] [drm] JPEG decode initialized successfully.
[ 51.102628] amdgpu 0000:09:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 51.102629] amdgpu 0000:09:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 51.102629] amdgpu 0000:09:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 51.102630] amdgpu 0000:09:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 51.102630] amdgpu 0000:09:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 51.102630] amdgpu 0000:09:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 51.102631] amdgpu 0000:09:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 51.102631] amdgpu 0000:09:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 51.102632] amdgpu 0000:09:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 51.102632] amdgpu 0000:09:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 51.102632] amdgpu 0000:09:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 51.102633] amdgpu 0000:09:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 51.102633] amdgpu 0000:09:00.0: amdgpu: ring vcn_dec uses VM inv eng 0 on hub 1
[ 51.102634] amdgpu 0000:09:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 1 on hub 1
[ 51.102634] amdgpu 0000:09:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 4 on hub 1
[ 51.102634] amdgpu 0000:09:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 57.674616] [drm] free PSP TMR buffer
[ 373.101281] [drm] PCIE GART of 512M enabled (table at 0x0000008000000000).
[ 373.101295] [drm] PSP is resuming...
[ 373.166642] [drm] reserve 0x900000 from 0x81fe400000 for PSP TMR
[ 373.210199] amdgpu 0000:09:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 373.216311] amdgpu 0000:09:00.0: amdgpu: RAP: optional rap ta ucode is not available
[ 373.216318] amdgpu 0000:09:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 373.216323] amdgpu 0000:09:00.0: amdgpu: SMU is resuming...
[ 373.218808] amdgpu 0000:09:00.0: amdgpu: SMU is resumed successfully!
[ 373.220901] [drm] kiq ring mec 2 pipe 1 q 0
[ 373.223299] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 373.223680] [drm] JPEG decode initialized successfully.
[ 373.223707] amdgpu 0000:09:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 373.223715] amdgpu 0000:09:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 373.223719] amdgpu 0000:09:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 373.223722] amdgpu 0000:09:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 373.223726] amdgpu 0000:09:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 373.223729] amdgpu 0000:09:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 373.223732] amdgpu 0000:09:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 373.223736] amdgpu 0000:09:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 373.223740] amdgpu 0000:09:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 373.223743] amdgpu 0000:09:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 373.223745] amdgpu 0000:09:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 373.223748] amdgpu 0000:09:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 373.223750] amdgpu 0000:09:00.0: amdgpu: ring vcn_dec uses VM inv eng 0 on hub 1
[ 373.223752] amdgpu 0000:09:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 1 on hub 1
[ 373.223755] amdgpu 0000:09:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 4 on hub 1
[ 373.223757] amdgpu 0000:09:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 379.536320] [drm] free PSP TMR buffer
[ 845.973362] [drm] PCIE GART of 512M enabled (table at 0x0000008000000000).
[ 845.973379] [drm] PSP is resuming...
[ 846.038786] [drm] reserve 0x900000 from 0x81fe400000 for PSP TMR
[ 846.082211] amdgpu 0000:09:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 846.088218] amdgpu 0000:09:00.0: amdgpu: RAP: optional rap ta ucode is not available
[ 846.088222] amdgpu 0000:09:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 846.088226] amdgpu 0000:09:00.0: amdgpu: SMU is resuming...
[ 846.090718] amdgpu 0000:09:00.0: amdgpu: SMU is resumed successfully!
[ 846.092504] [drm] kiq ring mec 2 pipe 1 q 0
[ 846.094877] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 846.095003] [drm] JPEG decode initialized successfully.
[ 846.095023] amdgpu 0000:09:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 846.095025] amdgpu 0000:09:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 846.095026] amdgpu 0000:09:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 846.095027] amdgpu 0000:09:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 846.095032] amdgpu 0000:09:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 846.095033] amdgpu 0000:09:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 846.095033] amdgpu 0000:09:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 846.095034] amdgpu 0000:09:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 846.095035] amdgpu 0000:09:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 846.095036] amdgpu 0000:09:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 846.095037] amdgpu 0000:09:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 846.095038] amdgpu 0000:09:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 846.095039] amdgpu 0000:09:00.0: amdgpu: ring vcn_dec uses VM inv eng 0 on hub 1
[ 846.095040] amdgpu 0000:09:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 1 on hub 1
[ 846.095041] amdgpu 0000:09:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 4 on hub 1
[ 846.095041] amdgpu 0000:09:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 852.407345] [drm] free PSP TMR buffer
|
|
|
Back to top |
|
|
mdabbs n00b
Joined: 27 Dec 2022 Posts: 14
|
Posted: Tue Dec 27, 2022 4:57 pm Post subject: |
|
|
Without the amd plugged in, the output of cat /proc/fb was (I think) "0 EFI VGA"
And yes, I see the switch around 3.7 to the AMD device
adding fbcon=map:0 had no effect, spew stops half way through.
adding fbcon=map:1 showed no output at all after loading kernel line |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54807 Location: 56N 3W
|
Posted: Tue Dec 27, 2022 5:12 pm Post subject: |
|
|
mdabbs
Is the efibf starting and being selected.
Code: | [ 0.670839] efifb: probing for efifb
[ 0.670851] efifb: framebuffer at 0x91000000, using 8128k, total 8128k
[ 0.670852] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[ 0.670853] efifb: scrolling: redraw
[ 0.670854] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.670914] Console: switching to colour frame buffer device 240x67 |
Code: | [ 3.780782] Console: switching to colour dummy device 80x25 | looks like the old 80x25 text console, which your are supposed to use with nvidia-drivers.
That's not the amd framebuffer as the AMD card is not yet initialised.
That's does not rule out that the AMD card is being used for the console. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
mdabbs n00b
Joined: 27 Dec 2022 Posts: 14
|
Posted: Tue Dec 27, 2022 5:23 pm Post subject: |
|
|
I assume the efifb is starting and being selected. The screen size is definitely not an 80x25 screen size. The font is small and looks like a much greater resolution, like the 240x67 is the only thing I see until X kicks in. |
|
Back to top |
|
|
mdabbs n00b
Joined: 27 Dec 2022 Posts: 14
|
Posted: Tue Dec 27, 2022 5:45 pm Post subject: |
|
|
Also, another fun fact: I tried swapping the cards around and made the AMD the primary. I got spew, and at the same time as before, instead of the spew just stopping, the screen got a little garbled with some pixels getting trashed at certain places. Then X never kicked in because I guess I don't completely have the amd drivers installed. So I got no X, and was unable to see anything else on the console. Just had to wait a bit til the drives settled down, then ctrl-alt-del at least got me safely back to startup. |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|