LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint
User Name
Password
Linux Mint This forum is for the discussion of Linux Mint.

Notices


Reply
  Search this Thread
Old 11-18-2023, 01:05 AM   #16
macflorek
LQ Newbie
 
Registered: Oct 2023
Posts: 10

Original Poster
Rep: Reputation: 0

P.S. Sorry for putting in a pdf, not txt but the content was so long that it prevented to be attached as txt file...
 
Old 11-18-2023, 03:30 AM   #17
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,828
Blog Entries: 1

Rep: Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069
"[drm] failed to load ucode" and "amdkcl: module verification failed" from the journal suggest a required module can't be loaded. I'm not looking for anything more in your .pdf because nothing found can be copied and pasted here. Likely there is more to be found. The journal needs to be uploaded somewhere that it can be read as ordinary plain text, such as pastebinning does.
 
Old 11-18-2023, 04:29 AM   #18
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,976
Blog Entries: 33

Rep: Reputation: 1467Reputation: 1467Reputation: 1467Reputation: 1467Reputation: 1467Reputation: 1467Reputation: 1467Reputation: 1467Reputation: 1467Reputation: 1467
If anybody wishes to wade through 81 pages:

https://appp.me/W8LKYT
 
1 members found this post helpful.
Old 11-18-2023, 09:37 AM   #19
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,828
Blog Entries: 1

Rep: Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069
Quote:
Originally Posted by beachboy2 View Post
If anybody wishes to wade through 81 pages:
https://appp.me/W8LKYT
Only one useless page to open there in w3m or any other basic plain text browser not supporting scripts. OP had the right idea in his OP, pastebin.com, but there are many others well suited for viewing the original log text as text.
 
Old 11-19-2023, 11:33 AM   #20
macflorek
LQ Newbie
 
Registered: Oct 2023
Posts: 10

Original Poster
Rep: Reputation: 0
If it helps, i put the contents on pastebin:
https://pastebin.com/YssErqU1
 
Old 11-19-2023, 12:44 PM   #21
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,828
Blog Entries: 1

Rep: Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069
Quote:
Originally Posted by macflorek View Post
Please find the files attached.
Xorg.0.log shows fatal errors, as expected from the 65 mostly amdgpu and drm ~"fail" lines in the journal. With so many, I don't know what to make of them. I suggest to web search some of those amdgpu and drm messages to see if they are associated with your same GPU model and a solution. First make sure all these are installed:
Code:
alsa-firmware-loaders
firmware-amd-graphics
firmware-linux-free
firmware-misc-nonfree
firmware-sof-signed
libdrm-amdgpu1:amd64
libdrm-common
libdrm2:amd64
libva-drm2:amd64
xserver-xorg-video-amdgpu
If all are, consider reinstalling them. It might be easier just to pick a different distro to install. Your CPU & GPU should be well supported regardless which distro you pick.
Attached Files
File Type: txt fail.txt (7.5 KB, 3 views)
 
Old 11-26-2023, 05:09 AM   #22
macflorek
LQ Newbie
 
Registered: Oct 2023
Posts: 10

Original Poster
Rep: Reputation: 0
Hello,
Thank you for advice. I tried to check if these packages you listed are installed. I used apt search command. believe (as i'm an inexperienced linux user :-( ) that now i have all installed (some of them i just installed) except:
firmware-amd-graphics
firmware-linux-free
firmware-misc-nonfree
libdrm-amdgp
When i tried to install them using apt-get install i got the following message:
"sudo apt-get install (package name)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package firmware-amd-graphics is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package (package name) has no installation candidate"

Not sure what I can do with that?
 
Old 11-26-2023, 09:36 AM   #23
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,828
Blog Entries: 1

Rep: Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069
Apparently I must have made that list from booting a wrong distro instead of Mint 21.2. The list should have been acquired from running dpkg-query -W | egrep 'amdgpu|microcode|x-firm|sof-|drm' to produce:
Code:
amd64-microcode
firmware-sof-signed
intel-microcode
libdrm-amdgpu1
libdrm-common 
libdrm-intel1
libdrm-radeon1
libdrm2:amd64 
libva-drm2
linux-firmware
xserver-xorg-video-amdgpu
 
Old 12-21-2023, 02:14 AM   #24
macflorek
LQ Newbie
 
Registered: Oct 2023
Posts: 10

Original Poster
Rep: Reputation: 0
Hi.
I reinstalled the Mint in edge version and updated the kernel to the latest one i.e. 6.33.
I also run the check you suggested and all the modules listed are there. See the output:
dpkg-query -W | egrep 'amdgpu|microcode|x-firm|sof-|drm'
amd64-microcode 3.20191218.1ubuntu2.2
firmware-sof-signed 2.0-1ubuntu4.4
intel-microcode 3.20231114.0ubuntu0.22.04.1
libdrm-amdgpu1:amd64 2.4.113-2~ubuntu0.22.04.1
libdrm-common 2.4.113-2~ubuntu0.22.04.1
libdrm-intel1:amd64 2.4.113-2~ubuntu0.22.04.1
libdrm-nouveau2:amd64 2.4.113-2~ubuntu0.22.04.1
libdrm-radeon1:amd64 2.4.113-2~ubuntu0.22.04.1
libdrm2:amd64 2.4.113-2~ubuntu0.22.04.1
libva-drm2:amd64 2.14.0-1
linux-firmware 20220329.git681281e4-0ubuntu3.23
xserver-xorg-video-amdgpu 22.0.0-1ubuntu0.2


Still, I got blackscreen unless i started in 'revovery" mode - then i got the latop display working but not the HDMI display. I recalled the parameter that i set up several months ago in the grub while trying to get the linux lubuntu start up.
These were: acpi=off $vt=handoff.
Can't recall how i came to add those. Anyway, it worked then and it works now, that is the linux starts. Unfortunately, it does not activate the external display connected to HDMI.
any ideas how to fix it?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Mint (Cinnamon) 20.3 > Mint (Cinnamon) 21: :( anon298 Linux Mint 2 11-08-2022 04:57 PM
[SOLVED] Mint 19.1 install as dual boot on Win10 Toshiba Satellite Pro/ Win10 cant update/ changed boot order to Win10 first lost boot menu lost Mint Gyroman Linux - Newbie 8 07-20-2022 08:49 PM
Unable to launch "cinnamon-session-cinnamon" X session "cinnamon-session-cinnamon" -found; Falling back to default "session." xxxindigo Linux Mint 22 09-01-2019 09:21 AM
[SOLVED] Linux Mint 17 (Cinnamon) versus Linux Mint 17-1 (Cinnamon) Tikiman Linux - General 2 05-15-2015 02:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint

All times are GMT -5. The time now is 05:28 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration