我已经安装了无线工具、GNUtls、Openssl、WpaSupplicant、Wget,但我不知道是否需要一些库。
iwconfig
而其他无线工具无法识别无线接口。
我设置了界面
ip link set <interface> up
我使用 wpa-supplicant 对其进行了配置,并使用文本浏览器和 wget,最后我可以直接从 BLFS 下载源。:)
我确定内核是用 和 编译的。CONFIG_CFG80211_WEXT=y
我尝试重新编译并重新安装,但无济于事……无线工具不提供“卸载”脚本,手动删除所有文件是最好的解决方案吗?有没有一种自动方法可以从构建包中提取安装树?CONFIG_WEXT_CORE=y
CONFIG_WEXT_PROC=y
所以,
lspci -vnn | grep -i net
lspci: Unable to load libkmod resources: error -12
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI
Express Gigabit Ethernet Controller [10ec:8168] (rev 06)
05:05.0 Network controller [0280]: Ralink corp. RT3060 Wireless 802.11n 1T/1R [1814:3060]
和
sudo lshw -C network
[sudo] password for gaia:
*-network DISABLED
description: Ethernet interface
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:02:00.0
logical name: enp2s0
version: 06
serial: 00:25:22:ad:ac:e4
size: 10Mbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list 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=half latency=0 link=no multicast=yes port=MII speed=10Mbit/s
resources: irq:49 ioport:c800(size=256) memory:d3fff000-d3ffffff memory:d3ff8000-d3ffbfff
*-network
description: Wireless interface
product: RT3060 Wireless 802.11n 1T/1R
vendor: Ralink corp.
physical id: 5
bus info: pci@0000:05:05.0
logical name: wlp5s5
version: 00
serial: 80:1f:02:44:a2:29
width: 32 bits
clock: 33MHz
capabilities: pm bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=rt2800pci driverversion=3.13.3-1 firmware=0.26 ip=192.168.1.76 latency=32 link=yes maxlatency=4 mingnt=2 multicast=yes wireless=IEEE 802.11bgn
resources: irq:20 memory:fe9f0000-fe9fffff
我已经安装了 Ralink 的固件,现在我在 archlinux 中工作,无线工具在固件=0.34 和驱动程序=3.15.1 下正常工作。