Linux - Newbie This 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
|
|
02-24-2005, 09:48 PM
|
#1
|
Member
Registered: Feb 2005
Location: Knoxville, Tennessee
Distribution: SuSE 9.0, Gentoo 2005.0, Fedora Core 4
Posts: 42
Rep:
|
Basic configuration check
Hello all,
This may seem like a stupid question to some, but how can I check if my kernel is build with this options:
CONFIG_NET_RADIO=y
Thanks
|
|
|
02-25-2005, 01:49 AM
|
#2
|
Member
Registered: Jan 2005
Location: Russia, Kazan
Distribution: Mandrake 10.2, RedHat sometimes..
Posts: 110
Rep:
|
there is a file named .config in the top level of your kernel source directory, so do 'cat .config | grep CONFIG_NET_RADIO'
|
|
|
02-25-2005, 03:09 AM
|
#3
|
Member
Registered: Feb 2005
Distribution: Slack
Posts: 122
Rep:
|
Another way to absolutely make sure because the .config in /boot/ or /usr/src/linux/ could have been reconfigured and not match your current kernel is to:
"cat /proc/config.gz | gzip -d | grep CONFIG_NET_RADIO"
Most kernels are built with the config.gz option, just for this purpose. If not go with what RomanG said.
|
|
|
02-25-2005, 08:07 AM
|
#4
|
Member
Registered: Feb 2005
Location: Knoxville, Tennessee
Distribution: SuSE 9.0, Gentoo 2005.0, Fedora Core 4
Posts: 42
Original Poster
Rep:
|
Thanks, that worked great.
|
|
|
All times are GMT -5. The time now is 03:04 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|