Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 05 Sep 2024 22:40:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 276985] crash in LinuxKPI/drm
Message-ID:  <bug-276985-227-igusdMsHwi@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-276985-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-276985-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276985

--- Comment #51 from Tomasz "CeDeROM" CEDRO <tomek@cedro.info> ---
Yes I know packages are built on prior relases and that does not match kern=
el
for drm, vbox, etc. So let's build all from ports :-)

Okay so initiali testing of drm-61-kmod:

1. `freebsd-update fetch install` gave me 14.1-RELEASE-p4.
2. `mv /usr/src /usr/src.pkg; git clone https://git.freebsd.org/src.git
/usr/src; cd /usr/src; git checkout releng/14.1`. One question here how do I
know this is exactly the commit used for -p4? `uname -a` does not show me t=
he
commit anymore.
3. `mv /usr/ports /usr/ports.pkg; git clone https://git.freebsd.org/ports.g=
it
/usr/ports` gave me the latest ports tree.
4. `cd /usr/ports/graphics/drm-61-kmod; make install; kldload amdgpu` resul=
ts
in instant kernel panic (cannot find firmware?).
5. reboot.
6. `cd /usr/ports/graphics/gpu-firmware-amd-kmod; make install; kldload amd=
gpu`
also results in instant kernel panic (still no firmware?).
7. reboot.. see lots of UFS corruption.. haven't seen those for a while with
ZFS.. and I really have bad memories with SU+J on UFS it did hide corruptio=
n..
well `fsck -fy /` :-)
8. See what gpu-firmware-amd-kmod installed.. only
gpu-firmware-amd-kmod-aldebaran-20230625_2 ???
8. `cd /usr/ports/graphics/gpu-firmware-kmod; make install; kldload amdgpu`
yeah it loaded fine right now :-)
9. Will use some xorg + enlighenment wm and report back after a while.

(So far) conclusions:
1. drm-61-kmod seems to work on 14.1-RELEASE-p5 :-)
2. drm packages / ports are missing dependency on gpu-firmware-kmod package=
 :-)

Thanks for your time :-)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276985-227-igusdMsHwi>