[SOLVED] Recompile redhat kernel so ARPD is supported
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Aynone any ideas how to do this? I've read some links, lots of which describe alternative ways of doing it. Whats the quickest and most efficient way; it looks like ammending the .config file with the single line change and then running make oldconfig will work, what else is needed after this? OS is redhat 6.2 on x86; been using this link: http://docs.redhat.com/docs/en-US/Re...dularized.html
Thanks guys
Click here to see the post LQ members have rated as the most helpful post in this thread.
Unless this is one of those "I know unix better than you" situations and a minor mistake or misunderstanding concerning the release cycle will lead to my humiliation?
Perhaps you're referring to the link I posted from redhat 3; well yeah that is old and crap, but sadly I can't find anything newer; clutching at straws here, surely this is a common task, it's such a minor change too...
4 different methods... Like I said; easiest and quickest. I literally need to make one change "CONFIG_ARPD=y"
Also.. Just to be clear; I have done research, I tried to make that clear when I asked the question. I've done research, asked in the correct area of the website and understand the concepts of what I'm trying to achieve. I had a tinkering I'd get some backlash given that this is a common task - but please, I just need to enable one thing in the kernel (which I suspect will require a recompile); give me a hand will you
Last edited by genderbender; 05-09-2012 at 06:23 PM.
Unless this is one of those "I know unix better than you" situations and a minor mistake or misunderstanding concerning the release cycle will lead to my humiliation?
Perhaps you're referring to the link I posted from redhat 3; well yeah that is old and crap, but sadly I can't find anything newer; clutching at straws here, surely this is a common task, it's such a minor change too...
Thanks toracat, I'll give this a shot and see if I get anywhere with it; your help is much appreciated.
We need this functional now, so it will probably involve a recompile. What I was really asking was whether there was a quicker way of doing this via kernel headers or something, but it seems like there isn't. All I needed was one link, someone saying do this and that was it.
Big thanks
I've just got this response from somewhere else; looks like a recompile was not needed:
"It probably looks like this:
CONFIG_ARPD is not set
Change it to: CONFIG_ARPD=y or better yet: CONFIG_ARPD=m then just configure it to load as a module"
Last edited by genderbender; 05-11-2012 at 10:32 AM.
In RHEL kernels, the default option for CONFIG_ARPD is either Y or N. I would just go ahead and make a change and rebuild the kernel. If you just follow the wiki, it should not be very difficult (saying this as a maintainer ).
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.