Ubuntu 11下 Ralink RT3592无线网卡

Solving Problems with Ralink RT3592 

I think many familiar with the situation when the laptop identifies all devices except the wireless connection, well, or, as in my case, the device is recognized but not working. 

To determine what kind of device is responsible for the wireless connection, you can execute the following command: 

$ Lspci-v | grep-i-A 5 "network controller" 
24:00.0 Network controller: Ralink corp. Device 3592 
Subsystem: Hewlett-Packard Company Device 1638 
Flags: bus master, fast devsel, latency 0, IRQ 19 
Memory at d4700000 (32-bit, non-prefetchable) [size = 64K] 
Capabilities: 
Kernel driver in use: rt2800pci 

As can be seen, the device is identified as Ralink RT3592, and even found a driver rt2800pci. In the description of the driver does have this card, but the device does not wish to be connected to the network. 

Googling, I learned that I am not the only one who have the problem. Many advised to go to the official website of Ralink, download a tarball with the drivers and follow the instructions to install them. Installing the truth was make & & make install, which I personally do not like: I want to know what, where and why is copied to my system, so that if something were to look for the problem easier. 

So. The first thing you need - is to download a tarball with the driver from the official site (have to sign the agreement). 

The manufacturer's website says that these drivers are suitable for the RT3060, RT3062, RT3562 and RT3592. I tested only on its chip. 

Next, unpack the tarball and the directory contains files inside README_STA_pci, where you can read all the installation instructions (including the infamous make install). 

Next steps. 

1. modify Makefile according to the instructions (I did not need) 
2. change the os / linux / config.mk according to instructions (changing settings): 

HAS_WPA_SUPPLICANT = y 
HAS_NATIVE_WPA_SUPPLICANT_SUPPORT = y 

3. make: I gave an error when creating a directory in the root (strange that it's in the make), but the assembly was completed 
4. sudo mkdir-p / etc/Wireless/RT2860STA 
5. sudo cp RT2860STA.dat / etc/Wireless/RT2860STA 
6. sudo cp RT2860STACard.dat / etc/Wireless/RT2860STA 
6. sudo cp os/linux/rt3562sta.ko / lib / modules / $ (uname-r) / kernel/drivers/net/wireless/rt2860sta.ko 
7. sudo depmod $ (uname-r) 
8. add a module to the blacklist rt2800pci for Ubuntu is equivalent to adding to / etc / modprobe.d / blacklist.conf lines: 

blacklist rt2800pci 

9. reboot 

In principle, until the eighth paragraph to see success, you can try the following: 

$ Sudo modprobe-r rt2800pci 
$ Sudo modprobe rt2860sta 

... And restart the network. If everything goes well, we can safely add a free module in the blacklist. 

Of course, in an amicable way to compile the package, but the time for analysis of the principles of the assembly, I was not. But such a package is in the repository Russian Fedora (Respect), and the AUR PKGBUILD for too simple. 
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值