看板 Linux 關於我們 聯絡資訊
抱歉我又來了 前面的Thinkpad T460終於有load 到 grub後 發現找不到無線網路 首先是發現iwconfig 和rfkill 都沒看到wlan0 dmesg 也沒看到wireless 的資訊 然後我注意到這一篇 http://askubuntu.com/questions/693109/intel-wireless-8260-unclaimed-network 裏面的原po 他的資訊是 $ lspci -nnk | grep 0280 -A2 03:00.0 Network controller [0280]: Intel Corporation Wireless 8260 [8086:24f3] (rev 3a) Subsystem: Intel Corporation Device [8086:1130] 而我的狀況是 # lspci -nnk | grep 0280 -A2 04:00.0 Network controller [0280]: Intel Corporation Wireless 8260 [8086:24f3] (rev 3a) Subsystem: Intel Corporation Device [8086:0130] 只差一點點 所以我就照上面的方法 只是改成 {IWL_PCI_DEVICE(0x24F3, 0x0130, iwl8260_2ac_cfg)}, 一樣compile, make install 結果iwconfig 還是都沒看到wlan0 另外也有看到 https://wiki.debian.org/iwlwifi 重新裝了 http://httpredir.debian.org/debian/ 裏面的 firmware-iwlwifi 0.43 也還是沒用 不過重裝driver讓 dmesg多了點錯誤訊息 # dmesg | grep iwl [ 6.865787] iwlwifi 0000:04:00.0: irq 140 for MSI/MSI-X [ 6.866948] iwlwifi 0000:04:00.0: Unsupported splx structure [ 6.887913] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-8000C-17.ucode (-2) [ 6.887988] iwlwifi 0000:04:00.0: Direct firmware load failed with error -2 [ 6.887989] iwlwifi 0000:04:00.0: Falling back to user helper [ 6.888252] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-8000C-16.ucode (-2) [ 6.888327] iwlwifi 0000:04:00.0: Direct firmware load failed with error -2 [ 6.888329] iwlwifi 0000:04:00.0: Falling back to user helper [ 6.888542] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-8000C-15.ucode (-2) [ 6.888668] iwlwifi 0000:04:00.0: Direct firmware load failed with error -2 [ 6.888669] iwlwifi 0000:04:00.0: Falling back to user helper [ 6.888872] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-8000C-14.ucode (-2) [ 6.888998] iwlwifi 0000:04:00.0: Direct firmware load failed with error -2 [ 6.888999] iwlwifi 0000:04:00.0: Falling back to user helper [ 6.889198] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-8000C-13.ucode (-2) [ 6.889324] iwlwifi 0000:04:00.0: Direct firmware load failed with error -2 [ 6.889325] iwlwifi 0000:04:00.0: Falling back to user helper [ 6.889528] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-8000C-12.ucode (-2) [ 6.889654] iwlwifi 0000:04:00.0: Direct firmware load failed with error -2 [ 6.889655] iwlwifi 0000:04:00.0: Falling back to user helper [ 6.889846] iwlwifi 0000:04:00.0: request for firmware file 'iwlwifi-8000C-12.ucode' failed. [ 6.889975] iwlwifi 0000:04:00.0: no suitable firmware found! 不知道各位有什麼建議嗎? 我另外有一台Thinkpad T430s 無線網卡本來都正常使用 但是突然大約一個禮拜前sleep起來後 network manager裡的無線網路就變灰色了 用rfkill查 發現 # rfkill list all 0: tpacpi_bluetooth_sw: Bluetooth Soft blocked: no Hard blocked: yes 1: phy0: Wireless LAN Soft blocked: no Hard blocked: yes 用rfkill unblock 卻還是始終被鎖住 相關的資訊是 # dmesg | grep iwl [ 11.280047] iwlwifi 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control [ 11.280261] iwlwifi 0000:03:00.0: irq 46 for MSI/MSI-X [ 11.566742] iwlwifi 0000:03:00.0: firmware: direct-loading firmware iwlwifi-6000g2a-6.ucode [ 11.566956] iwlwifi 0000:03:00.0: loaded firmware version 18.168.6.1 op_mode iwldvm [ 12.445928] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUG disabled [ 12.445939] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUGFS disabled [ 12.445945] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TRACING disabled [ 12.445951] iwlwifi 0000:03:00.0: Detected Intel(R) Centrino(R) Advanced-N 6205 AGN, REV=0xB0 [ 12.446125] iwlwifi 0000:03:00.0: L1 Enabled - LTR Disabled [ 12.452712] iwlwifi 0000:03:00.0: RF_KILL bit toggled to disable radio. [ 13.087475] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs' 現在還一點頭緒都沒有 能給點建議嗎? 感激不盡 -- -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 129.119.200.234 ※ 文章網址: https://www.ptt.cc/bbs/Linux/M.1458272037.A.C5A.html