ヘルプヘルプ—提案されたすべてを試しましたが、何の効果もありませんでした。そのため、この問題の解決を支援してくれる人が必要です。これが起こった唯一の例ではないかと思いますが、既存の質問を検索しても修正は見つかりませんでした!
よろしくお願いします!
ヘルプ。 Intel Pro4965がインストールされたUbuntu16.04LTSを実行しているThinkpadT61で、2016年12月に(定期的な更新後に)Wi-Fiを失いました。システムはその時点まで正常に機能していましたが、ワイヤレスネットワークがネットワーク画面で強調表示されていないため(有線イーサネットは正常に機能しています)、ワイヤレスネットワークは利用できません。古いCD(show and tellモード)からシステムを起動するかのように、Intelアダプターでは問題ありません。wifiは正常に動作します。
私はLinuxの初心者で、多くの端末コマンドを知りませんが、 、この問題についてインターネットを検索する際に、それらの投稿のいくつかで要求されたそれらのコマンドのいくつかを実行しました。彼らは次のとおりです:
lshw
*-network
description: Wireless interface
product: PRO/Wireless 4965 AG or AGN [Kedron] Network Connection
vendor: Intel Corporation
physical id: 0
bus info: [email protected]:03:00.0
logical name: wlan0
version: 61
serial: 00:1f:3b:04:2a:89
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=iwl4965 driverversion=3.13.0-93-generic firmware=228.61.2.24 latency=0 link=no multicast=yes wireless=IEEE 802.11abgn
resources: irq:50 memory:df2fe000-df2fffff
dmesg
[ 17.385816] iwl4965: Intel(R) Wireless WiFi 4965 driver for Linux, in-tree:
[ 17.385820] iwl4965: Copyright(c) 2003-2011 Intel Corporation
[ 17.385869] iwl4965 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 17.386046] iwl4965 0000:03:00.0: Detected Intel(R) Wireless WiFi Link 4965AGN, REV=0x4
[ 17.429578] iwl4965 0000:03:00.0: device EEPROM VER=0x36, CALIB=0x5
[ 17.430150] iwl4965 0000:03:00.0: Tunable channels: 11 802.11bg, 13 802.11a channels
[ 17.430252] iwl4965 0000:03:00.0: irq 50 for MSI/MSI-X
[ 17.873742] iwl4965 0000:03:00.0: loaded firmware version 228.61.2.24
[ 18.124091] ieee80211 phy0: Selected rate control algorithm 'iwl-4965-rs'
[email protected]:~$ iw dev
phy#0
Interface wlan0
ifindex 3
wdev 0x1
addr 00:1f:3b:04:2a:89
type managed
[email protected]:~$ iwconfig
wlan0 IEEE 802.11abgn ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=14 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:off
lo no wireless extensions.
eth0 no wireless extensions.
[email protected]:~$ lspci -knn | grep Net -A2
00:19.0 Ethernet controller [0200]: Intel Corporation 82566MM Gigabit Network Connection [8086:1049] (rev 03)
Subsystem: Lenovo ThinkPad T61/R61 [17aa:20b9]
Kernel driver in use: e1000e
--
03:00.0 Network controller [0280]: Intel Corporation PRO/Wireless 4965 AG or AGN [Kedron] Network Connection [8086:4230] (rev 61)
Subsystem: Intel Corporation Lenovo ThinkPad T51 [8086:1110]
Kernel driver in use: iwl4965
この問題を解決するための助けをいただければ幸いです。
よろしくお願いします。
メル
承認された回答:
Ubuntu16.04に間違ったカーネルがインストールされています。有線でインターネットに接続し、端末で実行する
sudo apt install linux-generic
再起動します。