Slackware This Forum is for the discussion of Slackware Linux.
|
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.
|
 |
04-10-2006, 01:17 PM
|
#1
|
Member
Registered: Feb 2006
Location: North England
Distribution: Slackware 10.2 (kernel 2.6.13)
Posts: 74
Rep:
|
Pats kernel config
Seen it mentioned a couple times but where can I find it please??
Thanks
|
|
|
04-10-2006, 01:18 PM
|
#2
|
Senior Member
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247
Rep:
|
In Slackware ftp (I guess you will find, ok?  ), in /usr/src/linux-version, in CD.
|
|
|
04-10-2006, 07:18 PM
|
#3
|
Senior Member
Registered: Dec 2003
Location: Paris
Distribution: Slackware forever.
Posts: 2,534
Rep: 
|
Take a look at /usr/src/linux-2.4.31/.config
|
|
|
04-10-2006, 07:37 PM
|
#4
|
Member
Registered: Jan 2005
Location: The grassy knoll
Distribution: Slackware,Debian
Posts: 192
Rep:
|
cd into /boot and less the config-* file.
|
|
|
04-11-2006, 03:11 PM
|
#5
|
Member
Registered: Feb 2006
Location: North England
Distribution: Slackware 10.2 (kernel 2.6.13)
Posts: 74
Original Poster
Rep:
|
I asked because I tried using the make command I get an error "command not found". I'm having a go at kernel 2.6.16. Thanks again all
|
|
|
04-11-2006, 03:15 PM
|
#6
|
LQ Addict
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464
Rep: 
|
Do you have the make package installed?
|
|
|
04-11-2006, 11:58 PM
|
#7
|
Senior Member
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247
Rep:
|
|
|
|
04-12-2006, 11:26 AM
|
#8
|
Member
Registered: May 2004
Location: Southwestern USA
Distribution: CentOS
Posts: 279
Rep:
|
You might be better served by building a new kernel from scratch since you'll want to customize it for your hardware. Especially, if it's a newer kit with wifi, centrino and >1GB RAM.
You can get the latest kernel from kernel.org. Here's the how-to I wrote for myself. It's based on the kernel README and shilo's sticky "This is how I do it all".
1. Extract kernel to /usr/src/ using command in README
2. rm linux
3. ln -s <kernel source> linux
4. make mrproper
5. make menuconfig
6. make
7. make modules_install
8. mv /boot/vmlinuz vmlinuz.old
9. cp bzImage (new kernel) to /boot/vmlinuz-<version>
10. ln -c vmlinuz-<version> vmlinuz
11. cp System.map /boot/System.map-<version>
12. cp .config /boot/config-<version>
13. rm System.map
14. ln -s System.map-<version> System.map
15. rm config
16. ln -s config-<version> config
17. Add stanza to /etc/lilo.conf for old kernel
18. run lilo
19. Cross fingers and reboot!
dennisk
Last edited by dennisk; 04-12-2006 at 04:12 PM.
|
|
|
04-12-2006, 02:42 PM
|
#9
|
Member
Registered: Feb 2006
Location: North England
Distribution: Slackware 10.2 (kernel 2.6.13)
Posts: 74
Original Poster
Rep:
|
Quote:
Originally Posted by Nylex
Do you have the make package installed?
|
Ahhhh well!! I presumed it was part and parcel.
I'll Try again.
|
|
|
All times are GMT -5. The time now is 01:36 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
|
|