After successfully building and booting the Linux kernel, you may be required to do these additional steps to make some of the devices to work with Linux. (The steps below were tested on Redhat Linux but should work with other distributions as well.)
Video card/Monitor configuration:
Please see the video card manual which is usually shipped with the PC. You should look for a "Technical Specifications" page.
Please see the monitor's manual and look for a "Technical Specifications" page.
If you are using latest version of Linux (2.4 or later) and inside KDE/GNOME desktop click on Start->"System Settings"->Display.
For older versions of Linux follow the steps below:
You can configure the Video card and monitor by using these commands:
bash$ su - root bash# man Xconfigurator bash# /usr/bin/X11/Xconfigurator --help bash# /usr/bin/X11/Xconfigurator bash# /usr/bin/X11/Xconfigurator --expert See also: bash# man xf86config bash# /usr/bin/X11/xf86config |
Sound card configuration:
Connect your external speakers to the sound card's audio port.
Connect your CDROM audio wire to sound card's audio 4-pin socket. (Otherwise your cdrom drive will not play the music from your music cd)
Refer to HOWTO docs on 'Sound' at "http://www.linuxdoc.org"
For older versions of Linux follow the steps below:
bash$ su - root bash# man sndconfig bash# /usr/sbin/sndconfig |
Network card configuration: If you are using latest version of Linux (2.4 or later) and inside KDE/GNOME desktop click on Start->"System Settings"->Network.
For older versions of Linux follow the steps below:
Use /sbin/linuxconf
Or use KDE control panel
Refer to HOWTO docs on 'Networking' at "http://www.linuxdoc.org"
Configure Firewall and IP Masquerading : For Linux kernel version 2.4 and above, the firewall and IP Masquerading is implemented by NetFilter package. Hence in kernel config you should enable Netfilter and run the Firewall/IPMasq script. Download the scripts from Firewall-IPMasq scripts , main page of Netfilter is at "http://netfilter.samba.org" . Related materials at firewalling-matures and Netfilter-FAQ .
For kernel version below 2.4 you should install the firewall rpms from rpmfind.net or firewall.src.rpm .
Configuration of other devices: Refer to HOWTO docs relating to your devices at "http://www.linuxdoc.org"