Вы находитесь на странице: 1из 5

   Linux Customized Installation 

   Workstation (Most of the Laptops can use the following installation)

1. Insert operating systems CD/DVD in drive.
2. Follow the instructions as per screen..
3. From Disk partitioning screen you can choose, 
create custom layout option..
4. Then, create partitions as per user requirements...
For eg;           
/boot    ­    200 MB
swap    ­    Double size of RAM
/home  ­    15000 MB
/ ­    Remaining space  
5. Then continue as per screen instructions..
6. From Package selection screen, You can choose desktop options for user workstation or 
customized packages as per user needs..
7. After this section installation will start and will ask you for Reboot.. Remove your CD/DVD 
from drive and restart the machine.
8. After booting a screen will appear for first time.. It'll ask for firewall configuration and selinux 
status. Just disable both of them.

  Server Installation..
 
1. Follow the steps same as above till step 3..
2. Then you can choose “Remove all partitions and create linux partitions” option..
3. Then follow instructions as per screen..
4. From package selection screen, Select customize now option..
5. Select Server packages, whichever needed and select development packages also..
6. You can give a secure root password to access the system..

Tips :­
    
     If you have re­install a multi booted machine, then the boot loader will be overwritten by Windows
     O/s. So You can re­install the boot loader of Linux to access both of the operating systems..
    Steps describes as follows...
1. Insert Linux operating systems CD/DVD in drive.
2. Then from boot prompt just type 'linux rescue'
3. It will perform some installation instructions, just continue that options and It'll ask you that, 
“press enter will give a shell prompt”
4. then just type, from shell as follows,
sh #  chroot   /mnt/sysimage
5. Run,   #  fdisk  ­l ,  It will show the present partition table information.
6. Then type ,  # grub­install  /dev/sd [abcd]      (as per the output from fdisk  ­l command)
Remember that, just enter /dev/sd [abcd]  only, not mentioned any partition number..
7. It will shown that the grub boot loader installs successfully... with no errors..
8. just type , exit from the shell prompt and it will restarted your machine..

Wireless Driver installation :­

  Some times the default installed Broadcom chipset wireless drivers does not work with various 
Linux distros. In these case we can configure it using ndiswrapper utility.

    Do as follows,

      1.  Download the ndiswrapper (You can use different utilities Yum,apt,Yast etc. as per your OS)

      2. If rpm package of ndiswrapper not get, download the tar ball from http://www.sourceforge.net
         Then unpack it and follow the README file for further instructions. (Or INSTALL file)

      3. Download (Or access the attached BCM folder) a working Windows XP wireless driver as per 
your wireless chipset. Checking for these use the following command from linux terminal;
   
          # lspci  ­v

1. It will show the Network controller chipset and manufacturer.

2. Then if your chipset module is already configured as 'bcm43xx' then you can block that module
from kernel­loading. For this you can use,

           # vi  /etc/modprobe.d/blacklist

           And add a line below in these file as follows,

 blacklist  bcm43xx 

3. Reboot your computer. This time the driver should not be loaded.
       4. After install ndiswrapper, go to the directory where you already downloaded wireless drivers for
           Windows XP.

       5. Then install the driver using ndiswrapper as follows,

            # ndiswrapper  ­i  bcmwl5.inf

       6.  Check whether it installed or not, for this use the following

            # ndiswrapper ­l

       7. For every reboot ndiswrapper should be loaded with the kernel, for this;

           # depmod ­a

           # ndiswrapper  ­ma
# ndiswrapper  ­m
       8. Reboot the computer and after login you can check with iwconfig or NetworkManager to verify
your wireless card's status.

  If the chipset is Intel based then you can follow these steps...

           Do as follows,

1. Download the following rpm file

    http://apt.sw.be/packages/rpmforge­release/rpmforge­release­0.3.6­1.el5.rf.i386.rpm

                 (Or access it from the attachment. File name package.tar.gz)
2. Go to the directory it is downloaded and execute the following command to Install
    (alternatively you can double click on it to install) ,

      #  rpm  ­Uvh  rpmforge­release­0.3.6­1.el5.rf.i386.rpm

3. Take /etc/yum.conf file in any editor and add/change the following values

proxy=http://172.16.14.60:8000
metadata_expire=604800
            gpgcheck=0

           4.  Execute the following command to install the Intel drivers (Check the chipset number with
    lspci ­v , It'll give you the exact wireless chipset number. In example mentioned Intel PRO    
    3945 series).
     #  yum  install  dkms  dkms­ipw3945  ipw3945d  ipw3945­firmware

5. Reboot the machine and execute the following command and you should see the eth1 listed
    with some parameters

                  #  iwconfig

            6. Start NetworkManager by executing the following command

      # service NetworkManager start

           7. Also make sure that NetworkManager starts automatically after the reboot by giving the
   following command

                 #  chkconfig  ­­level 35 NetworkManager on

           8. Select NetworkManager and choose 'connect to other wireless network' option,

     Give 'OMWLAN' as Network name and select WPA Enterprise2 and EAP method is PEAP, Key 
type is Automatic. Identity is your domain username & password is your domain password.. Choose 
connect.

Solution Implementation Details For Wireless Networks

1.  Run the following command in a gnome­terminal as root..

          # service  NetworkManager   start,  (if it is not running..)

2.   From Your desktop, you can open a GUI tool on your taskbar select that use left­mouse­click..
It will give “Connect to other  wireless network” option. Select that option and you can give 
Network name as “OMWIFI”..

          Give here as per the screenshot...

             
    
   
          Then select Login to  Network.

       3. It should connect and work fine...
 

Вам также может понравиться