linux,faqs,howtos,man,forum,squid,mount,ntfs,bandwidth,gnu,opensource,directory
 
Home | Forum | MAN Pages | Tutorials | Directory | HOWTOs | About Me | Contact
You are Browsing Linux HOWTOS
 
FAQS
- Advanced Routing & Traffic Control
- General FAQ
- Squid Proxy Server
- Sendmail
- Fetchmail
- Postfix
- Connecting Mobile Phone
- Paging from Linux
- Standard Commands
- Some common terms
Linux HOWTOs
- Single List of HOWTOs
- ATA-RAID-HOWTO
- Bangla-HOWTO
- Disk-Encryption-HOTO
- DNS HOWTO
- Infrared HOWTO
- Glibc Install HOWTO
- - Italian-HOWTO
- Large-Disk-HOWTO
- Linux+Win95
- NCD-HOWTO
- NFS-Root-Client-mini-HOWTO
- PLIP
- Reading-List-HOWTO
- Slovak-HOWTO
- Sybase-PHP-Apache
- User-Group-HOWTO
- VCR-HOWTO
- Web-Browsing-Behind-ISA-Server-HOWTO
- XFree86-Video-Timings-HOWTO

- ADSL Bandwidth Management
- Compile Apache
- Make a Bootdisk
- Linux-Windows9x-Grub
- Linux-Windows
- Linux Crash Recovery
- Optimise Squid
- Block websites in Squid
- Broadcast webcam in linux
- Compile RedHat Linux kernel
- Implement Firewall Security
- Increase Harddrive Performance
- Mount NTFS filesystem
- Patch / rebuild SRPM
- Secure Linux
- Set up a DHCP Server
- Set up an FTP server
- Set up Linux as a Router
- Use Cron
- Samba
Miscellaneous
- All Ports
- Spammers fetch email addresses
- Mounting NTFS in linux
- Linux Gazette
- Linux Directory
- Linux Man

linux,man,pages,linux man pages,squid,ntfs,mount
 

10. Configure the new kernel

NotePatch Your Kernel First
 

If you are using an old kernel you will need to patch it before you can proceed. Instructions on patching your kernel are available from Appendix A. The 2.6.x series kernels do not need to be patched.

Now instead of using make menuconfig, I have an excellent alternative. Check this out: copy your current .config file into /usr/src/linux. Now use "make oldconfig". It will run through your old config file and see what's been updated so that you don't have to find all the new options. For everything to do with ACPI and your specific hardware (Toshibas choose the Toshiba options, Asus choose the Asus options) choose M for module. There are about ten different ACPI related options that you will need to select.

In point form, this is how the kernel should be configured:

  • cd /usr/src/linux

  • cp /usr/src/<oldkernel-source-directory>/.config .config

  • make oldconfig (say M to all new options for ACPI--you can also say "Y" if you prefer to compile it directly into your kernel)

Now go in to the config file with make menuconfig. I want you do check and make sure you have your APM (the old stuff) turned off. Under "General Setup", make sure that:

  • Power Management Support is ON

  • APM (Advanced Power Management) is OFF (this is the old one--you don't even want it as a module unless you really know what you're doing. And if you really know what you're doing you're probably not reading this.)

  • everything to do with ACPI should be M (modules) or * (compiled directly into the kernel). Read the list carefully. Some options will not apply to your hardware.

exit and save the new configuration

 
Random Linux Commands
Root
In Linux root has two meanings:
When logged in as root, you are the system administrator having access to all files on the system and being responsible for creating users, installing programs and other administrative chores.
Root also stands for the root directory is ( / ), which is where the main system directories like /usr and /etc are located.

Common Linux terms
Linux-FAQs Search
linux,faqs,howto,howtos,man,manpages,directory,forum


Linux-FAQs Forum Categories
- About Forum
- Hardware Troubleshooting in Linux
- Linux Entertainment
- Resources
- Software toubleshooting and configuration
Linux-FAQs Man Pages
- About Forum
- Hardware Troubleshooting in Linux
- Linux Entertainment
- Resources
- Software toubleshooting and configuration
All Linux-FAQs Forums
- Crash Recovery
- FAQs
- Forum Talk
- Games
- General
- Linux Audio Support
- Linux Hardware / Driver
- Linux Installation Support
- Linux misc.
- Linux Networking
- Linux Newbies
- Linux Printing Support
- Linux Security
- Linux Video Support
- Mail Server
- Multimedia
- Tutorials
- Web Proxy Server
- Web Server

linux,man,man pages,faqs,howtos,forum
 
Powered by HTML
Linux-faqs.com Copyright, All rights reserved www.linux-faqs.com. Peeyush Maurya.