Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > muc.lists.netbsd.users > #23267
| From | "David H. Gutteridge" <david@gutteridge.ca> |
|---|---|
| Newsgroups | muc.lists.netbsd.users |
| Subject | Re: Kernel panic on amd A8 Apu Radeon 7 is there anything i can do ? |
| Date | 2022-04-17 17:20 -0400 |
| Organization | Newsgate at muc.de e.V. |
| Message-ID | <0f72e3713cafc5bf0d428aae3c6554f3@gutteridge.ca> (permalink) |
On Sun, 17 Apr 2022 13:49:40 +0300, chris greek wrote: > Kernel panic on amd A8 Apu Radeon 7 is there anything i can do ? > I'm out of gpu because it was too old i guess and until my new > arrives i want to use > the integrated gpu but i can't > I tried also the current without any luck > On linux to select the amdgpu driver instead of radeon i had to enter > these parameters > radeon.cik_support=0 amdgpu.cik_support=1 > Any way i can pass these parameters on the module or something. > I got either kernel panic or a message that says it can't load kaveri > firmware > and then kernel panic > > I have installed the gpufw firmware but still no luck > Any help would be appreciated and sorry for bothering you. It sounds like you've hit an issue where the specific firmware files needed for your GPU aren't installed by NetBSD. This is likely the same as this PR: http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=54976 I also had this problem with similar hardware, and solved it simply by manually installing all the files found in kernel.org's linux-firmware tree for Radeon: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/radeon You probably already know this, but you can download full snapshots of linux-firmware like this: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-20220411.tar.gz Then place the Radeon files at /libdata/firmware/radeon. Basically, you probably need some of the files with lowercase names, rather than the uppercase versions. You shouldn't need most of them, but I don't know the full gamut of the files you may need, so it's simpler to just add them all. I hope this helps. If not, you may want to file a PR, as it's something different. Regards, Dave -- Posted automagically by a mail2news gateway at muc.de e.V. Please direct questions, flames, donations, etc. to news-admin@muc.de
Back to muc.lists.netbsd.users | Previous | Next | Find similar | Unroll thread
Re: Kernel panic on amd A8 Apu Radeon 7 is there anything i can do ? "David H. Gutteridge" <david@gutteridge.ca> - 2022-04-17 17:20 -0400
csiph-web