/srv/irclogs.ubuntu.com/2023/12/19/#xubuntu.txt

max_earthicanHI, just wanted to share that im really enjoying Xubuntu. My pc was dying from Bad windows management of Optane memory with HDD, I made a clean install of Xubuntu instead and this PC has new life.. The UI is excellent, and i will recommend this to anyone that wants a fast OS with all that you need for daily use. Thank you Xubuntu team. 13:01
xu-irc67wcan someone tell me how to update the kernel to the latest stable version?  these constant crashes aren't tolerable19:37
xu-irc67wthis thing has crashed four times in 30 minutes19:37
xu-irc67wit's either that or i have to downgrade to a different laptop which i just can't afford19:37
diogenes_Vx15xu-irc67w, how do you know it's kernel's fault/19:43
diogenes_Vx15?19:43
xu-irc67wi can't really think of anything else19:44
xu-irc67wthis is a brand new computer19:44
xu-irc67wi checked the logs and i'm getting tons of amd crashes19:45
diogenes_Vx15so it's an amd graphics?19:45
xu-irc67wyes, amd ryzen19:45
xu-irc67w[drm:amdgpu_job_timedout [amdgpu]] *ERROR* Process information: process  pid 0 thread  pid 019:46
xu-irc67w[drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring sdma0 timeout, signaled seq=24296, emitted seq=2429719:46
xu-irc67wit crashes every hour at least19:46
diogenes_Vx15it's would sound kind of weird but despite of AMD claiming to support Linux and stuff, it's always been worse than Intel and even Nvidia.19:46
xu-irc67wyeah i should have researched better before i bought this thing19:47
diogenes_Vx15we can try to troubleshoot if you want.19:47
xu-irc67wi should have got an intel19:47
xu-irc67wplease do, idk how much uptime i have before a crash but at least the username on the IRC is consistent19:47
diogenes_Vx15ok run: inxi -Fxxc0 | nc termbin.com 999919:48
diogenes_Vx15share the url.19:48
xu-irc67wok one sec19:48
xu-irc67whttps://termbin.com/pad319:49
diogenes_Vx15also: sudo dmesg | grep -i firmware | nc termbin.com 999919:49
xu-irc67wthat's odd, no URL19:51
diogenes_Vx15ok just run: dmesg | grep -i firmware19:51
diogenes_Vx15and see if you get anything19:51
xu-irc67wno result19:51
diogenes_Vx15and as i see, on top of your troubles it's a lenovo pc :/19:52
xu-irc67wyes19:52
xu-irc67wi needed a basic linux laptop to use on the go19:52
xu-irc67wand putting xubuntu on a surface seemed like too much work19:52
xu-irc67wi WAS using an old samsung, but the power port failed so i had to replace it19:53
xu-irc67wit was too old to get parts19:53
diogenes_Vx15ok you can try and hwe kernel.19:53
xu-irc67whwe kernel?19:53
diogenes_Vx15run: apt search linux-image | nc termbin.com 999919:54
diogenes_Vx15share the url.19:54
xu-irc67whttps://termbin.com/aemk19:55
xu-irc67wi'm guessing the hardware is just too new19:56
diogenes_Vx15as i see you got it installed:19:58
diogenes_Vx15linux-image-generic-hwe-22.04-edge/jammy-updates,jammy-security,now 6.5.0.14.14~22.04.6 amd64 [installed,automatic]19:58
xu-irc67wso the kernel isn't the problem then19:58
xu-irc67wi must have forgotten i did that19:58
diogenes_Vx15so i'd suggest you reboot and once you reach grub menu, hit advanced and pick and hwe kernel to boot.19:58
xu-irc67wok i'll try that19:59
xu-irc67wis there a way to default to that one?19:59
xu-irc67wif it works that is19:59
diogenes_Vx15if it works then of course.19:59
xu-irc67wok i'll report back once i give it a try19:59
xu-irc67wi kind of don't know how to access the grub menu20:02
xu-irc67won my desktop it displays a boot menu every time i turn it on20:02
xu-irc67wbut it's a dual boot system20:02
diogenes_Vx15there is no difference, where you choose your system to boot that is called the grub menu and there should be advanced boot options.20:03
xu-irc67wit just displays a few error messages and spits me out to the login sceen20:04
xu-irc67wthis thing boots VERY fast20:04
xu-irc67wand doesn't display any other menu but the login screen on xubuntu20:04
diogenes_Vx15ok then we can add a delay in grub menu.20:04
diogenes_Vx15or maybe you could install grub-customizer.20:05
diogenes_Vx15see if it's still available.20:05
xu-irc67wlooking now20:05
xu-irc67wnot seeing that in gnome software20:06
diogenes_Vx15look in terminal: sudo apt install grub-customizer20:06
xu-irc67wunable to locate package20:07
diogenes_Vx15then it's not there.20:07
diogenes_Vx15ok let's add a longer timeout then.20:08
xu-irc67wlooks like grub is controlled with a simple config20:08
xu-irc67wthat is one nice thing about linux20:08
xu-irc67wso much controlled via raw text20:08
diogenes_Vx15run: cat /etc/default/grub | nc termbin.com 999920:08
xu-irc67whttps://termbin.com/yumo20:09
xu-irc67wit's such a tiny config too20:09
xu-irc67wtimeout style is hidden and the timeout is set to zero20:10
xu-irc67wi'd imagine we just need to add an increment and set it to visible20:10
diogenes_Vx15yep you need to comment out this line: GRUB_TIMEOUT_STYLE=hidden20:11
diogenes_Vx15and set this: GRUB_TIMEOUT=1020:11
diogenes_Vx15do you know how to do that?20:11
xu-irc67wok i'll use mousepad as sudo for that20:11
diogenes_Vx15no no20:12
diogenes_Vx15don't use any graphical app with sudo20:12
diogenes_Vx15this is how you are supposed to use it:20:12
diogenes_Vx15pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY mousepad /etc/default/grub20:13
xu-irc67woh, well crap20:13
xu-irc67wthis did almost the same thing20:13
xu-irc67wwhat is the difference?20:13
xu-irc67wi just typed sudo mousepad grub20:14
diogenes_Vx15the difference is that when you run with sudo, it can overwrite some configs and then you can get crashes and you will never know why.20:14
xu-irc67wso the more dangerous option is the simpler option20:15
xu-irc67wthat seems backwards20:15
xu-irc67wthere is no way i'm going to be able to remember how to do it properly in the future btw20:16
xu-irc67wthere is a reason i'm bad at the command line20:16
diogenes_Vx15it's just a thing to remember to never run graphical applications with sudo.20:16
xu-irc67wanyway grub is updated20:16
xu-irc67wi'm going to reboot now and report back, which kernel do i load again?20:16
diogenes_Vx15hwe20:17
xu-irc67wok thank you20:19
xu-irc67wmy memory is kind of poor sadly20:19
xu-irc67whwe wasn't even listed20:20
xu-irc67wthere was a 6.5 kernel and a 6.2 kernel along with recover modes for each20:20
diogenes_Vx15ok you can try a ninja kernel if you wanna give it a shot.20:21
xu-irc67wwhat is a ninja kernel?20:23
diogenes_Vx15https://xanmod.org/20:23
diogenes_Vx15this is a ninja kernel ^^20:23
xu-irc67wso this shouldn't affect my themes at all, this is all under the hood20:24
diogenes_Vx15of course it won't affect any of your user settings,20:24
xu-irc67wawesome20:24
xu-irc67wi've got this thing set up so nice you have no idea20:24
diogenes_Vx15though my theory is that you crash whenever you do something GPU demanding.20:25
xu-irc67wchicago95 with marine classic theme and tons of vaporwave wallpapers20:25
xu-irc67wyeah gimp crashes it pretty reliably20:25
diogenes_Vx15do always have a backup because data which isn't backedup is not an important data.20:25
xu-irc67wi haven't figured out backups yet...20:26
xu-irc67wthe most precious files on this thing is my meme archive to be honest20:26
xu-irc67wabout five gigs20:27
diogenes_Vx15what is there to figure out? just copy your configs to an USB drive or to your google drive and you are fine.20:27
xu-irc67woh i thought you meant like a full backup20:30
xu-irc67wwhich folders specifically should i back up?20:31
diogenes_Vx15.config/xfce420:32
diogenes_Vx15and your theme if you did manual customization.20:32
xu-irc67wright, that folder should control all the changes chicago95 made to placement as well20:33
xu-irc67wok all backed up20:45
xu-irc67wnow how do i install the ninja kernel?20:45
xu-irc67woh it's right there20:46
xu-irc67won the front page20:46
xu-irc67wthe new kernel greatly reduced the number of error messages displayed on boot20:51
xu-irc67wonly the bluetooth is giving an error now20:51
diogenes_Vx15see if you don't get crashes.20:52
xu-irc67wok i'll just launch everything that i can think of that was causing the problem20:53
xu-irc67won a different note, i'm still having mic quality issues even with the new kernel20:55
xu-irc67wit's still using generic drivers20:55
xu-irc67wbut i have a usb sound card with an external mic so it isn't a huge deal right now20:55
xu-irc67wthe amd errors are gone21:01
xu-irc67wgood news, the crashes have stopped22:18
xu-irc67wi've got skype, discord, and firefox open all at the same time while editing a png in gimp22:19
xu-irc67wno crashes22:19

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!