我需要帮助。我刚刚安装了 ubuntu 桌面 11.10,但无法使无线网卡工作。它基于 RALink 芯片组。
我找到了一个指向驱动程序的链接:http://suporte.dlink.com.br/suporte/index.php。但似乎这个驱动程序不包含内核 3.x 编译的数据,只有 2.4 和 2.6 :(
有人能帮助我吗?
編輯:
移除并重新安装卡到机器后,Ubuntu 至少开始将该卡识别为 RALink。但 RT61pci 默认驱动程序不起作用。网络处于 UNCLAIMED 状态:
*-network UNCLAIMED
description: Network controller
product: RT2561/RT61 rev B 802.11g
vendor: Ralink corp.
physical id: 2
bus info: pci@0000:03:02.0
version: 00
width: 32 bits
clock: 33MHz
capabilities: pm cap_list
configuration: latency=32
resources: memory:d0500000-d0507fff
因此,在尝试从 DLink 支持站点构建 Linux 驱动程序十几次后,我放弃了,并尝试使用 Ndiswrapper。
我发现我需要使用 64 位驱动程序,而我找到的唯一有效的驱动程序是 XP64这里。
现在情况变得更好了,因为我可以用 iwconfig 看到更多的东西:
wlan0 IEEE 802.11g ESSID:"dlink"
Mode:Managed Frequency:2.437 GHz Access Point: Not-Associated
Bit Rate:54 Mb/s Tx-Power:20 dBm Sensitivity=-121 dBm
RTS thr=2347 B Fragment thr=2346 B
Power Management:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
但我仍然无法连接到 AP :(
lspci-nnk:
03:02.0 Network controller [0280]: Ralink corp. RT2561/RT61 rev B 802.11g [1814:0302]
Subsystem: D-Link System Inc AirPlus G DWL-G510 Wireless Network Adapter (Rev.C) [1186:3c09]
Kernel driver in use: ndiswrapper
Kernel modules: rt61pci
rfkill 列出全部:
returns nothing.
sudo lshw-类网络:
*-network
description: Wireless interface
product: RT2561/RT61 rev B 802.11g
vendor: Ralink corp.
physical id: 2
bus info: pci@0000:03:02.0
logical name: wlan0
version: 00
width: 32 bits
clock: 33MHz
capabilities: pm bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=ndiswrapper+netrt61g driverversion=1.56+D-Link,06/12/2009, 1.02.08. latency=32 link=no multicast=yes wireless=IEEE 802.11g
resources: irq:21 memory:d0500000-d0507fff
答案1
刚刚确认...R2x00 包(RT61pci 模块)不适用于 64 位环境。
至少我已经使用 Ubuntu 10.04 和 11.10(服务器和桌面)进行了测试,并且也尝试过 Debian Squezze 64。
他们识别了该卡,但驱动程序却不起作用。
我曾尝试针对 64 位发行版进行编译,但是也没有成功。
我已经安装了 32 位版本,网络管理器开箱即用,运行良好。:(