You are not logged in.

#1 2021-10-31 12:27:57

Rabid3east
Member
Registered: 2021-10-31
Posts: 37

Searched Arch Wiki and Google / journalctl errors

This is my first post here so be easy on me. I've been using Arch for 8+ months and getting around to maintenance after having to reinstall everything a month ago. I've searched to try and fix these errors in the past, to no avail. Which of these errors should I be concerned about, and what direction should I go in fixing them? Thanks a lot!


Oct 31 08:06:11 fibonacci kernel: x86/cpu: SGX disabled by BIOS.
Oct 31 08:06:12 fibonacci kernel:
Oct 31 08:06:12 fibonacci kernel: nvidia-gpu 0000:01:00.3: i2c timeout error e0000000
Oct 31 08:06:12 fibonacci kernel: ucsi_ccg 0-0008: i2c_transfer failed -110
Oct 31 08:06:12 fibonacci kernel: ucsi_ccg 0-0008: ucsi_ccg_init failed - -110
Oct 31 08:06:13 fibonacci wpa_supplicant[506]: nl80211: kernel reports: Attribute failed policy validation
Oct 31 08:06:13 fibonacci wpa_supplicant[506]: Failed to create interface p2p-dev-wlp0s20f3: -22 (Invalid argument)
Oct 31 08:06:13 fibonacci wpa_supplicant[506]: nl80211: Failed to create a P2P Device interface p2p-dev-wlp0s20f3
Oct 31 08:08:04 fibonacci kernel: i915 0000:00:02.0: [drm] *ERROR* Atomic update failure on pipe A (start=17785 end=17786) time 314 us, min 1062, max 1079, >
Oct 31 08:10:16 fibonacci kernel: i915 0000:00:02.0: [drm] *ERROR* Atomic update failure on pipe A (start=36914 end=36915) time 373 us, min 1062, max 1079, >
Oct 31 08:13:33 fibonacci kernel: i915 0000:00:02.0: [drm] *ERROR* Atomic update failure on pipe A (start=65201 end=65202) time 354 us, min 1062, max 1079, >
Oct 31 08:13:40 fibonacci kernel: i915 0000:00:02.0: [drm] *ERROR* Atomic update failure on pipe A (start=66285 end=66286) time 281 us, min 1062, max 1079, >
Oct 31 08:14:14 fibonacci kernel: i915 0000:00:02.0: [drm] *ERROR* Atomic update failure on pipe A (start=71162 end=71163) time 294 us, min 1062, max 1079, >
Oct 31 08:17:45 fibonacci kernel: i915 0000:00:02.0: [drm] *ERROR* Atomic update failure on pipe A (start=101573 end=101574) time 241 us, min 1062, max 1079>
Oct 31 08:18:47 fibonacci kernel: i915 0000:00:02.0: [drm] *ERROR* Atomic update failure on pipe A (start=110378 end=110379) time 199 us, min 1062, max 1079>
Oct 31 08:21:53 fibonacci kernel: i915 0000:00:02.0: [drm] *ERROR* Atomic update failure on pipe A (start=137218 end=137219) time 238 us, min 1062, max 1079>
lines 1-17/17 (END)

Offline

#2 2021-10-31 13:40:38

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 15,257

Re: Searched Arch Wiki and Google / journalctl errors

SGX stands for Intel Software Guard Extensions, I doubt you need them.

the wpa_supplicant messages have to do with wireless, no idea if they matter .

Oct 31 08:06:12 fibonacci kernel: nvidia-gpu 0000:01:00.3: i2c timeout error e0000000
Oct 31 08:06:12 fibonacci kernel: ucsi_ccg 0-0008: i2c_transfer failed -110
Oct 31 08:06:12 fibonacci kernel: ucsi_ccg 0-0008: ucsi_ccg_init failed - -110

ucsi_cgg is related to usb , does your nvidia card have usb connectors or one of your monitors connected to it ?

The drm atomic errors look like they're videocard or firmware related .
Are you encountering video related issues ?


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#3 2021-10-31 20:43:39

d_fajardo
Member
Registered: 2017-07-28
Posts: 1,687

Re: Searched Arch Wiki and Google / journalctl errors

kernel: i915 0000:00:02.0

The atomic error looks coming from the graphics:
https://bbs.archlinux.org/viewtopic.php?id=263884
Is your microcode up-to-date?

EDIT: What is your graphics setup like? You have both nvidia and i915.

Last edited by d_fajardo (2021-10-31 20:45:06)

Offline

#4 2021-10-31 21:16:14

loqs
Member
Registered: 2014-03-06
Posts: 18,984

Re: Searched Arch Wiki and Google / journalctl errors

Please post the full dmesg or journal output for a boot without priority filtering.

Offline

#5 2021-12-10 01:38:22

Rabid3east
Member
Registered: 2021-10-31
Posts: 37

Re: Searched Arch Wiki and Google / journalctl errors

Lone_Wolf wrote:

SGX stands for Intel Software Guard Extensions, I doubt you need them.

the wpa_supplicant messages have to do with wireless, no idea if they matter .

Oct 31 08:06:12 fibonacci kernel: nvidia-gpu 0000:01:00.3: i2c timeout error e0000000
Oct 31 08:06:12 fibonacci kernel: ucsi_ccg 0-0008: i2c_transfer failed -110
Oct 31 08:06:12 fibonacci kernel: ucsi_ccg 0-0008: ucsi_ccg_init failed - -110

ucsi_cgg is related to usb , does your nvidia card have usb connectors or one of your monitors connected to it ?

The drm atomic errors look like they're videocard or firmware related .
Are you encountering video related issues ?

I've not had issues with my video card or graphics. It's a laptop with 2 graphics cards and in my former boot I had it to be able to manually switch.

Offline

#6 2021-12-10 01:45:20

Rabid3east
Member
Registered: 2021-10-31
Posts: 37

Re: Searched Arch Wiki and Google / journalctl errors

d_fajardo wrote:

kernel: i915 0000:00:02.0

The atomic error looks coming from the graphics:
https://bbs.archlinux.org/viewtopic.php?id=263884
Is your microcode up-to-date?

EDIT: What is your graphics setup like? You have both nvidia and i915.

Right, I do have both of those graphics cards on this laptop. 2080 for mobile but the other is supposed to help conserve battery.

My intel microcode is upto date. I've tried multiple work arounds for nvidia to be enabled/disabled to conserve battery life on this laptop.

Offline

#7 2021-12-10 01:49:32

Rabid3east
Member
Registered: 2021-10-31
Posts: 37

Re: Searched Arch Wiki and Google / journalctl errors

loqs wrote:

Please post the full dmesg or journal output for a boot without priority filtering.

Whats the best command to get that? Typing in journalctl > logfile gets me a file with more than 5,000 lines.

Offline

#8 2021-12-10 02:14:50

loqs
Member
Registered: 2014-03-06
Posts: 18,984

Re: Searched Arch Wiki and Google / journalctl errors

Journal#Filtering_output has examples limiting the output to the current boot or a previous boot.
If the output is too big to fit in code tags see the examples from pastebin.

Offline

#9 2022-01-23 01:05:52

Rabid3east
Member
Registered: 2021-10-31
Posts: 37

Re: Searched Arch Wiki and Google / journalctl errors

My audio has been acting up so wonder if its related to any of my error codes. Anything else I should be concerned about?

################################################

journalctl -p 3 -b

Jan 22 19:42:51 fibonacci kernel: x86/cpu: SGX disabled by BIOS.
Jan 22 19:42:51 fibonacci kernel:
Jan 22 19:42:52 fibonacci kernel: nvidia-gpu 0000:01:00.3: i2c timeout error e0000000
Jan 22 19:42:52 fibonacci kernel: ucsi_ccg 0-0008: i2c_transfer failed -110
Jan 22 19:42:52 fibonacci kernel: ucsi_ccg 0-0008: ucsi_ccg_init failed - -110
Jan 22 19:42:53 fibonacci wpa_supplicant[583]: nl80211: kernel reports: Attribute failed policy validation
Jan 22 19:42:53 fibonacci wpa_supplicant[583]: Failed to create interface p2p-dev-wlp0s20f3: -22 (Invalid argument)
Jan 22 19:42:53 fibonacci wpa_supplicant[583]: nl80211: Failed to create a P2P Device interface p2p-dev-wlp0s20f3
Jan 22 19:42:54 fibonacci kernel: Bluetooth: hci0: command 0xfc01 tx timeout
Jan 22 19:42:59 fibonacci systemd[1]: Failed to mount /mnt/seykota.
Jan 22 19:43:02 fibonacci kernel: Bluetooth: hci0: FW download error recovery failed (-110)
Jan 22 19:43:02 fibonacci kernel: usb 1-14: device descriptor read/64, error -71
Jan 22 19:43:02 fibonacci kernel: usb 1-14: device descriptor read/64, error -71
Jan 22 19:43:03 fibonacci kernel: usb 1-14: device descriptor read/64, error -71
Jan 22 19:43:03 fibonacci kernel: usb 1-14: device descriptor read/64, error -71
Jan 22 19:43:04 fibonacci kernel: usb 1-14: device not accepting address 8, error -71
Jan 22 19:43:04 fibonacci kernel: usb 1-14: device not accepting address 9, error -71
Jan 22 19:43:04 fibonacci kernel: usb usb1-port14: unable to enumerate USB device
Jan 22 19:45:42 fibonacci kernel: i915 0000:00:02.0: [drm] *ERROR* Atomic update failure on pipe A (start=25661 end=25662) time 279 us, min 1062, max 1079, scanline start 1033, end 1079
Jan 22 19:46:00 fibonacci kernel: i915 0000:00:02.0: [drm] *ERROR* Atomic update failure on pipe A (start=28312 end=28313) time 204 us, min 1062, max 1079, scanline start 1045, end 1081
Jan 22 19:46:51 fibonacci kernel: i915 0000:00:02.0: [drm] *ERROR* Atomic update failure on pipe A (start=35598 end=35599) time 272 us, min 1062, max 1079, scanline start 1061, end 1109
Jan 22 19:47:08 fibonacci kernel: i915 0000:00:02.0: [drm] *ERROR* Atomic update failure on pipe A (start=38097 end=38098) time 249 us, min 1062, max 1079, scanline start 1056, end 1099
Jan 22 19:47:27 fibonacci kernel: i915 0000:00:02.0: [drm] *ERROR* Atomic update failure on pipe A (start=40809 end=40810) time 193 us, min 1062, max 1079, scanline start 1054, end 1085
Jan 22 19:47:52 fibonacci kernel: i915 0000:00:02.0: [drm] *ERROR* Atomic update failure on pipe A (start=44359 end=44360) time 178 us, min 1062, max 1079, scanline start 1049, end 1081
Jan 22 19:47:55 fibonacci kernel: i915 0000:00:02.0: [drm] *ERROR* Atomic update failure on pipe A (start=44859 end=44860) time 251 us, min 1062, max 1079, scanline start 1044, end 1088
Jan 22 19:49:56 fibonacci kernel: i915 0000:00:02.0: [drm] *ERROR* Atomic update failure on pipe A (start=62294 end=62295) time 293 us, min 1062, max 1079, scanline start 1029, end 1081
Jan 22 19:50:06 fibonacci kernel: i915 0000:00:02.0: [drm] *ERROR* Atomic update failure on pipe A (start=63689 end=63690) time 312 us, min 1062, max 1079, scanline start 1047, end 1101
Jan 22 19:51:08 fibonacci kernel: i915 0000:00:02.0: [drm] *ERROR* Atomic update failure on pipe A (start=72581 end=72582) time 276 us, min 1062, max 1079, scanline start 1060, end 1109
Jan 22 19:54:26 fibonacci kernel: i915 0000:00:02.0: [drm] *ERROR* Atomic update failure on pipe A (start=101222 end=101223) time 315 us, min 1062, max 1079, scanline start 1042, end 1097
Jan 22 19:54:29 fibonacci kernel: i915 0000:00:02.0: [drm] *ERROR* Atomic update failure on pipe A (start=101629 end=101630) time 304 us, min 1062, max 1079, scanline start 1029, end 1082
Jan 22 19:54:31 fibonacci kernel: i915 0000:00:02.0: [drm] *ERROR* Atomic update failure on pipe A (start=101818 end=101819) time 259 us, min 1062, max 1079, scanline start 1053, end 1098
Jan 22 19:54:40 fibonacci kernel: i915 0000:00:02.0: [drm] *ERROR* Atomic update failure on pipe A (start=103127 end=103128) time 295 us, min 1062, max 1079, scanline start 1054, end 1104
Jan 22 20:01:19 fibonacci kernel: i915 0000:00:02.0: [drm] *ERROR* Atomic update failure on pipe A (start=160605 end=160606) time 297 us, min 1062, max 1079, scanline start 1045, end 1095
Jan 22 20:01:46 fibonacci kernel: i915 0000:00:02.0: [drm] *ERROR* Atomic update failure on pipe A (start=164519 end=164520) time 201 us, min 1062, max 1079, scanline start 1059, end 1094
Jan 22 20:02:12 fibonacci kernel: i915 0000:00:02.0: [drm] *ERROR* Atomic update failure on pipe A (start=168245 end=168246) time 307 us, min 1062, max 1079, scanline start 1034, end 1086
Jan 22 20:02:17 fibonacci kernel: i915 0000:00:02.0: [drm] *ERROR* Atomic update failure on pipe A (start=168932 end=168933) time 331 us, min 1062, max 1079, scanline start 1037, end 1092
Jan 22 20:03:17 fibonacci kernel: i915 0000:00:02.0: [drm] *ERROR* Atomic update failure on pipe A (start=177642 end=177643) time 231 us, min 1062, max 1079, scanline start 1050, end 1091

Offline

#10 2022-01-23 01:18:27

loqs
Member
Registered: 2014-03-06
Posts: 18,984

Re: Searched Arch Wiki and Google / journalctl errors

No code tags and priority filtering removing context.

Offline

#11 2022-01-23 15:16:25

Rabid3east
Member
Registered: 2021-10-31
Posts: 37

Re: Searched Arch Wiki and Google / journalctl errors

loqs wrote:

No code tags and priority filtering removing context.

What command would be best?

Offline

#12 2022-01-23 15:21:50

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,091

Re: Searched Arch Wiki and Google / journalctl errors

sudo journalctl -b | curl -F 'f:1=<-' ix.io

https://bbs.archlinux.org/help.php#bbcode

Offline

#13 2022-01-23 15:39:09

Rabid3east
Member
Registered: 2021-10-31
Posts: 37

Re: Searched Arch Wiki and Google / journalctl errors

Thanks Seth!

Here's the output. http://ix.io/3Nfz

Offline

#14 2022-01-23 15:48:08

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,091

Re: Searched Arch Wiki and Google / journalctl errors

Neither the usb nor the drm errors are in that journal.

Jan 23 05:35:23 fibonacci systemd-udevd[325]: controlC1: Process '/usr/bin/alsactl restore 1' failed with exit code 99.

Just a failure to ramp up the volume?
I see  pipewire and pulseaudio - do you need https://archlinux.org/packages/extra/x8 … ire-pulse/ ?

If that's not it, you should open a new thread about your audio issues, since they don't seem related at all, and post the output of at least "amixer" and "aplay -L" and elaborate on "has been acting up"

Offline

#15 2022-01-23 15:51:20

Rabid3east
Member
Registered: 2021-10-31
Posts: 37

Re: Searched Arch Wiki and Google / journalctl errors

I started this thread because I was concerned with all the warning errors I found when running the maintenance command. Never really solved anything but a couple said the errors weren't so serious if my graphics are working fine.

The audio has stopped working. But I will look into the direction you pointed out and will let know you. I did start a new thread for the audio and still have my concerns about the warning messages.

Offline

Board footer

Powered by FluxBB