[2023-08-20T12:40:04Z] hi [2023-08-20T15:38:22Z] hi guys [2023-08-20T15:38:35Z] how is kiss doing? [2023-08-20T15:50:21Z] Hi, I copied the linux kernel and initramfs images from my desktop to my laptop (because compiling the kernel manually wasn't even spitting text onto the screen), and it booted (after a grub-mkconfig), but my keyboard isn't detected (and neither is any USB keyboard I've tried), anyone have any suggestions [2023-08-20T16:30:19Z] Is there a specific package that I have to install to enable the keyboard or something? [2023-08-20T16:36:25Z] ERROR_404_NULL: your issue is quite common but the issue relies in your kernel configuratiohn [2023-08-20T16:36:46Z] you can search the IRC archives for many people who have faced your issue: https://libera.irclog.whitequark.org/kisslinux [2023-08-20T16:36:53Z] rohan: fine [2023-08-20T17:55:25Z] sewn: I wouldn't think that it would be a configuration issue, as it's just the default Arch kernel (6.4.10) [2023-08-20T18:02:02Z] configure your own kernel or something, you need an initramfs for an arch kernel [2023-08-20T18:02:09Z] as everything in a distribution kernel is most likely modules [2023-08-20T18:05:12Z] I uh [2023-08-20T18:05:17Z] Copied the initramfs as well [2023-08-20T18:06:16Z] I think I'm just gonna copy the Arch config and search for the keyboard and mouse configs [2023-08-20T19:24:23Z] If it's related, the boot messages include "Killing device manager to make way for service" [2023-08-20T23:16:10Z] Is there a default minimal kernel config that I could use? [2023-08-20T23:16:37Z] (That will at least load everything functionally on common hardware) [2023-08-20T23:24:50Z] you can steal config from some well-known distro. as you already mentioned arch is a good option [2023-08-20T23:25:01Z] but it wouldn't be minimal because those configs are too generic and include all shit. [2023-08-20T23:25:29Z] Yea [2023-08-20T23:25:32Z] plus they require initramfs to load all that shit [2023-08-20T23:26:15Z] Yea, I copied the initramfs along with the kernel, and it still failed to detect any input devices [2023-08-20T23:27:32Z] usually initramfs don't need input devices in order to boot system [2023-08-20T23:28:29Z] it needs only fs drivers to mount root and boot into it [2023-08-20T23:29:39Z] then it's up to host system to mess with input devices [2023-08-20T23:30:52Z] Wdym by 'host system' [2023-08-20T23:31:15Z] system that you are booting into [2023-08-20T23:31:28Z] So the software [2023-08-20T23:32:00Z] Ok, what in there could be messed up to not allow a standard (old) ThinkPad keyboard to not get detected [2023-08-20T23:33:14Z] no idea [2023-08-20T23:34:02Z] if kernel and initramfs configured correctly you should be able to boot even without input devices [2023-08-20T23:34:11Z] so something wrong with kernel/initramfs [2023-08-20T23:35:53Z] illiliti: It boots just fine, the issue is that it won't detect device input [2023-08-20T23:36:18Z] (Rebooting to apply kernel updates, brb) [2023-08-20T23:37:23Z] is there anything in /dev/input? is mdev running? [2023-08-20T23:37:49Z] I have no clue because, as previously stated, ***no input devices have any effect*** [2023-08-20T23:38:03Z] The TTY just doesn't respond [2023-08-20T23:40:25Z] ah then modules weren't loaded [2023-08-20T23:42:30Z] So I just `$(lsmod) > /mnt/etc/modules` from a live env? [2023-08-20T23:43:27Z] (Minus the $() that I added for some reason) [2023-08-20T23:43:27Z] no it won't work [2023-08-20T23:43:48Z] modules are second-class citizens in kiss [2023-08-20T23:44:03Z] what's your mdev.conf? default? [2023-08-20T23:44:08Z] Ye [2023-08-20T23:44:30Z] I just linked it from /etc/sv to /var/service with no conf