Freebsd crashing/reboots thinkpad E14 AMD Ryzen 7 7735HS with Radeon Graphics

Hello,

I have this thinkpad AMD Ryzen 7 7735HS with Radeon Graphics that crashes/reboots every other 2 days.

The system freezes for half a second and reboots. I am not sure anything is logged.. it has dumpdev="AUTO" but nothing shows up in /var/crash

I dont know if there are any known issues with AMD or its only this machine that reboots after some 2 days.

By the way, it has 32gb ram and the ram was tested and its fine.

And when it freezes it usualy has 2 browsers opened, 1 bhyve with linux and a couple xterms.. so no extreme usage

What could be the problem ? Whats the best way to debug this ?
 
➜ ~ uname -r
uname14.2-RELEASE-p1
➜ ~ uname -a
unameFreeBSD radeon 14.2-RELEASE-p1 FreeBSD 14.2-RELEASE-p1 GENERIC amd64


in /etc/rc.conf:

kld_list="amdgpu"


Could be the gpu ? maybe yes, but apparently it is able to handle graphics fine
 
By the way, i just noticed i have wifibox enabled, however the freebsd and neither the wifibox are able to detect the wifi card.. so i just disabled it (im not sure if maybe having it enabled contributed to the crashes)
 
Could be the gpu ? maybe yes
The DRM drivers are still a work-in-progress, so it's possible that driver is the cause of the crashes.
so i just disabled it (im not sure if maybe having it enabled contributed to the crashes)
Disabling everything that's not strictly required will definitely narrow down potential causes. Debugging is a process of elimination.
 
Interesting. Im running x/dwm and in my case nothing slows down.. it just reboots.

The filesystem is ZFS, but im not sure how to create a boot environment for stable/14.. is there any write up on that ?
 
The filesystem is ZFS, but im not sure how to create a boot environment for stable/14.. is there any write up on that ?
Not that I know of to link to.

Here is a step by step how to install 14-STABLE into a ZFS boot environent. Execute all commands as root ("#" indicates root prompt). For details of the commands, look in their manuals.

Create boot environment:
Code:
# bectl create 14stable

Fetch 14 Stable source code, build source, mount boot environment, install kernel and base,
remove old libraries:
Code:
# git clone --branch stable/14 https://git.FreeBSD.org/src.git /usr/src-14stable

# cd /usr/src-14stable

# make buildworld-jobs && make buildkernel-jobs

# bectl mount 14stable  /mnt

# make installkernel DESTDIR=/mnt
# make installworld DESTDIR=/mnt

# etcupdate -s /usr/src-14stable -D /mnt -p
# etcupdate resolve -s /usr/src-14stable -D /mnt
# etcupdate -s /usr/src-14stable -D /mnt -B

# yes | make delete-old DESTDIR=/mnt
# yes | make delete-old-libs DESTDIR=/mnt

Fetch ports tree (if there is tree already, update tree), delete graphics driver, install again, matching the 14stable kernel:
Code:
# git  clone  https://git.FreeBSD.org/ports.git  /usr/ports

(or update tree: # git pull)

# cd /usr/ports/graphics/drm-61-kmod
# make package  SRC_BASE=/usr/src-14stable

# pkg -r /mnt delete drm-61-kmod
# pkg -r /mnt add `pwd`/work/pkg/drm-61-kmod*

Temporary activate boot environment for next boot only, reboot system:
Code:
# bectl activate -t 14stable
# shutdown -r now

To keep the 14stable boot environment over system reboots, make it permanent:
Code:
# bectl activate 14stable
 
Interesting! Thanks for the write up.

I ran it, rebooted and then neither X or wayland would initialize

wayland said it could not find any GPU

after that I also tried to rebuild drm-61-kmod and install again, but same thing.

then i tried: kldload amdgpu and it complained about needing dmabuf but it could not find or something.

I dont know which log files are relevant to debug this, but i can get them if needed
 
I dont know which log files are relevant to debug this, but i can get them if needed
When in the 14stable boot environment, please show
Code:
# bectl list

# freebsd-version -kru

# pkg info drm-61-kmod

# grep i915kms  /etc/rc.conf

# kldstat

# dmesg

# cat /var/log/Xorg.0.log
Since there is no Xorg/wayland possible running from the affected boot environment to post the results, you can collect the output in one file, copy that file to the bectl(8) mounted "good Xorg/wl" boot environment.
Code:
# bectl list >> 14stable.txt
# echo >> 14stable.txt
# freebsd-version -kru >> 14stable.txt
etc.
You can attach that (.txt) file to your posting.
 
# bectl list

Code:
BE                             Active Mountpoint Space Created                                                                     
14.2-RELEASE_2025-04-19_221639 -      -          878M  2025-04-19 22:16
14stable                       N      /          1.77G 2025-05-03 18:42
default                        R      -          20.4G 2025-04-12 17:22

# freebsd-version -kru

Code:
14.3-STABLE                                                                                                                         
14.3-STABLE
14.3-STABLE

# pkg info drm-61-kmod

Code:
drm-61-kmod-6.1.128.1403500_3                                                                                                       
Name           : drm-61-kmod
Version        : 6.1.128.1403500_3
Installed on   : Sat May  3 21:03:09 2025 -03
Origin         : graphics/drm-61-kmod
Architecture   : FreeBSD:14:amd64
Prefix         : /usr/local
Categories     : kld graphics
Licenses       : BSD2CLAUSE, MIT, GPLv2
Maintainer     : x11@FreeBSD.org
WWW            : https://github.com/freebsd/drm-kmod/
Comment        : DRM drivers modules
Annotations    :
  FreeBSD_version: 1403500
Flat size      : 17.0MiB
Description    :
amdgpu, i915, and radeon DRM drivers modules.
Currently corresponding to Linux 6.1 DRM.
This version is for FreeBSD 14-STABLE 1400508
and above.


# grep i915kms /etc/rc.conf

*nothing*

# grep amdgpu /etc/rc.conf

Code:
kld_list="amdgpu"

# kldload i915kms

Code:
kldload: an error occurred while loading module i915kms. Please check dmesg(8) for more details.                                   
 
iic0: <I2C generic I/O> on iicbus0
iic1: <I2C generic I/O> on iicbus1
link_elf_obj: symbol linux_kfree_async undefined
linker_load_file: /boot/modules/dmabuf.ko - unsupported file type
KLD drm.ko: depends on dmabuf - not available or version mismatch
iic0: detached
iicbus0: <unknown card> at addr 0
iic1: detached
iicbus1: <unknown card> at addr 0
linker_load_file: /boot/modules/drm.ko - unsupported file type
KLD i915kms.ko: depends on drmn - not available or version mismatch
linker_load_file: /boot/modules/i915kms.ko - unsupported file type

# kldload amdgpu

Code:
iic0: <I2C generic I/O> on iicbus0
iic1: <I2C generic I/O> on iicbus1
link_elf_obj: symbol linux_kfree_async undefined
linker_load_file: /boot/modules/dmabuf.ko - unsupported file type
KLD drm.ko: depends on dmabuf - not available or version mismatch
iic0: detached
iicbus0: <unknown card> at addr 0
iic1: detached
iicbus1: <unknown card> at addr 0
linker_load_file: /boot/modules/drm.ko - unsupported file type
KLD amdgpu.ko: depends on drmn - not available or version mismatch
linker_load_file: /boot/modules/amdgpu.ko - unsupported file type
kldload: an error occurred while loading module amdgpu. Please check dmesg(8) for more details.

# kldstat

Code:
Id Refs Address                Size Name                                                                                           
 1  120 0xffffffff80200000  1f41600 kernel
 2    1 0xffffffff82142000     9528 acpi_video.ko
 3    1 0xffffffff8214c000     8a70 acpi_ibm.ko
 4    1 0xffffffff82155000     7808 cryptodev.ko
 5    1 0xffffffff8215d000     2b90 acpi_call.ko
 6    1 0xffffffff82160000     36c8 coretemp.ko
 7    1 0xffffffff82164000     eab8 if_bridge.ko
 8    2 0xffffffff82173000     89d8 bridgestp.ko
 9    1 0xffffffff8217c000    1c5e8 geom_eli.ko
10    1 0xffffffff821bd000    8f0c8 pf.ko
11    1 0xffffffff8224d000     3988 nmdm.ko
12    1 0xffffffff82252000   37cc90 vmm.ko
13    1 0xffffffff825cf000    27550 fusefs.ko
14    1 0xffffffff825f7000   5e9340 zfs.ko
15    1 0xffffffff82be1000     b2a8 cuse.ko
20    1 0xffffffff83cda000     3390 acpi_wmi.ko
21    1 0xffffffff83cde000     6020 ig4.ko
22    1 0xffffffff83ce5000     3220 intpm.ko
23    1 0xffffffff83ce9000     2178 smbus.ko
24    1 0xffffffff83cec000     3360 uhid.ko
25    1 0xffffffff83cf0000     4364 ums.ko
26    1 0xffffffff83cf5000     5640 ng_ubt.ko
27    7 0xffffffff83cfb000     abb8 netgraph.ko
28    3 0xffffffff83d06000     a250 ng_hci.ko
29    4 0xffffffff83d11000     2670 ng_bluetooth.ko
30    1 0xffffffff83d14000     3218 iichid.ko
31    1 0xffffffff83d18000     e268 ng_l2cap.ko
32    1 0xffffffff83d27000    1bf98 ng_btsocket.ko
33    1 0xffffffff83d43000     3908 ng_socket.ko
34    1 0xffffffff83d47000     21e8 hms.ko
35    1 0xffffffff83d4a000     30a8 hidmap.ko
36    1 0xffffffff83d4e000     3355 hmt.ko
37    1 0xffffffff83d52000     22cc hconf.ko
38    1 0xffffffff83d55000     2a80 mac_ntpd.ko
 
# cat /var/log/Xorg.0.log

Code:
[   528.071]
X.Org X Server 1.21.1.16
X Protocol Version 11, Revision 0
[   528.071] Current Operating System: FreeBSD radeon 14.3-STABLE FreeBSD 14.3-STABLE stable/14-n271391-a75f920158c7 GENERIC amd64
[   528.071] 
[   528.071] Current version of pixman: 0.44.2
[   528.071]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[   528.071] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   528.071] (==) Log file: "/var/log/Xorg.0.log", Time: Mon May  5 13:18:07 2025
[   528.072] (==) Using system config directory "/usr/local/share/X11/xorg.conf.d"
[   528.073] (==) No Layout section.  Using the first Screen section.
[   528.073] (==) No screen section available. Using defaults.
[   528.073] (**) |-->Screen "Default Screen Section" (0)
[   528.073] (**) |   |-->Monitor "<default monitor>"
[   528.073] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
[   528.073] (**) Allowing byte-swapped clients
[   528.073] (==) Automatically adding devices
[   528.073] (==) Automatically enabling devices
[   528.073] (==) Automatically adding GPU devices
[   528.073] (==) Automatically binding GPU devices
[   528.073] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   528.077] (==) FontPath set to:
    /usr/local/share/fonts/misc/,
    /usr/local/share/fonts/TTF/,
    /usr/local/share/fonts/OTF/,
    /usr/local/share/fonts/Type1/,
    /usr/local/share/fonts/100dpi/,
    /usr/local/share/fonts/75dpi/,
    catalogue:/usr/local/etc/X11/fontpath.d
[   528.077] (==) ModulePath set to "/usr/local/lib/xorg/modules"
[   528.077] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[   528.077] (II) Module ABI versions:
[   528.077]     X.Org ANSI C Emulation: 0.4
[   528.077]     X.Org Video Driver: 25.2
[   528.077]     X.Org XInput driver : 24.4
[   528.077]     X.Org Server Extension : 10.0
[   528.079] (--) PCI:*(5@0:0:0) 1002:1681:17aa:50ec rev 10, Mem @ 0x8b0000000/268435456, 0x8c0000000/2097152, 0x80600000/524288, I/O @ 0x00001000/256, BIOS @ 0x????????/65536
[   528.079] (II) LoadModule: "glx"
[   528.080] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so
[   528.086] (II) Module glx: vendor="X.Org Foundation"
[   528.086]     compiled for 1.21.1.16, module version = 1.0.0
[   528.086]     ABI class: X.Org Server Extension, version 10.0
[   528.086] (==) Matched ati as autoconfigured driver 0
[   528.086] (==) Matched modesetting as autoconfigured driver 1
[   528.086] (==) Matched scfb as autoconfigured driver 2
[   528.086] (==) Matched vesa as autoconfigured driver 3
[   528.086] (==) Assigned the driver to the xf86ConfigLayout
[   528.086] (II) LoadModule: "ati"
[   528.086] (WW) Warning, couldn't open module ati
[   528.086] (EE) Failed to load module "ati" (module does not exist, 0)
[   528.086] (II) LoadModule: "modesetting"
[   528.086] (II) Loading /usr/local/lib/xorg/modules/drivers/modesetting_drv.so
[   528.088] (II) Module modesetting: vendor="X.Org Foundation"
[   528.088]     compiled for 1.21.1.16, module version = 1.21.1
[   528.088]     Module class: X.Org Video Driver
[   528.088]     ABI class: X.Org Video Driver, version 25.2
[   528.088] (II) LoadModule: "scfb"
[   528.088] (II) Loading /usr/local/lib/xorg/modules/drivers/scfb_drv.so
[   528.089] (II) Module scfb: vendor="X.Org Foundation"
[   528.089]     compiled for 1.21.1.16, module version = 0.0.5
[   528.089]     ABI class: X.Org Video Driver, version 25.2
[   528.089] (II) LoadModule: "vesa"
[   528.089] (II) Loading /usr/local/lib/xorg/modules/drivers/vesa_drv.so
[   528.089] (II) Module vesa: vendor="X.Org Foundation"
[   528.089]     compiled for 1.21.1.16, module version = 2.5.0
[   528.089]     Module class: X.Org Video Driver
[   528.089]     ABI class: X.Org Video Driver, version 25.2
[   528.089] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   528.089] (II) scfb: driver for wsdisplay framebuffer: scfb
[   528.089] (II) VESA: driver for VESA chipsets: vesa
[   528.089] (--) Using syscons driver with X support (version 2.0)
[   528.089] (--) using VT number 9

[   528.091] (EE) open /dev/dri/card0: No such file or directory
[   528.091] (WW) Falling back to old probe method for modesetting
[   528.091] (EE) open /dev/dri/card0: No such file or directory
[   528.091] (WW) Falling back to old probe method for scfb
[   528.091] scfb trace: probe start
[   528.091] (II) scfb(1): using default device
[   528.091] scfb trace: probe done
[   528.091] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[   528.091] (EE) Screen 0 deleted because of no matching config section.
[   528.091] (II) UnloadModule: "modesetting"
[   528.091] (EE)
Fatal server error:
[   528.091] (EE) Cannot run in framebuffer mode. Please specify busIDs        for all framebuffer devices
[   528.091] (EE)
[   528.091] (EE)
Please consult the The X.Org Foundation support
     at http://wiki.x.org
 for help.
[   528.091] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[   528.091] (EE)
[   528.092] (EE) Server terminated with error (1). Closing log file.

# seatd-launch sway

Code:
00:00:00.000  [seatd/seat.c:48] Created VT-bound seat seat0
00:00:00.000  [seatd/seatd.c:194] seatd started
00:00:00.056  [seatd/server.c:146] New client connected (pid: 9343, uid: 1001, gid: 1001)
00:00:00.056  [seatd/seat.c:239] Added client 1 to seat0
00:00:00.056  [seatd/seat.c:563] Opened client 1 on seat0
00:00:10.180  [wlr] [backend/backend.c:253] Found 0 GPUs, cannot create backend
00:00:10.180  [wlr] [backend/backend.c:428] Failed to open any DRM device
00:00:10.233  [seatd/seat.c:158] No clients on seat0 to activate
00:00:10.233  [seatd/seat.c:290] Removed client 1 from seat0
00:00:10.233  [seatd/client.c:496] Client disconnected [sway/server.c:228] Unable to create backend
00:00:10.235  [seatd/seatd.c:218] seatd stopped
 
# dmesg (PART #1)

Code:
---<<BOOT>>---
Copyright (c) 1992-2023 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
    The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 14.2-RELEASE-p1 GENERIC amd64
FreeBSD clang version 18.1.6 (https://github.com/llvm/llvm-project.git llvmorg-18.1.6-0-g1118c2e05e67)
VT(efifb): resolution 1920x1200
CPU: AMD Ryzen 7 7735HS with Radeon Graphics         (3194.12-MHz K8-class CPU)
  Origin="AuthenticAMD"  Id=0xa40f41  Family=0x19  Model=0x44  Stepping=1
  Features=0x178bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2,HTT>
  Features2=0x7ef8320b<SSE3,PCLMULQDQ,MON,SSSE3,FMA,CX16,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,AESNI,XSAVE,OSXSAVE,AVX,F16C,RDRAND>
  AMD Features=0x2e500800<SYSCALL,NX,MMX+,FFXSR,Page1GB,RDTSCP,LM>
  AMD Features2=0x75c237ff<LAHF,CMP,SVM,ExtAPIC,CR8,ABM,SSE4A,MAS,Prefetch,OSVW,IBS,SKINIT,WDT,TCE,Topology,PCXC,PNXC,DBE,PL2I,MWAITX,ADMSKX>
  Structured Extended Features=0x219c97a9<FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,PQE,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA>
  Structured Extended Features2=0x40069c<UMIP,PKU,OSPKE,VAES,VPCLMULQDQ,RDPID>
  Structured Extended Features3=0x10<FSRM>
  XSAVE Features=0xf<XSAVEOPT,XSAVEC,XINUSE,XSAVES>
  AMD Extended Feature Extensions ID EBX=0x191ef657<CLZERO,IRPerf,XSaveErPtr,RDPRU,BE,WBNOINVD,IBPB,INT_WBINVD,IBRS,STIBP,STIBP_ALWAYSON,PREFER_IBRS,SAMEMODE_IBRS,NOLMSLE,SSBD,CPPC,PSFD>
  SVM: NP,NRIP,VClean,AFlush,DAssist,NAsids=32768
  TSC: P-state invariant, performance statistics
real memory  = 34359738368 (32768 MB)
avail memory = 32024371200 (30540 MB)
Event timer "LAPIC" quality 600
ACPI APIC Table: <LENOVO TP-R2K  >
FreeBSD/SMP: Multiprocessor System Detected: 16 CPUs
FreeBSD/SMP: 1 package(s) x 8 core(s) x 2 hardware threads
random: registering fast source Intel Secure Key RNG
random: fast provider: "Intel Secure Key RNG"
random: unblocking device.
ioapic0 <Version 2.1> irqs 0-23
ioapic1 <Version 2.1> irqs 24-55
Launching APs: 1 14 5 10 2 6 12 8 7 13 15 4 3 11 9
Cuse v0.1.37 @ /dev/cuse
random: entropy device external interface
kbd1 at kbdmux0
efirtc0: <EFI Realtime Clock>
efirtc0: registered as a time-of-day clock, resolution 1.000000s
smbios0: <System Management BIOS> at iomem 0x4756d000-0x4756d01e
smbios0: Version: 3.3, BCD Revision: 3.3
aesni0: <AES-CBC,AES-CCM,AES-GCM,AES-ICM,AES-XTS,SHA1,SHA256>
acpi0: <LENOVO TP-R2K>
Firmware Error (ACPI): Could not resolve symbol [\134_SB.PCI0.GPP0], AE_NOT_FOUND (20221020/dswload2-315)
ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20221020/psobject-372)
Firmware Error (ACPI): Failure creating named object [\134_SB.PCI0.GP17.XHC0.PSTA], AE_ALREADY_EXISTS (20221020/dswload2-480)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20221020/psobject-372)
Firmware Error (ACPI): Failure creating named object [\134_SB._OSC], AE_ALREADY_EXISTS (20221020/dswload2-480)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20221020/psobject-372)
acpi0: Power Button (fixed)
AMD-Vi: IVRS Info VAsize = 64 PAsize = 48 GVAsize = 2 flags:0
AMD-Vi:Not IVHD/IVMD type(81)AMD-Vi:Not IVHD/IVMD type(81)atrtc0: <AT realtime clock> port 0x70-0x71 on acpi0
atrtc0: registered as a time-of-day clock, resolution 1.000000s
Event timer "RTC" frequency 32768 Hz quality 0
attimer0: <AT timer> port 0x40-0x43 on acpi0
Timecounter "i8254" frequency 1193182 Hz quality 0
Event timer "i8254" frequency 1193182 Hz quality 100
hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0
Timecounter "HPET" frequency 14318180 Hz quality 950
Event timer "HPET" frequency 14318180 Hz quality 350
Event timer "HPET1" frequency 14318180 Hz quality 350
Event timer "HPET2" frequency 14318180 Hz quality 350
Timecounter "ACPI-fast" frequency 3579545 Hz quality 900
acpi_timer0: <32-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0
acpi_ec0: <Embedded Controller: GPE 0x7> port 0x62,0x66 on acpi0
isab0: <ACPI Generic ISA bridge> on acpi0
isa0: <ISA bus> on isab0
acpi_button0: <Power Button> on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
amdiommu0 at device 0.2 on pci0
pcib1: <ACPI PCI-PCI bridge> at device 1.2 on pci0
pci1: <ACPI PCI bus> on pcib1
nvme0: <Generic NVMe Device> mem 0x80a00000-0x80a03fff at device 0.0 on pci1
pcib2: <ACPI PCI-PCI bridge> at device 2.1 on pci0
pci2: <ACPI PCI bus> on pcib2
re0: <RealTek 8168/8111 B/C/CP/D/DP/E/F/G PCIe Gigabit Ethernet> port 0x2000-0x20ff mem 0x80904000-0x80904fff,0x80900000-0x80903fff at device 0.0 on pci2
re0: Using 1 MSI-X message
re0: ASPM disabled
re0: Chip rev. 0x54000000
re0: MAC rev. 0x00100000
miibus0: <MII bus> on re0
rgephy0: <RTL8251/8153 1000BASE-T media interface> PHY 1 on miibus0
rgephy0:  none, 10baseT, 10baseT-FDX, 10baseT-FDX-flow, 100baseTX, 100baseTX-FDX, 100baseTX-FDX-flow, 1000baseT-FDX, 1000baseT-FDX-master, 1000baseT-FDX-flow, 1000baseT-FDX-flow-master, auto, auto-flow
re0: Using defaults for TSO: 65518/35/2048
re0: Ethernet address: 60:c7:27:27:1f:5a
re0: netmap queues/slots: TX 1/256, RX 1/256
pcib3: <ACPI PCI-PCI bridge> at device 2.2 on pci0
pci3: <ACPI PCI bus> on pcib3
ppt0 mem 0x8c0200000-0x8c02fffff,0x80800000-0x80807fff at device 0.0 on pci3
pcib4: <ACPI PCI-PCI bridge> at device 2.4 on pci0
pci4: <ACPI PCI bus> on pcib4
nvme1: <Generic NVMe Device> mem 0x80700000-0x80703fff at device 0.0 on pci4
pcib5: <ACPI PCI-PCI bridge> at device 8.1 on pci0
pci5: <ACPI PCI bus> on pcib5
vgapci0: <VGA-compatible display> port 0x1000-0x10ff mem 0x8b0000000-0x8bfffffff,0x8c0000000-0x8c01fffff,0x80600000-0x8067ffff at device 0.0 on pci5
acpi_video0: <ACPI video extension> on vgapci0
hdac0: <ATI (0x1640) HDA Controller> mem 0x806c8000-0x806cbfff at device 0.1 on pci5
pci5: <encrypt/decrypt> at device 0.2 (no driver attached)
xhci0: <XHCI (generic) USB 3.0 controller> mem 0x80300000-0x803fffff at device 0.3 on pci5
xhci0: 64 bytes context size, 64-bit DMA
usbus0 on xhci0
usbus0: 5.0Gbps Super Speed USB v3.0
xhci1: <XHCI (generic) USB 3.0 controller> mem 0x80400000-0x804fffff at device 0.4 on pci5
xhci1: 64 bytes context size, 64-bit DMA
usbus1 on xhci1
usbus1: 5.0Gbps Super Speed USB v3.0
pci5: <multimedia> at device 0.5 (no driver attached)
hdac1: <AMD Raven HDA Controller> mem 0x806c0000-0x806c7fff at device 0.6 on pci5
pcib6: <ACPI PCI-PCI bridge> at device 8.3 on pci0
pci6: <ACPI PCI bus> on pcib6
xhci2: <XHCI (generic) USB 3.0 controller> mem 0x80000000-0x800fffff at device 0.0 on pci6
xhci2: 64 bytes context size, 64-bit DMA
usbus2 on xhci2
usbus2: 5.0Gbps Super Speed USB v3.0
xhci3: <XHCI (generic) USB 3.0 controller> mem 0x80100000-0x801fffff at device 0.3 on pci6
xhci3: 64 bytes context size, 64-bit DMA
usbus3 on xhci3
usbus3: 5.0Gbps Super Speed USB v3.0
xhci4: <XHCI (generic) USB 3.0 controller> mem 0x80200000-0x802fffff at device 0.4 on pci6
xhci4: 64 bytes context size, 64-bit DMA
usbus4 on xhci4
usbus4: 5.0Gbps Super Speed USB v3.0
isab1: <PCI-ISA bridge> at device 20.3 on pci0
device_attach: isab1 attach returned 6
acpi_lid0: <Control Method Lid Switch> on acpi0
acpi_button1: <Sleep Button> on acpi0
acpi_tz0: <Thermal Zone> on acpi0
acpi_tz0: _CRT value is absurd, ignored (-273.1C)
acpi_tz1: <Thermal Zone> on acpi0
cpu0: <ACPI CPU> on acpi0
atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
WARNING: Device "psm" is Giant locked and may be deleted before FreeBSD 15.0.
psm0: model Generic PS/2 mouse, device ID 0
battery0: <ACPI Control Method Battery> on acpi0
acpi_acad0: <AC Adapter> on acpi0
acpi_ibm0: <ThinkPad ACPI Extras> on acpi0
acpi_ibm0: Firmware version is 0x200
ivhd0: <AMD-Vi/IOMMU ivhd in mixed format> on acpi0
ivhd0: Unknown dev entry:0xf0
Variable size IVHD type 0xf0 not supported
ivhd0: Flag:b0<IotlbSup,Coherent>
ivhd0: Features(type:0x40) MsiNumPPR = 0 PNBanks= 2 PNCounters= 0
ivhd0: Extended features[31:0]:a2254afa<PPRSup,NXSup,GTSup,<b5>,IASup,GASup,PCSup> HATS = 0x2 GATS = 0x0 GLXSup = 0x1 SmiFSup = 0x1 SmiFRC = 0x1 GAMSup = 0x1 DualPortLogSup = 0x2 DualEventLogSup = 0x2
ivhd0: Extended features[62:32]:246577ef<USSup,PprOvrflwEarlySup,PPRAutoRspSup,BlKStopMrkSup,PerfOptSup,MsiCapMmioSup,GIOSup,EPHSup,InvIotlbSup> Max PASID: 0x2f DevTblSegSup = 0x3 MarcSup = 0x1
ivhd0: supported paging level:7, will use only: 4
ivhd0: device [0x8 - 0xfffe] config:0
ivhd0: device [0xff00 - 0xffff] config:0
ivhd0: PCI cap 0x190b640f@0x40 feature:19<IOTLB,EFR,CapExt>
hwpstate0: <Cool`n'Quiet 2.0> on cpu0
Timecounters tick every 1.000 msec
ugen0.1: <AMD XHCI root HUB> at usbus0
ugen4.1: <AMD XHCI root HUB> at usbus4
ugen1.1: <AMD XHCI root HUB> at usbus1
ugen2.1: <AMD XHCI root HUB> at usbus2
ugen3.1: <AMD XHCI root HUB> at usbus3
uhub0 on usbus0
uhub0: <AMD XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0
uhub1 on usbus2
uhub1: <AMD XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus2
uhub2 on usbus3
uhub2: <AMD XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus3
uhub3 on usbus1
uhub3: <AMD XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus1
uhub4 on usbus4
uhub4: <AMD XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus4
ZFS filesystem version: 5
ZFS storage pool version: features support (5000)
nvme1: Allocated 64MB host memory buffer
uhub1: 1 port with 1 removable, self powered
hdacc0: <ATI R6xx HDA CODEC> at cad 0 on hdac0
hdaa0: <ATI R6xx Audio Function Group> at nid 1 on hdacc0
pcm0: <ATI R6xx (HDMI)> at nid 3 on hdaa0
pcm1: <ATI R6xx (HDMI)> at nid 5 on hdaa0
pcm2: <ATI R6xx (HDMI)> at nid 7 on hdaa0
hdacc1: <Conexant (0x1f86) HDA CODEC> at cad 0 on hdac1
hdaa1: <Conexant (0x1f86) Audio Function Group> at nid 1 on hdacc1
pcm3: <Conexant (0x1f86) (Analog)> at nid 23 and 25 on hdaa1
pcm4: <Conexant (0x1f86) (Left Analog Headphones)> at nid 22 on hdaa1
nda0 at nvme0 bus 0 scbus0 target 0 lun 1
nda0: <Force MP510 ECFM13.3 22228273000129624049>
nda0: Serial Number 22228273000129624049
nda0: nvme version 1.3
nda0: 3815447MB (7814037168 512 byte sectors)
nda1 at nvme1 bus 0 scbus1 target 0 lun 1
nda1: <SKHynix_HFS512GEJ4X113N 51770C30 HEDCP0001910ACI32>
nda1: Serial Number HEDCP0001910ACI32
nda1: nvme version 1.4
nda1: 488386MB (1000215216 512 byte sectors)
isab1: <PCI-ISA bridge> at device 20.3 on pci0
device_attach: isab1 attach returned 6
uhub2: 2 ports with 2 removable, self powered
uhub4: 2 ports with 2 removable, self powered
Trying to mount root from zfs:zroot/ROOT/default []...
GEOM_ELI: Device nda0p3.eli created.
GEOM_ELI: Encryption: AES-XTS 256
GEOM_ELI:     Crypto: accelerated software
uhub3: 5 ports with 5 removable, self powered
uhub0: 6 ports with 6 removable, self powered
ugen2.2: <8SSC21M22245V1SR42V06XN Integrated Camera> at usbus2
ugen1.2: <Logitech Wireless Receiver> at usbus1
ugen0.2: <MediaTek Inc. WirelessDevice> at usbus0
[drm] amdgpu kernel modesetting enabled.
drmn0: <drmn> on vgapci0
vgapci0: child drmn0 requested pci_enable_io
vgapci0: child drmn0 requested pci_enable_io
[drm] initializing kernel modesetting (YELLOW_CARP 0x1002:0x1681 0x17AA:0x50EC 0x0A).
[drm] register mmio base: 0x80600000
[drm] register mmio size: 524288
[drm] add ip block number 0 <nv_common>
[drm] add ip block number 1 <gmc_v10_0>
[drm] add ip block number 2 <navi10_ih>
[drm] add ip block number 3 <psp>
[drm] add ip block number 4 <smu>
 
# dmesg (PART #2)

Code:
[drm] add ip block number 5 <dm>
[drm] add ip block number 6 <gfx_v10_0>
[drm] add ip block number 7 <sdma_v5_2>
[drm] add ip block number 8 <vcn_v3_0>
[drm] add ip block number 9 <jpeg_v3_0>
drmn0: Fetched VBIOS from VFCT
amdgpu: ATOM BIOS: 113-REMBRANDT-X37
[drm] VCN(0) decode is enabled in VM mode
[drm] VCN(0) encode is enabled in VM mode
[drm] JPEG decode is enabled in VM mode
drmn0: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
drmn0: PCIE atomic ops is not supported
[drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
drmn0: VRAM: 1024M 0x000000F400000000 - 0x000000F43FFFFFFF (1024M used)
drmn0: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
drmn0: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
[drm ERROR :amdgpu_bo_init] Unable to set WC memtype for the aperture base
[drm] Detected VRAM RAM=1024M, BAR=1024M
[drm] RAM width 128bits DDR5
[drm] amdgpu: 1024M of VRAM memory ready
[drm] amdgpu: 15728M of GTT memory ready.
[drm] GART: num cpu pages 262144, num gpu pages 262144
[drm] PCIE GART of 1024M enabled (table at 0x000000F43FC00000).
yellow_carp_toc.bin: could not load binary firmware /boot/firmware/yellow_carp_toc.bin either
amdgpu/yellow_carp_toc.bin: could not load binary firmware /boot/firmware/amdgpu/yellow_carp_toc.bin either
amdgpu_yellow_carp_toc.bin: could not load binary firmware /boot/firmware/amdgpu_yellow_carp_toc.bin either
drmn0: successfully loaded firmware image 'amdgpu/yellow_carp_toc.bin'
yellow_carp_ta.bin: could not load binary firmware /boot/firmware/yellow_carp_ta.bin either
amdgpu/yellow_carp_ta.bin: could not load binary firmware /boot/firmware/amdgpu/yellow_carp_ta.bin either
amdgpu_yellow_carp_ta.bin: could not load binary firmware /boot/firmware/amdgpu_yellow_carp_ta.bin either
drmn0: successfully loaded firmware image 'amdgpu/yellow_carp_ta.bin'
drmn0: PSP runtime database doesn't exist
drmn0: PSP runtime database doesn't exist
yellow_carp_dmcub.bin: could not load binary firmware /boot/firmware/yellow_carp_dmcub.bin either
amdgpu/yellow_carp_dmcub.bin: could not load binary firmware /boot/firmware/amdgpu/yellow_carp_dmcub.bin either
amdgpu_yellow_carp_dmcub.bin: could not load binary firmware /boot/firmware/amdgpu_yellow_carp_dmcub.bin either
drmn0: successfully loaded firmware image 'amdgpu/yellow_carp_dmcub.bin'
[drm] Loading DMUB firmware via PSP: version=0x0400003C
yellow_carp_pfp.bin: could not load binary firmware /boot/firmware/yellow_carp_pfp.bin either
amdgpu/yellow_carp_pfp.bin: could not load binary firmware /boot/firmware/amdgpu/yellow_carp_pfp.bin either
amdgpu_yellow_carp_pfp.bin: could not load binary firmware /boot/firmware/amdgpu_yellow_carp_pfp.bin either
drmn0: successfully loaded firmware image 'amdgpu/yellow_carp_pfp.bin'
yellow_carp_me.bin: could not load binary firmware /boot/firmware/yellow_carp_me.bin either
amdgpu/yellow_carp_me.bin: could not load binary firmware /boot/firmware/amdgpu/yellow_carp_me.bin either
amdgpu_yellow_carp_me.bin: could not load binary firmware /boot/firmware/amdgpu_yellow_carp_me.bin either
drmn0: successfully loaded firmware image 'amdgpu/yellow_carp_me.bin'
yellow_carp_ce.bin: could not load binary firmware /boot/firmware/yellow_carp_ce.bin either
amdgpu/yellow_carp_ce.bin: could not load binary firmware /boot/firmware/amdgpu/yellow_carp_ce.bin either
amdgpu_yellow_carp_ce.bin: could not load binary firmware /boot/firmware/amdgpu_yellow_carp_ce.bin either
drmn0: successfully loaded firmware image 'amdgpu/yellow_carp_ce.bin'
yellow_carp_rlc.bin: could not load binary firmware /boot/firmware/yellow_carp_rlc.bin either
amdgpu/yellow_carp_rlc.bin: could not load binary firmware /boot/firmware/amdgpu/yellow_carp_rlc.bin either
amdgpu_yellow_carp_rlc.bin: could not load binary firmware /boot/firmware/amdgpu_yellow_carp_rlc.bin either
drmn0: successfully loaded firmware image 'amdgpu/yellow_carp_rlc.bin'
yellow_carp_mec.bin: could not load binary firmware /boot/firmware/yellow_carp_mec.bin either
amdgpu/yellow_carp_mec.bin: could not load binary firmware /boot/firmware/amdgpu/yellow_carp_mec.bin either
amdgpu_yellow_carp_mec.bin: could not load binary firmware /boot/firmware/amdgpu_yellow_carp_mec.bin either
drmn0: successfully loaded firmware image 'amdgpu/yellow_carp_mec.bin'
yellow_carp_mec2.bin: could not load binary firmware /boot/firmware/yellow_carp_mec2.bin either
amdgpu/yellow_carp_mec2.bin: could not load binary firmware /boot/firmware/amdgpu/yellow_carp_mec2.bin either
amdgpu_yellow_carp_mec2.bin: could not load binary firmware /boot/firmware/amdgpu_yellow_carp_mec2.bin either
drmn0: successfully loaded firmware image 'amdgpu/yellow_carp_mec2.bin'
yellow_carp_sdma.bin: could not load binary firmware /boot/firmware/yellow_carp_sdma.bin either
amdgpu/yellow_carp_sdma.bin: could not load binary firmware /boot/firmware/amdgpu/yellow_carp_sdma.bin either
amdgpu_yellow_carp_sdma.bin: could not load binary firmware /boot/firmware/amdgpu_yellow_carp_sdma.bin either
drmn0: successfully loaded firmware image 'amdgpu/yellow_carp_sdma.bin'
[drm] use_doorbell being set to: [true]
yellow_carp_vcn.bin: could not load binary firmware /boot/firmware/yellow_carp_vcn.bin either
amdgpu/yellow_carp_vcn.bin: could not load binary firmware /boot/firmware/amdgpu/yellow_carp_vcn.bin either
amdgpu_yellow_carp_vcn.bin: could not load binary firmware /boot/firmware/amdgpu_yellow_carp_vcn.bin either
drmn0: successfully loaded firmware image 'amdgpu/yellow_carp_vcn.bin'
[drm] Found VCN firmware Version ENC: 1.27 DEC: 2 VEP: 0 Revision: 0
drmn0: Will use PSP to load VCN firmware
[drm] reserve 0xa00000 from 0xf43e000000 for PSP TMR
drmn0: RAS: optional ras ta ucode is not available
drmn0: RAP: optional rap ta ucode is not available
drmn0: SECUREDISPLAY: securedisplay ta ucode is not available
drmn0: SMU is initialized successfully!
[drm] Display Core initialized with v3.2.207!
[drm] DMUB hardware initialized: version=0x0400003C
lkpi_iic0: <LinuxKPI I2C> on drmn0
iicbus0: <Philips I2C bus> on lkpi_iic0
iic0: <I2C generic I/O> on iicbus0
[drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
lkpi_iic1: <LinuxKPI I2C> on drmn0
iicbus1: <Philips I2C bus> on lkpi_iic1
iic1: <I2C generic I/O> on iicbus1
lkpi_iic2: <LinuxKPI I2C> on drmn0
iicbus2: <Philips I2C bus> on lkpi_iic2
iic2: <I2C generic I/O> on iicbus2
lkpi_iic3: <LinuxKPI I2C> on drmn0
iicbus3: <Philips I2C bus> on lkpi_iic3
iic3: <I2C generic I/O> on iicbus3
lkpi_iic4: <LinuxKPI I2C> on drmn0
iicbus4: <Philips I2C bus> on lkpi_iic4
iic4: <I2C generic I/O> on iicbus4
lkpi_iic5: <LinuxKPI I2C> on drmn0
iicbus5: <Philips I2C bus> on lkpi_iic5
iic5: <I2C generic I/O> on iicbus5
lkpi_iic6: <LinuxKPI I2C> on drmn0
iicbus6: <Philips I2C bus> on lkpi_iic6
iic6: <I2C generic I/O> on iicbus6
lkpi_iic7: <LinuxKPI I2C> on drmn0
iicbus7: <Philips I2C bus> on lkpi_iic7
iic7: <I2C generic I/O> on iicbus7
[drm] kiq ring mec 2 pipe 1 q 0
[drm] VCN decode and encode initialized successfully(under DPG Mode).
[drm] JPEG decode initialized successfully.
drmn0: SE 1, SH per SE 2, CU per SH 6, active_cu_number 12
drmn0: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
drmn0: ring comp_1.0.0 uses VM inv eng 1 on hub 0
drmn0: ring comp_1.1.0 uses VM inv eng 4 on hub 0
drmn0: ring comp_1.2.0 uses VM inv eng 5 on hub 0
drmn0: ring comp_1.3.0 uses VM inv eng 6 on hub 0
drmn0: ring comp_1.0.1 uses VM inv eng 7 on hub 0
drmn0: ring comp_1.1.1 uses VM inv eng 8 on hub 0
drmn0: ring comp_1.2.1 uses VM inv eng 9 on hub 0
drmn0: ring comp_1.3.1 uses VM inv eng 10 on hub 0
drmn0: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
drmn0: ring sdma0 uses VM inv eng 12 on hub 0
drmn0: ring vcn_dec_0 uses VM inv eng 0 on hub 1
drmn0: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
drmn0: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
drmn0: ring jpeg_dec uses VM inv eng 5 on hub 1
vgapci0: child drmn0 requested pci_get_powerstate
sysctl_warn_reuse: can't re-use a leaf (hw.dri.debug)!
lkpi_iic8: <LinuxKPI I2C> on drm1
iicbus8: <Philips I2C bus> on lkpi_iic8
iic8: <I2C generic I/O> on iicbus8
lkpi_iic9: <LinuxKPI I2C> on drm3
iicbus9: <Philips I2C bus> on lkpi_iic9
iic9: <I2C generic I/O> on iicbus9
lkpi_iic10: <LinuxKPI I2C> on drm4
iicbus10: <Philips I2C bus> on lkpi_iic10
iic10: <I2C generic I/O> on iicbus10
lkpi_iic11: <LinuxKPI I2C> on drm5
iicbus11: <Philips I2C bus> on lkpi_iic11
iic11: <I2C generic I/O> on iicbus11
lkpi_iic12: <LinuxKPI I2C> on drm6
iicbus12: <Philips I2C bus> on lkpi_iic12
iic12: <I2C generic I/O> on iicbus12
lkpi_iic13: <LinuxKPI I2C> on drm7
iicbus13: <Philips I2C bus> on lkpi_iic13
iic13: <I2C generic I/O> on iicbus13
lkpi_iic14: <LinuxKPI I2C> on drm8
iicbus14: <Philips I2C bus> on lkpi_iic14
iic14: <I2C generic I/O> on iicbus14
[drm] Initialized amdgpu 3.49.0 20150101 for drmn0 on minor 0
VT: Replacing driver "efifb" with new "drmfb".
[drm] DSC precompute is not needed.
start FB_INFO:
height=1200 width=1920 depth=32
pbase=0x0 vbase=0xfffffe01d0520000
name=drmn0 id=amdgpudrmfb flags=0x0 stride=7680
end FB_INFO
intsmb0: <AMD FCH SMBus Controller> at device 20.0 on pci0
smbus0: <System Management Bus> on intsmb0
isab1: <PCI-ISA bridge> at device 20.3 on pci0
device_attach: isab1 attach returned 6
isab1: <PCI-ISA bridge> at device 20.3 on pci0
device_attach: isab1 attach returned 6
acpi_wmi0: <ACPI-WMI mapping> on acpi0
acpi_wmi0: Embedded MOF found
ACPI: \134_SB.WMI1.WQBA: 1 arguments were passed to a non-method ACPI object (Buffer) (20221020/nsarguments-361)
acpi_wmi1: <ACPI-WMI mapping> on acpi0
acpi_wmi1: Embedded MOF found
ACPI: \134_SB.WMI2.WQBB: 1 arguments were passed to a non-method ACPI object (Buffer) (20221020/nsarguments-361)
acpi_wmi2: <ACPI-WMI mapping> on acpi0
acpi_wmi2: Embedded MOF found
ACPI: \134_SB.WMI3.WQBC: 1 arguments were passed to a non-method ACPI object (Buffer) (20221020/nsarguments-361)
acpi_wmi3: <ACPI-WMI mapping> on acpi0
acpi_wmi3: Embedded MOF found
ACPI: \134_SB.WMI4.WQBD: 1 arguments were passed to a non-method ACPI object (Buffer) (20221020/nsarguments-361)
acpi_wmi4: <ACPI-WMI mapping> on acpi0
acpi_wmi4: Embedded MOF found
ACPI: \134_SB.WMI5.WQBE: 1 arguments were passed to a non-method ACPI object (Buffer) (20221020/nsarguments-361)
acpi_wmi5: <ACPI-WMI mapping> on acpi0
acpi_wmi5: Embedded MOF found
ACPI: \134_SB.WMI6.WQBF: 1 arguments were passed to a non-method ACPI object (Buffer) (20221020/nsarguments-361)
acpi_wmi6: <ACPI-WMI mapping> on acpi0
acpi_wmi6: Embedded MOF found
ACPI: \134_SB.WMI7.WQC1: 1 arguments were passed to a non-method ACPI object (Buffer) (20221020/nsarguments-361)
ig4iic0: <Designware I2C Controller> iomem 0xfedc2000-0xfedc2fff irq 10 on acpi0
iicbus15: <Philips I2C bus (ACPI-hinted)> on ig4iic0
iic15: <I2C generic I/O> on iicbus15
ig4iic1: <Designware I2C Controller> iomem 0xfedc3000-0xfedc3fff irq 11 on acpi0
iicbus16: <Philips I2C bus (ACPI-hinted)> on ig4iic1
iicbus16: <unknown card> at addr 0x15
iic16: <I2C generic I/O> on iicbus16
re0: link state changed to UP
lo0: link state changed to UP
re0: link state changed to DOWN
ums0 on uhub3
ums0: <Logitech Wireless Receiver, class 0/0, rev 1.10/3.08, addr 1> on usbus1
ums0: 5 buttons and [XYZ] coordinates ID=1
ubt0 on uhub0
ubt0: <MediaTek Inc. WirelessDevice, class 239/2, rev 2.10/1.00, addr 1> on usbus0
ubt1 on uhub0
ubt1: <MediaTek Inc. WirelessDevice, class 239/2, rev 2.10/1.00, addr 1> on usbus0
ubt1: ubt_attach:670: could not get two interfaces
device_attach: ubt1 attach returned 6
iichid0: <ELAN06C7:00 04F3:3193 I2C HID device> at addr 0x15 on iicbus16
iichid0: Using sampling mode
hidbus0: <HID bus> on iichid0
re0: link state changed to UP
ng_hci_process_command_timeout: ubt0hci - unable to complete HCI command OGF=0x3, OCF=0x3. Timeout
hms0: <ELAN06C7:00 04F3:3193 Mouse> on hidbus0
hms0: 2 buttons and [XY] coordinates ID=1
hmt0: <ELAN06C7:00 04F3:3193 TouchPad> on hidbus0
hconf0: <ELAN06C7:00 04F3:3193 Configuration> on hidbus0
hmt0: Multitouch touchpad with 0 external buttons, click-pad
hmt0: 5 contacts with [C] properties. Report range [0:0] - [3528:1665]
bridge0: Ethernet address: 58:9c:fc:10:ef:43
bridge0: changing name to 'vm-public'
Security policy loaded: MAC/ntpd (mac_ntpd)
tap0: Ethernet address: 58:9c:fc:10:0b:0f
tap0: promiscuous mode enabled
vm-public: link state changed to DOWN
tap0: link state changed to UP
vm-public: link state changed to UP
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: GPE query failed: AE_NO_HARDWARE_RESPONSE
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: GPE query failed: AE_NO_HARDWARE_RESPONSE
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: GPE query failed: AE_NO_HARDWARE_RESPONSE
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: GPE query failed: AE_NO_HARDWARE_RESPONSE
ugen4.2: <GuangZhou FiiO Electronics Co.,Ltd FiiO K7> at usbus4
ubt1 on uhub0
ubt1: <MediaTek Inc. WirelessDevice, class 239/2, rev 2.10/1.00, addr 1> on usbus0
ubt1: ubt_attach:670: could not get two interfaces
device_attach: ubt1 attach returned 6
uaudio0 on uhub4
uaudio0: <GuangZhou FiiO Electronics Co.,Ltd FiiO K7, class 239/2, rev 2.00/1.24, addr 1> on usbus4
uaudio0: Play[0]: 384000 Hz, 2 ch, 32-bit S-LE PCM format, 2x4ms buffer. (selected)
uaudio0: Play[0]: 352800 Hz, 2 ch, 32-bit S-LE PCM format, 2x4ms buffer.
uaudio0: Play[0]: 192000 Hz, 2 ch, 32-bit S-LE PCM format, 2x4ms buffer.
uaudio0: Play[0]: 176400 Hz, 2 ch, 32-bit S-LE PCM format, 2x4ms buffer.
uaudio0: Play[0]: 96000 Hz, 2 ch, 32-bit S-LE PCM format, 2x4ms buffer.
uaudio0: Play[0]: 88200 Hz, 2 ch, 32-bit S-LE PCM format, 2x4ms buffer.
uaudio0: Play[0]: 48000 Hz, 2 ch, 32-bit S-LE PCM format, 2x4ms buffer.
uaudio0: Play[0]: 44100 Hz, 2 ch, 32-bit S-LE PCM format, 2x4ms buffer.
uaudio0: No recording.
uaudio0: No MIDI sequencer.
pcm5 on uaudio0
uaudio0: No HID volume keys found.
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: GPE query failed: AE_NO_HARDWARE_RESPONSE
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: GPE query failed: AE_NO_HARDWARE_RESPONSE
pid 98967 (audacious), jid 0, uid 1001: exited on signal 6 (core dumped)
pid 6676 (audacious), jid 0, uid 1001: exited on signal 6 (core dumped)
pid 8816 (audacious), jid 0, uid 1001: exited on signal 11 (core dumped)
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: GPE query failed: AE_NO_HARDWARE_RESPONSE
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: GPE query failed: AE_NO_HARDWARE_RESPONSE
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: GPE query failed: AE_NO_HARDWARE_RESPONSE
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: GPE query failed: AE_NO_HARDWARE_RESPONSE
[drm ERROR :dc_dmub_srv_wait_idle] Error waiting for DMUB idle: status=3
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: GPE query failed: AE_NO_HARDWARE_RESPONSE
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: GPE query failed: AE_NO_HARDWARE_RESPONSE
[drm ERROR :dc_dmub_srv_wait_idle] Error waiting for DMUB idle: status=3
[drm ERROR :dc_dmub_srv_wait_idle] Error waiting for DMUB idle: status=3
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: GPE query failed: AE_NO_HARDWARE_RESPONSE
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: GPE query failed: AE_NO_HARDWARE_RESPONSE
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: GPE query failed: AE_NO_HARDWARE_RESPONSE
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: EcCommand: no response to 0x84
 
# dmesg (PART #3)

Code:
acpi_ec0: GPE query failed: AE_NO_HARDWARE_RESPONSE
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: GPE query failed: AE_NO_HARDWARE_RESPONSE
[drm ERROR :dc_dmub_srv_wait_idle] Error waiting for DMUB idle: status=3
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: GPE query failed: AE_NO_HARDWARE_RESPONSE
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: GPE query failed: AE_NO_HARDWARE_RESPONSE
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: GPE query failed: AE_NO_HARDWARE_RESPONSE
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: GPE query failed: AE_NO_HARDWARE_RESPONSE
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: GPE query failed: AE_NO_HARDWARE_RESPONSE
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: GPE query failed: AE_NO_HARDWARE_RESPONSE
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: GPE query failed: AE_NO_HARDWARE_RESPONSE
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: GPE query failed: AE_NO_HARDWARE_RESPONSE
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: GPE query failed: AE_NO_HARDWARE_RESPONSE
[drm ERROR :dc_dmub_srv_wait_idle] Error waiting for DMUB idle: status=3
[drm ERROR :dc_dmub_srv_wait_idle] Error waiting for DMUB idle: status=3
pid 24767 (conftest), jid 0, uid 0: exited on signal 11 (core dumped)
tap0: link state changed to DOWN
vm-public: link state changed to DOWN
Waiting (max 60 seconds) for system process `vnlru' to stop... done
Waiting (max 60 seconds) for system process `syncer' to stop...
Syncing disks, vnodes remaining... 0 0 0 0 0 done
All buffers synced.
Uptime: 1d16h0m7s
GEOM_ELI: Device nda0p3.eli destroyed.
GEOM_ELI: Detached nda0p3.eli on last close.
---<<BOOT>>---
Copyright (c) 1992-2023 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
    The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 14.3-STABLE stable/14-n271391-a75f920158c7 GENERIC amd64
FreeBSD clang version 19.1.7 (https://github.com/llvm/llvm-project.git llvmorg-19.1.7-0-gcd708029e0b2)
VT(efifb): resolution 1920x1200
CPU: AMD Ryzen 7 7735HS with Radeon Graphics         (3194.19-MHz K8-class CPU)
  Origin="AuthenticAMD"  Id=0xa40f41  Family=0x19  Model=0x44  Stepping=1
  Features=0x178bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2,HTT>
  Features2=0x7ef8320b<SSE3,PCLMULQDQ,MON,SSSE3,FMA,CX16,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,AESNI,XSAVE,OSXSAVE,AVX,F16C,RDRAND>
  AMD Features=0x2e500800<SYSCALL,NX,MMX+,FFXSR,Page1GB,RDTSCP,LM>
  AMD Features2=0x75c237ff<LAHF,CMP,SVM,ExtAPIC,CR8,ABM,SSE4A,MAS,Prefetch,OSVW,IBS,SKINIT,WDT,TCE,Topology,PCXC,PNXC,DBE,PL2I,MWAITX,ADMSKX>
  Structured Extended Features=0x219c97a9<FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,PQE,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA>
  Structured Extended Features2=0x40069c<UMIP,PKU,OSPKE,VAES,VPCLMULQDQ,RDPID>
  Structured Extended Features3=0x10<FSRM>
  XSAVE Features=0xf<XSAVEOPT,XSAVEC,XINUSE,XSAVES>
  AMD Extended Feature Extensions ID EBX=0x191ef657<CLZERO,IRPerf,XSaveErPtr,RDPRU,BE,WBNOINVD,IBPB,INT_WBINVD,IBRS,STIBP,STIBP_ALWAYSON,PREFER_IBRS,SAMEMODE_IBRS,NOLMSLE,SSBD,CPPC,PSFD>
  SVM: NP,NRIP,VClean,AFlush,DAssist,NAsids=32768
  TSC: P-state invariant, performance statistics
real memory  = 34359738368 (32768 MB)
avail memory = 32024375296 (30540 MB)
Event timer "LAPIC" quality 600
ACPI APIC Table: <LENOVO TP-R2K  >
FreeBSD/SMP: Multiprocessor System Detected: 16 CPUs
FreeBSD/SMP: 1 package(s) x 8 core(s) x 2 hardware threads
random: registering fast source Intel Secure Key RNG
random: fast provider: "Intel Secure Key RNG"
random: unblocking device.
ioapic0 <Version 2.1> irqs 0-23
ioapic1 <Version 2.1> irqs 24-55
Launching APs: 1 2 4 7 8 14 12 10 9 6 5 13 15 3 11
Cuse v0.1.37 @ /dev/cuse
random: entropy device external interface
kbd1 at kbdmux0
efirtc0: <EFI Realtime Clock>
efirtc0: registered as a time-of-day clock, resolution 1.000000s
smbios0: <System Management BIOS> at iomem 0x47560000-0x47560017
smbios0: Entry point: v3 (64-bit), Version: 3.3
aesni0: <AES-CBC,AES-CCM,AES-GCM,AES-ICM,AES-XTS,SHA1,SHA256>
acpi0: <LENOVO TP-R2K>
Firmware Error (ACPI): Could not resolve symbol [\134_SB.PCI0.GPP0], AE_NOT_FOUND (20221020/dswload2-315)
ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20221020/psobject-372)
Firmware Error (ACPI): Failure creating named object [\134_SB.PCI0.GP17.XHC0.PSTA], AE_ALREADY_EXISTS (20221020/dswload2-480)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20221020/psobject-372)
Firmware Error (ACPI): Failure creating named object [\134_SB._OSC], AE_ALREADY_EXISTS (20221020/dswload2-480)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20221020/psobject-372)
acpi0: Power Button (fixed)
AMD-Vi: IVRS Info VAsize = 64 PAsize = 48 GVAsize = 2 flags:0
AMD-Vi:Not IVHD/IVMD type(81)AMD-Vi:Not IVHD/IVMD type(81)atrtc0: <AT realtime clock> port 0x70-0x71 on acpi0
atrtc0: registered as a time-of-day clock, resolution 1.000000s
Event timer "RTC" frequency 32768 Hz quality 0
attimer0: <AT timer> port 0x40-0x43 on acpi0
Timecounter "i8254" frequency 1193182 Hz quality 0
Event timer "i8254" frequency 1193182 Hz quality 100
hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0
Timecounter "HPET" frequency 14318180 Hz quality 950
Event timer "HPET" frequency 14318180 Hz quality 350
Event timer "HPET1" frequency 14318180 Hz quality 350
Event timer "HPET2" frequency 14318180 Hz quality 350
Timecounter "ACPI-fast" frequency 3579545 Hz quality 900
acpi_timer0: <32-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0
acpi_ec0: <Embedded Controller: GPE 0x7> port 0x62,0x66 on acpi0
isab0: <ACPI Generic ISA bridge> on acpi0
isa0: <ISA bus> on isab0
acpi_button0: <Power Button> on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
amdviiommu0 at device 0.2 on pci0
pcib1: <ACPI PCI-PCI bridge> at device 1.2 on pci0
pci1: <ACPI PCI bus> on pcib1
nvme0: <Generic NVMe Device> mem 0x80a00000-0x80a03fff at device 0.0 on pci1
pcib2: <ACPI PCI-PCI bridge> at device 2.1 on pci0
pci2: <ACPI PCI bus> on pcib2
re0: <RealTek 8168/8111 B/C/CP/D/DP/E/F/G PCIe Gigabit Ethernet> port 0x2000-0x20ff mem 0x80904000-0x80904fff,0x80900000-0x80903fff at device 0.0 on pci2
re0: Using 1 MSI-X message
re0: ASPM disabled
re0: Chip rev. 0x54000000
re0: MAC rev. 0x00100000
miibus0: <MII bus> on re0
rgephy0: <RTL8251/8153 1000BASE-T media interface> PHY 1 on miibus0
rgephy0:  none, 10baseT, 10baseT-FDX, 10baseT-FDX-flow, 100baseTX, 100baseTX-FDX, 100baseTX-FDX-flow, 1000baseT-FDX, 1000baseT-FDX-master, 1000baseT-FDX-flow, 1000baseT-FDX-flow-master, auto, auto-flow
re0: Using defaults for TSO: 65518/35/2048
re0: Ethernet address: 60:c7:27:27:1f:5a
re0: netmap queues/slots: TX 1/256, RX 1/256
pcib3: <ACPI PCI-PCI bridge> at device 2.2 on pci0
pci3: <ACPI PCI bus> on pcib3
ppt0 mem 0x8c0200000-0x8c02fffff,0x80800000-0x80807fff at device 0.0 on pci3
pcib4: <ACPI PCI-PCI bridge> at device 2.4 on pci0
pci4: <ACPI PCI bus> on pcib4
nvme1: <Generic NVMe Device> mem 0x80700000-0x80703fff at device 0.0 on pci4
pcib5: <ACPI PCI-PCI bridge> at device 8.1 on pci0
pci5: <ACPI PCI bus> on pcib5
vgapci0: <VGA-compatible display> port 0x1000-0x10ff mem 0x8b0000000-0x8bfffffff,0x8c0000000-0x8c01fffff,0x80600000-0x8067ffff at device 0.0 on pci5
acpi_video0: <ACPI video extension> on vgapci0
hdac0: <ATI (0x1640) HDA Controller> mem 0x806c8000-0x806cbfff at device 0.1 on pci5
pci5: <encrypt/decrypt> at device 0.2 (no driver attached)
xhci0: <XHCI (generic) USB 3.0 controller> mem 0x80300000-0x803fffff at device 0.3 on pci5
xhci0: 64 bytes context size, 64-bit DMA
usbus0 on xhci0
usbus0: 5.0Gbps Super Speed USB v3.0
xhci1: <XHCI (generic) USB 3.0 controller> mem 0x80400000-0x804fffff at device 0.4 on pci5
xhci1: 64 bytes context size, 64-bit DMA
usbus1 on xhci1
usbus1: 5.0Gbps Super Speed USB v3.0
pci5: <multimedia> at device 0.5 (no driver attached)
hdac1: <AMD Raven HDA Controller> mem 0x806c0000-0x806c7fff at device 0.6 on pci5
pcib6: <ACPI PCI-PCI bridge> at device 8.3 on pci0
pci6: <ACPI PCI bus> on pcib6
xhci2: <XHCI (generic) USB 3.0 controller> mem 0x80000000-0x800fffff at device 0.0 on pci6
xhci2: 64 bytes context size, 64-bit DMA
usbus2 on xhci2
usbus2: 5.0Gbps Super Speed USB v3.0
xhci3: <XHCI (generic) USB 3.0 controller> mem 0x80100000-0x801fffff at device 0.3 on pci6
xhci3: 64 bytes context size, 64-bit DMA
usbus3 on xhci3
usbus3: 5.0Gbps Super Speed USB v3.0
xhci4: <XHCI (generic) USB 3.0 controller> mem 0x80200000-0x802fffff at device 0.4 on pci6
xhci4: 64 bytes context size, 64-bit DMA
usbus4 on xhci4
usbus4: 5.0Gbps Super Speed USB v3.0
isab1: <PCI-ISA bridge> at device 20.3 on pci0
device_attach: isab1 attach returned 6
acpi_lid0: <Control Method Lid Switch> on acpi0
acpi_button1: <Sleep Button> on acpi0
acpi_tz0: <Thermal Zone> on acpi0
acpi_tz0: _CRT value is absurd, ignored (-273.1C)
acpi_tz1: <Thermal Zone> on acpi0
cpu0: <ACPI CPU> on acpi0
atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
WARNING: Device "psm" is Giant locked and may be deleted before FreeBSD 15.0.
psm0: model Generic PS/2 mouse, device ID 0
battery0: <ACPI Control Method Battery> on acpi0
acpi_acad0: <AC Adapter> on acpi0
acpi_ibm0: <ThinkPad ACPI Extras> on acpi0
acpi_ibm0: Firmware version is 0x200
ivhd0: <AMD-Vi/IOMMU ivhd in mixed format> on acpi0
ivhd0: Unknown dev entry:0xf0
Variable size IVHD type 0xf0 not supported
ivhd0: Flag:b0<IotlbSup,Coherent>
ivhd0: Features(type:0x40) MsiNumPPR = 0 PNBanks= 2 PNCounters= 0
ivhd0: Extended features[31:0]:a2254afa<PPRSup,NXSup,GTSup,<b5>,IASup,GASup,PCSup> HATS = 0x2 GATS = 0x0 GLXSup = 0x1 SmiFSup = 0x1 SmiFRC = 0x1 GAMSup = 0x1 DualPortLogSup = 0x2 DualEventLogSup = 0x2
ivhd0: Extended features[62:32]:246577ef<USSup,PprOvrflwEarlySup,PPRAutoRspSup,BlKStopMrkSup,PerfOptSup,MsiCapMmioSup,GIOSup,EPHSup,InvIotlbSup> Max PASID: 0x2f DevTblSegSup = 0x3 MarcSup = 0x1
ivhd0: supported paging level:7, will use only: 4
ivhd0: device [0x8 - 0xfffe] config:0
ivhd0: device [0xff00 - 0xffff] config:0
ivhd0: PCI cap 0x190b640f@0x40 feature:19<IOTLB,EFR,CapExt>
hwpstate0: <Cool`n'Quiet 2.0> on cpu0
cpufreq0: <CPU frequency control> on cpu0
Timecounters tick every 1.000 msec
ugen0.1: <AMD XHCI root HUB> at usbus0
ugen1.1: <AMD XHCI root HUB> at usbus1
ugen2.1: <AMD XHCI root HUB> at usbus2
ugen4.1: <AMD XHCI root HUB> at usbus4
ugen3.1: <AMD XHCI root HUB> at usbus3
uhub0 on usbus0
uhub0: <AMD XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0
uhub1 on usbus4
uhub1: <AMD XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus4
uhub2 on usbus1
uhub2: <AMD XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus1
uhub3 on usbus3
uhub3: <AMD XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus3
uhub4 on usbus2
uhub4: <AMD XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus2
 
# dmesg (PART #4)

Code:
ZFS filesystem version: 5
ZFS storage pool version: features support (5000)
nvme1: Allocated 64MB host memory buffer
uhub4: 1 port with 1 removable, self powered
hdacc0: <ATI R6xx HDA CODEC> at cad 0 on hdac0
hdaa0: <ATI R6xx Audio Function Group> at nid 1 on hdacc0
pcm0: <ATI R6xx (HDMI)> at nid 3 on hdaa0
pcm1: <ATI R6xx (HDMI)> at nid 5 on hdaa0
pcm2: <ATI R6xx (HDMI)> at nid 7 on hdaa0
hdacc1: <Conexant (0x1f86) HDA CODEC> at cad 0 on hdac1
hdaa1: <Conexant (0x1f86) Audio Function Group> at nid 1 on hdacc1
pcm3: <Conexant (0x1f86) (Analog)> at nid 23 and 25 on hdaa1
pcm4: <Conexant (0x1f86) (Left Analog Headphones)> at nid 22 on hdaa1
nda0 at nvme0 bus 0 scbus0 target 0 lun 1
nda0: <Force MP510 ECFM13.3 22228273000129624049>
nda0: Serial Number 22228273000129624049
nda0: nvme version 1.3
nda0: 3815447MB (7814037168 512 byte sectors)
nda1 at nvme1 bus 0 scbus1 target 0 lun 1
nda1: <SKHynix_HFS512GEJ4X113N 51770C30 HEDCP0001910ACI32>
nda1: Serial Number HEDCP0001910ACI32
nda1: nvme version 1.4
nda1: 488386MB (1000215216 512 byte sectors)
isab1: <PCI-ISA bridge> at device 20.3 on pci0
device_attach: isab1 attach returned 6
Trying to mount root from zfs:zroot/ROOT/14stable []...
uhub3: 2 ports with 2 removable, self powered
uhub1: 2 ports with 2 removable, self powered
GEOM_ELI: Device nda0p3.eli created.
GEOM_ELI: Encryption: AES-XTS 256
GEOM_ELI:     Crypto: accelerated software
uhub2: 5 ports with 5 removable, self powered
uhub0: 6 ports with 6 removable, self powered
ugen2.2: <8SSC21M22245V1SR42V06XN Integrated Camera> at usbus2
usb_alloc_device: set address 2 failed (USB_ERR_IOERROR, ignored)
ugen1.2: <Logitech Wireless Receiver> at usbus1
ugen0.2: <MediaTek Inc. WirelessDevice> at usbus0
Root mount waiting for: usbus4
Root mount waiting for: usbus4
usbd_setup_device_desc: getting device descriptor at addr 2 failed, USB_ERR_IOERROR
usbd_req_re_enumerate: addr=2, set address failed! (USB_ERR_IOERROR, ignored)
Root mount waiting for: usbus4
Root mount waiting for: usbus4
Root mount waiting for: usbus4
usbd_setup_device_desc: getting device descriptor at addr 2 failed, USB_ERR_IOERROR
usbd_req_re_enumerate: addr=2, set address failed! (USB_ERR_IOERROR, ignored)
Root mount waiting for: usbus4
Root mount waiting for: usbus4
Root mount waiting for: usbus4
usbd_setup_device_desc: getting device descriptor at addr 2 failed, USB_ERR_IOERROR
usbd_req_re_enumerate: addr=2, set address failed! (USB_ERR_IOERROR, ignored)
Root mount waiting for: usbus4
Root mount waiting for: usbus4
Root mount waiting for: usbus4
usbd_setup_device_desc: getting device descriptor at addr 2 failed, USB_ERR_IOERROR
usbd_req_re_enumerate: addr=2, set address failed! (USB_ERR_IOERROR, ignored)
Root mount waiting for: usbus4
Root mount waiting for: usbus4
Root mount waiting for: usbus4
usbd_setup_device_desc: getting device descriptor at addr 2 failed, USB_ERR_IOERROR
ugen4.2: <Unknown > at usbus4 (disconnected)
uhub_reattach_port: could not allocate new device
link_elf_obj: symbol linux_kfree_async undefined
linker_load_file: /boot/modules/dmabuf.ko - unsupported file type
KLD drm.ko: depends on dmabuf - not available or version mismatch
linker_load_file: /boot/modules/drm.ko - unsupported file type
KLD amdgpu.ko: depends on drmn - not available or version mismatch
linker_load_file: /boot/modules/amdgpu.ko - unsupported file type
intsmb0: <AMD FCH SMBus Controller> at device 20.0 on pci0
smbus0: <System Management Bus> on intsmb0
isab1: <PCI-ISA bridge> at device 20.3 on pci0
device_attach: isab1 attach returned 6
isab1: <PCI-ISA bridge> at device 20.3 on pci0
device_attach: isab1 attach returned 6
acpi_wmi0: <ACPI-WMI mapping> on acpi0
acpi_wmi0: Embedded MOF found
ACPI: \134_SB.WMI1.WQBA: 1 arguments were passed to a non-method ACPI object (Buffer) (20221020/nsarguments-361)
acpi_wmi1: <ACPI-WMI mapping> on acpi0
acpi_wmi1: Embedded MOF found
ACPI: \134_SB.WMI2.WQBB: 1 arguments were passed to a non-method ACPI object (Buffer) (20221020/nsarguments-361)
acpi_wmi2: <ACPI-WMI mapping> on acpi0
acpi_wmi2: Embedded MOF found
ACPI: \134_SB.WMI3.WQBC: 1 arguments were passed to a non-method ACPI object (Buffer) (20221020/nsarguments-361)
acpi_wmi3: <ACPI-WMI mapping> on acpi0
acpi_wmi3: Embedded MOF found
ACPI: \134_SB.WMI4.WQBD: 1 arguments were passed to a non-method ACPI object (Buffer) (20221020/nsarguments-361)
acpi_wmi4: <ACPI-WMI mapping> on acpi0
acpi_wmi4: Embedded MOF found
ACPI: \134_SB.WMI5.WQBE: 1 arguments were passed to a non-method ACPI object (Buffer) (20221020/nsarguments-361)
acpi_wmi5: <ACPI-WMI mapping> on acpi0
acpi_wmi5: Embedded MOF found
ACPI: \134_SB.WMI6.WQBF: 1 arguments were passed to a non-method ACPI object (Buffer) (20221020/nsarguments-361)
acpi_wmi6: <ACPI-WMI mapping> on acpi0
acpi_wmi6: Embedded MOF found
ACPI: \134_SB.WMI7.WQC1: 1 arguments were passed to a non-method ACPI object (Buffer) (20221020/nsarguments-361)
ig4iic0: <Designware I2C Controller> iomem 0xfedc2000-0xfedc2fff irq 10 on acpi0
iicbus0: <Philips I2C bus (ACPI-hinted)> on ig4iic0
ig4iic1: <Designware I2C Controller> iomem 0xfedc3000-0xfedc3fff irq 11 on acpi0
iicbus1: <Philips I2C bus (ACPI-hinted)> on ig4iic1
iicbus1: <unknown card> at addr 0x15
re0: link state changed to UP
lo0: link state changed to UP
re0: link state changed to DOWN
ums0 on uhub2
ums0: <Logitech Wireless Receiver, class 0/0, rev 1.10/3.08, addr 1> on usbus1
ums0: 5 buttons and [XYZ] coordinates ID=1
ubt0 on uhub0
ubt0: <MediaTek Inc. WirelessDevice, class 239/2, rev 2.10/1.00, addr 1> on usbus0
ubt1 on uhub0
ubt1: <MediaTek Inc. WirelessDevice, class 239/2, rev 2.10/1.00, addr 1> on usbus0
ubt1: ubt_attach:680: could not get two interfaces
device_attach: ubt1 attach returned 6
iichid0: <ELAN06C7:00 04F3:3193 I2C HID device> at addr 0x15 on iicbus1
iichid0: Using sampling mode
hidbus0: <HID bus> on iichid0
re0: link state changed to UP
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: GPE query failed: AE_NO_HARDWARE_RESPONSE
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: EcCommand: no response to 0x84
acpi_ec0: GPE query failed: AE_NO_HARDWARE_RESPONSE
ng_hci_process_command_timeout: ubt0hci - unable to complete HCI command OGF=0x3, OCF=0x3. Timeout
hms0: <ELAN06C7:00 04F3:3193 Mouse> on hidbus0
hms0: 2 buttons and [XY] coordinates ID=1
hmt0: <ELAN06C7:00 04F3:3193 TouchPad> on hidbus0
hconf0: <ELAN06C7:00 04F3:3193 Configuration> on hidbus0
hmt0: Multitouch touchpad with 0 external buttons, click-pad
hmt0: 5 contacts with [C] properties. Report range [0:0] - [3528:1665]
bridge0: Ethernet address: 58:9c:fc:10:ef:43
bridge0: changing name to 'vm-public'
Security policy loaded: MAC/ntpd (mac_ntpd)
iic0: <I2C generic I/O> on iicbus0
iic1: <I2C generic I/O> on iicbus1
link_elf_obj: symbol linux_kfree_async undefined
linker_load_file: /boot/modules/dmabuf.ko - unsupported file type
KLD drm.ko: depends on dmabuf - not available or version mismatch
iic0: detached
iicbus0: <unknown card> at addr 0
iic1: detached
iicbus1: <unknown card> at addr 0
linker_load_file: /boot/modules/drm.ko - unsupported file type
KLD i915kms.ko: depends on drmn - not available or version mismatch
linker_load_file: /boot/modules/i915kms.ko - unsupported file type
iic0: <I2C generic I/O> on iicbus0
iic1: <I2C generic I/O> on iicbus1
link_elf_obj: symbol linux_kfree_async undefined
linker_load_file: /boot/modules/dmabuf.ko - unsupported file type
KLD drm.ko: depends on dmabuf - not available or version mismatch
iic0: detached
iicbus0: <unknown card> at addr 0
iic1: detached
iicbus1: <unknown card> at addr 0
linker_load_file: /boot/modules/drm.ko - unsupported file type
KLD i915kms.ko: depends on drmn - not available or version mismatch
linker_load_file: /boot/modules/i915kms.ko - unsupported file type
iic0: <I2C generic I/O> on iicbus0
iic1: <I2C generic I/O> on iicbus1
link_elf_obj: symbol linux_kfree_async undefined
linker_load_file: /boot/modules/dmabuf.ko - unsupported file type
KLD drm.ko: depends on dmabuf - not available or version mismatch
iic0: detached
iicbus0: <unknown card> at addr 0
iic1: detached
iicbus1: <unknown card> at addr 0
linker_load_file: /boot/modules/drm.ko - unsupported file type
KLD i915kms.ko: depends on drmn - not available or version mismatch
linker_load_file: /boot/modules/i915kms.ko - unsupported file type
iic0: <I2C generic I/O> on iicbus0
iic1: <I2C generic I/O> on iicbus1
link_elf_obj: symbol linux_kfree_async undefined
linker_load_file: /boot/modules/dmabuf.ko - unsupported file type
KLD drm.ko: depends on dmabuf - not available or version mismatch
iic0: detached
iicbus0: <unknown card> at addr 0
iic1: detached
iicbus1: <unknown card> at addr 0
linker_load_file: /boot/modules/drm.ko - unsupported file type
KLD i915kms.ko: depends on drmn - not available or version mismatch
linker_load_file: /boot/modules/i915kms.ko - unsupported file type
iic0: <I2C generic I/O> on iicbus0
iic1: <I2C generic I/O> on iicbus1
link_elf_obj: symbol linux_kfree_async undefined
linker_load_file: /boot/modules/dmabuf.ko - unsupported file type
KLD drm.ko: depends on dmabuf - not available or version mismatch
iic0: detached
iicbus0: <unknown card> at addr 0
iic1: detached
iicbus1: <unknown card> at addr 0
linker_load_file: /boot/modules/drm.ko - unsupported file type
KLD i915kms.ko: depends on drmn - not available or version mismatch
linker_load_file: /boot/modules/i915kms.ko - unsupported file type
iic0: <I2C generic I/O> on iicbus0
iic1: <I2C generic I/O> on iicbus1
link_elf_obj: symbol linux_kfree_async undefined
linker_load_file: /boot/modules/dmabuf.ko - unsupported file type
KLD drm.ko: depends on dmabuf - not available or version mismatch
iic0: detached
iicbus0: <unknown card> at addr 0
iic1: detached
iicbus1: <unknown card> at addr 0
linker_load_file: /boot/modules/drm.ko - unsupported file type
KLD i915kms.ko: depends on drmn - not available or version mismatch
linker_load_file: /boot/modules/i915kms.ko - unsupported file type
iic0: <I2C generic I/O> on iicbus0
iic1: <I2C generic I/O> on iicbus1
link_elf_obj: symbol linux_kfree_async undefined
linker_load_file: /boot/modules/dmabuf.ko - unsupported file type
KLD drm.ko: depends on dmabuf - not available or version mismatch
iic0: detached
iicbus0: <unknown card> at addr 0
iic1: detached
iicbus1: <unknown card> at addr 0
linker_load_file: /boot/modules/drm.ko - unsupported file type
KLD amdgpu.ko: depends on drmn - not available or version mismatch
linker_load_file: /boot/modules/amdgpu.ko - unsupported file type
iic0: <I2C generic I/O> on iicbus0
iic1: <I2C generic I/O> on iicbus1
link_elf_obj: symbol linux_kfree_async undefined
linker_load_file: /boot/modules/dmabuf.ko - unsupported file type
KLD drm.ko: depends on dmabuf - not available or version mismatch
iic0: detached
iicbus0: <unknown card> at addr 0
iic1: detached
iicbus1: <unknown card> at addr 0
linker_load_file: /boot/modules/drm.ko - unsupported file type
KLD amdgpu.ko: depends on drmn - not available or version mismatch
linker_load_file: /boot/modules/amdgpu.ko - unsupported file type
iic0: <I2C generic I/O> on iicbus0
iic1: <I2C generic I/O> on iicbus1
link_elf_obj: symbol linux_kfree_async undefined
linker_load_file: /boot/modules/dmabuf.ko - unsupported file type
KLD drm.ko: depends on dmabuf - not available or version mismatch
iic0: detached
iicbus0: <unknown card> at addr 0
iic1: detached
iicbus1: <unknown card> at addr 0
linker_load_file: /boot/modules/drm.ko - unsupported file type
KLD amdgpu.ko: depends on drmn - not available or version mismatch
linker_load_file: /boot/modules/amdgpu.ko - unsupported file type
 
The systems kernel/base is 14.3-STABLE
# freebsd-version -kru
Code:
14.3-STABLE

drm-61-kmod shows the correct version for 14-STABLE
# pkg info drm-61-kmod

Rich (BB code):
drm-61-kmod-6.1.128.1403500_3
Name : drm-61-kmod
Version : 6.1.128.1403500_3

But kldload amdgpu complains about version mismatch on dependency kernel modules:
# kldload amdgpu
# dmesg (PART #4)
Rich (BB code):
...
linker_load_file: /boot/modules/dmabuf.ko - unsupported file type
KLD drm.ko: depends on dmabuf - not available or version mismatch
...
linker_load_file: /boot/modules/drm.ko - unsupported file type
KLD amdgpu.ko: depends on drmn - not available or version mismatch
linker_load_file: /boot/modules/amdgpu.ko - unsupported file type

Code:
% pkg which /boot/modules/drm.ko /boot/modules/dmabuf.ko
/boot/modules/drm.ko was installed by package drm-61-kmod-6.1.128.1403500_3
/boot/modules/dmabuf.ko was installed by package drm-61-kmod-6.1.128.1403500_3


Have you specified the correct FreeBSD source branch in the drm-61-kmod build environment?

Assuming "14stable" ZFS boot environment
Rich (BB code):
# cd /usr/src-14stable

# git status
On branch stable/14
Your branch is up to date with 'origin/stable/14'.

nothing to commit, working tree clean

# cd /usr/ports/graphics/drm-61-kmod
# pkg delete -y drm-61-kmod

# make install clean SRC_BASE=/usr/src-14stable

I checked on my system, drm-61-kmod amdgpu on 14-STABLE is running fine. Xorg and wayland compositor x11-wm/wayfire are running simultaneously in two virtual consoles. I am writing this post as it happens from Xorg.
 
ok i rebuilt it. it looks like the /usr/src-14stable was missing .. not sure why.

X started... so what now ? see if nothing breaks ? or do you want the logs posted again ?

and thanks a lot for assisting !
 
Ok, computer froze again (after some 2 days on).. i was watching a youtube video in fullscreen and it just froze.. i thought the internet went down, but not.. computer froze and became unresponsive.

nothing in /var/crash

im thinking about maybe install a linux and see if the same thing happens there which would mean a hardware issue
 
yeah,OP's kldstat shows that amdgpu.ko is not loaded. Small wonder your Xorg crashes. You first load amdgpu.ko, and make sure it works, BEFORE installiing Xorg.

Also: OP's Ryzen is a 7000 series:
I have this thinkpad AMD Ryzen 7 7735HS

OP's best bet is to read this thread VERY carefully: Thread amd-ryzen-9-7940hs-radeon-780m-graphics-now-working.92161. It contains instructions and tons of cautions and pitfalls to watch for. I used that thread to get my Ryzen 5 7600 working. One part (a .bin file) of the amdgpu driver that is supplied by FreeBSD packaging is buggy, and needs to be replaced by the debugged file from upstream. If you don't follow the replacement instructions correctly, the amdgpu driver won't work. And yes, OP will need to be totally anal in following the exact sequence of steps as outlined in the thread. I had to do those steps many times over, so I know just how important it is to follow the instructions exactly.

HTH
 
astyle the problem here is not that X/wayland wont start.. those 2 start fine. But the system crashes after some 2 days.. usually while browsing and watching some video.

i tried to build and install some drivers from the thread you suggested, and also did the steps from T-daemon suggestions, and the problem persists..

But now the system doesnt reboot, it freezes.

Hoping that some update will fix it eventually.. because it makes no sense for it to freeze after some hours to 2 days at most.
 
But the system crashes after some 2 days.. usually while browsing and watching some video.
I think that it's not out of question that while browsing, you could be losing track of just how many tabs you actually have open. I've had the system freeze up on me when I do have a lot of tabs open (and forgotten about). That usually prompts me to reboot by hand, and to just not have that many tabs open afterwards.

After all, what are the chances of me coming back to that specific tab a couple days later? Especially when there's so many of them?
 
astyle , i do have infinite tabs open... but other intel laptops also had infinite tabs open and never ever crashed.. especially after just 2 days.

I think this is an AMD ryzen issue, maybe its too new, or i dont know... but never had any problems with intel pcs..

I purchased AMD to test the waters.. and i for sure will never ever buy amd ryzen again
 
besta i bought a cheaper laptop for internet usage only and it is an AMD A12 driven system. I have Windows 10 and my system would crash whenever i watched videos on youtube. Simply shutdown in the middle of a video. I got pissed about it and i tried to find a resolution. I cannot see driver code so i do not know what is happening. Long stoory short: i disabled gpu acceleration on the system and in Firefox browser. I haven't noticed any crashes since disabling acceleration. I do not think that this is a FreeBSD driver issue. I think that it is an AMD issue but i'm not sure how many people have this problem. Maybe we are using too much memory.

Sometimes i buy new external hard drives to back up my old external hard drives. In every version of Windows up to 10, my system eventually crashes after an hour of copying files. I swear that they are using memory to log all of the files and copy the files by placing them into memory. The system starts losing graphics after an hour (buttons in Explorer and window borders/scrollbars). I have had this happen in every version of Windows up to 10 and i do not use 11. I would imagine that 10 lasts longer with higher ram but it probably does the same thing over time. Memory is usually a problem. RAM is way too expensive but critical. We should all be using 128GB of ram and higher. But big tech would charge us the price of a house for that much RAM...
 
Back
Top