web-dev-qa-db-ja.com

Intel 7260はインストール中は機能しますが、再起動後は機能しません

だまされる前に、私はすでに Intel Corporation 7260バージョン63ではワイヤレスなし 質問に記載されている手順を試しました。適切なマイクロコードを/lib/firmwareにロードし、カーネルバージョン3.11を実行しています。

Kubuntu 13.10の完全に新規インストールで問題が発生しました:ワイヤレスカードはライブUSB(unetbootinで作成)で動作しますが、インストールされたシステムではドライバーの読み込みに失敗し、エラーがプローブに失敗しました(hwアドレス) ?)エラー-12が発生します。誰かアイデアや提案はありますか?グーグルはもうすぐだ。

kern.logから(10本の指のインターフェイス、一部の情報は省略):

---[ cut here]---
WARNING CPU: 10 PID: 302 at /build/buildd/linux-3.11.0/drivers/net/wireless/iwlwifi/pcie/rc.x:1059 iwl_pcie_alloc_ict+0x1cb/0x210 [iwlwifi]()
Modules linked in: iwlwifi(+) parport_pc psmouse cfg80211 ppdev serio_raw snd_hda_codec_realtek snd_hda_intel(+) bnep rfcomm snd_hda_codec bluetooth snd_hwdep     lpc_ich snd_pcm snd_page_alloc snd_seq_midi (and many others)
CPU: 10 PID: 302 Comm: kworker/10:1 Tainted: GF 3.11.0-18-generic #32-Ubuntu
Hardware name: ASUSTeK COMPUTER INC. Z9PE-D8 WS/Z9PE-D8 WS, BIOS 5304 11/18/2013
Workqueue: events work_for_cpu_fn
(12 memory addresses here, 1st, 4th and 10th are very small, 4th is nil)
Call Trace:
[address] dump_stack+0x45/0x56
[address] warn_slowpath_common+0x7d/0xa0
[address] warn_slowpath_null+0x1a/0x20
[address] iwl_pcie_alloc_ict+0x1cb/0x210
[address] iwl_trans_pcie_alloc+0x26a/0x400
[address] iwl_pci_probe+0x1d/0xc0
(9 trace entries omitted)
---[ end trace (address) ]---
iwlwifi:probe of 0000:84:00.0 failed with error -12

lspci

84:00.0 Network controller: Intel Corporation Wireless 7260 (rev 04)

lsmod

iwlwifi   165636 0
cfg 80211 480503 1 iwlwifi

dmesg | grep 84:00

pci 0000:84:00.0: [8086:08b1] type 00 class 0x028000
pci 0000:84:00.0: reg 0x10: [mem 0xfb100000-0xfb101fff 64bit]
pci 0000:84:00.0: PME# supportd from D0 D3hot D3cold
pci 0000:84:00.0: Signaling PME through PCIe PME interrupt
iwlwifi 0000:84:00.0: can't disable ASPM; OS doesn't have ASPM control
iwlwifi 0000:84:00.0: irq 133 for MSI/MSI-X
iwlwifi: probe of 0000:84:00.0 failed with error -12

dmesg | grep iwl

iwlwifi 0000:84:00.0: can't disable ASPM; OS doesn't have ASPM control
iwlwifi 0000:84:00.0: irq 133 for MSI/MSI-X
WARNING CPU: 10 PID: 302 at /build/buildd/linux-3.11.0/drivers/net/wireless/iwlwifi/pcie/rc.x:1059 iwl_pcie_alloc_ict+0x1cb/0x210 [iwlwifi]()
Modules linked in: iwlwifi(+) parport_pc psmouse cfg80211 ppdev serio_raw snd_hda_codec_realtek snd_hda_intel(+) bnep rfcomm snd_hda_codec bluetooth snd_hwdep     lpc_ich snd_pcm snd_page_alloc snd_seq_midi (and many others)
[address] iwl_pcie_alloc_ict+0x1cb/0x210
[address] iwl_trans_pcie_alloc+0x26a/0x400
[address] iwl_pci_probe+0x1d/0xc0
iwlwifi: probe of 0000:84:00.0 failed with error -12

dmesg | grep -i error

ioapic: probe of 0000:00:05.4 failed with error -22
ioapic: probe of 0000:80:05.4 failed with error -22
ERST: Error Record Serialization Table (ERST) support is initialized.
nouveau: probe of 0000:04:00.0 failed with error -22
nouveau: probe of 0000:83:00.0 failed with error -22
iwlwifi: probe of 0000:84:00.0 failed with error -12
EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro

lsmod | grep iwl

iwlwifi 165636 0
cfg80211 480503 1 iwlwifi

modprobeing iwlmvmの後の同じコマンド:

iwlmvm 161339 0
mac80211 597268 1 iwlmvm
iwlwifi 165636 1 iwlmvm
cfg80211 480503 3 iwlwifi,mac80211,iwlmvm

ただし、ifconfigiwconfigがmodprobeの後に何も返さない場合、wlan0はまだありません。

cat /etc/modprobe.d/iwlwifi.confは、以下のChili555の回答に貼り付けられたバージョンと一致します。

この行の下に、インストーラー内で機能するサンプルがあります。

dmesg | grep iwl

iwlwifi 0000:84:00.0: can't disable ASPM; OS doesn't have ASPM control
iwlwifi 0000:84:00.0: irq 132 for MSI/MSI-X
iwlwifi 0000:84:00.0: loaded firmware version 22.0.7.0 op_mode iwlmvm
iwlwifi 0000:84:00.0: Detected Intel(R) Dual Band Wireless AC 7260, REV=0x144
iwlwifi 0000:84:00.0: L1 Disabled; Enabling L0S
iwlwifi 0000:84:00.0: L1 Disabled; Enabling L0S
iwlwifi 0000:84:00.0: ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
iwlwifi 0000:84:00.0: L1 Disabled; Enabling L0S
iwlwifi 0000:84:00.0: L1 Disabled; Enabling L0S

lspci | grep 84:00

84:00.0 Network controller: Intel corporation Wireless 7260 (rev 73)

(異なるリビジョンが検出されました(?!))

インストーラはカーネル3.11.0-12-genericを使用しており、インストールされたシステムはカーネル3.11.0-18-genericを実行しています

よろしくお願いします。

1

まず、一時的な有線イーサネット接続を取得し、システムを完全に更新します。

Sudo apt-get update && Sudo apt-get -y upgrade
Sudo reboot 

ログをチェックして、問題が解決しないかどうかを確認します。

dmesg | grep iwl

次に、lsmodにiwlmvmが表示されません。正しくロードされていますか?

lsmod | grep iwl

そうでない場合は、ロードしてみてください。

Sudo modprobe iwlmvm

/etc/modprobe.d/iwlwifi.confファイルは正しく完了していますか?私の読み:

# /etc/modprobe.d/iwlwifi.conf
# iwlwifi will dyamically load either iwldvm or iwlmvm depending on the
# microcode file installed on the system.  When removing iwlwifi, first
# remove the iwl?vm module and then iwlwifi.
remove iwlwifi \
(/sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod) \
&& /sbin/modprobe -r mac80211

正しくない場合は、復元する必要があります。ガイダンスが必要な場合はお知らせください。

最後に、興味深いメッセージはありますか?

dmesg | grep 84:00
dmesg | grep -i error

84:00はワイヤレスカードのPCIバスです。 ACPIまたはIRQエラーがある場合は、BIOSをデフォルトにリセットしてみてください。

手がかりが見つかったら、必要に応じて回答を編集します。

3
chili555

私は最終的に14.04ベータ版を最初からインストールし、再起動する前に更新を実行して修正しました。

$ Sudo su
# mount /dev/sda1 /target
# mount -o bind /dev /target/dev
# mount -o bind /sys /target/sys
# mount -o bind /tmp /target/tmp
# mount -o bind /proc /target/proc
# mount -o bind /etc/resolv.conf /target/etc/resolv.conf
# chroot /target
# apt-get update
# apt-get dist-upgrade
0