FS#60841 - [linux] Kernel 4.19.1 not working with Intel AC 9260 wireless card
Attached to Project:
Arch Linux
Opened by Giulio (Pepppe) - Saturday, 17 November 2018, 17:11 GMT
Last edited by Andreas Radke (AndyRTR) - Tuesday, 01 March 2022, 21:24 GMT
Opened by Giulio (Pepppe) - Saturday, 17 November 2018, 17:11 GMT
Last edited by Andreas Radke (AndyRTR) - Tuesday, 01 March 2022, 21:24 GMT
|
Details
Description: I installed Arch Linux on my new laptop and,
when I issue "systemctl start NetworkManager" I get black
screen and I have to restart my laptop by pressing and
holding on power button.
Kernel 19.4.1 (not working) Kernel 4.18.16 (working fine) wifi card: INTEL® AC-9260 M.2 (1.73 Gbps, 802.11AC) + BT 5.0 This is the log: https://pastebin.com/aXmQN1W6 with this error: nov 17 15:55:19 arch kernel: [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A FIFO underrun Additional info: * package version(s) * config and/or log files etc. Steps to reproduce: systemctl start NetworkManager |
This task depends upon
Closed by Andreas Radke (AndyRTR)
Tuesday, 01 March 2022, 21:24 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed upstream.
Tuesday, 01 March 2022, 21:24 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed upstream.
nov 17 15:55:25 arch kernel: wlp2s0: deauthenticating from 0c:b6:d2:3b:33:8b by local choice (Reason: 1=UNSPECIFIED)
nov 17 15:55:25 arch wpa_supplicant[2814]: wlp2s0: CTRL-EVENT-DISCONNECTED bssid=0c:b6:d2:3b:33:8b reason=1 locally_generated=1
nov 17 15:55:25 arch wpa_supplicant[2814]: wlp2s0: WPA: 4-Way Handshake failed - pre-shared key may be incorrect
nov 17 15:55:25 arch wpa_supplicant[2814]: wlp2s0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="D-Link-3B338A" auth_failures=1 duration=10 reason=WRONG_KEY
If NetworkManager is disabled and you do not start it is the following present in dmesg and do graphics function correctly?
[drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A FIFO underrun
If you are prepared to try a package from an unofficial repository https://wiki.archlinux.org/index.php/Unofficial_user_repositories#miffe contains the linux-mainline package currently at 4.20-rc2 to see if the issue has already been fixed upstream.
Or you could build the linux-mainline or linux-git package from AUR.
Alternatively you could bisect between 4.18 and 4.19 to find the cause.
intel_idle.max_cstate=4
I could reproduce it with just using wpa_supplicant and dhcpcd (followed the steps in the installation guide) and without using a GUI. The screen started flickering for a while, and then went pitch black.