Ubuntu 11下 Ralink RT3592无线网卡

本文提供了解决笔记本电脑无线连接问题的方法,涉及设备识别、驱动下载、编译及安装过程。通过遵循特定步骤,用户可以成功解决Ralink RT3592设备无法正常连接网络的问题。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

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.
内容概要:本文深入探讨了Kotlin语言在函数式编程和跨平台开发方面的特性和优势,结合详细的代码案例,展示了Kotlin的核心技巧和应用场景。文章首先介绍了高阶函数和Lambda表达式的使用,解释了它们如何简化集合操作和回调函数处理。接着,详细讲解了Kotlin Multiplatform(KMP)的实现方式,包括共享模块的创建和平台特定模块的配置,展示了如何通过共享业务逻辑代码提高开发效率。最后,文章总结了Kotlin在Android开发、跨平台移动开发、后端开发和Web开发中的应用场景,并展望了其未来发展趋势,指出Kotlin将继续在函数式编程和跨平台开发领域不断完善和发展。; 适合人群:对函数式编程和跨平台开发感兴趣的开发者,尤其是有一定编程基础的Kotlin初学者和中级开发者。; 使用场景及目标:①理解Kotlin中高阶函数和Lambda表达式的使用方法及其在实际开发中的应用场景;②掌握Kotlin Multiplatform的实现方式,能够在多个平台上共享业务逻辑代码,提高开发效率;③了解Kotlin在不同开发领域的应用场景,为选择合适的技术栈提供参考。; 其他说明:本文不仅提供了理论知识,还结合了大量代码案例,帮助读者更好地理解和实践Kotlin的函数式编程特性和跨平台开发能力。建议读者在学习过程中动手实践代码案例,以加深理解和掌握。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值