Difference between revisions of "RaLink Device 3062"

From FreekiWiki
Jump to navigation Jump to search
(New page: Cards that report this chipset are being sold as Linux compatible e.g. Azio AWD102N They are linux compatible but ubuntu does not have native support. Down load the driver from the Ralin...)
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
Cards that report this chipset are being sold as Linux compatible e.g. Azio AWD102N
 
Cards that report this chipset are being sold as Linux compatible e.g. Azio AWD102N
  
They are linux compatible but ubuntu does not have native support.
+
They are linux compatible but ubuntu does not have native support. However they are easy enough to get installed.
  
Down load the driver from the Ralink website
+
N.B. There are reports online that these use the rt2860 driver. They don't though they share firmware and and the config file for the rt3062 is also called RT2860STA.dat
[category: Tech support]
+
 
 +
--Howto Install--
 +
# Download the driver & firmware from the [http://www.ralinktech.com/support.php?s=2 Ralink] website. You need this package: [http://www.ralinktech.com/license_us.php?n=2&p=0&t=U0wyRnpjMlYwY3k4eU1ERXdMekV5THpFM0wyUnZkMjVzYjJGa09USXlNek15TlRReE9TNTBaM285UFQxRVVFOWZVbFF6TlRZeVh6TTFPVEpmTXpBMk1sOU1hVzUxZUZOVVFWOVdNaTQwTGpFdU1WOHlNREV3TVRJeE53PT1D RT3062PCI/mPCI/CB/PCIe(RT3060/RT3062/RT3562/RT3592]
 +
# Extract the folder and save it somewhere.
 +
# In the folder you will see a file called Makefile. Ensure it says: <code>RT28xx_MODE = STA</code> & <code>TARGET = LINUX</code>
 +
at the top.
 +
# Edit <code>os/linux/config.mk</code> so it says set <code>HAS_WPA_SUPPLICANT=y</code> and <code>HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y</code>.
 +
# As root in a termnial cd into this folder. and issue the following commands (N.B. for some reason make fails if you are not root, it will also fail if you change to root as the makefile will import the wrong shell variables so try soing this as sudo first.)
 +
* <code>make</code>
 +
* <code>make install</code>
 +
* <code>sudo cp RT2860STA.dat  /etc/Wireless/RT2860STA/RT2860STA.dat</code>
 +
*  <code>modprobe rt3562sta</code>
 +
 
 +
 
 +
It should now be picked up by network manager. (This page was created after following this procedure)
 +
 
 +
Credit: Kelson, K-squared ramblings.  http://www.hyperborea.org/journal/2010/08/wifi-ralink-3062/
 +
. [category: Tech support]

Latest revision as of 17:09, 11 March 2011

Cards that report this chipset are being sold as Linux compatible e.g. Azio AWD102N

They are linux compatible but ubuntu does not have native support. However they are easy enough to get installed.

N.B. There are reports online that these use the rt2860 driver. They don't though they share firmware and and the config file for the rt3062 is also called RT2860STA.dat

--Howto Install--

  1. Download the driver & firmware from the Ralink website. You need this package: RT3062PCI/mPCI/CB/PCIe(RT3060/RT3062/RT3562/RT3592
  2. Extract the folder and save it somewhere.
  3. In the folder you will see a file called Makefile. Ensure it says: RT28xx_MODE = STA & TARGET = LINUX

at the top.

  1. Edit os/linux/config.mk so it says set HAS_WPA_SUPPLICANT=y and HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y.
  2. As root in a termnial cd into this folder. and issue the following commands (N.B. for some reason make fails if you are not root, it will also fail if you change to root as the makefile will import the wrong shell variables so try soing this as sudo first.)
  • make
  • make install
  • sudo cp RT2860STA.dat /etc/Wireless/RT2860STA/RT2860STA.dat
  • modprobe rt3562sta


It should now be picked up by network manager. (This page was created after following this procedure)

Credit: Kelson, K-squared ramblings. http://www.hyperborea.org/journal/2010/08/wifi-ralink-3062/ . [category: Tech support]