I am trying to boot Debian 10.7 from a usb drive. When I try to boot it said amdgpu requires firmware installed.
I am using a AMD Ryzen 5 2400G processor (with Vega graphics). How do I fix this? Thanks in advance.
Also, I seem to be only able to access the terminal in recovery mode so all the «fixes» I tried will be attempted through the terminal in recovery mode.
I have attempted to search for a solution using google already. I came across the Debian website which provided a solution (https://wiki.debian.org/AtiHowTo)).
However, when I try to apply the solution, I can’t complete the apt update
part as when I try to execute that line in the terminal it outputs:
Could not resolve 'deb.debian.org'
I then thought it was maybe a network problem and I tried to ping google (8.8.8.8) but the terminal said
Network is unreachable
I tried to search for a solution to that but every «fix» seemed to involved a command that I don’t have and I can’t really install anything since I can’t connect to anything.
I am using ethernet and my internet was fine when Debian was installing (as it seemed to install successfully). I don’t know what is going on, can someone help me please. Thanks in advance again.
-
okpermane
- Posts: 2
- Joined: 2021-11-03 14:51
Error videocard: amdgpu requires firmware installed
#1
Post
by okpermane » 2021-11-03 15:08
I recently installed the system and after that I installed refind and booted. Then I installed the drivers according to the instructions: https://wiki.debian.org/AtiHowTo. Now the check command displays an error:
Code: Select all
root@i:/home/i# dmesg | grep -E 'drm|radeon' | grep -iE 'firmware|microcode'
[ 1.696591] [drm:amdgpu_pci_probe [amdgpu]] *ERROR* amdgpu requires firmware installed
My videocard:
Code: Select all
root@i:/home/i# lspci -nn|grep VGA
00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Stoney [Radeon R2/R3/R4/R5 Graphics] [1002:98e4] (rev ea)
What could be the problem?
Update as of Jan 2022, as per linux-firmware 1.187.24 source package in Ubuntu, the change-log reads:
amdgpu: add UVD firmware for SI asics (LP: #1953249)
So now simply updating to the latest linux-firmware
package may resolve the issues specific to AMD Southern Islands missing firmware.
Previous answer/alternate work-around left below for posterity as other AMD models and firmware could encounter the same issue if/when Ubuntu maintainers update the kernel and AMD driver modules without remembering to update the related firmware package.
Previous answers suggest directly downloading firmware from linux-firmware git. This answer provides an alternative approach the tries to replicate how the Ubuntu release test cycle works more closely and could represent a «more widely tested» combination of official release Kernel with related release firmware.
Downloading directly from the git repo has subtle implications:
- It can end up mixing potentially very new firmware with possibly slightly older kernel modules which risks straying onto a lesser tested combination firmware vs kernel driver modules.
- UEFI secure boot may not work when the firmware has not been appropriately signed and gets included into initramfs.
An alternative, assuming a HWE stack, is to try match the release test cycle one assumes happens between the kernel and firmware versions.
- Get your current release (
cat /etc/lsb-release
). E.g. «Ubuntu 20.04.3 LTS»: - Get your kernel version (
uname -a
). E.g. 5.11. - If curious, understand what firmware package version is available from the current repo (
apt show linux-firmware | grep Version
) - Figure out which interim release matches the HWE kernel/stack via https://ubuntu.com/about/release-cycle#ubuntu-kernel-release-cycle. E.g. 5.11 was back-ported to 20.04.3 LTS from Ubuntu 21.04 (hirsute).
- Use Ubuntu package search (https://packages.ubuntu.com/search?keywords=linux-firmware&searchon=names) and locate the
linux-firmware
package version that fits with that particular interim release and kernel combination. E.g. https://packages.ubuntu.com/hirsute-updates/linux-firmware was released along with Kernel 5.11 with hirsute (21.04). - Download an manually install the .deb from the hirsute (21.04) release.
- By using the .deb pacakage from Ubuntu, hopefully the firmware is correctly signed to work with secure boot (for those not stuck on legacy BIOS and with UEFI who care about these mitigations against rootkits and bootoader malware).
E.g. a match for 20.04.3 LTS with kernel 5.11 to linux-firmware from hirsute (21.04) which was v 1.197.3 while the focal (20.04) repo had left linux-firmware out of date on v 1.187.20
.
curl -OL http://archive.ubuntu.com/ubuntu/pool/main/l/linux-firmware/linux-firmware_1.197.3_all.deb
sudo dpkg -i linux-firmware_1.197.3_all.deb
Extra hint: Download the deb from your closest mirror because this package is almost 200MB large and the main archive may be slow.
To explain further, Ubuntu HWE stack maintainers updated the kernel (and amdgpu driver) but unfortunately failed to keep the linux-firmware package up to date. So the amdgpu driver was clearly tested/developed on top of firmware that Ubuntu included with the newer interim non-LTS, but then failed to include/back-port with their HWE kernel refresh to the previous LTS.
Everyone getting this sort of error, please register a launchpad account and add your vote with «This bug affects me» the help get Ubuntu to pay some attention and keep HWE kernels and linux-firmware packages in better lockstep: https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1953249
One drawback to this approach is there will be no automatic updates on the firmware anymore, but it’s less complex manually installing the .deb than trying mix in the interim release repos (which would require apt preferences package name pinning and priorities)
Related:
- enable AMDGPU for R9 270x on 20.04
- https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1953249
Восстановил работу ручной правкой /boot/initrd.img-5.4.0-0.bpo.3-amd64 потому что update-initramfs создает косячный образ. Что делать?
Так как комп не перезагружался недели две я даже не скажу с уверенностью после какого апдейта это случилось. Предположительно после установки Virtual Machine Manager, но не точно.
Короче, дано: Debian 10 Buster все stable, не считая ядра которое из бекпортов сейчас 5.4.0-0.bpo.3-amd64 и развлечений с rocm одно время, но уже давненько. Видеокарта Radeon RX 580 с опенсорсными драйверами.
И вот чих-пых, внезапно что-то отвалилось. Это перестала загружаться графика (иксы, вулканы), при этом при старте есть в самом начале запись, что
drm:amdgpu_pci_probe[amdgpu] amdgpu requires firmware installed
apt-get install firmware-linux-nonfree сделал, заругалось на broken dependences, но установилось из бекпортов правильно.
update-initramfs — тоже самое: не грузится бинарная прошивка для видеокарты.
Замена /boot/initrd.img-5.4.0-0.bpo.3-amd64 на старый вариант помогла. Стал сравнивать чем они отличаются. Обнаружил, что внутри правильного варианта структура каталогов такая (сокращенно, всю не привожу):
/lib/
firmware/
5.4.0-0.bpo.3-amd64/
amdgpu/
В неправильном, в котором бинарники прошивки не грузятся
/lib/
firmware/
5.4.0-0.bpo.3-amd64/
amdgpu/
распаковал gunzip и cpio образ, переместил amdgpu на прежнее место, запаковал gzip и cpio, положил в /boot и все загружается теперь, прошивки есть.
Но это не дело, update-initramfs по-прежнему создает образ с ошибками. Я как-то даже не в курсе как это чинить.
boot, debian 10, firmware
My gpu is sapphire rx 5700 xt. while using «./amdgpu-install -y » and when installing i am getting below. then i couldn’t abl to see the driver software installed
Setting up libxatracker2-amdgpu:amd64 (1:20.2.4-1234664) …
Setting up libxatracker2-amdgpu:i386 (1:20.2.4-1234664) …
Setting up libgbm1-amdgpu:amd64 (1:20.2.4-1234664) …
Setting up libgbm1-amdgpu:i386 (1:20.2.4-1234664) …
Setting up gst-omx-amdgpu (1.0.0.1-1234664) …
Setting up libglapi-amdgpu-mesa:amd64 (1:20.2.4-1234664) …
Setting up libglapi-amdgpu-mesa:i386 (1:20.2.4-1234664) …
Setting up mesa-amdgpu-vdpau-drivers:amd64 (1:20.2.4-1234664) …
Setting up mesa-amdgpu-vdpau-drivers:i386 (1:20.2.4-1234664) …
Setting up libgles1-amdgpu-mesa:amd64 (1:20.2.4-1234664) …
Setting up libgles1-amdgpu-mesa:i386 (1:20.2.4-1234664) …
Setting up autotools-dev (20180224.1) …
Setting up libsigsegv2:amd64 (2.12-2build1) …
Setting up xserver-xorg-amdgpu-video-amdgpu (1:19.1.0-1234664) …
Setting up mesa-amdgpu-omx-drivers:amd64 (1:20.2.4-1234664) …
Setting up libegl1-amdgpu-mesa:amd64 (1:20.2.4-1234664) …
Setting up libegl1-amdgpu-mesa:i386 (1:20.2.4-1234664) …
Setting up libgl1-amdgpu-mesa-glx:amd64 (1:20.2.4-1234664) …
Setting up libgl1-amdgpu-mesa-glx:i386 (1:20.2.4-1234664) …
Setting up libgles2-amdgpu-mesa:amd64 (1:20.2.4-1234664) …
Setting up libgles2-amdgpu-mesa:i386 (1:20.2.4-1234664) …
Setting up libgl1-amdgpu-mesa-dri:amd64 (1:20.2.4-1234664) …
Setting up libgl1-amdgpu-mesa-dri:i386 (1:20.2.4-1234664) …
Setting up libosmesa6-amdgpu:amd64 (1:20.2.4-1234664) …
Setting up libosmesa6-amdgpu:i386 (1:20.2.4-1234664) …
Setting up m4 (1.4.18-4) …
Setting up libegl1-amdgpu-mesa-drivers:amd64 (1:20.2.4-1234664) …
Setting up libegl1-amdgpu-mesa-drivers:i386 (1:20.2.4-1234664) …
Setting up autoconf (2.69-11.1) …
Setting up automake (1:1.16.2-4ubuntu1) …
update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
Setting up amdgpu-lib (20.50-1234664) …
Setting up amdgpu-dkms (1:5.9.10.69-1234664) …
Loading new amdgpu-5.9.10.69-1234664 DKMS files…
Building for 5.8.0-48-generic
Building for architecture x86_64
Building initial module for 5.8.0-48-generic
Can’t load /var/lib/shim-signed/mok/.rnd into RNG
140480608011584:error:2406F079:random number generator:RAND_load_file:Cannot open file:../crypto/rand/randfile.c:98:Filename=/var/lib/shim-signed/mok/.rnd
Generating a RSA private key
…………………………….+++++
………………………………………………….+++++
writing new private key to ‘/var/lib/shim-signed/mok/MOK.priv’
——
EFI variables are not supported on this system
/sys/firmware/efi/efivars not found, aborting.
Done.
Forcing installation of amdgpu
amdgpu.ko:
Running module version sanity check.
— Original module
— Installation
— Installing to /lib/modules/5.8.0-48-generic/updates/dkms/
amdttm.ko:
Running module version sanity check.
— Original module
— Installation
— Installing to /lib/modules/5.8.0-48-generic/updates/dkms/
amdkcl.ko:
Running module version sanity check.
— Original module
— Installation
— Installing to /lib/modules/5.8.0-48-generic/updates/dkms/
amd-sched.ko:
Running module version sanity check.
— Original module
— Installation
— Installing to /lib/modules/5.8.0-48-generic/updates/dkms/
Running the post_install script:
depmod………
DKMS: install completed.
update-initramfs: Generating /boot/initrd.img-5.8.0-48-generic
W: Possible missing firmware /lib/firmware/amdgpu/green_sardine_gpu_info.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vangogh_gpu_info.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/dimgrey_cavefish_ta.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/dimgrey_cavefish_sos.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vangogh_toc.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vangogh_asd.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/dimgrey_cavefish_rlc.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/dimgrey_cavefish_mec2.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/dimgrey_cavefish_mec.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/dimgrey_cavefish_me.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/dimgrey_cavefish_pfp.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/dimgrey_cavefish_ce.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vangogh_rlc.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vangogh_mec2.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vangogh_mec.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vangogh_me.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vangogh_pfp.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vangogh_ce.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vangogh_sdma.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/dimgrey_cavefish_sdma.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/navi10_mes.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/dimgrey_cavefish_vcn.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vangogh_vcn.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/dimgrey_cavefish_smc.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/dimgrey_cavefish_dmcub.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vangogh_dmcub.bin for module amdgpu
Setting up amdgpu-lib32 (20.50-1234664) …
Setting up amdgpu (20.50-1234664) …
Processing triggers for libc-bin (2.32-0ubuntu3) …
Processing triggers for man-db (2.9.3-2) …
Processing triggers for install-info (6.7.0.dfsg.2-5) …
install-info: warning: no info dir entry in `/usr/share/info/automake-history.info.gz’
-
barand3
*gelöst* [drm:amdgpu_pci_probe [amdgpu]] *ERROR* amdgpu requires firmware installed
Hallo,
ich hab soeben Mate installiert.
Jetzt wird aber der amdgpu nicht mehr genommen, vorher lief der.
Die Firmware ist installiert.
Code: Alles auswählen
un 4 11:53:32 debian kernel: [ 0.981521] [drm] amdgpu kernel modesetting enabled.
Jun 4 11:53:32 debian kernel: [ 0.981563] [drm:amdgpu_pci_probe [amdgpu]] *ERROR* amdgpu requires firmware installed
Zuletzt geändert von barand3 am 10.06.2018 10:29:00, insgesamt 1-mal geändert.
-
BenutzerGa4gooPh
Re: [drm:amdgpu_pci_probe [amdgpu]] *ERROR* amdgpu requires firmware installed
Beitrag
von BenutzerGa4gooPh » 04.06.2018 13:29:47
Welche Hardware (CPU, GPU), welches Frankendebian, wie Treiber/Firmware installiert, nachvollziehbare Fehlerbeschreibungen und Logs?
Du lernst es einfach nicht (Vielzahl Threads für ‘ne Scheiß-Grafik, die noch dazu wechselt wie ein Chamäleon die Farben nebst deinen Franken-Debian-Versionen mit Fremdquellen).
Für die wieder mal nicht nachvollziehbare Threaderöfnung nach x Beiträgen und entsprechenden Mahnungen lasse dir einen Fisch schmecken und wundere dich nicht allzusehr über immer weniger Support(er)!
Die Firmware ist installiert.
Wenn überhaupt, dann falsch.
Suche einfach mal nach «debian amd». Viele kommen mit den Tuts (erste Treffer) für neue und ältere GPUs klar. Alte AMDs werden nicht mehr unterstützt bzw. nur von Debian Oldstable. Weitere Hilfe unmöglich, da alles geheim, wahrscheinlich NSA-(Möchtegern-)Admin.
Zuletzt geändert von BenutzerGa4gooPh am 04.06.2018 13:48:49, insgesamt 1-mal geändert.
-
barand3
Re: [drm:amdgpu_pci_probe [amdgpu]] *ERROR* amdgpu requires firmware installed
Beitrag
von barand3 » 04.06.2018 13:45:21
CPU ist i7-6700k, GPU Radeon RX560, Debian ist ein Buster/sid.
Treiber hab ich xserver-xorg-video-amdgpu installiert, die Firmware von hier https://git.kernel.org/pub/scm/linux/ke … ree/amdgpu.
Das ist ja vorher mit Gnome gelaufen, am Kernel oder der Firmware hab ich nichts verändert.
Ich habe in der Konsole Gnome runter geschmissen und Mate installiert, das wars.
Im syslog ist nur das zu finden.
Code: Alles auswählen
Jun 4 13:29:06 debian kernel: [ 0.946999] [drm] amdgpu kernel modesetting enabled.
Jun 4 13:29:06 debian kernel: [ 0.947038] [drm:amdgpu_pci_probe [amdgpu]] *ERROR* amdgpu requires firmware installed
Jun 4 13:29:06 debian kernel: [ 0.947056] See https://wiki.debian.org/Firmware for information about missing firmware
-
barand3
Re: [drm:amdgpu_pci_probe [amdgpu]] *ERROR* amdgpu requires firmware installed
Beitrag
von barand3 » 04.06.2018 13:47:26
Was soll diese blöde Anmache???
Lies doch erstmal richtig!
-
BenutzerGa4gooPh
Re: [drm:amdgpu_pci_probe [amdgpu]] *ERROR* amdgpu requires firmware installed
Beitrag
von BenutzerGa4gooPh » 04.06.2018 13:50:40
Was denn lesen, hast doch erst auf Mahnung hin geschrieben. Überlege dir sehr gut, wer blöd ist …
Da schon mehrfach das Gleiche passiert, mache ich dich nie wieder an.
Debian ist ein Buster/sid.
Eines von beiden wäre mir persönlich lieber. Und paar Fremdquellen hast unbegründet (unnötig/fälschlicherweise? — jedenfalls wieder mal nicht nachvollziehbar) dazu.
(Legasthenie? Sonst Basics lesen, Quintessenz: Für Anfänger Stable evtl. mit Backports. Gründe kannste selber recherchieren bzw. solltest du mittlerweile bemerkt haben. Ebenso deine Grenzen.)
-
barand3
Re: [drm:amdgpu_pci_probe [amdgpu]] *ERROR* amdgpu requires firmware installed
Beitrag
von barand3 » 04.06.2018 14:05:33
An Fremdquellen hab ich nur die beiden drinnen
Code: Alles auswählen
###### 3rd Party Binary Repos
###Debian Multimedia
deb [arch=amd64,i386] http://www.deb-multimedia.org testing main non-free
###Enpass Password Manager
deb http://repo.sinew.in/ stable main
Und diese ist für den aktuellen Firefox
Code: Alles auswählen
deb http://ftp.de.debian.org/debian/ sid main contrib non-free
deb-src http://ftp.de.debian.org/debian/ sid main contrib non-free
Das wars an Quellen, da kann ich nicht von einem gemischten System sprechen.
Die Firmware wurde ja unter Gnome erkannt und genommen, so wie ich das alles installiert habe, nur jetzt unter Mate
halt nicht mehr, der amdgpu ist auch gelaufen, deswegen bin ich ja so verwundert.
Und dass das nun alles so durcheinander ist, momentan, das ist tut mir leid und ist mir auch ein bischen peinlich.
-
BenutzerGa4gooPh
Re: [drm:amdgpu_pci_probe [amdgpu]] *ERROR* amdgpu requires firmware installed
Beitrag
von BenutzerGa4gooPh » 04.06.2018 14:14:10
War kürzlich noch mehr (anderer Thread) … buster + sid. Wer weiß,was da bei einer Änderung übrig geblieben ist, nicht bereinigt wurde …
Persönlicher Rat: Ich würde es mit einer Neuinstallation versuchen, Stable. Intel 7. Generation / AMD-GPU eventuell mit paar Backports. Rein zu Skylake/Kabylake (Intel 6./7. Generation) hatte ich in einen deiner Threads erst geschrieben.
viewtopic.php?f=33&t=169829#p1175698
Für Kabylake eventuell das Zeug aus Backports, keine Ahnung, habe Skylake.
Wenn das läuft, AMD-GPU dazu probieren. Nur wenn das gar nicht klappt, Testing/Buster. Aber nicht mit Sid gemischt!
Mit Fremdquellen meinte ich speziell das:
Zuletzt geändert von BenutzerGa4gooPh am 04.06.2018 14:28:03, insgesamt 1-mal geändert.
-
barand3
Re: [drm:amdgpu_pci_probe [amdgpu]] *ERROR* amdgpu requires firmware installed
Beitrag
von barand3 » 04.06.2018 14:27:52
Ich musste ja die Firmware von dort nehmen, da ja in den Firmware Quellen aus den Debian Repos nicht die aktuelle enthalten ist.
Zum Thema neu Installation, das möchte ich natürlich vermeiden, da sonst alles gut läuft (Mailserver, DNS usw.).
-
BenutzerGa4gooPh
Re: [drm:amdgpu_pci_probe [amdgpu]] *ERROR* amdgpu requires firmware installed
Beitrag
von BenutzerGa4gooPh » 04.06.2018 14:30:06
Und weshalb brauchst du die Firmware aus einer Fremdquelle (git)? Debian-Repo getestet? Welches Repo bei deinem (gehabten) Mischmasch zwichen buster/sid ? Ergebnis? Bei Kernel-Wechsel wird deine Fremdquelle/Firmware kaum passend aktualisiert, Crash «vorprogrammiert». Funktionieren tut sie ja offenbar sowieso nicht.
Zum Thema neu Installation, das möchte ich natürlich vermeiden, da sonst alles gut läuft (Mailserver, DNS usw.).
Dein Frankendebian (früherer Quellenmischmasch) wird dir bald wieder auf die Füße fallen. Und Helfer werden bei deinen Threaderöffnungen / wenigen Infos / Paktetmischmach oft falsch liegen.
Nun habe ich genug gepredigt, empfehle sauberen und eindeutigen Ausgangspunkt für dich und Supporter.
Zuletzt geändert von BenutzerGa4gooPh am 04.06.2018 16:08:50, insgesamt 1-mal geändert.
-
barand3
Re: [drm:amdgpu_pci_probe [amdgpu]] *ERROR* amdgpu requires firmware installed
Beitrag
von barand3 » 04.06.2018 14:42:24
Da die fehlende Firmware aus den Debian Quellen bemängelt wurde mit einer Fehlermeldung
Code: Alles auswählen
May 30 18:15:03 debian kernel: [ 0.975634] amdgpu 0000:01:00.0: firmware: failed to load amdgpu/polaris11_pfp_2.bin (-2)
May 30 18:15:03 debian kernel: [ 0.975636] firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
May 30 18:15:03 debian kernel: [ 0.975638] amdgpu 0000:01:00.0: Direct firmware load for amdgpu/polaris11_pfp_2.bin failed with error -2
May 30 18:15:03 debian kernel: [ 0.975648] amdgpu 0000:01:00.0: firmware: direct-loading firmware amdgpu/polaris11_pfp.bin
May 30 18:15:03 debian kernel: [ 0.975654] amdgpu 0000:01:00.0: firmware: failed to load amdgpu/polaris11_me_2.bin (-2)
May 30 18:15:03 debian kernel: [ 0.975655] amdgpu 0000:01:00.0: Direct firmware load for amdgpu/polaris11_me_2.bin failed with error -2
May 30 18:15:03 debian kernel: [ 0.975664] amdgpu 0000:01:00.0: firmware: direct-loading firmware amdgpu/polaris11_me.bin
May 30 18:15:03 debian kernel: [ 0.975670] amdgpu 0000:01:00.0: firmware: failed to load amdgpu/polaris11_ce_2.bin (-2)
May 30 18:15:03 debian kernel: [ 0.975671] amdgpu 0000:01:00.0: Direct firmware load for amdgpu/polaris11_ce_2.bin failed with error -2
May 30 18:15:03 debian kernel: [ 0.975678] amdgpu 0000:01:00.0: firmware: direct-loading firmware amdgpu/polaris11_ce.bin
May 30 18:15:03 debian kernel: [ 0.975687] amdgpu 0000:01:00.0: firmware: direct-loading firmware amdgpu/polaris11_rlc.bin
May 30 18:15:03 debian kernel: [ 0.975693] amdgpu 0000:01:00.0: firmware: failed to load amdgpu/polaris11_mec_2.bin (-2)
May 30 18:15:03 debian kernel: [ 0.975695] amdgpu 0000:01:00.0: Direct firmware load for amdgpu/polaris11_mec_2.bin failed with error -2
May 30 18:15:03 debian kernel: [ 0.975731] amdgpu 0000:01:00.0: firmware: direct-loading firmware amdgpu/polaris11_mec.bin
May 30 18:15:03 debian kernel: [ 0.975737] amdgpu 0000:01:00.0: firmware: failed to load amdgpu/polaris11_mec2_2.bin (-2)
May 30 18:15:03 debian kernel: [ 0.975739] amdgpu 0000:01:00.0: Direct firmware load for amdgpu/polaris11_mec2_2.bin failed with error -2
May 30 18:15:03 debian kernel: [ 0.975776] amdgpu 0000:01:00.0: firmware: direct-loading firmware amdgpu/polaris11_mec2.bin
May 30 18:15:03 debian kernel: [ 0.976283] amdgpu 0000:01:00.0: firmware: direct-loading firmware amdgpu/polaris11_sdma.bin
May 30 18:15:03 debian kernel: [ 0.976291] amdgpu 0000:01:00.0: firmware: direct-loading firmware amdgpu/polaris11_sdma1.bin
May 30 18:15:03 debian kernel: [ 0.976375] amdgpu 0000:01:00.0: firmware: direct-loading firmware amdgpu/polaris11_uvd.bin
May 30 18:15:03 debian kernel: [ 0.976376] [drm] Found UVD firmware Version: 1.79 Family ID: 16
May 30 18:15:03 debian kernel: [ 0.976382] [drm] UVD ENC is disabled
May 30 18:15:03 debian kernel: [ 0.976712] amdgpu 0000:01:00.0: firmware: direct-loading firmware amdgpu/polaris11_vce.bin
May 30 18:15:03 debian kernel: [ 0.976713] [drm] Found VCE firmware Version: 52.4 Binary ID: 3
May 30 18:15:03 debian kernel: [ 0.976950] amdgpu 0000:01:00.0: firmware: direct-loading firmware amdgpu/polaris11_k_smc.bin
-
barand3
Re: [drm:amdgpu_pci_probe [amdgpu]] *ERROR* amdgpu requires firmware installed
Beitrag
von barand3 » 04.06.2018 15:20:24
So läuft wieder!
Musste in /etc/intramfs-tools/modules die Zeilen rausnehmen.
Das System läuft sauber und ohne Fehlermeldung, soviel zu Deinen Weisheiten.
Ich hab den Eindruck, Du nimmst Dich ziemlich wichtig!?
Solltest mal drüber nachdenken, wie man mit Menschen umgeht.
Ach, und bitte richtig lesen üben!
-
BenutzerGa4gooPh
Re: [drm:amdgpu_pci_probe [amdgpu]] *ERROR* amdgpu requires firmware installed
Beitrag
von BenutzerGa4gooPh » 04.06.2018 16:30:08
Musste in /etc/intramfs-tools/modules die Zeilen rausnehmen.
drm
amdgpu modeset=1
Welcher Supporter soll auf sowas kommen, wenn du vorher gemachte, individuelle Änderungen nicht nennst?
Schon mal verlinkt: http://www.richtig-posten.info
Bist schon der Schlaueste aller Frankendebianer … bis zum nächsten, leicht vorhersehbaren Problem.
Iss deinen Fisch und ich ignoriere künftig deine überhebliche Debian-Nutzung und dämlichen Threads (siehe obige und vorhergehende Thread-Eröffnungen sowie deine Vielzahl selbstgemachter Probleme/Threads).
Weiteren Müll von dir lese ich nicht.
-
barand3
Re: [drm:amdgpu_pci_probe [amdgpu]] *ERROR* amdgpu requires firmware installed
Beitrag
von barand3 » 04.06.2018 17:20:26
Du nennst mich überhelblich
Du scheinst über Dich noch nicht nachgedacht zu haben.
Sowas überhbliches, ignorantes wie Dich hab ich ja noch nicht erlebt.
Ich wäre sehr froh und glücklich, wenn ich Deinen gesitigen Dünnschiss nicht mehr lesen muss.
Setz mich bitte auch Deine ignorien Liste!
Selbst das Bewusstsein, das Du existierst, lässt mich würgen.
-
barand3
Re: [drm:amdgpu_pci_probe [amdgpu]] *ERROR* amdgpu requires firmware installed
Beitrag
von barand3 » 04.06.2018 20:33:34
Es tut mir Leid, aber diese Person hat mich richtig auf die Palme gebracht.
Ich sehe selber, dass das ein ziemliches Durcheinander ist, mit dem amdgpu Treiber, aber was soll ich machen?
Einmal läuft er, dann wieder nicht…
-
jph
- Beiträge: 974
- Registriert: 06.12.2015 15:06:07
- Lizenz eigener Beiträge: MIT Lizenz
- Wohnort: Greven/Westf.
Re: [drm:amdgpu_pci_probe [amdgpu]] *ERROR* amdgpu requires firmware installed
Beitrag
von jph » 04.06.2018 22:05:04
barand3 hat geschrieben:
04.06.2018 20:33:34
Ich sehe selber, dass das ein ziemliches Durcheinander ist, mit dem amdgpu Treiber, aber was soll ich machen?
Wie Jana schrieb: Finger weg von Unstable. Bau kein Frankendebian. Verwende Stable und ergänze dieses, soweit erforderlich, durch Backports.
-
barand3
Re: [drm:amdgpu_pci_probe [amdgpu]] *ERROR* amdgpu requires firmware installed
Beitrag
von barand3 » 04.06.2018 22:28:34
Sehe ich ja ein…
Hab stable schon installiert
-
Blackbox
- Beiträge: 4061
- Registriert: 17.09.2008 17:01:20
- Lizenz eigener Beiträge: GNU Free Documentation License
Re: [drm:amdgpu_pci_probe [amdgpu]] *ERROR* amdgpu requires firmware installed
Beitrag
von Blackbox » 05.06.2018 15:32:41
jph hat geschrieben:
04.06.2018 22:05:04
Finger weg von Unstable.
Ich wollte nur einmal einwerfen, dass hier eine AMD Radeon RX580 problemlos unter Debian Unstable läuft.
Das heißt aber nicht, dass Unstable auch für jeden geeignet ist!
Sondern dass der Betrieb einer AMD Grafikkarte der vorletzten Generation möglich ist.
Auch die Kernelupdates liefen problemlos durch, irgendetwas muss der TS also grundlegend falsch machen?
Mein Tipp ist: xserver-xorg-video-amdgpu oder
libdrm-amdgpu1 überprüfen.
Eigenbau PC: Debian Sid — Kernel: 6.1.8 — Xfce 4.18 mit sway
Desktop PC: Dell Inspiron 530 — Debian Sid — Kernel: 6.1.8 — Xfce 4.18 mit sway
Notebook: TUXEDO Book BU1406 — Debian Sid — Kernel: 6.1.8 — Xfce 4.18 mit sway
Alles Minimalinstallationen und ohne sudo/PA/PW.
Rootserver: Rocky Linux 9.1 — Kernel: 5.14
Freie Software unterstützen, Datenschutz stärken!
So I tried with various combinations of Xen and kernels. On Xen 4.14 and 4.14.1 and kernels 5.4, 5.10 and 5.11 I get similar behavior. The dmesg is full with messages like
[ 896.583875] amdgpu 0000:0a:00.0: swiotlb buffer is full (sz: 524288 bytes), total 32768 (slots), used 0 (slots)
[ 896.583966] amdgpu 0000:0a:00.0: swiotlb buffer is full (sz: 524288 bytes), total 32768 (slots), used 0 (slots)
[ 896.584672] amdgpu 0000:0a:00.0: swiotlb buffer is full (sz: 524288 bytes), total 32768 (slots), used 0 (slots)
[ 896.584877] amdgpu 0000:0a:00.0: swiotlb buffer is full (sz: 524288 bytes), total 32768 (slots), used 0 (slots)
[ 896.585007] amdgpu 0000:0a:00.0: swiotlb buffer is full (sz: 524288 bytes), total 32768 (slots), used 0 (slots)
[ 896.585066] amdgpu 0000:0a:00.0: swiotlb buffer is full (sz: 524288 bytes), total 32768 (slots), used 0 (slots)
(See #5670)
On boot, I have this line:
[ 0.507304] software IO TLB: mapped [mem 0x000000011ea00000-0x0000000122a00000] (64MB)
From time to time x.org crashes with a oom error but comes back. I did not have any hard reboots yet, but lots of graphical glitches. On Qubes 4.0 with Xen 4.8, I was not able to get a GUI at all.