Wireless_tools- iwconfig wlp5s5 無無線擴展

Wireless_tools- iwconfig wlp5s5 無無線擴展

我還安裝了無線工具、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下正常工作

相關內容