Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. $ lspci | grep Wireless
  2. 00:14.3 Network controller: Intel Corporation Wireless-AC 9560 [Jefferson Peak] (rev 10)
  3.  
  4. $ dmesg | grep iwl
  5. [ 7.523390] iwlwifi(+) mei_me cfg80211 mei intel_lpss_pci(+) intel_lpss int3403_thermal intel_hid dell_smo8800 processor_thermal_device wmi shpchp int3400_thermal int340x_thermal_zone intel_pch_thermal sparse_keymap intel_soc_dts_iosf mac_hid acpi_thermal_rel acpi_pad parport_pc sunrpc ppdev lp parport autofs4 hid_generic usbhid nvidia_drm(POE) nvidia_modeset(POE) nvidia(POE) i915 i2c_algo_bit drm_kms_helper e1000e rtsx_pci_sdmmc syscopyarea nvme sysfillrect ptp sysimgblt ahci fb_sys_fops pps_core nvme_core rtsx_pci thunderbolt libahci drm i2c_hid hid video
  6. [ 7.580747] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
  7. [ 7.587105] iwlwifi 0000:00:14.3: loaded firmware version 34.0.0 op_mode iwlmvm
  8. [ 7.603325] iwlwifi 0000:00:14.3: Detected Intel(R) Dual Band Wireless AC 9560, REV=0x318
  9. [ 7.649164] iwlwifi 0000:00:14.3: Microcode SW error detected. Restarting 0x0.
  10. [ 7.649169] iwlwifi 0000:00:14.3: Not valid error log pointer 0x00000000 for Init uCode
  11. [ 7.649203] iwlwifi 0000:00:14.3: SecBoot CPU1 Status: 0x3, CPU2 Status: 0x24c2
  12. [ 7.649205] iwlwifi 0000:00:14.3: Failed to start INIT ucode: -5
  13. [ 7.661481] iwlwifi 0000:00:14.3: Failed to run INIT ucode: -5
  14. [ 222.162578] iwlwifi 0000:00:14.3: loaded firmware version 34.0.0 op_mode iwlmvm
  15. [ 222.176037] iwlwifi 0000:00:14.3: Detected Intel(R) Dual Band Wireless AC 9560, REV=0x318
  16. [ 222.220505] iwlwifi 0000:00:14.3: Microcode SW error detected. Restarting 0x0.
  17. [ 222.220510] iwlwifi 0000:00:14.3: Not valid error log pointer 0x00000000 for Init uCode
  18. [ 222.220582] iwlwifi 0000:00:14.3: SecBoot CPU1 Status: 0x3, CPU2 Status: 0x2458
  19. [ 222.220584] iwlwifi 0000:00:14.3: Failed to start INIT ucode: -5
  20. [ 222.232890] iwlwifi 0000:00:14.3: Failed to run INIT ucode: -5
  21.  
  22. $ rfkill list
  23. 1: dell-wifi: Wireless LAN
  24. Soft blocked: no
  25. Hard blocked: no
  26. 2: dell-bluetooth: Bluetooth
  27. Soft blocked: yes
  28. Hard blocked: no
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement