View Single Post
  #2 (permalink)  
Old 08-01-2008, 12:50 PM
Tor Tor is offline
Senior Member
 
Join Date: Oct 2007
Posts: 390
Tor is on a distinguished road
Default

There is a tool in Redhat for that. You need the kernel source first:

Code:
# rpm -q kernel-source
This will query the db to determine if you have it. If not, install it from your CD. After you have that installed locate xconfig and run that. You can use the locate command or find command to find it.

xconfig is graphical and will walk you through the process.
Reply With Quote