For anybody looking to install drivers for Ralink Device 3290, I’ve finally managed to get it working so I thought I’d share.
1. Check your wireless controller hardware
lspci | grep Network
You should get the following output
Network controller: Ralink corp. Device 3290
If so, you will need to install Ralink driver 3562.
2. Download the driver source from the Ralink website, my local mirror (download here)
http://www.ralinktech.com/en/04_support/support.php
3. Extract the folder (DPO_RT3562_3592_3062_LinuxSTA_V2.4.1.1_20101217) to your home directory.
4. Open DPO_RT…/os/linux/config.mk
5. Change line 12 to read HAS_WPA_SUPPLICANT=y
Change line 15 to read HAS_NATIVE_WPA_SUPPLICANT=y
6. Open a terminal
cd DPO_RT3562_3592_3062_LinuxSTA_V2.4.1.1_20101217
7. sudo make
8. Install the driver.
sudo make install
9. Next you need to blacklist the conflicting wireless drivers
sudo gedit /etc/modprobe.d/blacklist.conf
Add the following lines:
#Wireless drivers conflicting with rt3562sta
blacklist rt2800pci
blacklist rt2x00pci
10. Tell linux to load the correct module on boot
sudo gedit /etc/modules
Append the following line:
rt3290sta
11. Update the changes
sudo update-initramfs -u
12. Restart your system. You should see a list of available networks in the network manager next time it boots.
If anyone has any problems with this please let me know and I’ll try to help!
Link: http://ubuntuforums.org/showthread.php?t=1850267
相关推荐
【部分内容】中提到了几个关键步骤,如“Installing Ubuntu 12.04”,“Installing CodeComposerStudio”,“Installing LabFiles”,“Configuring Ubuntu Static IP”,这些都是构建嵌入式Linux环境所需要的必要...
OpenERP Installing Ubuntu9.04
### 安装STLinux在Ubuntu上的关键步骤与挑战 #### 概览 本文将深入探讨在Ubuntu上安装STLinux的全过程,重点解析由于包管理系统的差异而带来的挑战及其解决方案。对于那些希望在Ubuntu环境中利用STLinux强大功能的...
Installing Ubuntu—Getting started 11 Finishing Installation 16 2 The Ubuntu Desktop 19 Understanding the Ubuntu desktop 19 Unity 19 The Launcher 21 The Dash 21 Workspaces 24 Managing windows 24 Unity...
面是我在Ubuntu6.06 LTS 下源码编译安装samba主要安装过程,本人第一次用Ubuntu,刚装上去时候,没有gcc编译环境。郁闷了半天。找出这一过程发了不少的时间。可能还有些不妥,不过我经过这样的安装达到了向windows共享...
### 安装Anaconda在Ubuntu上的详细步骤及关键知识点 #### 一、Anaconda简介 Anaconda是一款非常受欢迎的数据科学平台,它集成了Python或R语言环境中的许多库和工具,便于用户进行数据处理、科学计算、机器学习等...
Ubuntu系统因停电或者异常关机导致图标变大,提示找不到显卡,该问题可以用我这个方法解决
安装 Mumax 3.9.1 和 Gnuplot 5.2 在 Windows 10 中的步骤指南 在这篇文章中,我们将一步步指导用户安装 Mumax 3.9.1 和 Gnuplot 5.2 在 Windows 10 操作系统中。这篇文章将为用户提供详细的安装步骤和相关知识点,...
Installing Ubuntu 14.04 & ROS & TurtleBot 06-29-2016 个人小结,关于Ubuntu和ROS的安装。
- 选择“Try Ubuntu without installing”(试用Ubuntu而不安装)或直接选择“Install Ubuntu 16.04 LTS”(安装Ubuntu 16.04 LTS)。 5. **安装Ubuntu 16.04** - 如果选择试用,可以体验系统后再决定是否安装。...
This cheat sheet provides an overview of essential commands and configurations that are useful for daily operations in Ubuntu. #### Privileges Management **1. `sudo` Command** - **Description**: ...
在多计算机环境中安装BizTalk Server 2010和BAM(业务活动监控)是一项复杂但至关重要的任务,尤其对于寻求高可用性和分离运行时与管理功能的企业来说。以下是对这个过程的详细说明。 **安装高可用性环境** ...
Installing,_troubleshooting,_and_repairing_wireless_networks_by,_troubleshooting,_and_repairing_wireless_networks_by
在Ubuntu 10.04环境下安装NS2(网络模拟器2.34)是一个涉及多个步骤的过程,这个过程对于那些需要进行网络模拟和性能分析的IT专业人员来说至关重要。NS2是一个开源的网络模拟软件,它允许用户模拟各种网络环境,测试...
- **Installation Options**: Explanation of the different methods for installing Ubuntu, such as live CD/DVD, USB drive, or virtual machines. Instructions for creating bootable media are provided. - **...
Cisco - Deploying Voice over Wireless LANs.chm Copyright About the Author Acknowledgments Icons Used in This Book Command Syntax Conventions Introduction Part I: Fundamental Elements Chapter ...
Administer, install, and configure the 5–year Hardy–Heron Ubuntu Server Long Term Support Edition of the most popular Linux distribution in the world. Use the new installation and GUI tools. ...
《Windows Me DDK安装Windows Me驱动程序与USB设备详解》 Windows Me(Millennium Edition)是微软在2000年推出的一款个人操作系统,它继承了Windows 98的一些特性,同时也对驱动程序支持进行了优化。...