英特尔7260在安装过程中可正常工作,但在重启后无法正常工作

全能实体

在打败之前:我已经尝试过“对于Intel Corporation 7260版本63没有无线问题”中列出的步骤我已经加载了正确的微代码,/lib/firmware并且正在运行3.11版内核。

我在完全全新安装Kubuntu 13.10时遇到一些问题:我的无线网卡可以在实时USB(使用unetbootin创建)上工作,但在已安装的系统上,驱动程序无法加载,并且回溯并显示错误,无法探测(硬件地址) ?)错误-12。有人有任何想法或建议吗?Google快要干了。

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

但是,在modprobe之后,wlan0如果我的ifconfigandiwconfig返回什么也没有,我仍然没有

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)

(检测到不同的修订版本(?!))

安装程序正在使用Kernel 3.11.0-12-generic,已安装的系统正在运行Kernel 3.11.0-18-generic

在此先感谢您的时间。

chili555

首先,我将获得一个临时的有线以太网连接并完全更新您的系统(如果尚未安装):

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重置为Defaults。

一旦找到一些线索,我将根据需要编辑答案。

本文收集自互联网,转载请注明来源。

如有侵权,请联系[email protected] 删除。

编辑于
0

我来说两句

0条评论
登录后参与评论

相关文章

来自分类Dev

英特尔7260在安装过程中可正常工作,但在重启后无法正常工作

来自分类Dev

以太网在安装过程中可正常工作,但在启动后,eth0或wlan0均未显示

来自分类Dev

英特尔xdk jquery css无法正常工作

来自分类Dev

英特尔XDK警报API无法正常工作

来自分类Dev

英特尔无线根本无法正常工作

来自分类Dev

英特尔UHD图形360视频无法正常工作

来自分类Dev

在Arch Linux安装过程中无法使Wireless工作

来自分类Dev

“英特尔公司设备3165” wifi无法正常工作

来自分类Dev

英特尔酷睿i7-8550U,Turbo Boost无法正常工作?

来自分类Dev

为什么在提取,安装等过程中我的CPU和HDD无法100%正常工作?

来自分类Dev

存储过程中的删除表无法正常工作?

来自分类Dev

重启后dnsmasq无法正常工作

来自分类Dev

重启后SSH无法正常工作

来自分类Dev

PHP表单在Firefox中可正常工作,但在IE和Chrome中无法正常工作

来自分类Dev

在 Ubuntu 18.04 中找不到 wi-fi 适配器,它之前工作正常但昨天停止工作,英特尔无线 8260 适配器

来自分类Dev

提供少量输入样本后,英特尔图形硬件H264 MFT ProcessInput调用失败,在Nvidia硬件MFT上也可以正常工作

来自分类Dev

Inno Setup:在安装过程中重新启动不会在重启后开始

来自分类Dev

英特尔高清显卡4000和Nvidia GeForce GT 650M上的openCL无法正常工作:CL_INVALID_DEVICE错误

来自分类Dev

在过程中使用dblink插入无法正常工作

来自分类Dev

使英特尔快速存储正常运行

来自分类Dev

安装sinopia npm后无法正常工作

来自分类Dev

安装后HDMI输出无法正常工作

来自分类Dev

安装后Docker无法正常工作

来自分类Dev

npm安装后键入无法正常工作

来自分类Dev

phpmyadmin安装后无法正常工作

来自分类Dev

phpmyadmin安装后无法正常工作

来自分类Dev

服务器重启后Liferay Scheduler无法正常工作

来自分类Dev

局域网重启后无法正常工作

来自分类Dev

局域网重启后无法正常工作

Related 相关文章

  1. 1

    英特尔7260在安装过程中可正常工作,但在重启后无法正常工作

  2. 2

    以太网在安装过程中可正常工作,但在启动后,eth0或wlan0均未显示

  3. 3

    英特尔xdk jquery css无法正常工作

  4. 4

    英特尔XDK警报API无法正常工作

  5. 5

    英特尔无线根本无法正常工作

  6. 6

    英特尔UHD图形360视频无法正常工作

  7. 7

    在Arch Linux安装过程中无法使Wireless工作

  8. 8

    “英特尔公司设备3165” wifi无法正常工作

  9. 9

    英特尔酷睿i7-8550U,Turbo Boost无法正常工作?

  10. 10

    为什么在提取,安装等过程中我的CPU和HDD无法100%正常工作?

  11. 11

    存储过程中的删除表无法正常工作?

  12. 12

    重启后dnsmasq无法正常工作

  13. 13

    重启后SSH无法正常工作

  14. 14

    PHP表单在Firefox中可正常工作,但在IE和Chrome中无法正常工作

  15. 15

    在 Ubuntu 18.04 中找不到 wi-fi 适配器,它之前工作正常但昨天停止工作,英特尔无线 8260 适配器

  16. 16

    提供少量输入样本后,英特尔图形硬件H264 MFT ProcessInput调用失败,在Nvidia硬件MFT上也可以正常工作

  17. 17

    Inno Setup:在安装过程中重新启动不会在重启后开始

  18. 18

    英特尔高清显卡4000和Nvidia GeForce GT 650M上的openCL无法正常工作:CL_INVALID_DEVICE错误

  19. 19

    在过程中使用dblink插入无法正常工作

  20. 20

    使英特尔快速存储正常运行

  21. 21

    安装sinopia npm后无法正常工作

  22. 22

    安装后HDMI输出无法正常工作

  23. 23

    安装后Docker无法正常工作

  24. 24

    npm安装后键入无法正常工作

  25. 25

    phpmyadmin安装后无法正常工作

  26. 26

    phpmyadmin安装后无法正常工作

  27. 27

    服务器重启后Liferay Scheduler无法正常工作

  28. 28

    局域网重启后无法正常工作

  29. 29

    局域网重启后无法正常工作

热门标签

归档