freebsd / drm-kmod

drm driver for FreeBSD
155 stars 69 forks source link

[fixed] module does not load (AMD Vega 6 Renoir) (FreeBSD 13.1-STABLE) #193

Closed itisshayan closed 2 years ago

itisshayan commented 2 years ago

Hi, I've to say, thanks a lot for this driver. I used this driver for years. I fresh reinstalled FreeBSD-13.1-STABLE on my notebook. the probem is, I can't build 5.7-stable at all: IMG_20220730_132626

I also tried latest 5.10 and 5.10-lts branches. they successfully built. but, did not work. here is my output, when I ran kldload amdgpu (on 5.10 and 5.10-lts branches):

IMG_20220730_133831

What exactly should I do? thanks.

Lenovo Ideapad Gaming 3 Ryzen 5 4600H with Radeon Vega 6 Graphics Driver and GTX-1650Ti FreeBSD-14.0-CURRENT

ghost commented 2 years ago

You are missing gpu-firmware-amd-kmod-renoir

itisshayan commented 2 years ago

You are missing gpu-firmware-amd-kmod-renoir

How can I add it?

EDIT: Thanks! I installed that package and It's working like a charm. sorry for spamming, closing.