#How to install and Use Module in Fedora 12

1.Use Wifi module must follow step
 
  a.check module at OS default
   1.lsmod
   2.check list include rt2800usb/rt2x00usb/rt2x00lib/rt2870sta or more.... 
  
  b.Use wifi Ralink Driver
   1.In Ralink Driver folder
     #make
     #make install 

  c.Modify blacklist.conf
   1.Use su(super user)
     gedit /etc/modprobe.d/blacklist.conf

   2.In blacklist.conf add
         # wifi
         blacklist rt2800usb
	 blacklist rt2x00usb
	 blacklist rt2x00lib
	 blacklist rt2870sta
         or more

   3.reboot os

2.Use 3G or 3.5G module must follow step(Kernel Support)
 a.Use OS GUI click GSM icon
 b.setup GSM module
 

3.Use GPS module must follow step(Kernel Support)
 a.Use su(super user) Check GPS module can work
   1.cat /dev/ttyACM0 



4.Use Bluetooth module must follow step(Kernel Support)
 a.Use su(super user) We need install Bluetooth Package 
   1.yum install blueman
 b.Use OS GUI check Bluetooth can work
