【Solved】Display Problems on Repaired HP-Envy 15t-ep000

Questions about hardware, drivers and peripherals
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
nmssis
Level 2
Level 2
Posts: 55
Joined: Sat Apr 03, 2021 3:21 pm

Re: Display Problems on Repaired HP-Envy 15t-ep000

Post by nmssis »

SMG wrote: Sat Apr 03, 2021 10:38 pm There are some laptops which are set up like that. Different manufacturers handle it differently and I did not recall what HP was doing.

I thought change line 34 would permit the Nvidia driver to show in inxi, but the bug has not always acted the same across all installs of Mint. We've not yet figured out why, so we've had to address these on a case by case basis.

If you still have the nvidia-prime-applet, switch to On-Demand mode and reboot and post the results of inxi -Gx. I'm hoping that will remove the blacklist on nvidia.
I have switched to Nvidia: On-Demand mode and here are the results:

Code: Select all

Graphics:
  Device-1: Intel UHD Graphics vendor: Hewlett-Packard driver: i915 v: kernel 
  bus ID: 00:02.0 
  Device-2: NVIDIA vendor: Hewlett-Packard driver: nvidia v: 460.39 bus ID: 01:00.0 
  Display: x11 server: X.Org 1.20.9 driver: modesetting,nvidia 
  unloaded: fbdev,nouveau,vesa resolution: 1920x1080~60Hz 
  OpenGL: renderer: Mesa Intel UHD Graphics (CML GT2) v: 4.6 Mesa 20.2.6 
  direct render: Yes 
User avatar
SMG
Level 25
Level 25
Posts: 31333
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: Display Problems on Repaired HP-Envy 15t-ep000

Post by SMG »

That is what we want to see for On-Demand mode. :thumbsup:

Switch to Nvidia mode with the applet and reboot. The inxi output should show Nvidia as the renderer after you do that and we'll see if the screen output changes.
Image
A woman typing on a laptop with LM20.3 Cinnamon.
nmssis
Level 2
Level 2
Posts: 55
Joined: Sat Apr 03, 2021 3:21 pm

Re: Display Problems on Repaired HP-Envy 15t-ep000

Post by nmssis »

SMG wrote: Sat Apr 03, 2021 10:51 pm That is what we want to see for On-Demand mode. :thumbsup:

Switch to Nvidia mode with the applet and reboot. The inxi output should show Nvidia as the renderer after you do that and we'll see if the screen output changes.
That sounds good! However, the screen is still squished on my end.
User avatar
SMG
Level 25
Level 25
Posts: 31333
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: Display Problems on Repaired HP-Envy 15t-ep000

Post by SMG »

I presume that means Nvidia is the renderer in your inxi output. If so, that means changing the driver did not change the screen output.

If you are still using the 5.8 kernel, the only other idea I have right now is to see if switching back to the 5.4 kernel returns your screen to the original issue or in some other way changes the screen. If changing the kernel results in a change, there might be one other kernel we could try.

It's getting late for me. Maybe someone else will have some ideas or I will think of something in dreamland.
Image
A woman typing on a laptop with LM20.3 Cinnamon.
nmssis
Level 2
Level 2
Posts: 55
Joined: Sat Apr 03, 2021 3:21 pm

Re: Display Problems on Repaired HP-Envy 15t-ep000

Post by nmssis »

SMG wrote: Sat Apr 03, 2021 11:17 pm I presume that means Nvidia is the renderer in your inxi output. If so, that means changing the driver did not change the screen output.

If you are still using the 5.8 kernel, the only other idea I have right now is to see if switching back to the 5.4 kernel returns your screen to the original issue or in some other way changes the screen. If changing the kernel results in a change, there might be one other kernel we could try.

It's getting late for me. Maybe someone else will have some ideas or I will think of something in dreamland.
I really appreciate the effort you took in dealing with my problem tonight! I learned a great deal! :D I'll keep checking to see if anyone else has any solutions.

FYI: Reverting back to the kernel did help with the display issue to some extent. Thank you and have a good night!
User avatar
SMG
Level 25
Level 25
Posts: 31333
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: Display Problems on Repaired HP-Envy 15t-ep000

Post by SMG »

5.4 kernel with Intel
Screen oscillates between 1920x1080 and 1920x540 with a yellowish cast.

5.8 kernel with Intel or Nvidia
Screen is a steady 1920x540 with a yellowish cast. Lower half of screen is just vertical bars of varying colors.

I found a person posting on the HP community site with the same issue HP Envy 15t (2020) display issues on Linux. The included screenshot looks just like what you posted for the 5.8 kernel, except there is no yellowish cast. :(

It appears your laptop has OLED technology for the display, Should You Buy an OLED Laptop? Here’s What You Need to Know. The Dell laptop mentioned in that article had a lot of unhappy customers based on what I found on the Dell Community site, although they were experiencing banding issues and not the squished screen.

Did you notice any screen issues while in BIOS/UEFI? If not, then it may be something in how Linux is handling the display. The fact Windows was not having the issue seems to indicate the Windows driver is set up to better handle how the hardware is designed.

Two options that I can think of at this time to try: different kernels and an external monitor

External Monitor
Do you have an external monitor available that you could test? You would most likely need to have the computer in On-demand or Nvidia mode. Most computers with an Nvidia card are set up to run external displays only with Nvidia.

If the external screen displays properly, then it is likely an issue with how Linux is handling the laptop screen. If both do the same thing, then it is likely something in the video hardware.

Different kernels
Since there did seem to be a difference on what you saw between the two kernels you tried, here are some more options to test.

Ubuntu currently has two oem kernels available, 5.6-oem and 5.10-oem. Here is some explanatory information on OEM Kernels.

Some people with very new Intel hardware have needed to use the 5.10-oem because it has a patch specifically for the i915 Intel graphics driver which matches their very new cpu. I do not know if that might make a difference on your computer since it seems the display looks the same whether you use Nvidia or Intel. Testing them would not take that long and you know how to undo a kernel change if they do not help.

Mint is set up to automatically boot to the highest kernel available, so trying the 5.6-oem and then the 5.10-oem would mean one less boot into grub if you want to undo the changes.

These two kernels are not in Update Manager, but they are in the Synaptic Package Manager app or you could install them from the command line. Notice there is only one letter difference (at the end) between the names for the kernels/commands. You will need to reboot after installing the kernel for it to take effect.
You can install the latest 5.6-oem with sudo apt install linux-oem-20.04.
You can install the latest 5.10-oem with sudo apt install linux-oem-20.04b.

They are in Synaptic Package Manager as linux-image-oem-20.04 and linux-image-oem-20.04b if you prefer to install through Synaptic to avoid possible typing errors. After you have installed them, they will show up in Update Manager should you wish to delete them.

The last option is to try one of the LM19 versions. Normally I would not recommend going to an older version since your laptop is not that old, but the screen was slightly better with the 5.4 kernel so maybe going older might be better?

The ISO for LM19.2 has the 4.15 kernel. People running LM19 are using either the 4.15 kernel or the 5.4 kernel. The latter is the kernel with LM20, so if kernel is the issue then you have already tried that. (The LM19.3 ISO has the 5.0 kernel which is no longer supported so you would need to switch to the 5.4 or the 4.15 kernel.)

Those are the options I can think of at this time. If you decide to test them, let us know the results of each.
Image
A woman typing on a laptop with LM20.3 Cinnamon.
nmssis
Level 2
Level 2
Posts: 55
Joined: Sat Apr 03, 2021 3:21 pm

Re: Display Problems on Repaired HP-Envy 15t-ep000

Post by nmssis »

SMG wrote: Sun Apr 04, 2021 3:23 pm
Currently I'm hunting down an external display. Will keep you posted! Also when I boot into my BIOS setting it does shows a full display.

BTW: I will also try the specific kernels mentioned after trying out the external display method!
Last edited by karlchen on Sun Apr 04, 2021 5:44 pm, edited 1 time in total.
Reason: shortened full quote of post right above, waste of space
User avatar
SMG
Level 25
Level 25
Posts: 31333
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: Display Problems on Repaired HP-Envy 15t-ep000

Post by SMG »

Do you recall the BIOS/UEFI display being off on color or doing the switching from squished to not squished?
Image
A woman typing on a laptop with LM20.3 Cinnamon.
nmssis
Level 2
Level 2
Posts: 55
Joined: Sat Apr 03, 2021 3:21 pm

Re: Display Problems on Repaired HP-Envy 15t-ep000

Post by nmssis »

SMG wrote: Sun Apr 04, 2021 4:18 pm Do you recall the BIOS/UEFI display being off on color or doing the switching from squished to not squished?
While using the laptop's screen it doesn't get squished nor does it glitch in any way
nmssis
Level 2
Level 2
Posts: 55
Joined: Sat Apr 03, 2021 3:21 pm

Re: Display Problems on Repaired HP-Envy 15t-ep000

Post by nmssis »

SMG wrote: Sun Apr 04, 2021 3:23 pm
I tried the external display and for some reason the resolution is completely different (likely caused by something else) and when I would change the display it would say the function is not available. And I tried the two kernels and both of them start doing the same thing as the photo I posted. Now I am gonna try the live boot version of LM19.

Just as a side question, do you think during the repair they might have configured the graphics only for Windows 10? Is this even possible?
Last edited by karlchen on Sun Apr 04, 2021 5:45 pm, edited 1 time in total.
Reason: shortened full quote of post above, waste of space
User avatar
SMG
Level 25
Level 25
Posts: 31333
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: Display Problems on Repaired HP-Envy 15t-ep000

Post by SMG »

nmssis wrote: Sun Apr 04, 2021 5:43 pmI tried the external display and for some reason the resolution is completely different (likely caused by something else)
It's probably not an OLED screen, so that might make it look different. Or it could be something else. There are more hardware considerations when dealing with an external monitor.
nmssis wrote: Sun Apr 04, 2021 5:43 pm and when I would change the display it would say the function is not available.
Were you changing the display in the Displays app? I'm not sure what function that might be.
nmssis wrote: Sun Apr 04, 2021 5:43 pmJust as a side question, do you think during the repair they might have configured the graphics only for Windows 10? Is this even possible?
I mentioned earlier about how some laptops have a setting in the BIOS/UEFI to change graphics. I've helped people with older HP's which had AMD/Intel combos. The HP documentation indicated that some of those laptops could change the graphics in the BIOS while some could only be changed within the Windows software. To me, that means there are different ways of wiring the graphics to the screen and controlling those graphics.

Because your laptop has an OLED screen I do not know if there might be something different or special about how that is handled since it is relatively new technology. Linux technology tends to run a bit behind the closed source (Windows, Mac) technology because it has to be reverse engineered first before drivers can be made.
Image
A woman typing on a laptop with LM20.3 Cinnamon.
nmssis
Level 2
Level 2
Posts: 55
Joined: Sat Apr 03, 2021 3:21 pm

Re: Display Problems on Repaired HP-Envy 15t-ep000

Post by nmssis »

The ISO for LM19.2 has the 4.15 kernel. People running LM19 are using either the 4.15 kernel or the 5.4 kernel. The latter is the kernel with LM20, so if kernel is the issue then you have already tried that. (The LM19.3 ISO has the 5.0 kernel which is no longer supported so you would need to switch to the 5.4 or the 4.15 kernel.)
I did flash my USB and tried LM19, LM19.2, and LM19.3. For some reason LM19 and 19.2 does not load at all. However LM19.3 does load but there is a touchpad issue and the cursor does not move. So the current system I am using is LM20.1 with the kernel version being 5.4.0-70.
User avatar
SMG
Level 25
Level 25
Posts: 31333
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: Display Problems on Repaired HP-Envy 15t-ep000

Post by SMG »

nmssis wrote: Sun Apr 04, 2021 7:01 pmFor some reason LM19 and 19.2 does not load at all.
That kernel may just be too old for your system.
nmssis wrote: Sun Apr 04, 2021 7:01 pmHowever LM19.3 does load but there is a touchpad issue and the cursor does not move.
Was the screen glitching?

In your current install what is the output of xrandr --verbose? (Please enclose the results in code tags as I expect the output to be long.)
Image
A woman typing on a laptop with LM20.3 Cinnamon.
nmssis
Level 2
Level 2
Posts: 55
Joined: Sat Apr 03, 2021 3:21 pm

Re: Display Problems on Repaired HP-Envy 15t-ep000

Post by nmssis »

Was the screen glitching?
When I installed LM19.3 the screen did not glitch at all.
In your current install what is the output of xrandr --verbose?
Here is the output :shock:

Code: Select all

Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384
eDP-1 connected primary 1920x1080+0+0 (0x44) normal (normal left inverted right x axis y axis) 344mm x 193mm
	Identifier: 0x42
	Timestamp:  15123
	Subpixel:   unknown
	Gamma:      1.0:1.0:1.0
	Brightness: 1.0
	Clones:    
	CRTC:       0
	CRTCs:      0 1 2
	Transform:  1.000000 0.000000 0.000000
	           0.000000 1.000000 0.000000
	           0.000000 0.000000 1.000000
	          filter: 
	EDID: 
		00ffffffffffff000dae191500000000
		261d0104a522137803ee95a3544c9926
		0f505400000001010101010101010101
		010101010101b43b804a713834403020
		350058c11000001acd27804a71383440
		3020350058c11000001a000000000000
		00000000000000000000000000000002
		000c26ff143cc80c091fc800000000b0
	scaling mode: Full aspect 
		supported: Full, Center, Full aspect
	max bpc: 12 
		range: (6, 12)
	Broadcast RGB: Automatic 
		supported: Automatic, Full, Limited 16:235
	link-status: Good 
		supported: Good, Bad
	CONNECTOR_ID: 86 
		supported: 86
	non-desktop: 0 
		range: (0, 1)
  1920x1080 (0x44) 152.840MHz +HSync -VSync *current +preferred
        h: width  1920 start 1968 end 2000 total 2250 skew    0 clock  67.93KHz
        v: height 1080 start 1083 end 1088 total 1132           clock  60.01Hz
  1920x1080 (0x45) 356.375MHz -HSync +VSync DoubleScan
        h: width  1920 start 2080 end 2288 total 2656 skew    0 clock 134.18KHz
        v: height 1080 start 1081 end 1084 total 1118           clock  60.01Hz
  1920x1080 (0x46) 266.500MHz +HSync -VSync DoubleScan
        h: width  1920 start 1944 end 1960 total 2000 skew    0 clock 133.25KHz
        v: height 1080 start 1081 end 1084 total 1111           clock  59.97Hz
  1920x1080 (0x47) 173.000MHz -HSync +VSync
        h: width  1920 start 2048 end 2248 total 2576 skew    0 clock  67.16KHz
        v: height 1080 start 1083 end 1088 total 1120           clock  59.96Hz
  1920x1080 (0x48) 138.500MHz +HSync -VSync
        h: width  1920 start 1968 end 2000 total 2080 skew    0 clock  66.59KHz
        v: height 1080 start 1083 end 1088 total 1111           clock  59.93Hz
  1920x1080 (0x49) 101.890MHz +HSync -VSync
        h: width  1920 start 1968 end 2000 total 2250 skew    0 clock  45.28KHz
        v: height 1080 start 1083 end 1088 total 1132           clock  40.00Hz
  1680x1050 (0x4a) 146.250MHz -HSync +VSync
        h: width  1680 start 1784 end 1960 total 2240 skew    0 clock  65.29KHz
        v: height 1050 start 1053 end 1059 total 1089           clock  59.95Hz
  1680x1050 (0x4b) 119.000MHz +HSync -VSync
        h: width  1680 start 1728 end 1760 total 1840 skew    0 clock  64.67KHz
        v: height 1050 start 1053 end 1059 total 1080           clock  59.88Hz
  1600x1024 (0x4c) 103.125MHz +HSync +VSync
        h: width  1600 start 1600 end 1656 total 1664 skew    0 clock  61.97KHz
        v: height 1024 start 1024 end 1029 total 1030           clock  60.17Hz
  1400x1050 (0x4d) 122.000MHz +HSync +VSync
        h: width  1400 start 1488 end 1640 total 1880 skew    0 clock  64.89KHz
        v: height 1050 start 1052 end 1064 total 1082           clock  59.98Hz
  1600x900 (0x4e) 246.000MHz -HSync +VSync DoubleScan
        h: width  1600 start 1728 end 1900 total 2200 skew    0 clock 111.82KHz
        v: height  900 start  901 end  904 total  932           clock  59.99Hz
  1600x900 (0x4f) 186.500MHz +HSync -VSync DoubleScan
        h: width  1600 start 1624 end 1640 total 1680 skew    0 clock 111.01KHz
        v: height  900 start  901 end  904 total  926           clock  59.94Hz
  1600x900 (0x50) 118.250MHz -HSync +VSync
        h: width  1600 start 1696 end 1856 total 2112 skew    0 clock  55.99KHz
        v: height  900 start  903 end  908 total  934           clock  59.95Hz
  1600x900 (0x51) 97.500MHz +HSync -VSync
        h: width  1600 start 1648 end 1680 total 1760 skew    0 clock  55.40KHz
        v: height  900 start  903 end  908 total  926           clock  59.82Hz
  1280x1024 (0x52) 108.000MHz +HSync +VSync
        h: width  1280 start 1328 end 1440 total 1688 skew    0 clock  63.98KHz
        v: height 1024 start 1025 end 1028 total 1066           clock  60.02Hz
  1440x900 (0x53) 106.500MHz -HSync +VSync
        h: width  1440 start 1520 end 1672 total 1904 skew    0 clock  55.93KHz
        v: height  900 start  903 end  909 total  934           clock  59.89Hz
  1400x900 (0x54) 103.500MHz -HSync +VSync
        h: width  1400 start 1480 end 1624 total 1848 skew    0 clock  56.01KHz
        v: height  900 start  903 end  913 total  934           clock  59.96Hz
  1400x900 (0x55) 86.500MHz +HSync -VSync
        h: width  1400 start 1448 end 1480 total 1560 skew    0 clock  55.45KHz
        v: height  900 start  903 end  913 total  926           clock  59.88Hz
  1280x960 (0x56) 108.000MHz +HSync +VSync
        h: width  1280 start 1376 end 1488 total 1800 skew    0 clock  60.00KHz
        v: height  960 start  961 end  964 total 1000           clock  60.00Hz
  1440x810 (0x57) 198.125MHz -HSync +VSync DoubleScan
        h: width  1440 start 1548 end 1704 total 1968 skew    0 clock 100.67KHz
        v: height  810 start  811 end  814 total  839           clock  60.00Hz
  1440x810 (0x58) 151.875MHz +HSync -VSync DoubleScan
        h: width  1440 start 1464 end 1480 total 1520 skew    0 clock  99.92KHz
        v: height  810 start  811 end  814 total  833           clock  59.97Hz
  1368x768 (0x59) 85.250MHz -HSync +VSync
        h: width  1368 start 1440 end 1576 total 1784 skew    0 clock  47.79KHz
        v: height  768 start  771 end  781 total  798           clock  59.88Hz
  1368x768 (0x5a) 72.250MHz +HSync -VSync
        h: width  1368 start 1416 end 1448 total 1528 skew    0 clock  47.28KHz
        v: height  768 start  771 end  781 total  790           clock  59.85Hz
  1360x768 (0x5b) 84.750MHz -HSync +VSync
        h: width  1360 start 1432 end 1568 total 1776 skew    0 clock  47.72KHz
        v: height  768 start  771 end  781 total  798           clock  59.80Hz
  1360x768 (0x5c) 72.000MHz +HSync -VSync
        h: width  1360 start 1408 end 1440 total 1520 skew    0 clock  47.37KHz
        v: height  768 start  771 end  781 total  790           clock  59.96Hz
  1280x800 (0x5d) 174.250MHz -HSync +VSync DoubleScan
        h: width  1280 start 1380 end 1516 total 1752 skew    0 clock  99.46KHz
        v: height  800 start  801 end  804 total  829           clock  59.99Hz
  1280x800 (0x5e) 134.250MHz +HSync -VSync DoubleScan
        h: width  1280 start 1304 end 1320 total 1360 skew    0 clock  98.71KHz
        v: height  800 start  801 end  804 total  823           clock  59.97Hz
  1280x800 (0x5f) 83.500MHz -HSync +VSync
        h: width  1280 start 1352 end 1480 total 1680 skew    0 clock  49.70KHz
        v: height  800 start  803 end  809 total  831           clock  59.81Hz
  1280x800 (0x60) 71.000MHz +HSync -VSync
        h: width  1280 start 1328 end 1360 total 1440 skew    0 clock  49.31KHz
        v: height  800 start  803 end  809 total  823           clock  59.91Hz
  1152x864 (0x61) 81.620MHz -HSync +VSync
        h: width  1152 start 1216 end 1336 total 1520 skew    0 clock  53.70KHz
        v: height  864 start  865 end  868 total  895           clock  60.00Hz
  1280x720 (0x62) 156.125MHz -HSync +VSync DoubleScan
        h: width  1280 start 1376 end 1512 total 1744 skew    0 clock  89.52KHz
        v: height  720 start  721 end  724 total  746           clock  60.00Hz
  1280x720 (0x63) 120.750MHz +HSync -VSync DoubleScan
        h: width  1280 start 1304 end 1320 total 1360 skew    0 clock  88.79KHz
        v: height  720 start  721 end  724 total  740           clock  59.99Hz
  1280x720 (0x64) 74.500MHz -HSync +VSync
        h: width  1280 start 1344 end 1472 total 1664 skew    0 clock  44.77KHz
        v: height  720 start  723 end  728 total  748           clock  59.86Hz
  1280x720 (0x65) 63.750MHz +HSync -VSync
        h: width  1280 start 1328 end 1360 total 1440 skew    0 clock  44.27KHz
        v: height  720 start  723 end  728 total  741           clock  59.74Hz
  1024x768 (0x66) 133.475MHz -HSync +VSync DoubleScan
        h: width  1024 start 1100 end 1212 total 1400 skew    0 clock  95.34KHz
        v: height  768 start  768 end  770 total  794           clock  60.04Hz
  1024x768 (0x67) 65.000MHz -HSync -VSync
        h: width  1024 start 1048 end 1184 total 1344 skew    0 clock  48.36KHz
        v: height  768 start  771 end  777 total  806           clock  60.00Hz
  960x720 (0x68) 117.000MHz -HSync +VSync DoubleScan
        h: width   960 start 1024 end 1128 total 1300 skew    0 clock  90.00KHz
        v: height  720 start  720 end  722 total  750           clock  60.00Hz
  928x696 (0x69) 109.150MHz -HSync +VSync DoubleScan
        h: width   928 start  976 end 1088 total 1264 skew    0 clock  86.35KHz
        v: height  696 start  696 end  698 total  719           clock  60.05Hz
  896x672 (0x6a) 102.400MHz -HSync +VSync DoubleScan
        h: width   896 start  960 end 1060 total 1224 skew    0 clock  83.66KHz
        v: height  672 start  672 end  674 total  697           clock  60.01Hz
  1024x576 (0x6b) 98.500MHz -HSync +VSync DoubleScan
        h: width  1024 start 1092 end 1200 total 1376 skew    0 clock  71.58KHz
        v: height  576 start  577 end  580 total  597           clock  59.95Hz
  1024x576 (0x6c) 78.375MHz +HSync -VSync DoubleScan
        h: width  1024 start 1048 end 1064 total 1104 skew    0 clock  70.99KHz
        v: height  576 start  577 end  580 total  592           clock  59.96Hz
  1024x576 (0x6d) 46.500MHz -HSync +VSync
        h: width  1024 start 1064 end 1160 total 1296 skew    0 clock  35.88KHz
        v: height  576 start  579 end  584 total  599           clock  59.90Hz
  1024x576 (0x6e) 42.000MHz +HSync -VSync
        h: width  1024 start 1072 end 1104 total 1184 skew    0 clock  35.47KHz
        v: height  576 start  579 end  584 total  593           clock  59.82Hz
  960x600 (0x6f) 96.625MHz -HSync +VSync DoubleScan
        h: width   960 start 1028 end 1128 total 1296 skew    0 clock  74.56KHz
        v: height  600 start  601 end  604 total  622           clock  59.93Hz
  960x600 (0x70) 77.000MHz +HSync -VSync DoubleScan
        h: width   960 start  984 end 1000 total 1040 skew    0 clock  74.04KHz
        v: height  600 start  601 end  604 total  617           clock  60.00Hz
  960x540 (0x71) 86.500MHz -HSync +VSync DoubleScan
        h: width   960 start 1024 end 1124 total 1288 skew    0 clock  67.16KHz
        v: height  540 start  541 end  544 total  560           clock  59.96Hz
  960x540 (0x72) 69.250MHz +HSync -VSync DoubleScan
        h: width   960 start  984 end 1000 total 1040 skew    0 clock  66.59KHz
        v: height  540 start  541 end  544 total  555           clock  59.99Hz
  960x540 (0x73) 40.750MHz -HSync +VSync
        h: width   960 start  992 end 1088 total 1216 skew    0 clock  33.51KHz
        v: height  540 start  543 end  548 total  562           clock  59.63Hz
  960x540 (0x74) 37.250MHz +HSync -VSync
        h: width   960 start 1008 end 1040 total 1120 skew    0 clock  33.26KHz
        v: height  540 start  543 end  548 total  556           clock  59.82Hz
  800x600 (0x75) 81.000MHz +HSync +VSync DoubleScan
        h: width   800 start  832 end  928 total 1080 skew    0 clock  75.00KHz
        v: height  600 start  600 end  602 total  625           clock  60.00Hz
  800x600 (0x76) 40.000MHz +HSync +VSync
        h: width   800 start  840 end  968 total 1056 skew    0 clock  37.88KHz
        v: height  600 start  601 end  605 total  628           clock  60.32Hz
  800x600 (0x77) 36.000MHz +HSync +VSync
        h: width   800 start  824 end  896 total 1024 skew    0 clock  35.16KHz
        v: height  600 start  601 end  603 total  625           clock  56.25Hz
  840x525 (0x78) 73.125MHz -HSync +VSync DoubleScan
        h: width   840 start  892 end  980 total 1120 skew    0 clock  65.29KHz
        v: height  525 start  526 end  529 total  544           clock  60.01Hz
  840x525 (0x79) 59.500MHz +HSync -VSync DoubleScan
        h: width   840 start  864 end  880 total  920 skew    0 clock  64.67KHz
        v: height  525 start  526 end  529 total  540           clock  59.88Hz
  864x486 (0x7a) 32.500MHz -HSync +VSync
        h: width   864 start  888 end  968 total 1072 skew    0 clock  30.32KHz
        v: height  486 start  489 end  494 total  506           clock  59.92Hz
  864x486 (0x7b) 30.500MHz +HSync -VSync
        h: width   864 start  912 end  944 total 1024 skew    0 clock  29.79KHz
        v: height  486 start  489 end  494 total  500           clock  59.57Hz
  800x512 (0x7c) 51.562MHz +HSync +VSync DoubleScan
        h: width   800 start  800 end  828 total  832 skew    0 clock  61.97KHz
        v: height  512 start  512 end  514 total  515           clock  60.17Hz
  700x525 (0x7d) 61.000MHz +HSync +VSync DoubleScan
        h: width   700 start  744 end  820 total  940 skew    0 clock  64.89KHz
        v: height  525 start  526 end  532 total  541           clock  59.98Hz
  800x450 (0x7e) 59.125MHz -HSync +VSync DoubleScan
        h: width   800 start  848 end  928 total 1056 skew    0 clock  55.99KHz
        v: height  450 start  451 end  454 total  467           clock  59.95Hz
  800x450 (0x7f) 48.750MHz +HSync -VSync DoubleScan
        h: width   800 start  824 end  840 total  880 skew    0 clock  55.40KHz
        v: height  450 start  451 end  454 total  463           clock  59.82Hz
  640x512 (0x80) 54.000MHz +HSync +VSync DoubleScan
        h: width   640 start  664 end  720 total  844 skew    0 clock  63.98KHz
        v: height  512 start  512 end  514 total  533           clock  60.02Hz
  720x450 (0x81) 53.250MHz -HSync +VSync DoubleScan
        h: width   720 start  760 end  836 total  952 skew    0 clock  55.93KHz
        v: height  450 start  451 end  454 total  467           clock  59.89Hz
  700x450 (0x82) 51.750MHz -HSync +VSync DoubleScan
        h: width   700 start  740 end  812 total  924 skew    0 clock  56.01KHz
        v: height  450 start  451 end  456 total  467           clock  59.96Hz
  700x450 (0x83) 43.250MHz +HSync -VSync DoubleScan
        h: width   700 start  724 end  740 total  780 skew    0 clock  55.45KHz
        v: height  450 start  451 end  456 total  463           clock  59.88Hz
  640x480 (0x84) 54.000MHz +HSync +VSync DoubleScan
        h: width   640 start  688 end  744 total  900 skew    0 clock  60.00KHz
        v: height  480 start  480 end  482 total  500           clock  60.00Hz
  640x480 (0x85) 25.175MHz -HSync -VSync
        h: width   640 start  656 end  752 total  800 skew    0 clock  31.47KHz
        v: height  480 start  490 end  492 total  525           clock  59.94Hz
  720x405 (0x86) 22.500MHz -HSync +VSync
        h: width   720 start  744 end  808 total  896 skew    0 clock  25.11KHz
        v: height  405 start  408 end  413 total  422           clock  59.51Hz
  720x405 (0x87) 21.750MHz +HSync -VSync
        h: width   720 start  768 end  800 total  880 skew    0 clock  24.72KHz
        v: height  405 start  408 end  413 total  419           clock  58.99Hz
  684x384 (0x88) 42.625MHz -HSync +VSync DoubleScan
        h: width   684 start  720 end  788 total  892 skew    0 clock  47.79KHz
        v: height  384 start  385 end  390 total  399           clock  59.88Hz
  684x384 (0x89) 36.125MHz +HSync -VSync DoubleScan
        h: width   684 start  708 end  724 total  764 skew    0 clock  47.28KHz
        v: height  384 start  385 end  390 total  395           clock  59.85Hz
  680x384 (0x8a) 42.375MHz -HSync +VSync DoubleScan
        h: width   680 start  716 end  784 total  888 skew    0 clock  47.72KHz
        v: height  384 start  385 end  390 total  399           clock  59.80Hz
  680x384 (0x8b) 36.000MHz +HSync -VSync DoubleScan
        h: width   680 start  704 end  720 total  760 skew    0 clock  47.37KHz
        v: height  384 start  385 end  390 total  395           clock  59.96Hz
  640x400 (0x8c) 41.750MHz -HSync +VSync DoubleScan
        h: width   640 start  676 end  740 total  840 skew    0 clock  49.70KHz
        v: height  400 start  401 end  404 total  415           clock  59.88Hz
  640x400 (0x8d) 35.500MHz +HSync -VSync DoubleScan
        h: width   640 start  664 end  680 total  720 skew    0 clock  49.31KHz
        v: height  400 start  401 end  404 total  411           clock  59.98Hz
  576x432 (0x8e) 40.810MHz -HSync +VSync DoubleScan
        h: width   576 start  608 end  668 total  760 skew    0 clock  53.70KHz
        v: height  432 start  432 end  434 total  447           clock  60.06Hz
  640x360 (0x8f) 37.250MHz -HSync +VSync DoubleScan
        h: width   640 start  672 end  736 total  832 skew    0 clock  44.77KHz
        v: height  360 start  361 end  364 total  374           clock  59.86Hz
  640x360 (0x90) 31.875MHz +HSync -VSync DoubleScan
        h: width   640 start  664 end  680 total  720 skew    0 clock  44.27KHz
        v: height  360 start  361 end  364 total  370           clock  59.83Hz
  640x360 (0x91) 18.000MHz -HSync +VSync
        h: width   640 start  664 end  720 total  800 skew    0 clock  22.50KHz
        v: height  360 start  363 end  368 total  376           clock  59.84Hz
  640x360 (0x92) 17.750MHz +HSync -VSync
        h: width   640 start  688 end  720 total  800 skew    0 clock  22.19KHz
        v: height  360 start  363 end  368 total  374           clock  59.32Hz
  512x384 (0x93) 32.500MHz -HSync -VSync DoubleScan
        h: width   512 start  524 end  592 total  672 skew    0 clock  48.36KHz
        v: height  384 start  385 end  388 total  403           clock  60.00Hz
  512x288 (0x94) 23.250MHz -HSync +VSync DoubleScan
        h: width   512 start  532 end  580 total  648 skew    0 clock  35.88KHz
        v: height  288 start  289 end  292 total  299           clock  60.00Hz
  512x288 (0x95) 21.000MHz +HSync -VSync DoubleScan
        h: width   512 start  536 end  552 total  592 skew    0 clock  35.47KHz
        v: height  288 start  289 end  292 total  296           clock  59.92Hz
  480x270 (0x96) 20.375MHz -HSync +VSync DoubleScan
        h: width   480 start  496 end  544 total  608 skew    0 clock  33.51KHz
        v: height  270 start  271 end  274 total  281           clock  59.63Hz
  480x270 (0x97) 18.625MHz +HSync -VSync DoubleScan
        h: width   480 start  504 end  520 total  560 skew    0 clock  33.26KHz
        v: height  270 start  271 end  274 total  278           clock  59.82Hz
  400x300 (0x98) 20.000MHz +HSync +VSync DoubleScan
        h: width   400 start  420 end  484 total  528 skew    0 clock  37.88KHz
        v: height  300 start  300 end  302 total  314           clock  60.32Hz
  400x300 (0x99) 18.000MHz +HSync +VSync DoubleScan
        h: width   400 start  412 end  448 total  512 skew    0 clock  35.16KHz
        v: height  300 start  300 end  301 total  312           clock  56.34Hz
  432x243 (0x9a) 16.250MHz -HSync +VSync DoubleScan
        h: width   432 start  444 end  484 total  536 skew    0 clock  30.32KHz
        v: height  243 start  244 end  247 total  253           clock  59.92Hz
  432x243 (0x9b) 15.250MHz +HSync -VSync DoubleScan
        h: width   432 start  456 end  472 total  512 skew    0 clock  29.79KHz
        v: height  243 start  244 end  247 total  250           clock  59.57Hz
  320x240 (0x9c) 12.587MHz -HSync -VSync DoubleScan
        h: width   320 start  328 end  376 total  400 skew    0 clock  31.47KHz
        v: height  240 start  245 end  246 total  262           clock  60.05Hz
  360x202 (0x9d) 11.250MHz -HSync +VSync DoubleScan
        h: width   360 start  372 end  404 total  448 skew    0 clock  25.11KHz
        v: height  202 start  204 end  206 total  211           clock  59.51Hz
  360x202 (0x9e) 10.875MHz +HSync -VSync DoubleScan
        h: width   360 start  384 end  400 total  440 skew    0 clock  24.72KHz
        v: height  202 start  204 end  206 total  209           clock  59.13Hz
  320x180 (0x9f)  9.000MHz -HSync +VSync DoubleScan
        h: width   320 start  332 end  360 total  400 skew    0 clock  22.50KHz
        v: height  180 start  181 end  184 total  188           clock  59.84Hz
  320x180 (0xa0)  8.875MHz +HSync -VSync DoubleScan
        h: width   320 start  344 end  360 total  400 skew    0 clock  22.19KHz
        v: height  180 start  181 end  184 total  187           clock  59.32Hz
DP-1-0 disconnected (normal left inverted right x axis y axis)
	Identifier: 0x22e
	Timestamp:  6207
	Subpixel:   unknown
	Clones:    
	CRTCs:      3 4 5 6
	Transform:  1.000000 0.000000 0.000000
	           0.000000 1.000000 0.000000
	           0.000000 0.000000 1.000000
	          filter: 
	PRIME Synchronization: 1 
		supported: 0, 1
	CTM: 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 
		0 1 
	CscMatrix: 65536 0 0 0 0 65536 0 0 0 0 65536 0 
	BorderDimensions: 4 
		supported: 4
	Border: 0 0 0 0 
		range: (0, 65535)
	SignalFormat: DisplayPort 
		supported: DisplayPort
	ConnectorType: DisplayPort 
	ConnectorNumber: 0 
	_ConnectorLocation: 0 
	non-desktop: 0 
		supported: 0, 1
DP-1-1 disconnected (normal left inverted right x axis y axis)
	Identifier: 0x22f
	Timestamp:  6207
	Subpixel:   unknown
	Clones:    
	CRTCs:      3 4 5 6
	Transform:  1.000000 0.000000 0.000000
	           0.000000 1.000000 0.000000
	           0.000000 0.000000 1.000000
	          filter: 
	PRIME Synchronization: 1 
		supported: 0, 1
	CTM: 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 
		0 1 
	CscMatrix: 65536 0 0 0 0 65536 0 0 0 0 65536 0 
	BorderDimensions: 4 
		supported: 4
	Border: 0 0 0 0 
		range: (0, 65535)
	SignalFormat: TMDS 
		supported: TMDS
	ConnectorType: DisplayPort 
	ConnectorNumber: 0 
	_ConnectorLocation: 0 
	non-desktop: 0 
		supported: 0, 1
HDMI-1-0 disconnected (normal left inverted right x axis y axis)
	Identifier: 0x230
	Timestamp:  6207
	Subpixel:   unknown
	Clones:    
	CRTCs:      3 4 5 6
	Transform:  1.000000 0.000000 0.000000
	           0.000000 1.000000 0.000000
	           0.000000 0.000000 1.000000
	          filter: 
	PRIME Synchronization: 1 
		supported: 0, 1
	CTM: 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 
		0 1 
	CscMatrix: 65536 0 0 0 0 65536 0 0 0 0 65536 0 
	BorderDimensions: 4 
		supported: 4
	Border: 0 0 0 0 
		range: (0, 65535)
	SignalFormat: TMDS 
		supported: TMDS
	ConnectorType: HDMI 
	ConnectorNumber: 2 
	_ConnectorLocation: 2 
	non-desktop: 0 
		supported: 0, 1
DP-1-2 disconnected (normal left inverted right x axis y axis)
	Identifier: 0x231
	Timestamp:  6207
	Subpixel:   unknown
	Clones:    
	CRTCs:      3 4 5 6
	Transform:  1.000000 0.000000 0.000000
	           0.000000 1.000000 0.000000
	           0.000000 0.000000 1.000000
	          filter: 
	PRIME Synchronization: 1 
		supported: 0, 1
	CTM: 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 
		0 1 
	CscMatrix: 65536 0 0 0 0 65536 0 0 0 0 65536 0 
	BorderDimensions: 4 
		supported: 4
	Border: 0 0 0 0 
		range: (0, 65535)
	SignalFormat: DisplayPort 
		supported: DisplayPort
	ConnectorType: DisplayPort 
	ConnectorNumber: 4 
	_ConnectorLocation: 4 
	non-desktop: 0 
		supported: 0, 1
DP-1-3 disconnected (normal left inverted right x axis y axis)
	Identifier: 0x232
	Timestamp:  6207
	Subpixel:   unknown
	Clones:    
	CRTCs:      3 4 5 6
	Transform:  1.000000 0.000000 0.000000
	           0.000000 1.000000 0.000000
	           0.000000 0.000000 1.000000
	          filter: 
	PRIME Synchronization: 1 
		supported: 0, 1
	CTM: 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 
		0 1 
	CscMatrix: 65536 0 0 0 0 65536 0 0 0 0 65536 0 
	BorderDimensions: 4 
		supported: 4
	Border: 0 0 0 0 
		range: (0, 65535)
	SignalFormat: TMDS 
		supported: TMDS
	ConnectorType: DisplayPort 
	ConnectorNumber: 4 
	_ConnectorLocation: 4 
	non-desktop: 0 
		supported: 0, 1
User avatar
SMG
Level 25
Level 25
Posts: 31333
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: Display Problems on Repaired HP-Envy 15t-ep000

Post by SMG »

nmssis wrote: Sun Apr 04, 2021 7:25 pmWhen I installed LM19.3 the screen did not glitch at all.
There may be something other than the kernel which is a factor in this. I'll have to think about what changed in between LM19 and LM20 that might result in this issue.

The other person posting a screenshot which was nearly identical to your 5.8 kernel experience seems to indicate there is something in how the hardware of the laptop interacts with Linux that does the screen squishy. I'll see what I can find/figure out.

Just an FYI: We went through the three different graphics modes available, Intel, On-Demand, and Nvidia. Intel is probably going to keep your laptop the coolest and use the least amount of battery. Nvidia takes more power, but does handle the graphics so the cpu just mainly focuses on processing. Some people switch while others tend to stay on one mode. It didn't seem like that made a difference regarding the glitching, so the driver may not be the differentiating factor in this situation.
Image
A woman typing on a laptop with LM20.3 Cinnamon.
nmssis
Level 2
Level 2
Posts: 55
Joined: Sat Apr 03, 2021 3:21 pm

Re: Display Problems on Repaired HP-Envy 15t-ep000

Post by nmssis »

I'll see what I can find/figure out.
I'll await for your response. Even though my laptop still has it's issues, you have provided so much input and I have learned a great deal! :) I just wanted to say thank you!
User avatar
SMG
Level 25
Level 25
Posts: 31333
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: Display Problems on Repaired HP-Envy 15t-ep000

Post by SMG »

You're welcome. :)
Image
A woman typing on a laptop with LM20.3 Cinnamon.
User avatar
SMG
Level 25
Level 25
Posts: 31333
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: Display Problems on Repaired HP-Envy 15t-ep000

Post by SMG »

The next time you get a screen glitch, run dmesg -T | tail -n 200 and post the results between code tags.

I'm hoping that screen change is being registered somewhere that we might be able to determine what is happening.
Image
A woman typing on a laptop with LM20.3 Cinnamon.
nmssis
Level 2
Level 2
Posts: 55
Joined: Sat Apr 03, 2021 3:21 pm

Re: Display Problems on Repaired HP-Envy 15t-ep000

Post by nmssis »

SMG wrote: Mon Apr 05, 2021 4:52 pm The next time you get a screen glitch, run dmesg -T | tail -n 200 and post the results between code tags.

I'm hoping that screen change is being registered somewhere that we might be able to determine what is happening.
Sorry for the delayed response. Here are the results!

Code: Select all

[Mon Apr  5 15:05:08 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=8808 DF PROTO=2 
[Mon Apr  5 15:07:13 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=59817 DF PROTO=2 
[Mon Apr  5 15:09:18 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=39150 DF PROTO=2 
[Mon Apr  5 15:11:23 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=21655 DF PROTO=2 
[Mon Apr  5 15:13:28 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=26854 DF PROTO=2 
[Mon Apr  5 15:15:33 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=26834 DF PROTO=2 
[Mon Apr  5 15:17:38 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=35099 DF PROTO=2 
[Mon Apr  5 15:19:43 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=4622 DF PROTO=2 
[Mon Apr  5 15:21:48 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=46892 DF PROTO=2 
[Mon Apr  5 15:23:53 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=50858 DF PROTO=2 
[Mon Apr  5 15:25:58 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=37727 DF PROTO=2 
[Mon Apr  5 15:30:08 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=63867 DF PROTO=2 
[Mon Apr  5 15:32:13 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=57659 DF PROTO=2 
[Mon Apr  5 15:34:18 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=48087 DF PROTO=2 
[Mon Apr  5 15:36:23 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=55614 DF PROTO=2 
[Mon Apr  5 15:38:28 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=42734 DF PROTO=2 
[Mon Apr  5 15:40:33 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=39517 DF PROTO=2 
[Mon Apr  5 15:42:38 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=10680 DF PROTO=2 
[Mon Apr  5 15:44:43 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=16174 DF PROTO=2 
[Mon Apr  5 15:46:48 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=6500 DF PROTO=2 
[Mon Apr  5 15:48:53 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=11435 DF PROTO=2 
[Mon Apr  5 15:50:58 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=18430 DF PROTO=2 
[Mon Apr  5 15:53:03 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=43555 DF PROTO=2 
[Mon Apr  5 15:55:08 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=61751 DF PROTO=2 
[Mon Apr  5 15:57:13 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=24889 DF PROTO=2 
[Mon Apr  5 15:59:18 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=39965 DF PROTO=2 
[Mon Apr  5 16:01:23 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=26705 DF PROTO=2 
[Mon Apr  5 16:03:28 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=9119 DF PROTO=2 
[Mon Apr  5 16:05:33 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=54012 DF PROTO=2 
[Mon Apr  5 16:07:39 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=53690 DF PROTO=2 
[Mon Apr  5 16:09:43 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=58805 DF PROTO=2 
[Mon Apr  5 16:11:48 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=13688 DF PROTO=2 
[Mon Apr  5 16:13:53 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=43766 DF PROTO=2 
[Mon Apr  5 16:15:59 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=27890 DF PROTO=2 
[Mon Apr  5 16:18:04 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=56846 DF PROTO=2 
[Mon Apr  5 16:20:09 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=24053 DF PROTO=2 
[Mon Apr  5 16:22:13 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=35782 DF PROTO=2 
[Mon Apr  5 16:24:19 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=35427 DF PROTO=2 
[Mon Apr  5 16:26:24 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=54182 DF PROTO=2 
[Mon Apr  5 16:28:29 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=49035 DF PROTO=2 
[Mon Apr  5 16:30:34 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=55146 DF PROTO=2 
[Mon Apr  5 16:32:39 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=62095 DF PROTO=2 
[Mon Apr  5 16:34:44 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=1845 DF PROTO=2 
[Mon Apr  5 16:36:49 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=12825 DF PROTO=2 
[Mon Apr  5 16:38:54 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=17686 DF PROTO=2 
[Mon Apr  5 16:40:59 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=30561 DF PROTO=2 
[Mon Apr  5 16:45:09 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=56131 DF PROTO=2 
[Mon Apr  5 16:47:14 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=61314 DF PROTO=2 
[Mon Apr  5 16:49:19 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=1903 DF PROTO=2 
[Mon Apr  5 16:51:24 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=49188 DF PROTO=2 
[Mon Apr  5 16:53:29 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=58271 DF PROTO=2 
[Mon Apr  5 16:55:34 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=31244 DF PROTO=2 
[Mon Apr  5 16:57:39 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=48084 DF PROTO=2 
[Mon Apr  5 16:59:44 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=48546 DF PROTO=2 
[Mon Apr  5 17:01:49 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=8291 DF PROTO=2 
[Mon Apr  5 17:03:54 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=14944 DF PROTO=2 
[Mon Apr  5 17:05:59 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=31999 DF PROTO=2 
[Mon Apr  5 17:08:04 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=41218 DF PROTO=2 
[Mon Apr  5 17:10:09 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=46831 DF PROTO=2 
[Mon Apr  5 17:12:14 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=26403 DF PROTO=2 
[Mon Apr  5 17:14:19 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=59826 DF PROTO=2 
[Mon Apr  5 17:16:24 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=15778 DF PROTO=2 
[Mon Apr  5 17:18:29 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=22452 DF PROTO=2 
[Mon Apr  5 17:20:34 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=29060 DF PROTO=2 
[Mon Apr  5 17:22:39 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=14768 DF PROTO=2 
[Mon Apr  5 17:24:44 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=56560 DF PROTO=2 
[Mon Apr  5 17:26:49 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=43776 DF PROTO=2 
[Mon Apr  5 17:28:54 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=15994 DF PROTO=2 
[Mon Apr  5 17:30:59 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=18795 DF PROTO=2 
[Mon Apr  5 17:33:04 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=1769 DF PROTO=2 
[Mon Apr  5 17:35:09 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=34349 DF PROTO=2 
[Mon Apr  5 17:37:14 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=40488 DF PROTO=2 
[Mon Apr  5 17:39:19 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=10851 DF PROTO=2 
[Mon Apr  5 17:41:24 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=7894 DF PROTO=2 
[Mon Apr  5 17:43:29 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=13808 DF PROTO=2 
[Mon Apr  5 17:45:34 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=32338 DF PROTO=2 
[Mon Apr  5 17:47:39 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=21322 DF PROTO=2 
[Mon Apr  5 17:49:44 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=45763 DF PROTO=2 
[Mon Apr  5 17:51:49 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=49479 DF PROTO=2 
[Mon Apr  5 17:53:54 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=53299 DF PROTO=2 
[Mon Apr  5 17:55:59 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=10348 DF PROTO=2 
[Mon Apr  5 17:58:04 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=4987 DF PROTO=2 
[Mon Apr  5 18:00:09 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=50345 DF PROTO=2 
[Mon Apr  5 18:02:14 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=17896 DF PROTO=2 
[Mon Apr  5 18:04:19 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=57628 DF PROTO=2 
[Mon Apr  5 18:06:24 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=29812 DF PROTO=2 
[Mon Apr  5 18:08:29 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=4772 DF PROTO=2 
[Mon Apr  5 18:10:34 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=41390 DF PROTO=2 
[Mon Apr  5 18:12:39 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65152 DF PROTO=2 
[Mon Apr  5 18:14:44 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=53203 DF PROTO=2 
[Mon Apr  5 18:16:49 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=59896 DF PROTO=2 
[Mon Apr  5 18:18:54 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=35274 DF PROTO=2 
[Mon Apr  5 18:20:59 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=3769 DF PROTO=2 
[Mon Apr  5 18:23:04 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=11293 DF PROTO=2 
[Mon Apr  5 18:25:09 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=15067 DF PROTO=2 
[Mon Apr  5 18:27:14 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=27516 DF PROTO=2 
[Mon Apr  5 18:29:19 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=32202 DF PROTO=2 
[Mon Apr  5 18:31:24 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=37805 DF PROTO=2 
[Mon Apr  5 18:33:30 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=45102 DF PROTO=2 
[Mon Apr  5 18:35:35 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=24516 DF PROTO=2 
[Mon Apr  5 18:37:39 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=31063 DF PROTO=2 
[Mon Apr  5 18:39:44 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=33079 DF PROTO=2 
[Mon Apr  5 18:41:50 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=39911 DF PROTO=2 
[Mon Apr  5 18:43:55 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=7874 DF PROTO=2 
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: Microcode SW error detected. Restarting 0x0.
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: Start IWL Error Log Dump:
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: Status: 0x00000040, count: 6
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: Loaded firmware version: 50.3e391d3e.0
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00004434 | ADVANCED_SYSASSERT          
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x000022F0 | trm_hw_status0
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00000000 | trm_hw_status1
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x004C9534 | branchlink2
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x004B4598 | interruptlink1
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x004B4598 | interruptlink2
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00008687 | data1
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00000001 | data2
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00000000 | data3
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x99808831 | beacon time
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x0286F7D5 | tsf low
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x000002CB | tsf hi
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00000000 | time gp1
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0xC779EF4E | time gp2
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00000001 | uCode revision type
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00000032 | uCode version major
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x3E391D3E | uCode version minor
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00000351 | hw version
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00C89004 | board version
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x800CFC19 | hcmd
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00020000 | isr0
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00000000 | isr1
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x08F00002 | isr2
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x04C37FCC | isr3
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00000000 | isr4
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x0615001C | last cmd Id
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x000063AC | wait_event
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00000000 | l2p_control
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00000020 | l2p_duration
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00000000 | l2p_mhvalid
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00000080 | l2p_addr_match
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00000009 | lmpm_pmg_sel
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00000000 | timestamp
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x0000D8CC | flow_handler
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: Start IWL Error Log Dump:
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: Status: 0x00000040, count: 7
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x20000070 | NMI_INTERRUPT_LMAC_FATAL
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00000000 | umac branchlink1
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x80465E6A | umac branchlink2
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x80483754 | umac interruptlink1
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x80483754 | umac interruptlink2
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00000400 | umac data1
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x80483754 | umac data2
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00000000 | umac data3
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00000032 | umac major
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x3E391D3E | umac minor
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0xC779EF68 | frame pointer
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0xC0886284 | stack pointer
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x0085019C | last host cmd
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00000000 | isr status reg
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: Fseq Registers:
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x60000000 | FSEQ_ERROR_CODE
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x80290033 | FSEQ_TOP_INIT_VERSION
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00070043 | FSEQ_CNVIO_INIT_VERSION
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x0000A481 | FSEQ_OTP_VERSION
emily@Linux-Mint-HP-Envy-15t-ep000:~$ dmesg -T | tail -n 200
[Mon Apr  5 15:05:08 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=8808 DF PROTO=2 
[Mon Apr  5 15:07:13 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=59817 DF PROTO=2 
[Mon Apr  5 15:09:18 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=39150 DF PROTO=2 
[Mon Apr  5 15:11:23 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=21655 DF PROTO=2 
[Mon Apr  5 15:13:28 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=26854 DF PROTO=2 
[Mon Apr  5 15:15:33 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=26834 DF PROTO=2 
[Mon Apr  5 15:17:38 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=35099 DF PROTO=2 
[Mon Apr  5 15:19:43 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=4622 DF PROTO=2 
[Mon Apr  5 15:21:48 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=46892 DF PROTO=2 
[Mon Apr  5 15:23:53 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=50858 DF PROTO=2 
[Mon Apr  5 15:25:58 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=37727 DF PROTO=2 
[Mon Apr  5 15:30:08 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=63867 DF PROTO=2 
[Mon Apr  5 15:32:13 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=57659 DF PROTO=2 
[Mon Apr  5 15:34:18 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=48087 DF PROTO=2 
[Mon Apr  5 15:36:23 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=55614 DF PROTO=2 
[Mon Apr  5 15:38:28 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=42734 DF PROTO=2 
[Mon Apr  5 15:40:33 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=39517 DF PROTO=2 
[Mon Apr  5 15:42:38 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=10680 DF PROTO=2 
[Mon Apr  5 15:44:43 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=16174 DF PROTO=2 
[Mon Apr  5 15:46:48 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=6500 DF PROTO=2 
[Mon Apr  5 15:48:53 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=11435 DF PROTO=2 
[Mon Apr  5 15:50:58 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=18430 DF PROTO=2 
[Mon Apr  5 15:53:03 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=43555 DF PROTO=2 
[Mon Apr  5 15:55:08 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=61751 DF PROTO=2 
[Mon Apr  5 15:57:13 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=24889 DF PROTO=2 
[Mon Apr  5 15:59:18 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=39965 DF PROTO=2 
[Mon Apr  5 16:01:23 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=26705 DF PROTO=2 
[Mon Apr  5 16:03:28 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=9119 DF PROTO=2 
[Mon Apr  5 16:05:33 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=54012 DF PROTO=2 
[Mon Apr  5 16:07:39 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=53690 DF PROTO=2 
[Mon Apr  5 16:09:43 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=58805 DF PROTO=2 
[Mon Apr  5 16:11:48 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=13688 DF PROTO=2 
[Mon Apr  5 16:13:53 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=43766 DF PROTO=2 
[Mon Apr  5 16:15:59 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=27890 DF PROTO=2 
[Mon Apr  5 16:18:04 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=56846 DF PROTO=2 
[Mon Apr  5 16:20:09 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=24053 DF PROTO=2 
[Mon Apr  5 16:22:13 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=35782 DF PROTO=2 
[Mon Apr  5 16:24:19 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=35427 DF PROTO=2 
[Mon Apr  5 16:26:24 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=54182 DF PROTO=2 
[Mon Apr  5 16:28:29 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=49035 DF PROTO=2 
[Mon Apr  5 16:30:34 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=55146 DF PROTO=2 
[Mon Apr  5 16:32:39 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=62095 DF PROTO=2 
[Mon Apr  5 16:34:44 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=1845 DF PROTO=2 
[Mon Apr  5 16:36:49 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=12825 DF PROTO=2 
[Mon Apr  5 16:38:54 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=17686 DF PROTO=2 
[Mon Apr  5 16:40:59 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=30561 DF PROTO=2 
[Mon Apr  5 16:45:09 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=56131 DF PROTO=2 
[Mon Apr  5 16:47:14 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=61314 DF PROTO=2 
[Mon Apr  5 16:49:19 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=1903 DF PROTO=2 
[Mon Apr  5 16:51:24 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=49188 DF PROTO=2 
[Mon Apr  5 16:53:29 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=58271 DF PROTO=2 
[Mon Apr  5 16:55:34 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=31244 DF PROTO=2 
[Mon Apr  5 16:57:39 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=48084 DF PROTO=2 
[Mon Apr  5 16:59:44 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=48546 DF PROTO=2 
[Mon Apr  5 17:01:49 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=8291 DF PROTO=2 
[Mon Apr  5 17:03:54 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=14944 DF PROTO=2 
[Mon Apr  5 17:05:59 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=31999 DF PROTO=2 
[Mon Apr  5 17:08:04 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=41218 DF PROTO=2 
[Mon Apr  5 17:10:09 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=46831 DF PROTO=2 
[Mon Apr  5 17:12:14 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=26403 DF PROTO=2 
[Mon Apr  5 17:14:19 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=59826 DF PROTO=2 
[Mon Apr  5 17:16:24 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=15778 DF PROTO=2 
[Mon Apr  5 17:18:29 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=22452 DF PROTO=2 
[Mon Apr  5 17:20:34 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=29060 DF PROTO=2 
[Mon Apr  5 17:22:39 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=14768 DF PROTO=2 
[Mon Apr  5 17:24:44 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=56560 DF PROTO=2 
[Mon Apr  5 17:26:49 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=43776 DF PROTO=2 
[Mon Apr  5 17:28:54 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=15994 DF PROTO=2 
[Mon Apr  5 17:30:59 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=18795 DF PROTO=2 
[Mon Apr  5 17:33:04 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=1769 DF PROTO=2 
[Mon Apr  5 17:35:09 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=34349 DF PROTO=2 
[Mon Apr  5 17:37:14 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=40488 DF PROTO=2 
[Mon Apr  5 17:39:19 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=10851 DF PROTO=2 
[Mon Apr  5 17:41:24 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=7894 DF PROTO=2 
[Mon Apr  5 17:43:29 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=13808 DF PROTO=2 
[Mon Apr  5 17:45:34 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=32338 DF PROTO=2 
[Mon Apr  5 17:47:39 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=21322 DF PROTO=2 
[Mon Apr  5 17:49:44 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=45763 DF PROTO=2 
[Mon Apr  5 17:51:49 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=49479 DF PROTO=2 
[Mon Apr  5 17:53:54 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=53299 DF PROTO=2 
[Mon Apr  5 17:55:59 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=10348 DF PROTO=2 
[Mon Apr  5 17:58:04 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=4987 DF PROTO=2 
[Mon Apr  5 18:00:09 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=50345 DF PROTO=2 
[Mon Apr  5 18:02:14 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=17896 DF PROTO=2 
[Mon Apr  5 18:04:19 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=57628 DF PROTO=2 
[Mon Apr  5 18:06:24 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=29812 DF PROTO=2 
[Mon Apr  5 18:08:29 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=4772 DF PROTO=2 
[Mon Apr  5 18:10:34 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=41390 DF PROTO=2 
[Mon Apr  5 18:12:39 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65152 DF PROTO=2 
[Mon Apr  5 18:14:44 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=53203 DF PROTO=2 
[Mon Apr  5 18:16:49 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=59896 DF PROTO=2 
[Mon Apr  5 18:18:54 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=35274 DF PROTO=2 
[Mon Apr  5 18:20:59 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=3769 DF PROTO=2 
[Mon Apr  5 18:23:04 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=11293 DF PROTO=2 
[Mon Apr  5 18:25:09 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=15067 DF PROTO=2 
[Mon Apr  5 18:27:14 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=27516 DF PROTO=2 
[Mon Apr  5 18:29:19 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=32202 DF PROTO=2 
[Mon Apr  5 18:31:24 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=37805 DF PROTO=2 
[Mon Apr  5 18:33:30 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=45102 DF PROTO=2 
[Mon Apr  5 18:35:35 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=24516 DF PROTO=2 
[Mon Apr  5 18:37:39 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=31063 DF PROTO=2 
[Mon Apr  5 18:39:44 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=33079 DF PROTO=2 
[Mon Apr  5 18:41:50 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=39911 DF PROTO=2 
[Mon Apr  5 18:43:55 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=7874 DF PROTO=2 
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: Microcode SW error detected. Restarting 0x0.
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: Start IWL Error Log Dump:
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: Status: 0x00000040, count: 6
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: Loaded firmware version: 50.3e391d3e.0
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00004434 | ADVANCED_SYSASSERT          
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x000022F0 | trm_hw_status0
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00000000 | trm_hw_status1
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x004C9534 | branchlink2
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x004B4598 | interruptlink1
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x004B4598 | interruptlink2
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00008687 | data1
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00000001 | data2
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00000000 | data3
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x99808831 | beacon time
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x0286F7D5 | tsf low
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x000002CB | tsf hi
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00000000 | time gp1
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0xC779EF4E | time gp2
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00000001 | uCode revision type
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00000032 | uCode version major
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x3E391D3E | uCode version minor
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00000351 | hw version
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00C89004 | board version
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x800CFC19 | hcmd
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00020000 | isr0
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00000000 | isr1
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x08F00002 | isr2
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x04C37FCC | isr3
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00000000 | isr4
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x0615001C | last cmd Id
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x000063AC | wait_event
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00000000 | l2p_control
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00000020 | l2p_duration
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00000000 | l2p_mhvalid
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00000080 | l2p_addr_match
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00000009 | lmpm_pmg_sel
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00000000 | timestamp
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x0000D8CC | flow_handler
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: Start IWL Error Log Dump:
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: Status: 0x00000040, count: 7
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x20000070 | NMI_INTERRUPT_LMAC_FATAL
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00000000 | umac branchlink1
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x80465E6A | umac branchlink2
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x80483754 | umac interruptlink1
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x80483754 | umac interruptlink2
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00000400 | umac data1
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x80483754 | umac data2
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00000000 | umac data3
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00000032 | umac major
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x3E391D3E | umac minor
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0xC779EF68 | frame pointer
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0xC0886284 | stack pointer
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x0085019C | last host cmd
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00000000 | isr status reg
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: Fseq Registers:
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x60000000 | FSEQ_ERROR_CODE
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x80290033 | FSEQ_TOP_INIT_VERSION
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00070043 | FSEQ_CNVIO_INIT_VERSION
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x0000A481 | FSEQ_OTP_VERSION
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x00000003 | FSEQ_TOP_CONTENT_VERSION
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x4552414E | FSEQ_ALIVE_TOKEN
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x20000302 | FSEQ_CNVI_ID
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x01300504 | FSEQ_CNVR_ID
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x20000302 | CNVI_AUX_MISC_CHIP
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x01300504 | CNVR_AUX_MISC_CHIP
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x05B0905B | CNVR_SCU_SD_REGS_SD_REG_DIG_DCDC_VTRIM
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: 0x0000025B | CNVR_SCU_SD_REGS_SD_REG_ACTIVE_VDIG_MIRROR
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: Collecting data: trigger 2 fired.
[Mon Apr  5 18:45:20 2021] ieee80211 phy0: Hardware restart was requested
[Mon Apr  5 18:45:20 2021] iwlwifi 0000:00:14.3: FW error in SYNC CMD STATISTICS_CMD
[Mon Apr  5 18:45:20 2021] CPU: 11 PID: 31551 Comm: kworker/11:1 Tainted: P           OE     5.4.0-70-generic #78-Ubuntu
[Mon Apr  5 18:45:20 2021] Hardware name: HP HP ENVY Laptop 15t-ep000/878F, BIOS F.05 12/29/2020
[Mon Apr  5 18:45:20 2021] Workqueue: events iwl_mvm_tcm_work [iwlmvm]
[Mon Apr  5 18:45:20 2021] Call Trace:
[Mon Apr  5 18:45:20 2021]  dump_stack+0x6d/0x8b
[Mon Apr  5 18:45:20 2021]  iwl_trans_pcie_gen2_send_hcmd+0x3de/0x3f0 [iwlwifi]
[Mon Apr  5 18:45:20 2021]  ? wait_woken+0x80/0x80
[Mon Apr  5 18:45:20 2021]  iwl_trans_send_cmd+0x55/0xc0 [iwlwifi]
[Mon Apr  5 18:45:20 2021]  iwl_mvm_send_cmd+0x1f/0x40 [iwlmvm]
[Mon Apr  5 18:45:20 2021]  iwl_mvm_request_statistics+0x72/0xd0 [iwlmvm]
[Mon Apr  5 18:45:20 2021]  ? __switch_to_asm+0x40/0x70
[Mon Apr  5 18:45:20 2021]  ? _cond_resched+0x19/0x30
[Mon Apr  5 18:45:20 2021]  iwl_mvm_recalc_tcm+0xd9/0x1d0 [iwlmvm]
[Mon Apr  5 18:45:20 2021]  iwl_mvm_tcm_work+0x15/0x20 [iwlmvm]
[Mon Apr  5 18:45:20 2021]  process_one_work+0x1eb/0x3b0
[Mon Apr  5 18:45:20 2021]  worker_thread+0x4d/0x400
[Mon Apr  5 18:45:20 2021]  kthread+0x104/0x140
[Mon Apr  5 18:45:20 2021]  ? process_one_work+0x3b0/0x3b0
[Mon Apr  5 18:45:20 2021]  ? kthread_park+0x90/0x90
[Mon Apr  5 18:45:20 2021]  ret_from_fork+0x1f/0x40
[Mon Apr  5 18:45:21 2021] iwlwifi 0000:00:14.3: Applying debug destination EXTERNAL_DRAM
[Mon Apr  5 18:45:21 2021] iwlwifi 0000:00:14.3: FW already configured (0) - re-configuring
[Mon Apr  5 18:46:00 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=57821 DF PROTO=2 
[Mon Apr  5 18:48:05 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=15127 DF PROTO=2 
[Mon Apr  5 18:50:10 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=24481 DF PROTO=2 
[Mon Apr  5 18:52:15 2021] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:48:5d:36:d6:82:69:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=34535 DF PROTO=2 
User avatar
SMG
Level 25
Level 25
Posts: 31333
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: Display Problems on Repaired HP-Envy 15t-ep000

Post by SMG »

nmssis wrote: Mon Apr 05, 2021 6:55 pmSorry for the delayed response.
Everyone has a life outside of this forum. I've been on threads where there is literally weeks before a response is posted. Plus many people are in different time zones across the globe.

The log shows a problem with the WiFi adapter. I would not think that would be related to the screen, but I'll do some checking to see what I can find.

All the UFW BLOCKS are the firewall protecting your system. I checked the command on my system first to make sure I typed it correctly and all 200 lines on my computer were UFW BLOCKS. :lol:
Image
A woman typing on a laptop with LM20.3 Cinnamon.
Locked

Return to “Hardware Support”