You are not logged in.
Pages: 1
Hi all,
I already installed Arch in a PC, but this is the first time I install it in a laptop. Practically from the beginning after completing the installation the computer keeps freezing from time to time. Mainly it happens when using Firefox or Chrome, but I had crashes while cloning a repo, scrolling through journalctl and running pacman. But opening Firefox guarantees a crash.
I've been trying to fix it for the past week, but it reached a point where I have no idea where to look. This is all the info that I have about my setup and everything I tried:
1. Kernel: 5.12.11-arch1-1
2. Laptop: HP with in Intel i3 and an integrated graphics card. 8GBs of RAM.
3. WM: i3
4. Mesa drivers (although I tried xf86-video-intel as well)
----
I tried:
1. I checked that is not Xorg freezing, I can't switch to another TTY.
2. I updated the microcode when installing Arch.
3. Tried with mesa first, then with xf86-video-intel and now I'm back with mesa.
4. I thought that it might be touchpad related, so I installed the drivers.
5. Checked the journactl, I found two errors:
One that says:
Jun 18 22:26:29 dma-arch kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210105/psobject-220)
Jun 18 22:26:29 dma-arch kernel: ACPI BIOS Error (bug): Failure creating named object I looked it up and apparently it's no big deal.
I did find a call stack though, but couldn't find any information about any of the functions.
Jun 18 19:40:53 dma-arch kernel: ------------[ cut here ]------------
Jun 18 19:40:53 dma-arch kernel: i915 0000:00:02.0: drm_WARN_ON(val == 0xffffffff)
Jun 18 19:40:53 dma-arch kernel: WARNING: CPU: 3 PID: 222 at drivers/gpu/drm/i915/display/intel_tc.c:632 intel_tc_port_init+0x219/0x220 [i915]
Jun 18 19:40:53 dma-arch kernel: Modules linked in: bluetooth(+) hp_wmi(+) rtw88_pci irqbypass pcc_cpufreq(-) rtw88_core ac97_bus sparse_keymap snd_pcm_dmaengine crct10dif_pclmul crc32_pclmul mei_hdcp ecdh_generic mc ecc snd_hda_intel wmi_bmof ghash_clmulni_intel mac80211 aesni_intel i915(+) snd_intel_dspcfg snd_intel_sdw_acpi crypto_simd cryptd intel_cstate intel_uncore snd_hda_codec snd_hda_core snd_hwdep cfg80211 snd_pcm pcspkr snd_timer i2c_algo_bit snd i2c_i801 rfkill i2c_smbus soundcore libarc4 drm_kms_helper mei_me mei processor_thermal_device cec processor_thermal_rfim intel_lpss_pci intel_lpss intel_gtt idma64 processor_thermal_mbox syscopyarea processor_thermal_rapl intel_rapl_common sysfillrect sysimgblt intel_soc_dts_iosf fb_sys_fops wmi i2c_hid_acpi i2c_hid video int3403_thermal int340x_thermal_zone int3400_thermal mac_hid acpi_thermal_rel acpi_pad hp_wireless dptf_pch_fivr drm fuse agpgart bpf_preload ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 serio_raw atkbd libps2 xhci_pci
Jun 18 19:40:53 dma-arch kernel: i8042 crc32c_intel xhci_pci_renesas serio
Jun 18 19:40:53 dma-arch kernel: CPU: 3 PID: 222 Comm: systemd-udevd Not tainted 5.12.11-arch1-1 #1
Jun 18 19:40:53 dma-arch kernel: Hardware name: HP HP Laptop 15s-fq2xxx/87FE, BIOS F.09 02/19/2021
Jun 18 19:40:53 dma-arch kernel: RIP: 0010:intel_tc_port_init+0x219/0x220 [i915]
Jun 18 19:40:53 dma-arch kernel: Code: 4c 8b 67 50 4d 85 e4 75 03 4c 8b 27 e8 10 0d d3 f6 48 c7 c1 60 ce a3 c0 4c 89 e2 48 c7 c7 4a a4 a5 c0 48 89 c6 e8 14 98 0b f7 <0f> 0b e9 33 ff ff ff 0f 1f 44 00 00 41 54 49 89 fc 55 53 89 f3 48
Jun 18 19:40:53 dma-arch kernel: RSP: 0018:ffffb9900071f8d0 EFLAGS: 00010286
Jun 18 19:40:53 dma-arch kernel: RAX: 0000000000000000 RBX: ffff91e3088bf000 RCX: 0000000000000027
Jun 18 19:40:53 dma-arch kernel: RDX: ffff91e477b986e8 RSI: 0000000000000001 RDI: ffff91e477b986e0
Jun 18 19:40:53 dma-arch kernel: RBP: 0000000000000000 R08: 0000000000000000 R09: ffffb9900071f700
Jun 18 19:40:53 dma-arch kernel: R10: ffffb9900071f6f8 R11: ffffffffb8acc4a8 R12: ffff91e3011acb90
Jun 18 19:40:53 dma-arch kernel: R13: 00000000ffffffff R14: ffff91e30fcf0000 R15: ffff91e30fcf07f0
Jun 18 19:40:53 dma-arch kernel: FS: 00007fcd1ca9ea40(0000) GS:ffff91e477b80000(0000) knlGS:0000000000000000
Jun 18 19:40:53 dma-arch kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jun 18 19:40:53 dma-arch kernel: CR2: 00007f4053ad9140 CR3: 000000010205c003 CR4: 0000000000770ee0
Jun 18 19:40:53 dma-arch kernel: PKRU: 55555554
Jun 18 19:40:53 dma-arch kernel: Call Trace:
Jun 18 19:40:53 dma-arch kernel: intel_ddi_init+0x678/0x8d0 [i915]
Jun 18 19:40:53 dma-arch kernel: ? gen12_fwtable_read32+0x96/0x1f0 [i915]
Jun 18 19:40:53 dma-arch kernel: intel_modeset_init_nogem+0xb0a/0x15c0 [i915]
Jun 18 19:40:53 dma-arch kernel: ? gen12_fwtable_write32+0xcd/0x220 [i915]
Jun 18 19:40:53 dma-arch kernel: ? gen12_fwtable_write32+0xcd/0x220 [i915]
Jun 18 19:40:53 dma-arch kernel: ? gen12_fwtable_read32+0x96/0x1f0 [i915]
Jun 18 19:40:53 dma-arch kernel: i915_driver_probe+0x5d6/0xcb0 [i915]
Jun 18 19:40:53 dma-arch kernel: input: HP WMI hotkeys as /devices/virtual/input/input10
Jun 18 19:40:53 dma-arch kernel: i915_pci_probe+0x52/0x150 [i915]
Jun 18 19:40:53 dma-arch kernel: local_pci_probe+0x42/0x80
Jun 18 19:40:53 dma-arch kernel: ? pci_match_device+0xd7/0x110
Jun 18 19:40:53 dma-arch kernel: pci_device_probe+0xfa/0x1b0
Jun 18 19:40:53 dma-arch kernel: really_probe+0xf2/0x440
Jun 18 19:40:53 dma-arch kernel: driver_probe_device+0xe1/0x150
Jun 18 19:40:53 dma-arch kernel: device_driver_attach+0xa1/0xb0
Jun 18 19:40:53 dma-arch kernel: __driver_attach+0x8a/0x150
Jun 18 19:40:53 dma-arch kernel: ? device_driver_attach+0xb0/0xb0
Jun 18 19:40:53 dma-arch kernel: ? device_driver_attach+0xb0/0xb0
Jun 18 19:40:53 dma-arch kernel: bus_for_each_dev+0x89/0xd0
Jun 18 19:40:53 dma-arch kernel: bus_add_driver+0x12b/0x1e0
Jun 18 19:40:53 dma-arch kernel: driver_register+0x8f/0xe0
Jun 18 19:40:53 dma-arch kernel: ? 0xffffffffc0b41000
Jun 18 19:40:53 dma-arch kernel: i915_init+0x62/0x7c [i915]
Jun 18 19:40:53 dma-arch kernel: do_one_initcall+0x57/0x220
Jun 18 19:40:53 dma-arch kernel: do_init_module+0x5c/0x270
Jun 18 19:40:53 dma-arch kernel: load_module+0x250e/0x2700
Jun 18 19:40:53 dma-arch kernel: ? 0xffffffffc0b41000
Jun 18 19:40:53 dma-arch kernel: ? __do_sys_init_module+0x12e/0x1b0
Jun 18 19:40:53 dma-arch kernel: __do_sys_init_module+0x12e/0x1b0
Jun 18 19:40:53 dma-arch kernel: do_syscall_64+0x33/0x40
Jun 18 19:40:53 dma-arch kernel: entry_SYSCALL_64_after_hwframe+0x44/0xae
Jun 18 19:40:53 dma-arch kernel: RIP: 0033:0x7fcd1d3d432e
Jun 18 19:40:53 dma-arch kernel: Code: 48 8b 0d 45 0b 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 12 0b 0c 00 f7 d8 64 89 01 48
Jun 18 19:40:53 dma-arch kernel: RSP: 002b:00007ffe809eca98 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
Jun 18 19:40:53 dma-arch kernel: RAX: ffffffffffffffda RBX: 000056329a2910a0 RCX: 00007fcd1d3d432e
Jun 18 19:40:53 dma-arch kernel: RDX: 00007fcd1d52ba9d RSI: 000000000059cab9 RDI: 00007fcd1b6cd010
Jun 18 19:40:53 dma-arch kernel: RBP: 00007fcd1b6cd010 R08: 000056329a2b4d20 R09: 000000000059cad0
Jun 18 19:40:53 dma-arch kernel: R10: 00005637f9020884 R11: 0000000000000246 R12: 00007fcd1d52ba9d
Jun 18 19:40:53 dma-arch kernel: R13: 000056329a2910a0 R14: 000056329a2b22c0 R15: 000056329a2910a0
Jun 18 19:40:53 dma-arch kernel: ---[ end trace 24677e9f718eb751 ]---
Jun 18 19:40:53 dma-arch kernel: ------------[ cut here ]------------That's pretty much all I have I think, I was trying to find a pattern, but now I'm able to write this whole post with no issues, which must be a record. I had htop running in case it crashes to check the memory and CPU usage, but I guess I'll have to update the post once it crashes.
Offline
Little update in case it helps someone point me in the right direction:
I had htop running when it crashed but there was nothing special, CPU was at 10% and 7GBs left of RAM. I saw people on other posts talking about pressing the caps lock key to see if it lights on, and it doesn't. Actually, after pressing it 4 or 5 times it started blinking. I've also run some stress tests against the CPU, memory and SSD and everything was fine.
I have a spare external disk, so I'm going to install Manjaro to see if it makes a difference.
Offline
Sounds like the baytrail bug
No new thing under the sun
Offline
Pages: 1