[2023-07-12T12:48:51Z] hi [2023-07-12T18:18:43Z] I'm having some trouble with the kernel; as a sanity check, I've built with the defconfig. I'm using mdev and runit. Grub will load fine -- after selection, it freezes on "Loading linux-6.4.3 ..." the screen flashes once, and then it stays frozen. I thought it may have been an udev(adjacent) issue, but i've confirmed that mdev is linked to /var/system. I'm wondering if there's any obvious thing I've missed? Would appreciate input. [2023-07-12T18:21:36Z] Also not using any initramfs, but that shouldn't make a difference (booting raw ext4) [2023-07-12T18:26:00Z] kernel is linux-libre on a corebooted t400 [2023-07-12T18:27:02Z] wifi card is replaced with an open driver compatible card [2023-07-12T18:28:41Z] something is wrong with kernel [2023-07-12T18:29:20Z] either some module is lacking or not loaded [2023-07-12T18:29:22Z] yeah, I figured as much :/ [2023-07-12T18:29:26Z] thanks anyway [2023-07-12T18:29:40Z] if you see a pure black screen make sure you have tty and framebuffer support enabled in kernel options [2023-07-12T18:29:50Z] not pure black, just the prompt [2023-07-12T18:30:03Z] (*status message) [2023-07-12T18:30:49Z] blinking underscore? [2023-07-12T18:32:02Z] not even blinking, just solid "Loading linux 6.4.3" [2023-07-12T18:32:29Z] Thought it may have been a reallllllyyyy long load time, so I once left it for about an hour -- no joy [2023-07-12T18:33:09Z] unless your hardware is ancient as heck, it should load up in a couple seconds max [2023-07-12T18:33:27Z] you use uefi or bios? [2023-07-12T18:33:42Z] bios [2023-07-12T18:34:16Z] that message is probably indicating that you're missing the framebuffer driver... maybe others [2023-07-12T18:34:18Z] check that gpu drivers are correctly built in kernel [2023-07-12T18:34:31Z] ^ [2023-07-12T18:34:38Z] also check past discussions -> https://libera.irclog.whitequark.org/kisslinux/search?q=loading+linux [2023-07-12T18:34:47Z] it's been discussed a few times, might have some helpful information in there [2023-07-12T18:37:36Z] check if you have enabled CONFIG_FB [2023-07-12T18:38:08Z] you might want to try with the ubuntu kernel to really sanity check yourself and prove that it (probably) isn't the kernel causing a problem (https://github.com/dilyn-corner/snak/tree/main/core/linux), and make sure you've got the firmware blobs from linux-firmware in /usr/lib/firmware if you aren't building the drivers for your GPU into the kernel [2023-07-12T18:38:59Z] xdream8[m]: I do have that one -- although it seems I missed the intel FB... whoops [2023-07-12T18:39:05Z] will build again and update [2023-07-12T18:40:19Z] you may also need CONFIG_DRM_SIMPLEDRM. [2023-07-12T18:41:47Z] also ensure that they are all built as builtin(=y) not module(=m) [2023-07-12T18:45:23Z] unless you need external modules for a reason of course, but usually you don't need [2023-07-12T18:45:54Z] i had built my kernel config with make allnoconfig in the past. it was totally a torture but it was worth it and i still use it [2023-07-12T18:45:59Z] iirc I've set everything to built in, but will also check [2023-07-12T18:47:17Z] xdream8[m]: I did that too, and I loved it. I loved rebuilding the kernel, and figuring out what I could do without and what I really needed [2023-07-12T18:48:20Z] sujo: you can do `cat .config | grep "=m"` [2023-07-12T18:48:21Z] sujo: I think you can grep =m in the .config file. which would easily check if youve set anything to module [2023-07-12T18:48:38Z] great minds think alike ;) [2023-07-12T18:48:39Z] xdream8[m]: useless use of cat. just do grep [2023-07-12T18:49:14Z] yeah it is pointless to use cat [2023-07-12T18:49:27Z] grep "=m" .config [2023-07-12T18:50:24Z] cat has its usecases, but in this case, just a grep will suffice C: [2023-07-12T18:52:18Z] i'm the only one who see highlighted Q letter in xdream's messages? [2023-07-12T18:52:26Z] i don't see it [2023-07-12T18:52:33Z] it's unicode for me [2023-07-12T18:52:39Z] bruh [2023-07-12T18:54:35Z] I dont even see any Q in his messages [2023-07-12T19:10:25Z] illiliti: for me, it's only b4 codebloc/config [2023-07-12T19:12:22Z] gotcha. probably a bug on my end, nevermind [2023-07-12T19:29:03Z] SUCCESS! [2023-07-12T19:29:08Z] thanks for the assistence [2023-07-12T19:32:01Z] it was, in fact, the missing intel FB [2023-07-12T19:32:14Z] still not sure how I missed that, but all's well that ends well [2023-07-12T19:58:01Z] great! [2023-07-12T20:01:23Z] illiliti: i see a ^Q too [2023-07-12T20:13:20Z] I see a []. who needs charsets gemini://gemini.ctrl-c.club/~phoebos/logs/kisslinux-2023-07-12.txt

-- Leo's gemini proxy

-- Connecting to gemini.ctrl-c.club:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/plain; charset=utf-8

-- Response ended

-- Page fetched on Sun Jun 2 10:41:39 2024