Difference between revisions of "Asus USB-N13 Wireless-N Adapter"

From FreekiWiki
Jump to navigation Jump to search
(<code)
 
Line 5: Line 5:
  
 
In a terminal:
 
In a terminal:
# <code>sudo gedit /etc/udev/rules.d/network_drivers.rules</code> Then cut and paste the following line into it. Proof-read it and make sure it is all on one line<code>ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="0b05", ATTR{idProduct}=="1784", RUN+="/sbin/modprobe -qba rt2870sta"</code>
+
 
# <code>sudo gedit /etc/modprobe.d/network_drivers.conf</code> Then cut and paste the following line into it. Proof-read it and make sure it is all on one line.   <code>ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="0b05", ATTR{idProduct}=="1784", RUN+="/sbin/modprobe -qba rt2870sta"
+
1. <code>sudo gedit /etc/udev/rules.d/network_drivers.rules</code>  
</code>
+
 
# reboot
+
Then cut and paste the following line into it. Proof-read it and make sure it is all on one line:     
 +
<code>ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="0b05", ATTR{idProduct}=="1784", RUN+="/sbin/modprobe -qba rt2870sta"</code>
 +
2. <code>sudo gedit /etc/modprobe.d/network_drivers.conf</code>  
 +
 
 +
Then cut and paste the following line into it. Proof-read it and make sure it is all on one line.
 +
<code>ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="0b05", ATTR{idProduct}=="1784", RUN+="/sbin/modprobe -qba rt2870sta"</code>
 +
 
 +
3. reboot
 
   
 
   
 +
 +
If this does not work you will need to install the driver. Down load this file[[Image:Example.jpg]]
  
 
[[Category:Tech support]]
 
[[Category:Tech support]]

Revision as of 18:18, 17 December 2010

This is a USB wireless adapter that advertises itself has having 'Linux Support' on the box. However it is not 'plug'n'play' and can be a little tricky to get it working. (it does work, I'm using it to write this.

I got it to work by cobbling together instructions form a variety of threads on the ubuntu forums. There is some native support for the drivers but I ended up compiling a driver. This may not be necessary so first I will list the things I do know you need to do to get it to work, then show how to compile the driver if this does not work.


In a terminal:

1. sudo gedit /etc/udev/rules.d/network_drivers.rules

Then cut and paste the following line into it. Proof-read it and make sure it is all on one line:

ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="0b05", ATTR{idProduct}=="1784", RUN+="/sbin/modprobe -qba rt2870sta"

2. sudo gedit /etc/modprobe.d/network_drivers.conf

Then cut and paste the following line into it. Proof-read it and make sure it is all on one line.

ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="0b05", ATTR{idProduct}=="1784", RUN+="/sbin/modprobe -qba rt2870sta"

3. reboot


If this does not work you will need to install the driver. Down load this fileFile:Example.jpg