Software > User Zone

Graphics Card install

<< < (17/28) > >>

MauryG5:
So I think the problem is that I'm not creating the custom kernel. The point is that I have to understand how to do that, I need to know what commands to use exactly, to create this custom kernel where the patches mentioned in the guide are to be applied. In the guide there are several operations and I don't know which of those to follow exactly. Maybe I need to run the following commands: $ git clone git: //git.kernel.org/pub/scm/linux/kernel/git/jwboyer/fedora.git
$ git checkout -b my_branch kernel-4.7.4-200.fc24

Afterwards I have to execute the command that I posted that before did not work for me because of too many spaces and then continue with the following points. Am I right or is there any other Meklort?

meklort:

--- Quote from: MPC7500 on December 14, 2019, 08:00:04 am ---@meklort: Thanks for the patch. I have another question, after patching the kernel, will it be replaced in the next update of Fedora or will it remain?

--- End quote ---

I believe it would be replaced if you update to the official version from the fedora repos. You'll probably want to change the version string to something custom so that it does not get replaced. To do so, I think you'll want to set the CONFIG_LOCALVERSION value in the .config file

--- Code: ---CONFIG_LOCALVERSION="amdgpu"
--- End code ---



@MauryG5
You'll need to use the bold commands in the guide.

MauryG5:
Meclort so you do not make me understand unfortunately, first of all, the commands in bold where on the kernel creation guide?  If you don't see commands in bold in that guide but only commands written in red and someone written in blue.  Then if that's not what you mean then?

MPC7500:
You only need to copy/ paste the commands e. g.:

--- Code: ---First --> cd ~
Second --> mkdir git
Thrid --> cd git
Fourth --> git clone git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/fedora.git --depth 1 --branch kernel-5.5.0-0.rc1.git0.1.fc32

--- End code ---

It really isn't that hard. You only have to read carefully and then C&P

@meklort: Thanks, I will try it as soon as I have bought a 5700 or maybe a 5500

MauryG5:
yes MPC those commands I had already executed them, only that as soon as I make the passage number 4, it returns me error telling me that it does not find the repositories relative to the command or that it is missing connection to internet that instead there is and is regular ... I wanted to understand which commands I have to execute before those you wrote, regarding the fedora guide on kernel customization, that's my problem, I don't understand what I have to do at that point, what commands I have to use, in that guide it talks about many things but I don't know which one to use for me in my case ...

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version