Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge SDDM after wiki please HELP
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9  Next  
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
borje2
Apprentice
Apprentice


Joined: 19 Apr 2024
Posts: 167
Location: Gällivare

PostPosted: Mon May 13, 2024 2:34 pm    Post subject: Reply with quote

I believe I remove all xorg conf
I am not sure how to config xorg

I install gentoo long ago and this was my config at that time:



# cat /etc/X11/xorg.conf
Section "ServerLayout"
identifier "layout 0"
Screen "Screen 0"
inputDevice "Keyboard 0" "CoreKeyboard"
inputDevice "Mouse 0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
# generated from data in "/etc/conf.gpm"
Identifier "Mouse 0"
Driver "mouse"
Option "Protocol"
Option "Device" "/dev/input/mice"
Option "Emulate 3 Buttons" "no"
Option "ZaxisMapping" "4 5"
EndSection

Section "InputDevice"
Identifier "Keyboard 0"
Driver "kbd"
EndSection


Section "Monitor 0"
Identifier "Monitor 0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device 0"
Driver "nouveau"
VendorName "nvidia Corporation"
EndSection

Section "Screen"
Ientifier "Screen 0"
Device "Device 0"
Monitor "Monitor 0"
DefaultDept 24
SubSection "Display"
Dept 24
EndSubsection
EndSection


This don't work today


/Borje
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54391
Location: 56N 3W

PostPosted: Mon May 13, 2024 2:57 pm    Post subject: Reply with quote

borje2,

Please post the output of the command I gave a few posts back.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
borje2
Apprentice
Apprentice


Joined: 19 Apr 2024
Posts: 167
Location: Gällivare

PostPosted: Mon May 13, 2024 3:15 pm    Post subject: Reply with quote

no output from grep -i nvidia -R /etc/X11/

no output

/Borje
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54391
Location: 56N 3W

PostPosted: Mon May 13, 2024 3:27 pm    Post subject: Reply with quote

borje2,

That's odd.
Code:
VendorName "nvidia Corporation"
should have been a hit.

Lets clear out the rubbish and start again so we are sure that we have a self consistent data set.

Remove both
Code:
/var/log/Xor.0.log
and your users
Code:
 ~/.local/share/xorg/Xorg.0.log


Reboot and run
Code:
wgetpaste -c dmesg
so we can see four video card kernel driver start.
Post the URL.

After SDDM has started .. and failed
Code:
wgetpaste  /var/log/Xor.0.log

and, as your normal user,
Code:
wgetpaste ~/.local/share/xorg/Xorg.0.log
and post the URLs.

That's three URLs to post.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
borje2
Apprentice
Apprentice


Joined: 19 Apr 2024
Posts: 167
Location: Gällivare

PostPosted: Tue May 14, 2024 2:28 am    Post subject: NeddySeagoon Reply with quote

I could not send any more message yesterday maybe I reach the limits?

Maybe the file was too big with dmesg

I like to unmerge x11 driver , x11 server and sddm and remerge them again what do you think?

Regards Borje
Back to top
View user's profile Send private message
Hu
Administrator
Administrator


Joined: 06 Mar 2007
Posts: 21772

PostPosted: Tue May 14, 2024 12:13 pm    Post subject: Reply with quote

The forum has a size limit per post. That limit is why Neddy directed you to use wgetpaste. The forum has a limit on posts per minute, but that is unlikely to be your problem.

Removing and rebuilding those programs is unlikely to fix anything. I doubt it will hurt, but it will be a waste of resources.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54391
Location: 56N 3W

PostPosted: Tue May 14, 2024 12:34 pm    Post subject: Reply with quote

borje2,

Quote:
I like to unmerge x11 driver , x11 server and sddm and remerge them again what do you think?

That's like reinstalling Windows to fix it. It never does.

Code:
wgetpaste -S
Services supported (case sensitive):
    Name     | URL
   ==========|=================
    0x0      | http://0x0.st
   *bpaste   | https://bpa.st/api/v1/paste
    codepad  | http://codepad.org/
    dpaste   | http://dpaste.com/api/v2/
    gists    | https://api.github.com/gists
    ix_io    | http://ix.io
    pgz      | https://paste.gentoo.zip
    snippets | https://gitlab.com/api/v4/snippets


is a list of services that wgetpaste knows. There are others too. The one with the * is the default.

Code:
wgetpaste -s <Name> ...
tels wgetpaste to use the named service. Some take bigger pastes than others.
You need to learn to use wgetpaste to give us the information needed to help you.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
borje2
Apprentice
Apprentice


Joined: 19 Apr 2024
Posts: 167
Location: Gällivare

PostPosted: Tue May 14, 2024 4:14 pm    Post subject: Reply with quote

NeddySeagoon

Thank's for all the knowledge you give to me I am aware that new installation did not do the job but I have during long installation time to get it to work and I have tried lots of thing which I don't remember which I would get rid of

Now I have install it all again and I did like you look at error and try to figure out what the cause was

so now when I startx it start up plasma desktop with a welcome screen but unfortunately I have no mouse so I have no control and after startx it comes up a screen but it goes away very quick but I did not see any error

I believe I don't have a proper config of mouse in /etc/X11/vorg.conf.d/10-Mouse.conf

Hope you still don't have give me up

Regards Börje Blomquist
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54391
Location: 56N 3W

PostPosted: Tue May 14, 2024 4:28 pm    Post subject: Reply with quote

borje2,

I won't give up, I don't know how.

Your install is fixable. We need a consistent data set to work from.
You will only make a different mistake if you start again.

Part of the problem is that the data fragments you have posted are contradictory.
They cannot have been generated without changing the configuration between one fragment and another.

We will come back to you clearing out the leftovers and posting complete self consistent data with wgetpaste.
You can do that now or after another install.

You need to learn to use wgetpaste and you need to post whole logs.
Whole logs let us see what is missing that should be there. That is not possible with fragments or filtered logs.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
borje2
Apprentice
Apprentice


Joined: 19 Apr 2024
Posts: 167
Location: Gällivare

PostPosted: Tue May 14, 2024 4:34 pm    Post subject: Reply with quote

Ok I have not been able to study wgetpaste been busy

can you give me keystrokes to post whole logs?
/Borje
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54391
Location: 56N 3W

PostPosted: Tue May 14, 2024 5:26 pm    Post subject: Reply with quote

borje2,

I did. You may need to use the -s option if you get errors about nothing was received.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
borje2
Apprentice
Apprentice


Joined: 19 Apr 2024
Posts: 167
Location: Gällivare

PostPosted: Tue May 14, 2024 6:08 pm    Post subject: Reply with quote

I try
wgetpaste -s 0x0 'dmesg'

I get answer no such file found
/Borje
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54391
Location: 56N 3W

PostPosted: Tue May 14, 2024 6:12 pm    Post subject: Reply with quote

borje2,

dmesg is a command, not a file.

Code:
wgetpaste -s 0x0 -c 'dmesg'


Here is mine
Code:
wgetpaste -s 0x0 -c 'dmesg'
Your paste can be seen here: https://0x0.st/XKlw.txt


View it if you wish.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
borje2
Apprentice
Apprentice


Joined: 19 Apr 2024
Posts: 167
Location: Gällivare

PostPosted: Tue May 14, 2024 6:18 pm    Post subject: Reply with quote

This comes out

Process 77 stopped
* thread #1: tid = 77, 0x00007fdb54936550, name = 'fhost'
frame #0:
Process 77 stopped
* thread #8: tid = 77, 0x00007fdb566ba290 fhost`get(path='/XKLg.txt') + 27 at fhost.c:139, name = 'fhost/responder', stop reason = invalid address (fault address: 0x30)
frame #0: {3:#018x} fhost`get(path='/XKLg.txt') + 27 at fhost.c:139
136 get(SrvContext *ctx, const char *path)
137 {
138 StoredObj *obj = ctx->store->query(shurl_debase(path));
-> 139 switch (obj->type) {
140 case ObjTypeFile:
141 ctx->serve_file_id(obj->id);
142 break;
(lldb) q
Back to top
View user's profile Send private message
borje2
Apprentice
Apprentice


Joined: 19 Apr 2024
Posts: 167
Location: Gällivare

PostPosted: Tue May 14, 2024 6:32 pm    Post subject: Reply with quote

/var/log/Xorg.0.log

line 400 command wrong


Process 39 stopped
* thread #1: tid = 39, 0x00007fdadd471d10, name = 'fhost'
frame #0:
Process 39 stopped
* thread #8: tid = 39, 0x00007fdb566ba290 fhost`get(path='/XKIU.0.log') + 27 at fhost.c:139, name = 'fhost/responder', stop reason = invalid address (fault address: 0x30)
frame #0: {3:#018x} fhost`get(path='/XKIU.0.log') + 27 at fhost.c:139
136 get(SrvContext *ctx, const char *path)
137 {
138 StoredObj *obj = ctx->store->query(shurl_debase(path));
-> 139 switch (obj->type) {
140 case ObjTypeFile:
141 ctx->serve_file_id(obj->id);
142 break;
(lldb) q


/Borje
Back to top
View user's profile Send private message
borje2
Apprentice
Apprentice


Joined: 19 Apr 2024
Posts: 167
Location: Gällivare

PostPosted: Tue May 14, 2024 6:41 pm    Post subject: Reply with quote

~/.local/share/xorg/Xorg.0.log

line 400 command wrong

Process 64 stopped
* thread #1: tid = 64, 0x00007fdadd466dd0, name = 'fhost'
frame #0:
Process 64 stopped
* thread #8: tid = 64, 0x00007fdb566ba290 fhost`get(path='/XKLn.0.log') + 27 at fhost.c:139, name = 'fhost/responder', stop reason = invalid address (fault address: 0x30)
frame #0: {3:#018x} fhost`get(path='/XKLn.0.log') + 27 at fhost.c:139
136 get(SrvContext *ctx, const char *path)
137 {
138 StoredObj *obj = ctx->store->query(shurl_debase(path));
-> 139 switch (obj->type) {
140 case ObjTypeFile:
141 ctx->serve_file_id(obj->id);
142 break;
(lldb) q


/Borje
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54391
Location: 56N 3W

PostPosted: Tue May 14, 2024 6:55 pm    Post subject: Reply with quote

borje2,

Post the full command and output.
Lets do one at a time.

The command is
Code:
wgetpaste -s 0x0 -c 'dmesg'


Post both the command and output.
Copy/Paste rather than typing it out please.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
borje2
Apprentice
Apprentice


Joined: 19 Apr 2024
Posts: 167
Location: Gällivare

PostPosted: Tue May 14, 2024 9:16 pm    Post subject: Reply with quote

Neddy
wgetpaste -s 0x0 -c 'dmesg'


Process 26 stopped
* thread #1: tid = 26, 0x00007fdb4c594250, name = 'fhost'
frame #0:
Process 26 stopped
* thread #8: tid = 26, 0x00007fdb566ba290 fhost`get(path='/XKLg.txt') + 27 at fhost.c:139, name = 'fhost/responder', stop reason = invalid address (fault address: 0x30)
frame #0: {3:#018x} fhost`get(path='/XKLg.txt') + 27 at fhost.c:139
136 get(SrvContext *ctx, const char *path)
137 {
138 StoredObj *obj = ctx->store->query(shurl_debase(path));
-> 139 switch (obj->type) {
140 case ObjTypeFile:
141 ctx->serve_file_id(obj->id);
142 break;
(lldb) q

the full text is too big I cannot send it should I use service maybe

/Borje
Back to top
View user's profile Send private message
borje2
Apprentice
Apprentice


Joined: 19 Apr 2024
Posts: 167
Location: Gällivare

PostPosted: Tue May 14, 2024 9:30 pm    Post subject: Reply with quote

clean up

first 100


Last edited by borje2 on Mon May 20, 2024 6:15 am; edited 1 time in total
Back to top
View user's profile Send private message
borje2
Apprentice
Apprentice


Joined: 19 Apr 2024
Posts: 167
Location: Gällivare

PostPosted: Tue May 14, 2024 9:32 pm    Post subject: Reply with quote

next 100
[ 0.000000] efi: ACPI=0xdb04e000 ACPI 2.0=0xdb04e000 SMBIOS=0xdbffd498 INITRD=0xcae60e18
[ 0.000000] efi: Remove mem159: MMIO range=[0xf8000000-0xfbffffff] (64MB) from e820 map
[ 0.000000] e820: remove [mem 0xf8000000-0xfbffffff] reserved
[ 0.000000] efi: Not removing mem160: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem161: MMIO range=[0xfed00000-0xfed03fff] (16KB) from e820 map
[ 0.000000] efi: Not removing mem162: MMIO range=[0xfed1c000-0xfed1ffff] (16KB) from e820 map
[ 0.000000] efi: Not removing mem163: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[ 0.000000] efi: Remove mem164: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[ 0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[ 0.000000] SMBIOS 2.7 present.
[ 0.000000] DMI: Hewlett-Packard HP ProDesk 600 G1 SFF/18E7, BIOS L01 v02.21 12/17/2013
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 2993.242 MHz processor
[ 0.000717] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000720] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000735] last_pfn = 0x21ee00 max_arch_pfn = 0x400000000
[ 0.000742] total RAM covered: 8126M
[ 0.000909] Found optimal setting for mtrr clean up
[ 0.000910] gran_size: 64K chunk_size: 64M num_reg: 9 lose cover RAM: 0G
[ 0.000914] MTRR map: 9 entries (5 fixed + 4 variable; max 25), built from 10 variable MTRRs
[ 0.000916] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.001279] e820: update [mem 0xdd000000-0xffffffff] usable ==> reserved
[ 0.001282] last_pfn = 0xdc000 max_arch_pfn = 0x400000000
[ 0.005085] found SMP MP-table at [mem 0x000f4e00-0x000f4e0f]
[ 0.005113] Using GB pages for direct mapping
[ 0.007563] Secure boot disabled
[ 0.007564] RAMDISK: [mem 0xc2671000-0xc42d2fff]
[ 0.007566] ACPI: Early table checksum verification disabled
[ 0.007569] ACPI: RSDP 0x00000000DB04E000 000024 (v02 HPQOEM)
[ 0.007573] ACPI: XSDT 0x00000000DB04E088 000094 (v01 HPQOEM SLIC-BPC 20131217 AMI 00010013)
[ 0.007579] ACPI: FACP 0x00000000DB05A760 00010C (v05 HPQOEM SLIC-BPC 20131217 AMI 00010013)
[ 0.007584] ACPI: DSDT 0x00000000DB04E1B0 00C5AD (v02 HPQOEM SLIC-BPC 00000001 INTL 20091112)
[ 0.007587] ACPI: FACS 0x00000000DBF92080 000040
[ 0.007589] ACPI: APIC 0x00000000DB05A870 000062 (v03 HPQOEM SLIC-BPC 20131217 AMI 00010013)
[ 0.007592] ACPI: FPDT 0x00000000DB05A8D8 000044 (v01 HPQOEM SLIC-BPC 20131217 AMI 00010013)
[ 0.007595] ACPI: SSDT 0x00000000DB05A920 000539 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
[ 0.007598] ACPI: SSDT 0x00000000DB05AE60 000AD8 (v01 PmRef CpuPm 00003000 INTL 20051117)
[ 0.007601] ACPI: SSDT 0x00000000DB05B938 0001C7 (v01 PmRef LakeTiny 00003000 INTL 20051117)
[ 0.007604] ACPI: MCFG 0x00000000DB05BB00 00003C (v01 HPQOEM SLIC-BPC 20131217 MSFT 00000097)
[ 0.007607] ACPI: HPET 0x00000000DB05BB40 000038 (v01 HPQOEM SLIC-BPC 20131217 AMI. 00000005)
[ 0.007610] ACPI: SSDT 0x00000000DB05BB78 00036D (v01 SataRe SataTabl 00001000 INTL 20091112)
[ 0.007613] ACPI: SSDT 0x00000000DB05BEE8 003217 (v01 SaSsdt SaSsdt 00003000 INTL 20091112)
[ 0.007616] ACPI: SSDT 0x00000000DB05F100 00668F (v01 COMPAQ WMI 00000001 MSFT 03000001)
[ 0.007619] ACPI: SLIC 0x00000000DB065790 000176 (v01 HPQOEM SLIC-BPC 00000001 00000000)
[ 0.007622] ACPI: ASF! 0x00000000DB065908 0000A5 (v32 INTEL HCG 00000001 TFSM 000F4240)
[ 0.007625] ACPI: TCPA 0x00000000DB0659B0 000032 (v02 APTIO4 NAPAASF 00000001 MSFT 01000013)
[ 0.007628] ACPI: Reserving FACP table memory at [mem 0xdb05a760-0xdb05a86b]
[ 0.007629] ACPI: Reserving DSDT table memory at [mem 0xdb04e1b0-0xdb05a75c]
[ 0.007630] ACPI: Reserving FACS table memory at [mem 0xdbf92080-0xdbf920bf]
[ 0.007631] ACPI: Reserving APIC table memory at [mem 0xdb05a870-0xdb05a8d1]
[ 0.007632] ACPI: Reserving FPDT table memory at [mem 0xdb05a8d8-0xdb05a91b]
[ 0.007632] ACPI: Reserving SSDT table memory at [mem 0xdb05a920-0xdb05ae58]
[ 0.007633] ACPI: Reserving SSDT table memory at [mem 0xdb05ae60-0xdb05b937]
[ 0.007634] ACPI: Reserving SSDT table memory at [mem 0xdb05b938-0xdb05bafe]
[ 0.007635] ACPI: Reserving MCFG table memory at [mem 0xdb05bb00-0xdb05bb3b]
[ 0.007636] ACPI: Reserving HPET table memory at [mem 0xdb05bb40-0xdb05bb77]
[ 0.007636] ACPI: Reserving SSDT table memory at [mem 0xdb05bb78-0xdb05bee4]
[ 0.007637] ACPI: Reserving SSDT table memory at [mem 0xdb05bee8-0xdb05f0fe]
[ 0.007638] ACPI: Reserving SSDT table memory at [mem 0xdb05f100-0xdb06578e]
[ 0.007639] ACPI: Reserving SLIC table memory at [mem 0xdb065790-0xdb065905]
[ 0.007640] ACPI: Reserving ASF! table memory at [mem 0xdb065908-0xdb0659ac]
[ 0.007641] ACPI: Reserving TCPA table memory at [mem 0xdb0659b0-0xdb0659e1]
[ 0.007703] No NUMA configuration found
[ 0.007703] Faking a node at [mem 0x0000000000000000-0x000000021edfffff]
[ 0.007712] NODE_DATA(0) allocated [mem 0x21edd5000-0x21edfffff]
[ 0.007889] Zone ranges:
[ 0.007890] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.007892] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.007893] Normal [mem 0x0000000100000000-0x000000021edfffff]
[ 0.007895] Device empty
[ 0.007895] Movable zone start for each node
[ 0.007898] Early memory node ranges
[ 0.007899] node 0: [mem 0x0000000000001000-0x000000000004efff]
[ 0.007900] node 0: [mem 0x0000000000050000-0x000000000009dfff]
[ 0.007901] node 0: [mem 0x0000000000100000-0x00000000d9ff9fff]
[ 0.007902] node 0: [mem 0x00000000da001000-0x00000000da44dfff]
[ 0.007903] node 0: [mem 0x00000000da7fa000-0x00000000daeb9fff]
[ 0.007904] node 0: [mem 0x00000000daf3c000-0x00000000dafc6fff]
[ 0.007904] node 0: [mem 0x00000000db048000-0x00000000db04dfff]
[ 0.007905] node 0: [mem 0x00000000db066000-0x00000000db0bcfff]
[ 0.007906] node 0: [mem 0x00000000db0ca000-0x00000000dbe64fff]
[ 0.007906] node 0: [mem 0x00000000dbea5000-0x00000000dbef3fff]
[ 0.007907] node 0: [mem 0x00000000dbfe4000-0x00000000dbffcfff]
[ 0.007908] node 0: [mem 0x00000000dbfff000-0x00000000dbffffff]
[ 0.007909] node 0: [mem 0x0000000100000000-0x000000021edfffff]
[ 0.007910] Initmem setup node 0 [mem 0x0000000000001000-0x000000021edfffff]
[ 0.007914] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.007916] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.007943] On node 0, zone DMA: 98 pages in unavailable ranges
[ 0.013998] On node 0, zone DMA32: 7 pages in unavailable ranges
[ 0.014022] On node 0, zone DMA32: 940 pages in unavailable ranges
[ 0.014026] On node 0, zone DMA32: 130 pages in unavailable ranges
[ 0.014028] On node 0, zone DMA32: 129 pages in unavailable ranges
[ 0.014029] On node 0, zone DMA32: 24 pages in unavailable ranges
[ 0.014054] On node 0, zone DMA32: 13 pages in unavailable ranges
[ 0.014056] On node 0, zone DMA32: 64 pages in unavailable ranges
[ 0.014059] On node 0, zone DMA32: 240 pages in unavailable ranges
[ 0.014060] On node 0, zone DMA32: 2 pages in unavailable ranges
[ 0.022217] On node 0, zone Normal: 16384 pages in unavailable ranges
[ 0.022258] On node 0, zone Normal: 4608 pages in unavailable ranges
Back to top
View user's profile Send private message
borje2
Apprentice
Apprentice


Joined: 19 Apr 2024
Posts: 167
Location: Gällivare

PostPosted: Tue May 14, 2024 9:34 pm    Post subject: Reply with quote

next 100
0.022265] Reserving Intel graphics memory at [mem 0xdd200000-0xdf1fffff]
[ 0.022378] ACPI: PM-Timer IO Port: 0x408
[ 0.022385] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.022396] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[ 0.022398] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.022400] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.022404] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.022405] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.022410] [Firmware Bug]: TSC_DEADLINE disabled due to Errata; please update microcode to version: 0x22 (or later)
[ 0.022412] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.022450] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.022453] PM: hibernation: Registered nosave memory: [mem 0x0004f000-0x0004ffff]
[ 0.022455] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[ 0.022456] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.022458] PM: hibernation: Registered nosave memory: [mem 0xc9f3c000-0xc9f3cfff]
[ 0.022460] PM: hibernation: Registered nosave memory: [mem 0xc9f4b000-0xc9f4bfff]
[ 0.022461] PM: hibernation: Registered nosave memory: [mem 0xc9f4c000-0xc9f4cfff]
[ 0.022463] PM: hibernation: Registered nosave memory: [mem 0xc9f5c000-0xc9f5cfff]
[ 0.022465] PM: hibernation: Registered nosave memory: [mem 0xd9ffa000-0xda000fff]
[ 0.022467] PM: hibernation: Registered nosave memory: [mem 0xda44e000-0xda7f9fff]
[ 0.022468] PM: hibernation: Registered nosave memory: [mem 0xdaeba000-0xdaf3bfff]
[ 0.022470] PM: hibernation: Registered nosave memory: [mem 0xdafc7000-0xdb047fff]
[ 0.022472] PM: hibernation: Registered nosave memory: [mem 0xdb04e000-0xdb065fff]
[ 0.022474] PM: hibernation: Registered nosave memory: [mem 0xdb0bd000-0xdb0c9fff]
[ 0.022476] PM: hibernation: Registered nosave memory: [mem 0xdbe65000-0xdbea4fff]
[ 0.022483] PM: hibernation: Registered nosave memory: [mem 0xdbef4000-0xdbf03fff]
[ 0.022484] PM: hibernation: Registered nosave memory: [mem 0xdbf04000-0xdbf06fff]
[ 0.022484] PM: hibernation: Registered nosave memory: [mem 0xdbf07000-0xdbf23fff]
[ 0.022485] PM: hibernation: Registered nosave memory: [mem 0xdbf24000-0xdbf25fff]
[ 0.022486] PM: hibernation: Registered nosave memory: [mem 0xdbf26000-0xdbf2efff]
[ 0.022486] PM: hibernation: Registered nosave memory: [mem 0xdbf2f000-0xdbf3dfff]
[ 0.022487] PM: hibernation: Registered nosave memory: [mem 0xdbf3e000-0xdbf4efff]
[ 0.022488] PM: hibernation: Registered nosave memory: [mem 0xdbf4f000-0xdbf4ffff]
[ 0.022488] PM: hibernation: Registered nosave memory: [mem 0xdbf50000-0xdbf60fff]
[ 0.022489] PM: hibernation: Registered nosave memory: [mem 0xdbf61000-0xdbf8cfff]
[ 0.022490] PM: hibernation: Registered nosave memory: [mem 0xdbf8d000-0xdbf93fff]
[ 0.022490] PM: hibernation: Registered nosave memory: [mem 0xdbf94000-0xdbfe3fff]
[ 0.022492] PM: hibernation: Registered nosave memory: [mem 0xdbffd000-0xdbffefff]
[ 0.022494] PM: hibernation: Registered nosave memory: [mem 0xdc000000-0xdcffffff]
[ 0.022495] PM: hibernation: Registered nosave memory: [mem 0xdd000000-0xdf1fffff]
[ 0.022496] PM: hibernation: Registered nosave memory: [mem 0xdf200000-0xfebfffff]
[ 0.022496] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.022497] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[ 0.022498] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[ 0.022498] PM: hibernation: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[ 0.022499] PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[ 0.022500] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[ 0.022500] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.022501] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
[ 0.022502] [mem 0xdf200000-0xfebfffff] available for PCI devices
[ 0.022505] Booting paravirtualized kernel on bare hardware
[ 0.022507] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[ 0.028766] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
[ 0.029053] percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u1048576
[ 0.029061] pcpu-alloc: s225280 r8192 d28672 u1048576 alloc=1*2097152
[ 0.029064] pcpu-alloc: [0] 0 1
[ 0.029089] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.6.30-gentoo-dist root=UUID=1648b2af-5330-4afc-b0a3-5d5edde83507 ro
[ 0.029131] Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-6.6.30-gentoo-dist", will be passed to user space.
[ 0.029140] random: crng init done
[ 0.029995] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.030451] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.030493] Fallback order for Node 0: 0
[ 0.030496] Built 1 zonelists, mobility grouping on. Total pages: 2041923
[ 0.030497] Policy zone: Normal
[ 0.030759] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[ 0.030764] software IO TLB: area num 2.
[ 0.064609] Memory: 7766296K/8298044K available (20480K kernel code, 3562K rwdata, 9132K rodata, 4588K init, 4308K bss, 531492K reserved, 0K cma-reserved)
[ 0.064816] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.064827] Kernel/User page tables isolation: enabled
[ 0.064853] ftrace: allocating 57961 entries in 227 pages
[ 0.074081] ftrace: allocated 227 pages with 5 groups
[ 0.075051] Dynamic Preempt: voluntary
[ 0.075076] rcu: Preemptible hierarchical RCU implementation.
[ 0.075077] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=2.
[ 0.075078] Trampoline variant of Tasks RCU enabled.
[ 0.075079] Rude variant of Tasks RCU enabled.
[ 0.075079] Tracing variant of Tasks RCU enabled.
[ 0.075080] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[ 0.075081] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.078296] NR_IRQS: 524544, nr_irqs: 440, preallocated irqs: 16
[ 0.078485] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.078617] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[ 0.078641] Console: colour dummy device 80x25
[ 0.078644] printk: console [tty0] enabled
[ 0.079145] ACPI: Core revision 20230628
[ 0.079251] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[ 0.079268] APIC: Switch to symmetric I/O mode setup
[ 0.079668] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.095934] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2b255530fc3, max_idle_ns: 440795284916 ns
[ 0.095940] Calibrating delay loop (skipped), value calculated using timer frequency.. 5988.92 BogoMIPS (lpj=9977473)
[ 0.095959] x86/cpu: VMX (outside TXT) disabled by BIOS
[ 0.095966] CPU0: Thermal monitoring enabled (TM1)
[ 0.095986] process: using mwait in idle threads
[ 0.095990] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[ 0.095993] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[ 0.095997] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.096001] Spectre V2 : Mitigation: Retpolines
[ 0.096003] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.096006] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[ 0.096009] Speculative Store Bypass: Vulnerable
Back to top
View user's profile Send private message
borje2
Apprentice
Apprentice


Joined: 19 Apr 2024
Posts: 167
Location: Gällivare

PostPosted: Tue May 14, 2024 9:36 pm    Post subject: Reply with quote

next 100

[ 0.096011] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[ 0.096013] MMIO Stale Data: Unknown: No mitigations
[ 0.096016] SRBDS: Vulnerable: No microcode
[ 0.096021] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.096024] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.096026] x86/fpu: Enabled xstate features 0x3, context size is 576 bytes, using 'standard' format.
[ 0.116369] Freeing SMP alternatives memory: 48K
[ 0.116375] pid_max: default: 32768 minimum: 301
[ 0.121326] LSM: initializing lsm=lockdown,capability,yama,integrity
[ 0.121338] Yama: becoming mindful.
[ 0.121367] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.121379] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.228436] smpboot: CPU0: Intel(R) Pentium(R) CPU G3220 @ 3.00GHz (family: 0x6, model: 0x3c, stepping: 0x3)
[ 0.228597] RCU Tasks: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
[ 0.228611] RCU Tasks Rude: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
[ 0.228625] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
[ 0.228639] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
[ 0.228677] ... version: 3
[ 0.228678] ... bit width: 48
[ 0.228680] ... generic registers: 8
[ 0.228681] ... value mask: 0000ffffffffffff
[ 0.228683] ... max period: 00007fffffffffff
[ 0.228685] ... fixed-purpose events: 3
[ 0.228686] ... event mask: 00000007000000ff
[ 0.228804] signal: max sigframe size: 1520
[ 0.228819] Estimated ratio of average max frequency by base frequency (times 1024): 1024
[ 0.228843] rcu: Hierarchical SRCU implementation.
[ 0.228845] rcu: Max phase no-delay instances is 1000.
[ 0.229243] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.229272] smp: Bringing up secondary CPUs ...
[ 0.229272] smpboot: x86: Booting SMP configuration:
[ 0.229272] .... node #0, CPUs: #1
[ 0.229272] smp: Brought up 1 node, 2 CPUs
[ 0.229272] smpboot: Max logical packages: 1
[ 0.229272] smpboot: Total of 2 processors activated (11977.84 BogoMIPS)
[ 0.229272] devtmpfs: initialized
[ 0.229272] x86/mm: Memory block size: 128MB
[ 0.229272] ACPI: PM: Registering ACPI NVS region [mem 0xd9ffa000-0xda000fff] (28672 bytes)
[ 0.229272] ACPI: PM: Registering ACPI NVS region [mem 0xdaeba000-0xdaf3bfff] (532480 bytes)
[ 0.229272] ACPI: PM: Registering ACPI NVS region [mem 0xdbf26000-0xdbf2efff] (36864 bytes)
[ 0.229272] ACPI: PM: Registering ACPI NVS region [mem 0xdbf3e000-0xdbf4efff] (69632 bytes)
[ 0.229272] ACPI: PM: Registering ACPI NVS region [mem 0xdbf50000-0xdbf60fff] (69632 bytes)
[ 0.229272] ACPI: PM: Registering ACPI NVS region [mem 0xdbf8d000-0xdbf93fff] (28672 bytes)
[ 0.229272] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.229272] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.229272] pinctrl core: initialized pinctrl subsystem
[ 0.229272] PM: RTC time: 21:19:09, date: 2024-05-14
[ 0.229300] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.229387] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ 0.229392] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.229396] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.229409] audit: initializing netlink subsys (disabled)
[ 0.229439] audit: type=2000 audit(1715721548.149:1): state=initialized audit_enabled=0 res=1
[ 0.229518] thermal_sys: Registered thermal governor 'fair_share'
[ 0.229519] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.229522] thermal_sys: Registered thermal governor 'step_wise'
[ 0.229524] thermal_sys: Registered thermal governor 'user_space'
[ 0.229534] cpuidle: using governor menu
[ 0.229580] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.229583] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.229650] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.229656] PCI: not using MMCONFIG
[ 0.229658] PCI: Using configuration type 1 for base access
[ 0.229705] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off
[ 0.229748] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.229756] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.262969] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.262975] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.262977] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.262980] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.263143] cryptd: max_cpu_qlen set to 1000
[ 0.263288] raid6: skipped pq benchmark and selected sse2x4
[ 0.263292] raid6: using ssse3x2 recovery algorithm
[ 0.263333] fbcon: Taking over console
[ 0.263353] ACPI: Added _OSI(Module Device)
[ 0.263355] ACPI: Added _OSI(Processor Device)
[ 0.263357] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.263359] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.270973] ACPI: 7 ACPI AML tables successfully acquired and loaded
[ 0.271802] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.272225] ACPI: Dynamic OEM Table Load:
[ 0.272232] ACPI: SSDT 0xFFFF888100CD6800 0003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
[ 0.272757] ACPI: Dynamic OEM Table Load:
[ 0.272763] ACPI: SSDT 0xFFFF8881008D1000 0005AA (v01 PmRef ApIst 00003000 INTL 20051117)
[ 0.273326] ACPI: Dynamic OEM Table Load:
[ 0.273330] ACPI: SSDT 0xFFFF8881002A2C00 000119 (v01 PmRef ApCst 00003000 INTL 20051117)
[ 0.273855] ACPI: _OSC evaluated successfully for all CPUs
[ 0.274010] ACPI: Interpreter enabled
[ 0.274036] ACPI: PM: (supports S0 S3 S4 S5)
[ 0.274038] ACPI: Using IOAPIC for interrupt routing
[ 0.274522] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.274968] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved as ACPI motherboard resource
[ 0.274978] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.274981] PCI: Using E820 reservations for host bridge windows
[ 0.275172] ACPI: Enabled 8 GPEs in block 00 to 3F
[ 0.282385] ACPI: \_TZ_.FN00: New power resource
[ 0.282436] ACPI: \_TZ_.FN01: New power resource
[ 0.283034] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[ 0.283042] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 0.283138] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
Back to top
View user's profile Send private message
borje2
Apprentice
Apprentice


Joined: 19 Apr 2024
Posts: 167
Location: Gällivare

PostPosted: Tue May 14, 2024 9:37 pm    Post subject: Reply with quote

next 100

[ 0.283231] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR DPC]
[ 0.283234] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.283669] PCI host bridge to bus 0000:00
[ 0.283672] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.283675] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.283678] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.283681] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff window]
[ 0.283684] pci_bus 0000:00: root bus resource [mem 0xdf200000-0xfeafffff window]
[ 0.283687] pci_bus 0000:00: root bus resource [bus 00-3e]
[ 0.283701] pci 0000:00:00.0: [8086:0c00] type 00 class 0x060000
[ 0.283763] pci 0000:00:02.0: [8086:0402] type 00 class 0x030000
[ 0.283772] pci 0000:00:02.0: reg 0x10: [mem 0xf7800000-0xf7bfffff 64bit]
[ 0.283778] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.283783] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
[ 0.283794] pci 0000:00:02.0: BAR 2: assigned to efifb
[ 0.283798] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.283881] pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300
[ 0.283888] pci 0000:00:03.0: reg 0x10: [mem 0xf7d34000-0xf7d37fff 64bit]
[ 0.283977] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
[ 0.283994] pci 0000:00:14.0: reg 0x10: [mem 0xf7d20000-0xf7d2ffff 64bit]
[ 0.284048] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.284135] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
[ 0.284153] pci 0000:00:16.0: reg 0x10: [mem 0xf7d40000-0xf7d4000f 64bit]
[ 0.284210] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.284255] pci 0000:00:16.3: [8086:8c3d] type 00 class 0x070002
[ 0.284268] pci 0000:00:16.3: reg 0x10: [io 0xf0e0-0xf0e7]
[ 0.284275] pci 0000:00:16.3: reg 0x14: [mem 0xf7d3e000-0xf7d3efff]
[ 0.284368] pci 0000:00:19.0: [8086:153a] type 00 class 0x020000
[ 0.284382] pci 0000:00:19.0: reg 0x10: [mem 0xf7d00000-0xf7d1ffff]
[ 0.284390] pci 0000:00:19.0: reg 0x14: [mem 0xf7d3d000-0xf7d3dfff]
[ 0.284399] pci 0000:00:19.0: reg 0x18: [io 0xf080-0xf09f]
[ 0.284451] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[ 0.284517] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
[ 0.284532] pci 0000:00:1a.0: reg 0x10: [mem 0xf7d3c000-0xf7d3c3ff]
[ 0.284609] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 0.284680] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
[ 0.284694] pci 0000:00:1b.0: reg 0x10: [mem 0xf7d30000-0xf7d33fff 64bit]
[ 0.284752] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.284829] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
[ 0.284901] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.285100] pci 0000:00:1c.1: [8086:8c12] type 01 class 0x060400
[ 0.285173] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.285362] pci 0000:00:1c.3: [8086:8c16] type 01 class 0x060400
[ 0.285434] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.285626] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
[ 0.285642] pci 0000:00:1d.0: reg 0x10: [mem 0xf7d3b000-0xf7d3b3ff]
[ 0.285720] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.285797] pci 0000:00:1f.0: [8086:8c4c] type 00 class 0x060100
[ 0.285972] pci 0000:00:1f.2: [8086:8c02] type 00 class 0x010601
[ 0.285985] pci 0000:00:1f.2: reg 0x10: [io 0xf0d0-0xf0d7]
[ 0.285993] pci 0000:00:1f.2: reg 0x14: [io 0xf0c0-0xf0c3]
[ 0.286001] pci 0000:00:1f.2: reg 0x18: [io 0xf0b0-0xf0b7]
[ 0.286008] pci 0000:00:1f.2: reg 0x1c: [io 0xf0a0-0xf0a3]
[ 0.286016] pci 0000:00:1f.2: reg 0x20: [io 0xf060-0xf07f]
[ 0.286024] pci 0000:00:1f.2: reg 0x24: [mem 0xf7d3a000-0xf7d3a7ff]
[ 0.286058] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.286121] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
[ 0.286138] pci 0000:00:1f.3: reg 0x10: [mem 0xf7d39000-0xf7d390ff 64bit]
[ 0.286156] pci 0000:00:1f.3: reg 0x20: [io 0xf040-0xf05f]
[ 0.286263] acpiphp: Slot [1] registered
[ 0.286268] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.286338] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[ 0.286356] pci 0000:02:00.0: reg 0x10: [io 0xe000-0xe0ff]
[ 0.286379] pci 0000:02:00.0: reg 0x18: [mem 0xf7c00000-0xf7c00fff 64bit]
[ 0.286394] pci 0000:02:00.0: reg 0x20: [mem 0xf0000000-0xf0003fff 64bit pref]
[ 0.286489] pci 0000:02:00.0: supports D1 D2
[ 0.286491] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.286645] pci 0000:00:1c.1: PCI bridge to [bus 02]
[ 0.286650] pci 0000:00:1c.1: bridge window [io 0xe000-0xefff]
[ 0.286654] pci 0000:00:1c.1: bridge window [mem 0xf7c00000-0xf7cfffff]
[ 0.286660] pci 0000:00:1c.1: bridge window [mem 0xf0000000-0xf00fffff 64bit pref]
[ 0.286729] pci 0000:03:00.0: [1b21:1080] type 01 class 0x060400
[ 0.286872] pci 0000:03:00.0: supports D1 D2
[ 0.286874] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.295962] pci 0000:00:1c.3: PCI bridge to [bus 03-04]
[ 0.295968] pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
[ 0.296023] pci_bus 0000:04: extended config space not accessible
[ 0.296049] pci 0000:04:00.0: [13f6:0111] type 00 class 0x040100
[ 0.296077] pci 0000:04:00.0: reg 0x10: [io 0xd000-0xd0ff]
[ 0.296200] pci 0000:04:00.0: supports D1 D2
[ 0.296309] pci 0000:03:00.0: PCI bridge to [bus 04]
[ 0.296319] pci 0000:03:00.0: bridge window [io 0xd000-0xdfff]
[ 0.297897] ACPI: PCI: Interrupt link LNKA configured for IRQ 11
[ 0.297933] ACPI: PCI: Interrupt link LNKB configured for IRQ 11
[ 0.297964] ACPI: PCI: Interrupt link LNKC configured for IRQ 5
[ 0.297995] ACPI: PCI: Interrupt link LNKD configured for IRQ 10
[ 0.298026] ACPI: PCI: Interrupt link LNKE configured for IRQ 5
[ 0.298057] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[ 0.298059] ACPI: PCI: Interrupt link LNKF disabled
[ 0.298090] ACPI: PCI: Interrupt link LNKG configured for IRQ 3
[ 0.298121] ACPI: PCI: Interrupt link LNKH configured for IRQ 10
[ 0.298435] iommu: Default domain type: Translated
[ 0.298438] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.298507] SCSI subsystem initialized
[ 0.298538] libata version 3.00 loaded.
[ 0.298557] ACPI: bus type USB registered
[ 0.298569] usbcore: registered new interface driver usbfs
[ 0.298574] usbcore: registered new interface driver hub
[ 0.298580] usbcore: registered new device driver usb
[ 0.298603] pps_core: LinuxPPS API ver. 1 registered
Back to top
View user's profile Send private message
borje2
Apprentice
Apprentice


Joined: 19 Apr 2024
Posts: 167
Location: Gällivare

PostPosted: Tue May 14, 2024 9:38 pm    Post subject: Reply with quote

next 100

0.298605] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.298609] PTP clock support registered
[ 0.298650] EDAC MC: Ver: 3.0.0
[ 0.298650] efivars: Registered efivars operations
[ 0.298650] NetLabel: Initializing
[ 0.298650] NetLabel: domain hash size = 128
[ 0.298650] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.298650] NetLabel: unlabeled traffic allowed by default
[ 0.298650] mctp: management component transport protocol core
[ 0.298650] NET: Registered PF_MCTP protocol family
[ 0.298650] PCI: Using ACPI for IRQ routing
[ 0.300339] PCI: pci_cache_line_size set to 64 bytes
[ 0.300384] e820: reserve RAM buffer [mem 0x0004f000-0x0004ffff]
[ 0.300386] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[ 0.300387] e820: reserve RAM buffer [mem 0xc9f3c018-0xcbffffff]
[ 0.300388] e820: reserve RAM buffer [mem 0xc9f4c018-0xcbffffff]
[ 0.300389] e820: reserve RAM buffer [mem 0xd9ffa000-0xdbffffff]
[ 0.300392] e820: reserve RAM buffer [mem 0xda44e000-0xdbffffff]
[ 0.300395] e820: reserve RAM buffer [mem 0xdaeba000-0xdbffffff]
[ 0.300398] e820: reserve RAM buffer [mem 0xdafc7000-0xdbffffff]
[ 0.300400] e820: reserve RAM buffer [mem 0xdb04e000-0xdbffffff]
[ 0.300403] e820: reserve RAM buffer [mem 0xdb0bd000-0xdbffffff]
[ 0.300405] e820: reserve RAM buffer [mem 0xdbe65000-0xdbffffff]
[ 0.300407] e820: reserve RAM buffer [mem 0xdbef4000-0xdbffffff]
[ 0.300409] e820: reserve RAM buffer [mem 0xdbffd000-0xdbffffff]
[ 0.300410] e820: reserve RAM buffer [mem 0x21ee00000-0x21fffffff]
[ 0.300478] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 0.300478] pci 0000:00:02.0: vgaarb: bridge control possible
[ 0.300478] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.300478] vgaarb: loaded
[ 0.300478] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.300478] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.301377] clocksource: Switched to clocksource tsc-early
[ 0.301382] VFS: Disk quotas dquot_6.6.0
[ 0.301382] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.301382] pnp: PnP ACPI init
[ 0.301382] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[ 0.301382] pnp 00:01: can't evaluate _CRS: 12311
[ 0.301382] system 00:03: [io 0x1854-0x1857] has been reserved
[ 0.301382] system 00:04: [io 0x0a20-0x0a3f] has been reserved
[ 0.301382] system 00:04: [io 0x0a10-0x0a1f] has been reserved
[ 0.301382] system 00:07: [io 0x04d0-0x04d1] has been reserved
[ 0.301382] pnp 00:08: [dma 0 disabled]
[ 0.301401] system 00:0a: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.301406] system 00:0a: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.301409] system 00:0a: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.301412] system 00:0a: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.301415] system 00:0a: [mem 0xf8000000-0xfbffffff] has been reserved
[ 0.301418] system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.301421] system 00:0a: [mem 0xfed90000-0xfed93fff] has been reserved
[ 0.301423] system 00:0a: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.301426] system 00:0a: [mem 0xff000000-0xffffffff] has been reserved
[ 0.301429] system 00:0a: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.301432] system 00:0a: [mem 0xf7fef000-0xf7feffff] has been reserved
[ 0.301435] system 00:0a: [mem 0xf7ff0000-0xf7ff0fff] has been reserved
[ 0.301615] pnp: PnP ACPI: found 11 devices
[ 0.307045] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.307103] NET: Registered PF_INET protocol family
[ 0.307185] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.308631] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ 0.308643] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.308659] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.308716] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.308989] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.309038] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
[ 0.309058] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.309076] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.309118] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.309126] NET: Registered PF_XDP protocol family
[ 0.309131] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 01] add_size 1000
[ 0.309136] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[ 0.309140] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000 add_align 100000
[ 0.309151] pci 0000:00:1c.0: BAR 14: assigned [mem 0xdf200000-0xdf3fffff]
[ 0.309155] pci 0000:00:1c.0: BAR 15: assigned [mem 0xdf400000-0xdf5fffff 64bit pref]
[ 0.309159] pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff]
[ 0.309163] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.309167] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
[ 0.309173] pci 0000:00:1c.0: bridge window [mem 0xdf200000-0xdf3fffff]
[ 0.309177] pci 0000:00:1c.0: bridge window [mem 0xdf400000-0xdf5fffff 64bit pref]
[ 0.309184] pci 0000:00:1c.1: PCI bridge to [bus 02]
[ 0.309188] pci 0000:00:1c.1: bridge window [io 0xe000-0xefff]
[ 0.309193] pci 0000:00:1c.1: bridge window [mem 0xf7c00000-0xf7cfffff]
[ 0.309197] pci 0000:00:1c.1: bridge window [mem 0xf0000000-0xf00fffff 64bit pref]
[ 0.309204] pci 0000:03:00.0: PCI bridge to [bus 04]
[ 0.309208] pci 0000:03:00.0: bridge window [io 0xd000-0xdfff]
[ 0.309226] pci 0000:00:1c.3: PCI bridge to [bus 03-04]
[ 0.309229] pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
[ 0.309240] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.309243] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.309245] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.309247] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff window]
[ 0.309250] pci_bus 0000:00: resource 8 [mem 0xdf200000-0xfeafffff window]
[ 0.309252] pci_bus 0000:01: resource 0 [io 0x2000-0x2fff]
[ 0.309254] pci_bus 0000:01: resource 1 [mem 0xdf200000-0xdf3fffff]
[ 0.309256] pci_bus 0000:01: resource 2 [mem 0xdf400000-0xdf5fffff 64bit pref]
[ 0.309259] pci_bus 0000:02: resource 0 [io 0xe000-0xefff]
[ 0.309261] pci_bus 0000:02: resource 1 [mem 0xf7c00000-0xf7cfffff]
[ 0.309263] pci_bus 0000:02: resource 2 [mem 0xf0000000-0xf00fffff 64bit pref]
[ 0.309266] pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
[ 0.309268] pci_bus 0000:04: resource 0 [io 0xd000-0xdfff]
Back to top
View user's profile Send private message
borje2
Apprentice
Apprentice


Joined: 19 Apr 2024
Posts: 167
Location: Gällivare

PostPosted: Tue May 14, 2024 9:40 pm    Post subject: Reply with quote

next 100

[ 0.330836] pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x7d0 took 20813 usecs
[ 0.350839] pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x7d0 took 19512 usecs
[ 0.350859] pci 0000:03:00.0: Disabling ASPM L0s/L1
[ 0.350862] pci 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 0.350870] PCI: CLS 64 bytes, default 64
[ 0.350876] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.350878] software IO TLB: mapped [mem 0x00000000be671000-0x00000000c2671000] (64MB)
[ 0.350908] Trying to unpack rootfs image as initramfs...
[ 0.351457] Initialise system trusted keyrings
[ 0.351469] Key type blacklist registered
[ 0.351507] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[ 0.351522] zbud: loaded
[ 0.351764] SGI XFS with ACLs, security attributes, realtime, scrub, quota, no debug enabled
[ 0.351918] integrity: Platform Keyring initialized
[ 0.351922] integrity: Machine keyring initialized
[ 0.359504] NET: Registered PF_ALG protocol family
[ 0.359508] xor: measuring software checksum speed
[ 0.359857] prefetch64-sse : 28431 MB/sec
[ 0.360257] generic_sse : 24810 MB/sec
[ 0.360259] xor: using function: prefetch64-sse (28431 MB/sec)
[ 0.360263] Key type asymmetric registered
[ 0.360265] Asymmetric key parser 'x509' registered
[ 0.360275] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.360312] io scheduler mq-deadline registered
[ 0.360315] io scheduler kyber registered
[ 0.360322] io scheduler bfq registered
[ 0.360393] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[ 0.360880] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 0.361177] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 0.361362] ACPI: button: Power Button [PWRB]
[ 0.361401] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 0.361585] ACPI: button: Power Button [PWRF]
[ 0.361837] ACPI: \_TZ_.TZ00: Invalid active2 threshold
[ 0.361915] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.361919] ACPI: thermal: Thermal Zone [TZ00] (28 C)
[ 0.362056] thermal LNXTHERM:01: registered as thermal_zone1
[ 0.362059] ACPI: thermal: Thermal Zone [TZ01] (30 C)
[ 0.362164] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.362251] 00:08: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 0.363923] serial 0000:00:16.3: enabling device (0000 -> 0003)
[ 0.364085] 0000:00:16.3: ttyS4 at I/O 0xf0e0 (irq = 19, base_baud = 115200) is a 16550A
[ 0.364292] Non-volatile memory driver v1.3
[ 0.364299] Linux agpgart interface v0.103
[ 0.368008] tpm_tis 00:09: 1.2 TPM (device-id 0xB, rev-id 16)
[ 0.402226] ACPI: bus type drm_connector registered
[ 0.402767] ahci 0000:00:1f.2: version 3.0
[ 0.402931] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x5 impl SATA mode
[ 0.402938] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst
[ 0.411125] scsi host0: ahci
[ 0.411216] scsi host1: ahci
[ 0.411292] scsi host2: ahci
[ 0.411362] scsi host3: ahci
[ 0.411432] scsi host4: ahci
[ 0.411504] scsi host5: ahci
[ 0.411533] ata1: SATA max UDMA/133 abar m2048@0xf7d3a000 port 0xf7d3a100 irq 27
[ 0.411536] ata2: DUMMY
[ 0.411539] ata3: SATA max UDMA/133 abar m2048@0xf7d3a000 port 0xf7d3a200 irq 27
[ 0.411542] ata4: DUMMY
[ 0.411544] ata5: DUMMY
[ 0.411545] ata6: DUMMY
[ 0.411898] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 0.411932] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 0.412996] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
[ 0.413155] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 0.413185] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 0.413190] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[ 0.413226] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[ 0.413230] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.413233] usb usb1: Product: xHCI Host Controller
[ 0.413235] usb usb1: Manufacturer: Linux 6.6.30-gentoo-dist xhci-hcd
[ 0.413237] usb usb1: SerialNumber: 0000:00:14.0
[ 0.413352] hub 1-0:1.0: USB hub found
[ 0.413371] hub 1-0:1.0: 14 ports detected
[ 0.414688] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
[ 0.414693] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.414696] usb usb2: Product: xHCI Host Controller
[ 0.414698] usb usb2: Manufacturer: Linux 6.6.30-gentoo-dist xhci-hcd
[ 0.414700] usb usb2: SerialNumber: 0000:00:14.0
[ 0.414770] hub 2-0:1.0: USB hub found
[ 0.414786] hub 2-0:1.0: 6 ports detected
[ 0.415174] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 0.415850] usbcore: registered new interface driver usbserial_generic
[ 0.415857] usbserial: USB Serial support registered for generic
[ 0.415905] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[ 0.417395] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 3
[ 0.417408] ehci-pci 0000:00:1d.0: debug port 2
[ 0.422447] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.422453] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.422489] mousedev: PS/2 mouse device common for all mice
[ 0.422547] rtc_cmos 00:02: RTC can wake from S4
[ 0.422756] rtc_cmos 00:02: registered as rtc0
[ 0.422788] rtc_cmos 00:02: setting system clock to 2024-05-14T21:19:09 UTC (1715721549)
[ 0.422812] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 0.422877] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[ 0.422884] device-mapper: uevent: version 1.0.3
[ 0.422917] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[ 0.422933] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7d3b000
[ 0.422991] intel_pstate: Intel P-state driver initializing
[ 0.423756] efifb: probing for efifb
[ 0.423794] efifb: No BGRT, not showing boot graphics
Back to top
View user's profile Send private message
Display posts from previous:   
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Desktop Environments All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9  Next
Page 2 of 9

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum