web-dev-qa-db-ja.com

インテルCentrinoワイヤレスn 1030ワイヤレスドロップ後の再起動Ubuntu 14.04

再起動後もWi-Fiが突然動作しなくなった

Sudo lshw -C networkこれを与える

*-network
  description: Ethernet interface 
  product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller 
  vendor: Realtek Semiconductor Co., Ltd. 
  physical id: 0 
  bus info: pci@0000:05:00.0 
  logical name: eth0 version: 06 
  serial: 24:b6:fd:27:e1:b8 
  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 firmware=rtl_nic/rtl8168e-2.fw latency=0 link=no multicast=yes port=MII speed=10Mbit/s 
  resources: irq:30 ioport:e000(size=256) memory:f1104000-f1104fff memory:f1100000-f1103fff 
*-network 
   description: Ethernet interface 
   physical id: 2 
   logical name: usb0 
   serial: fa:dd:3b:86:b9:76 
   capabilities: ethernet 
   physical configuration: broadcast=yes driver=rndis_Host driverversion=22-Aug-2005 firmware=RNDIS device ip=192.168.42.167 link=yes multicast=yes

私のwifiデバイスはインテルセントリーノワイヤレスn 1030(レインボーピーク)


私はiwlwifi.confを変更しようとしましたが、何の助けにもならなかったので、ウェブサイトでダウンロードを見つけました https://www.intel.in/content/www/in/en/support/network-and- io/wireless-networking/000005511.html

これらはファームウェアをインストールするために与えられた指示でした:

Copy the files into the distribution-specific firmware directory, /lib/firmware.
If the directory does not work, consult your distribution documentation.
If you configure the kernel yourself, make sure firmware loading is enabled.

コピーする必要のないiwlwifi-6000g2b-5.ucodeファイル以外に2つのファイルがあり(1つはライセンスで、もう1つはreadmeです)、再度起動したことに注意してください。

しかし、数時間後にWifiが落ちるという新しい問題が発生しました

dmesg | grep iwlは次のようにします

[   20.654434] iwlwifi 0000:09:00.0: loaded firmware version 18.168.6.1 op_mode iwldvm
[   21.575195] iwlwifi 0000:09:00.0: CONFIG_IWLWIFI_DEBUG disabled
[   21.575199] iwlwifi 0000:09:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
[   21.575200] iwlwifi 0000:09:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
[   21.575203] iwlwifi 0000:09:00.0: Detected Intel(R) Centrino(R) Wireless-N 1030 BGN, REV=0xB0
[   21.575256] iwlwifi 0000:09:00.0: L1 Disabled - LTR Disabled
[   21.595943] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[   27.574648] iwlwifi 0000:09:00.0: L1 Disabled - LTR Disabled
[   27.581175] iwlwifi 0000:09:00.0: L1 Disabled - LTR Disabled
[   27.581262] iwlwifi 0000:09:00.0: Radio type=0x2-0x2-0x1
[   27.648799] iwlwifi 0000:09:00.0: L1 Disabled - LTR Disabled
[   27.655322] iwlwifi 0000:09:00.0: L1 Disabled - LTR Disabled
[   27.655409] iwlwifi 0000:09:00.0: Radio type=0x2-0x2-0x1
[ 2240.088860] iwlwifi 0000:09:00.0: L1 Disabled - LTR Disabled
[ 2240.095386] iwlwifi 0000:09:00.0: L1 Disabled - LTR Disabled
[ 2240.095475] iwlwifi 0000:09:00.0: Radio type=0x2-0x2-0x1
[ 2240.163097] iwlwifi 0000:09:00.0: L1 Disabled - LTR Disabled
[ 2240.169634] iwlwifi 0000:09:00.0: L1 Disabled - LTR Disabled
[ 2240.169729] iwlwifi 0000:09:00.0: Radio type=0x2-0x2-0x1

私はまた、バグレポートを参照しました https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1420935 次のファイルを作成しました:/ etc /という名前のファイルを作成しますmodprobe.d/wifi_bug.conf

次の行をファイルに追加します。options iwlmvm power_scheme = 1 options iwlwifi bt_coex_active = N swcrypto = 1 11n_disable = 1

ファイルの所有権を、そのフォルダー内の他のファイルと同じに設定します。

リブート。

しばらく動作しましたが、現在使用しているカーネルのバージョンは4.4.0-130-genericです。

1
sassy.geek

ハードウェアテストが必要です

https://askubuntu.com/a/1065770/6234

これは私のために働いた解決策です

0
sassy.geek

この回答から: WiFiのリセット 再起動後にWiFiの電源をオフにしてから再びオンにすることができます。これは、ラップトップで機能する物理的な電源ボタンのオフ/オフをシミュレートします。

0