Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Can't Load Nvidia Firmware into the Kernel
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
dkuflu
n00b
n00b


Joined: 14 Jun 2022
Posts: 10

PostPosted: Fri Jun 17, 2022 11:44 am    Post subject: [SOLVED] Can't Load Nvidia Firmware into the Kernel Reply with quote

I'm trying to install nouveau, and need to load the firmware of my graphics card (GT 1030) into the kernel, as the nouveau guide states. However, when I try to load the firmware and compile the kernel, I get an error stating the firmware couldn't be included. Here's the error:

https://paste.pics/8101fa55d50f7c9adf83292cd996e4e9

I presume that it can't be loaded as the path "/lib/firmware/nvidia/gp108" is a directory rather than I file, but I don't know the correct way of including the firmware.


Last edited by dkuflu on Fri Jun 17, 2022 4:55 pm; edited 2 times in total
Back to top
View user's profile Send private message
eccerr0r
Watchman
Watchman


Joined: 01 Jul 2004
Posts: 9679
Location: almost Mile High in the USA

PostPosted: Fri Jun 17, 2022 12:15 pm    Post subject: Reply with quote

Yes it's a directory, and it was removed from the kernel due to it being closed source. You can get a copy by merging sys-kernel/linux-firmware .
_________________
Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching?
Back to top
View user's profile Send private message
dkuflu
n00b
n00b


Joined: 14 Jun 2022
Posts: 10

PostPosted: Fri Jun 17, 2022 12:48 pm    Post subject: Reply with quote

I already emerged linux-firmware and nvidia-firmware. The directory has the firmware files (i think), but the kernel still can't load it.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54244
Location: 56N 3W

PostPosted: Fri Jun 17, 2022 3:56 pm    Post subject: Reply with quote

dkuflu,

Share your kernel .config file on a pastebin please.

You cannot include whole directories, which is what I think you are trying to do from your error message.
My amd card needs 21 firmware files and I hove them all listed separately in the kernel.

Code:
ls /lib/firmware/nvidia/gp108 -R
shows lots of files.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
dkuflu
n00b
n00b


Joined: 14 Jun 2022
Posts: 10

PostPosted: Fri Jun 17, 2022 4:55 pm    Post subject: Reply with quote

Thanks! I think adding all the files under /lib/firmware/nvidia/gp108 one by one solved the issue.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum