我刚刚安装了 10.10 x64,甚至找不到我的无线网络,更不用说连接到它了。我搜索了整个 SE 和 Ubuntu 论坛,但找不到如何做这个简单的事情。
有人可以给我答案吗?它现在已插入并已 100% 更新。
它是带无线网卡的台式机。
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
这是输出sudo lshw -c network
:
*-network DISABLED
description: Wireless interface
product: RT2860
vendor: RaLink
physical id: 0
bus info: pci@0000:03:00.0
logical name: wlan0
version: 00
serial: 70:1a:04:f4:de:e9
width: 32 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=rt2800pci driverversion=2.6.35-27-generic firmware=N/A latency=0 link=yes multicast=yes wireless=IEEE 802.11bgn
resources: irq:17 memory:fcff0000-fcffffff
*-network
description: Ethernet interface
product: RTL8111/8168B PCI Express Gigabit Ethernet controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:02:00.0
logical name: eth0
version: 03
serial: 00:23:54:fd:c2:32
size: 100MB/s
capacity: 1GB/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full ip=192.168.1.14 latency=0 link=yes multicast=yes port=MII speed=100MB/s
resources: irq:44 ioport:d800(size=256) memory:fceff000-fcefffff memory:ddffc000-ddffffff memory:fcec0000-fcedffff
更新
我发现这是 rt2860 的一个已知问题。我一直在逐步按照此处找到的说明进行操作
我决定重新统计,因为我被困在第 5 步:
sudo rmmod rt2860sta
是给我这个问题:
ERROR: Module rt2860sta does not exist in /proc/modules
自从我重新开始以来,我什至无法通过第 5 步
sudo make
我明白了:
make: *** No targets specified and no makefile found. Stop.
我搞不清楚了。任何帮助,将不胜感激。
万一有人遇到这个问题,这就是我为解决这个问题所做的。
sudo modprobe rt2860sta
需要插入模块,因为 Ubuntu 使用通用驱动程序。运行此代码以验证:
locate rt2860sta.ko
无需下载额外的驱动程序。
可能需要进行一些小的调整,但我希望这可以帮助遇到同样问题的任何人。