How to find the kernel source files for a given version of fedora 29, for eg: 4.18.16-300.fc29.x86_64?Given two directory trees, how can I find out which files differ?How can I recursively find all files in current and subfolders based on wildcard matching?How do I find all files containing specific text on Linux?Fedora 19 x86_64 kernel version is different with kernel sourceunable to download kernelCentOS 6.5 compiling kernel source seeing “LINUX_VERSION_CODE” unsetSubversion client 1.9 offline installation on RHELtrouble accessing usr/src/linux in kernel customization
Why is the Lucas test not recommended to differentiate higher alcohols?
Is there any way to stop a user from creating executables and running them?
Website error: "Walmart can’t use this browser"
What should I call bands of armed men in the Middle Ages?
Why command hierarchy, if the chain of command is standing next to each other?
Are differences between uniformly distributed numbers uniformly distributed?
Are there really no countries that protect Freedom of Speech as the United States does?
Regex crossword (sudoku?)
Generate Brainfuck for the numbers 1–255
Telephone number in spoken words
The cat ate your input again!
Can lodestones be used to magnetize crude iron weapons?
Why is Python 2.7 still the default Python version in Ubuntu?
Is there a SQL/English like language that lets you define formulations given some data?
What's this phrase on the wall of a toilet of a French château ?
The cat exchanges places with a drawing of the cat
Can renaming a method preserve encapsulation?
How would timezones work on a planet 100 times the size of our Earth
How to find directories containing only specific files
What is a good class if we remove subclasses?
How do some PhD students get 10+ papers? Is that what I need for landing good faculty position?
Escape Velocity - Won't the orbital path just become larger with higher initial velocity?
(A room / an office) where an artist works
Why is statically linking glibc discouraged?
How to find the kernel source files for a given version of fedora 29, for eg: 4.18.16-300.fc29.x86_64?
Given two directory trees, how can I find out which files differ?How can I recursively find all files in current and subfolders based on wildcard matching?How do I find all files containing specific text on Linux?Fedora 19 x86_64 kernel version is different with kernel sourceunable to download kernelCentOS 6.5 compiling kernel source seeing “LINUX_VERSION_CODE” unsetSubversion client 1.9 offline installation on RHELtrouble accessing usr/src/linux in kernel customization
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I would like to analyse the kernel drivers for a given version (uname -a) of fedora-29 distro: for eg: 4.18.16-300.fc29.x86_64. How to get the appropriate version of source files, patches etc? To rephrase the same, can we get info from 4.18.16-300 as to what source files were compiled for this version of fedora?
https://fedora.pkgs.org/29/fedora-x86_64/ gives a list of rpm packages only.
https://koji.fedoraproject.org/koji/index didn't give me anything either.
linux fedora-29
add a comment |
I would like to analyse the kernel drivers for a given version (uname -a) of fedora-29 distro: for eg: 4.18.16-300.fc29.x86_64. How to get the appropriate version of source files, patches etc? To rephrase the same, can we get info from 4.18.16-300 as to what source files were compiled for this version of fedora?
https://fedora.pkgs.org/29/fedora-x86_64/ gives a list of rpm packages only.
https://koji.fedoraproject.org/koji/index didn't give me anything either.
linux fedora-29
add a comment |
I would like to analyse the kernel drivers for a given version (uname -a) of fedora-29 distro: for eg: 4.18.16-300.fc29.x86_64. How to get the appropriate version of source files, patches etc? To rephrase the same, can we get info from 4.18.16-300 as to what source files were compiled for this version of fedora?
https://fedora.pkgs.org/29/fedora-x86_64/ gives a list of rpm packages only.
https://koji.fedoraproject.org/koji/index didn't give me anything either.
linux fedora-29
I would like to analyse the kernel drivers for a given version (uname -a) of fedora-29 distro: for eg: 4.18.16-300.fc29.x86_64. How to get the appropriate version of source files, patches etc? To rephrase the same, can we get info from 4.18.16-300 as to what source files were compiled for this version of fedora?
https://fedora.pkgs.org/29/fedora-x86_64/ gives a list of rpm packages only.
https://koji.fedoraproject.org/koji/index didn't give me anything either.
linux fedora-29
linux fedora-29
asked Mar 27 at 10:21
supreeth supreeth
1
1
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
A really short google search gave me this site. There I read: Source Package kernel-4.18.16-300.fc29.src.rpm
- you can download the source for your rpm and even built it yourself. Each rpm
usually has a source package.
For browsing kernel source however I would recommend using many of cool online sites, such as elixir.
Source package isn't of much help to me. Say elixir.bootlin.com/linux/v4.18.16/source/drivers/input/mouse/… I want to tinker with this file here, I would like to have this source available, I need to build it and deploy. That is where the problem lies.
– supreeth
Mar 27 at 12:33
? Download source package, unpack source package, find the file, edit it, build the rpm from source, install rpm. Where do you have a problem?
– Kamil Cuk
Mar 27 at 12:33
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55374832%2fhow-to-find-the-kernel-source-files-for-a-given-version-of-fedora-29-for-eg-4%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
A really short google search gave me this site. There I read: Source Package kernel-4.18.16-300.fc29.src.rpm
- you can download the source for your rpm and even built it yourself. Each rpm
usually has a source package.
For browsing kernel source however I would recommend using many of cool online sites, such as elixir.
Source package isn't of much help to me. Say elixir.bootlin.com/linux/v4.18.16/source/drivers/input/mouse/… I want to tinker with this file here, I would like to have this source available, I need to build it and deploy. That is where the problem lies.
– supreeth
Mar 27 at 12:33
? Download source package, unpack source package, find the file, edit it, build the rpm from source, install rpm. Where do you have a problem?
– Kamil Cuk
Mar 27 at 12:33
add a comment |
A really short google search gave me this site. There I read: Source Package kernel-4.18.16-300.fc29.src.rpm
- you can download the source for your rpm and even built it yourself. Each rpm
usually has a source package.
For browsing kernel source however I would recommend using many of cool online sites, such as elixir.
Source package isn't of much help to me. Say elixir.bootlin.com/linux/v4.18.16/source/drivers/input/mouse/… I want to tinker with this file here, I would like to have this source available, I need to build it and deploy. That is where the problem lies.
– supreeth
Mar 27 at 12:33
? Download source package, unpack source package, find the file, edit it, build the rpm from source, install rpm. Where do you have a problem?
– Kamil Cuk
Mar 27 at 12:33
add a comment |
A really short google search gave me this site. There I read: Source Package kernel-4.18.16-300.fc29.src.rpm
- you can download the source for your rpm and even built it yourself. Each rpm
usually has a source package.
For browsing kernel source however I would recommend using many of cool online sites, such as elixir.
A really short google search gave me this site. There I read: Source Package kernel-4.18.16-300.fc29.src.rpm
- you can download the source for your rpm and even built it yourself. Each rpm
usually has a source package.
For browsing kernel source however I would recommend using many of cool online sites, such as elixir.
answered Mar 27 at 10:41
Kamil CukKamil Cuk
19.4k2 gold badges8 silver badges36 bronze badges
19.4k2 gold badges8 silver badges36 bronze badges
Source package isn't of much help to me. Say elixir.bootlin.com/linux/v4.18.16/source/drivers/input/mouse/… I want to tinker with this file here, I would like to have this source available, I need to build it and deploy. That is where the problem lies.
– supreeth
Mar 27 at 12:33
? Download source package, unpack source package, find the file, edit it, build the rpm from source, install rpm. Where do you have a problem?
– Kamil Cuk
Mar 27 at 12:33
add a comment |
Source package isn't of much help to me. Say elixir.bootlin.com/linux/v4.18.16/source/drivers/input/mouse/… I want to tinker with this file here, I would like to have this source available, I need to build it and deploy. That is where the problem lies.
– supreeth
Mar 27 at 12:33
? Download source package, unpack source package, find the file, edit it, build the rpm from source, install rpm. Where do you have a problem?
– Kamil Cuk
Mar 27 at 12:33
Source package isn't of much help to me. Say elixir.bootlin.com/linux/v4.18.16/source/drivers/input/mouse/… I want to tinker with this file here, I would like to have this source available, I need to build it and deploy. That is where the problem lies.
– supreeth
Mar 27 at 12:33
Source package isn't of much help to me. Say elixir.bootlin.com/linux/v4.18.16/source/drivers/input/mouse/… I want to tinker with this file here, I would like to have this source available, I need to build it and deploy. That is where the problem lies.
– supreeth
Mar 27 at 12:33
? Download source package, unpack source package, find the file, edit it, build the rpm from source, install rpm. Where do you have a problem?
– Kamil Cuk
Mar 27 at 12:33
? Download source package, unpack source package, find the file, edit it, build the rpm from source, install rpm. Where do you have a problem?
– Kamil Cuk
Mar 27 at 12:33
add a comment |
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55374832%2fhow-to-find-the-kernel-source-files-for-a-given-version-of-fedora-29-for-eg-4%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown