Advertisement
Guest User

Untitled

a guest
Oct 25th, 2011
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. The following will get the DWA-140 working here in the US with most routers, using the Network-Manager in GNOME.
  2.  
  3. 1. Check http://www.ralinktech.com/ralink/Home/Support/Linux.htm for the latest RT2870USB driver.
  4. 2. Open up a Terminal and "sudo bash"
  5. 3. "apt-get update && apt-get -y install build-essential wpasupplicant"
  6. 4. "cd /usr/src"
  7. 5. Copy the link for the latest RaLink driver and do a "wget" with it. Example: "wget http://www.ralinktech.com.tw/data/drivers/2008_0925_RT2870_Linux_STA_v1.4.0.0.tar.bz2"
  8. 6. Extract the driver. Example: "tar -xvf 2008_0925_RT2870_Linux_STA_v1.4.0.0.tar.bz2"
  9. 7. Change to the new directory. Example: "cd 2008_0925_RT2870_Linux_STA_v1.4.0.0"
  10. 8. "gedit RT2870STA.DAT &" and change the first 12 lines to the following if you're in the United States...
  11.  
  12. CountryRegion=0
  13. CountryRegionABand=0
  14. CountryCode=US
  15. ChannelGeography=1
  16. SSID=
  17. NetworkType=Infra
  18. WirelessMode=5
  19. Channel=11
  20. BeaconPeriod=100
  21. TxPower=100
  22. BGProtection=0
  23. TxPreamble=2
  24.  
  25. 9. "gedit os/linux/config.mk &" and change all the "=n" to "=y"
  26. 10. "make && make install"
  27. 11. "gedit /etc/modules &" and add "rt2870sta" to the list.
  28. 12. Close the Terminal, then try plugging in the device and see if its detected: reboot if it doesn't come up.
  29.  
  30.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement