#How to install and Use Module in Fedora 14

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 OS GUI  click Bluetooth icon 
 b.click bluetooth icon
   1.click Preferences
   2.choose user Device
   3.choose Receive Files
   4.click Receive Files over Bluetooth
   5.click Receive files in Downloads folder over Bluetooth and click close    
