Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
738
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. Panda Wireless, Inc.
  2. support: support@pandawireless.com
  3. www.pandawireless.com
  4. (408) 827-5568
  5. Copyright (C) 2009-2016
  6.  
  7.  
  8. # The following procedure is for Fedora Linux and please contact Panda Wireless if
  9. you are running other Linux distribution like Ubuntu or Linux Mint on your computer.
  10. 1) yum install gcc (if you don't have gcc compiler on your machine)
  11. 2) yum install kernel-devel (if you don't have the kernel header files under /lib/modules directory)
  12.  
  13. Instructions For Fedora Linux
  14.  
  15. You need to become the superuser of your machine before
  16. you perform the following instructions:-
  17.  
  18. 1) Blacklist RT2800 wireless module in the Linux Kernel
  19.  
  20. $>cd /etc/modprobe.d
  21. $>vi blacklist.conf
  22. Add "blacklist rt2800usb" at the end of the file.
  23.  
  24. 2) Copy RT2870STA to /etc (RT2870STA.dat is located in your
  25. driver install directory)
  26. $>mkdir -p Wireless/RT2870STA (under /etc directory)
  27. $>cp RT2870STA.dat /etc/Wireless/RT2870STA/
  28. RT2870STA.dat
  29.  
  30. 3) Create tftpboot directory under root directory
  31. $> mkdir /tftpboot
  32.  
  33. 4) Compile the driver for the Panda Wireless-N USB adapter
  34. $> tar jxvf LinuxDriver4Fedora_v2.1.2.0.tar.bz2
  35. $> make
  36.  
  37. You will find rt3070sta.ko in /tftpboot directory
  38.  
  39. 5) Load driver
  40. $>insmod rt3070sta.ko
  41. $>ifconfig ra0 inet up
  42.  
  43. 6) Unload driver
  44. $>ifconfig ra0 inet down
  45. $>rmmod rt3070sta.ko
  46.  
  47. Note:
  48. (i) You need to recompile the driver every time
  49. whenever you upgrade your kernel.
  50. (ii) Fedora Linux is running Linux Kernel 2.6 or higher
  51. (iii)Configure Wifi device on Fedora with GUI
  52. http://www.techotopia.com/index.php/Configuring_Fedora_Linux_Wireless_Networking
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement