我这里需要帮助。我只是安装了ubuntu桌面11.10,无法得到我的无线网卡工作。它基于RALink芯片组。
我找到了一个指向驱动程序的链接:http://suporte.dlink.com.br/suporte/index.php。但是这个驱动程序似乎不包含内核3.x编译的数据,只有2.4和2.6 :(
有人能帮我吗?
编辑:
在移除卡并重新安装到机器后,Ubuntu至少开始识别该卡为RALink。但是RT61pci默认驱动程序没有工作。该网络获得无人认领的状态:
*-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: rt61pcirfkill列表所有:
returns nothing.sudo lshw -class网络:
*-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发布于 2011-11-10 12:39:47
刚刚确认..。R2x00包(RT61pci模块)不适用于64位环境。
至少我已经用Ubuntu10.04和11.10测试了服务器和桌面,我也尝试过64。
他们认出了卡,但司机就是不工作。
我试着在64位的下位编译它,但是也没有工作。
我已经安装了32位版本,网络管理器运行得非常完美,开箱即用。:(
https://askubuntu.com/questions/75871
复制相似问题