Coder Social home page Coder Social logo

Comments (8)

linuxmaniac avatar linuxmaniac commented on July 18, 2024

Direct firmware load for amdgpu/renoir_asd.bin failed
maybe we are missing some firmware files ?

from pkgs.

frezbo avatar frezbo commented on July 18, 2024

seems like an upstream kernel issue, since it never even reached init. Regarding firmware files, maybe try disabling gpu in bios? We only ship a minimal firmware files and if the specific hardware needs those files to even boot kernel it might need a custom talos image.

from pkgs.

linuxmaniac avatar linuxmaniac commented on July 18, 2024

FTR It was working fine until v1.5.0 upgrade

from pkgs.

frezbo avatar frezbo commented on July 18, 2024

yeh, the kernel got updated, also there has been fixed upstream for amd cpu vulnerabilities, possibly it could break boot

from pkgs.

linuxmaniac avatar linuxmaniac commented on July 18, 2024

Just to be clear, the node boots since I can send commands via talosctl

from pkgs.

frezbo avatar frezbo commented on July 18, 2024

Just to be clear, the node boots since I can send commands via talosctl

oh, I misread, at least from the logs it seemed it never went to init. Is it possible to disable the GPU in bios until a fixed kernel is available upstream?

from pkgs.

linuxmaniac avatar linuxmaniac commented on July 18, 2024

tested loading admgpu firmware at v1.4.8 using linuxmaniac/extensions@1c8cb07

All OK and I finally see the dashboard :-)

k3s-node3.lab: kern:    info: [2023-08-22T01:37:21.411112442Z]: Linux agpgart interface v0.103
k3s-node3.lab: kern: warning: [2023-08-22T01:37:21.492915442Z]: tpm tpm0: AMD fTPM version 0x3004900000005 causes system stutter; hwrng disabled
k3s-node3.lab: kern:    info: [2023-08-22T01:37:21.493402442Z]: ACPI: bus type drm_connector registered
k3s-node3.lab: kern:    info: [2023-08-22T01:37:21.493519442Z]: [drm] amdgpu kernel modesetting enabled.
k3s-node3.lab: kern:    info: [2023-08-22T01:37:21.503545442Z]: [drm] initializing kernel modesetting (RENOIR 0x1002:0x1638 0x1002:0x0123 0xC3).
k3s-node3.lab: kern:    info: [2023-08-22T01:37:21.503554442Z]: [drm] register mmio base: 0xFCD00000
k3s-node3.lab: kern:    info: [2023-08-22T01:37:21.503556442Z]: [drm] register mmio size: 524288
k3s-node3.lab: kern:    info: [2023-08-22T01:37:21.505207442Z]: [drm] add ip block number 0 <soc15_common>
k3s-node3.lab: kern:    info: [2023-08-22T01:37:21.505210442Z]: [drm] add ip block number 1 <gmc_v9_0>
k3s-node3.lab: kern:    info: [2023-08-22T01:37:21.505211442Z]: [drm] add ip block number 2 <vega10_ih>
k3s-node3.lab: kern:    info: [2023-08-22T01:37:21.505212442Z]: [drm] add ip block number 3 <psp>
k3s-node3.lab: kern:    info: [2023-08-22T01:37:21.505214442Z]: [drm] add ip block number 4 <smu>
k3s-node3.lab: kern:    info: [2023-08-22T01:37:21.505215442Z]: [drm] add ip block number 5 <dm>
k3s-node3.lab: kern:    info: [2023-08-22T01:37:21.505216442Z]: [drm] add ip block number 6 <gfx_v9_0>
k3s-node3.lab: kern:    info: [2023-08-22T01:37:21.505217442Z]: [drm] add ip block number 7 <sdma_v4_0>
k3s-node3.lab: kern:    info: [2023-08-22T01:37:21.505218442Z]: [drm] add ip block number 8 <vcn_v2_0>
k3s-node3.lab: kern:    info: [2023-08-22T01:37:21.505220442Z]: [drm] add ip block number 9 <jpeg_v2_0>
k3s-node3.lab: kern:    info: [2023-08-22T01:37:21.505231442Z]: amdgpu 0000:04:00.0: amdgpu: Fetched VBIOS from VFCT
k3s-node3.lab: kern:    info: [2023-08-22T01:37:21.505234442Z]: amdgpu: ATOM BIOS: 13-CEZANNE-019
k3s-node3.lab: kern:    info: [2023-08-22T01:37:22.415219442Z]: tsc: Refined TSC clocksource calibration: 2295.686 MHz
k3s-node3.lab: kern:    info: [2023-08-22T01:37:22.415229442Z]: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x211749f51e2, max_idle_ns: 440795249748 ns
k3s-node3.lab: kern:    info: [2023-08-22T01:37:22.415604442Z]: clocksource: Switched to clocksource tsc
k3s-node3.lab: kern:    info: [2023-08-22T01:37:22.991907442Z]: Freeing initrd memory: 79548K
k3s-node3.lab: kern:    info: [2023-08-22T01:37:22.992376442Z]: [drm] VCN decode is enabled in VM mode
k3s-node3.lab: kern:    info: [2023-08-22T01:37:22.992378442Z]: [drm] VCN encode is enabled in VM mode
k3s-node3.lab: kern:    info: [2023-08-22T01:37:22.992380442Z]: [drm] JPEG decode is enabled in VM mode
k3s-node3.lab: kern:    info: [2023-08-22T01:37:22.992385442Z]: amdgpu 0000:04:00.0: vgaarb: deactivate vga console
k3s-node3.lab: kern:    info: [2023-08-22T01:37:22.992390442Z]: amdgpu 0000:04:00.0: amdgpu: Trusted Memory Zone (TMZ) feature enabled
k3s-node3.lab: kern:    info: [2023-08-22T01:37:22.992408442Z]: amdgpu 0000:04:00.0: amdgpu: MODE2 reset
k3s-node3.lab: kern:    info: [2023-08-22T01:37:22.992494442Z]: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
k3s-node3.lab: kern:    info: [2023-08-22T01:37:22.992502442Z]: amdgpu 0000:04:00.0: amdgpu: VRAM: 3072M 0x000000F400000000 - 0x000000F4BFFFFFFF (3072M used)
k3s-node3.lab: kern:    info: [2023-08-22T01:37:22.992506442Z]: amdgpu 0000:04:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
k3s-node3.lab: kern:    info: [2023-08-22T01:37:22.992510442Z]: amdgpu 0000:04:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
k3s-node3.lab: kern:    info: [2023-08-22T01:37:22.992518442Z]: [drm] Detected VRAM RAM=3072M, BAR=3072M
k3s-node3.lab: kern:    info: [2023-08-22T01:37:22.992519442Z]: [drm] RAM width 128bits DDR4
k3s-node3.lab: kern:    info: [2023-08-22T01:37:22.992719442Z]: [drm] amdgpu: 3072M of VRAM memory ready
k3s-node3.lab: kern:    info: [2023-08-22T01:37:22.992721442Z]: [drm] amdgpu: 6430M of GTT memory ready.
k3s-node3.lab: kern:    info: [2023-08-22T01:37:22.992741442Z]: [drm] GART: num cpu pages 262144, num gpu pages 262144
k3s-node3.lab: kern:    info: [2023-08-22T01:37:22.992902442Z]: [drm] PCIE GART of 1024M enabled.
k3s-node3.lab: kern:    info: [2023-08-22T01:37:22.992904442Z]: [drm] PTB located at 0x000000F4BFC00000
k3s-node3.lab: kern: warning: [2023-08-22T01:37:22.993094442Z]: amdgpu 0000:04:00.0: amdgpu: PSP runtime database doesn't exist
k3s-node3.lab: kern: warning: [2023-08-22T01:37:22.993097442Z]: amdgpu 0000:04:00.0: amdgpu: PSP runtime database doesn't exist
k3s-node3.lab: kern:    info: [2023-08-22T01:37:22.993296442Z]: [drm] Loading DMUB firmware via PSP: version=0x01010024
k3s-node3.lab: kern:    info: [2023-08-22T01:37:22.994098442Z]: [drm] Found VCN firmware Version ENC: 1.19 DEC: 5 VEP: 0 Revision: 0
k3s-node3.lab: kern:    info: [2023-08-22T01:37:22.994109442Z]: amdgpu 0000:04:00.0: amdgpu: Will use PSP to load VCN firmware
k3s-node3.lab: kern:    info: [2023-08-22T01:37:23.803990442Z]: [drm] reserve 0x400000 from 0xf4bf800000 for PSP TMR
k3s-node3.lab: kern:    info: [2023-08-22T01:37:23.884559442Z]: amdgpu 0000:04:00.0: amdgpu: RAS: optional ras ta ucode is not available
k3s-node3.lab: kern:    info: [2023-08-22T01:37:23.893738442Z]: amdgpu 0000:04:00.0: amdgpu: RAP: optional rap ta ucode is not available
k3s-node3.lab: kern:    info: [2023-08-22T01:37:23.893741442Z]: amdgpu 0000:04:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
k3s-node3.lab: kern:    info: [2023-08-22T01:37:23.894402442Z]: amdgpu 0000:04:00.0: amdgpu: SMU is initialized successfully!
k3s-node3.lab: kern:    info: [2023-08-22T01:37:23.895389442Z]: [drm] Display Core initialized with v3.2.207!
k3s-node3.lab: kern:    info: [2023-08-22T01:37:23.895952442Z]: [drm] DMUB hardware initialized: version=0x01010024
k3s-node3.lab: kern:    info: [2023-08-22T01:37:23.953091442Z]: [drm] kiq ring mec 2 pipe 1 q 0
k3s-node3.lab: kern:    info: [2023-08-22T01:37:23.957651442Z]: [drm] VCN decode and encode initialized successfully(under DPG Mode).
k3s-node3.lab: kern:    info: [2023-08-22T01:37:23.957670442Z]: [drm] JPEG decode initialized successfully.
k3s-node3.lab: kern:    info: [2023-08-22T01:37:23.958934442Z]: amdgpu 0000:04:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 8, active_cu_number 6
k3s-node3.lab: kern:    info: [2023-08-22T01:37:23.959116442Z]: amdgpu 0000:04:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
k3s-node3.lab: kern:    info: [2023-08-22T01:37:23.959120442Z]: amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
k3s-node3.lab: kern:    info: [2023-08-22T01:37:23.959124442Z]: amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
k3s-node3.lab: kern:    info: [2023-08-22T01:37:23.959127442Z]: amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
k3s-node3.lab: kern:    info: [2023-08-22T01:37:23.959130442Z]: amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
k3s-node3.lab: kern:    info: [2023-08-22T01:37:23.959133442Z]: amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
k3s-node3.lab: kern:    info: [2023-08-22T01:37:23.959136442Z]: amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
k3s-node3.lab: kern:    info: [2023-08-22T01:37:23.959139442Z]: amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
k3s-node3.lab: kern:    info: [2023-08-22T01:37:23.959141442Z]: amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
k3s-node3.lab: kern:    info: [2023-08-22T01:37:23.959145442Z]: amdgpu 0000:04:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
k3s-node3.lab: kern:    info: [2023-08-22T01:37:23.959148442Z]: amdgpu 0000:04:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
k3s-node3.lab: kern:    info: [2023-08-22T01:37:23.959151442Z]: amdgpu 0000:04:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
k3s-node3.lab: kern:    info: [2023-08-22T01:37:23.959162442Z]: amdgpu 0000:04:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
k3s-node3.lab: kern:    info: [2023-08-22T01:37:23.959165442Z]: amdgpu 0000:04:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
k3s-node3.lab: kern:    info: [2023-08-22T01:37:23.959168442Z]: amdgpu 0000:04:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
k3s-node3.lab: kern:    info: [2023-08-22T01:37:23.960468442Z]: [drm] Initialized amdgpu 3.49.0 20150101 for 0000:04:00.0 on minor 0
k3s-node3.lab: kern:    info: [2023-08-22T01:37:23.965224442Z]: fbcon: amdgpudrmfb (fb0) is primary device
k3s-node3.lab: kern:    info: [2023-08-22T01:37:23.965506442Z]: [drm] DSC precompute is not needed.
k3s-node3.lab: kern:    info: [2023-08-22T01:37:24.041784442Z]: Console: switching to colour frame buffer device 170x48
k3s-node3.lab: kern:    info: [2023-08-22T01:37:24.058431442Z]: amdgpu 0000:04:00.0: [drm] fb0: amdgpudrmfb frame buffer device

from pkgs.

frezbo avatar frezbo commented on July 18, 2024

Awesome, will get it merged

from pkgs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.