Closed hloe0xff closed 3 years ago
Without a full backtrace the issue will remain unsolved.
Perhaps you should check dmesg for amdgpu issues.
Without a full backtrace the issue will remain unsolved.
How can i do that?
Perhaps you should check dmesg for amdgpu issues.
shell$ sudo dmesg | grep -i amdgpu
[ 0.803966] [drm] amdgpu kernel modesetting enabled.
[ 0.803967] [drm] amdgpu version: 5.9.15
[ 0.804096] amdgpu: Topology: Add APU node [0x0:0x0]
[ 0.808465] fb0: switching to amdgpudrmfb from VESA VGA
[ 0.808641] amdgpu 0000:0c:00.0: vgaarb: deactivate vga console
[ 0.808851] amdgpu 0000:0c:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
[ 0.832234] amdgpu 0000:0c:00.0: amdgpu: Fetched VBIOS from ROM BAR
[ 0.832236] amdgpu: ATOM BIOS: 113-PICASSO-115
[ 0.832363] amdgpu 0000:0c:00.0: amdgpu: VRAM: 2048M 0x000000F400000000 - 0x000000F47FFFFFFF (2048M used)
[ 0.832366] amdgpu 0000:0c:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
[ 0.832368] amdgpu 0000:0c:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
[ 0.832613] [drm] amdgpu: 2048M of VRAM memory ready
[ 0.832617] [drm] amdgpu: 5865M of GTT memory ready.
[ 0.834176] amdgpu: [powerplay] hwmgr_sw_init smu backed is smu10_smu
[ 0.955594] amdgpu 0000:0c:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 0.963592] amdgpu 0000:0c:00.0: amdgpu: RAP: optional rap ta ucode is not available
[ 1.021300] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[ 1.021891] kfd kfd: amdgpu: error getting iommu info. is the iommu enabled?
[ 1.021896] kfd kfd: amdgpu: Error initializing iommuv2
[ 1.022012] kfd kfd: amdgpu: device 1002:15d8 NOT added due to errors
[ 1.022015] amdgpu 0000:0c:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 11, active_cu_number 8
[ 1.023428] fbcon: amdgpudrmfb (fb0) is primary device
[ 1.171389] amdgpu 0000:0c:00.0: fb0: amdgpudrmfb frame buffer device
[ 1.185584] amdgpu 0000:0c:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[ 1.185586] amdgpu 0000:0c:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1.185587] amdgpu 0000:0c:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1.185588] amdgpu 0000:0c:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1.185589] amdgpu 0000:0c:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1.185590] amdgpu 0000:0c:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1.185591] amdgpu 0000:0c:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1.185592] amdgpu 0000:0c:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1.185593] amdgpu 0000:0c:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1.185594] amdgpu 0000:0c:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1.185596] amdgpu 0000:0c:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[ 1.185597] amdgpu 0000:0c:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
[ 1.185598] amdgpu 0000:0c:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
[ 1.185599] amdgpu 0000:0c:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
[ 1.185601] amdgpu 0000:0c:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
[ 1.191530] [drm] Initialized amdgpu 3.40.0 20150101 for 0000:0c:00.0 on minor 0
[ 6.270508] snd_hda_intel 0000:0c:00.1: bound 0000:0c:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
I believe mintreport could provide the required info.
Hello @leigh123linux! Sorry, i was found the trouble cause. I inadvertently add ubuntu 20.10 repository and ran apt upgrade
, which is corrupt the OS. I was remove the connected repo and downgrade all the upgraded packages and troubles gone. It was my mistake, sorry. Thanks!
Cheers!
Cinnamon running in fallback mode after
apt upgrade
, segfault in dmesg.