2020-01-07T00:00:11 #kisslinux https://github.com/michaelforney/libinput 2020-01-07T00:00:16 #kisslinux This 404s for me. 2020-01-07T00:00:28 #kisslinux Got a link? 2020-01-07T00:01:00 #kisslinux https://github.com/oasislinux/libinput 2020-01-07T00:01:13 #kisslinux Ah 2020-01-07T00:01:35 #kisslinux mforney: Might want to update the libinput link in swc's README. :) 2020-01-07T00:04:04 #kisslinux E5ten: You may have to go back to the previous set of commits. 2020-01-07T00:04:12 #kisslinux I can reproduce with master. 2020-01-07T00:04:49 #kisslinux OH 2020-01-07T00:04:50 #kisslinux I went to the commit that said it was 1.15.0, and if only an outdated version works without udev I'm not really interested in trying 2020-01-07T00:04:50 #kisslinux https://github.com/oasislinux/libinput/tree/no-udev 2020-01-07T00:04:56 #kisslinux It's a branch(?) 2020-01-07T00:05:00 #kisslinux ah 2020-01-07T00:07:30 #kisslinux You also need -Dudev=false and -Dtools=false. 2020-01-07T00:07:48 #kisslinux Builds for me then. 2020-01-07T00:08:20 #kisslinux alright cool, I'll try that 2020-01-07T00:08:54 #kisslinux hopefully I can make libinput usable with my trackpad, it wasn't usable when I last tried it but that was quiet a while ago 2020-01-07T00:10:58 #kisslinux I make the following changes to make my trackpad usable. https://termbin.com/iqk7 2020-01-07T00:11:58 #kisslinux micro_micro: I'm off to bed. I hope it works out for you. 2020-01-07T00:12:13 #kisslinux I'm going to attempt to go udev free tomorrow. 2020-01-07T00:12:17 #kisslinux :D 2020-01-07T00:12:37 #kisslinux https://github.com/slashbeast/mdev-like-a-boss very helpful for that 2020-01-07T00:12:47 #kisslinux Yup 2020-01-07T00:13:12 #kisslinux If it "just works" I'll consider it for the default in KISS so that there's no lock-in with udev. 2020-01-07T00:13:51 #kisslinux mdev, smdev, vdev, static dev, etc 2020-01-07T00:14:35 #kisslinux I'm using mdevd from the s6 guy 2020-01-07T00:15:04 #kisslinux the other mdevs run an instance for each hotplug event, mdevd watches for all of them 2020-01-07T00:15:21 #kisslinux Neat 2020-01-07T00:15:26 #kisslinux Will keep that in mind. 2020-01-07T00:18:19 #kisslinux I personally don't run the daemon post-boot btw. 2020-01-07T00:18:46 #kisslinux Nothing gets plugged into this laptop after all. 2020-01-07T00:44:56 #kisslinux so it was uinput. but then i took an hour fixing dhcpcd. 2020-01-07T00:45:04 #kisslinux alright, so remaining GNU packages to be replaced should be m4, bison, and gmake. I doubt gmake can be fully replaced though 2020-01-07T00:45:10 #kisslinux I cannot use the dhcpcd service, but I can manually run it locally :( 2020-01-07T01:02:20 #kisslinux what things do you still need bison for? 2020-01-07T01:04:09 #kisslinux konimex: ^ 2020-01-07T01:04:44 #kisslinux and have you tried om4 as a GNU m4 substitute? I don't think it works for autotools but for non autotools m4 usage it should work 2020-01-07T01:06:02 #kisslinux for now, nothing of note yet, I just assembled a kiss-repo of toolchain-only components but so far I think no program actively uses it for compilation 2020-01-07T01:06:22 #kisslinux Hi! 2020-01-07T01:06:39 #kisslinux as for m4, I'm considering http://haddonthethird.net/m4/ but I'll take a look at om4, that one's from OpenBSD iirc aye? 2020-01-07T01:06:46 #kisslinux yeah 2020-01-07T01:06:48 #kisslinux I get this error on trying to compile the kernel: 2020-01-07T01:07:16 #kisslinux I'm not sure but I think I tried quasar m4 and there was some problem? not sure what though 2020-01-07T01:07:30 #kisslinux "/usr/linux-5.4 # make DESCEND objtool CALL scripts/atomic/check-atomics.sh CALL scripts/checksyscalls.sh CHK include/generated/compile.h CHK kernel/kheaders_data.tar.xz GEN kernel/kheaders_data.tar.xzfind: unrecognized: -printf" 2020-01-07T01:07:33 #kisslinux one key thing with byacc instead of bison is compiling it with --enably-btyacc 2020-01-07T01:07:57 #kisslinux wow the kernel should really not have a script involved in build using find -printf... 2020-01-07T01:08:11 #kisslinux that's a GNU-specific flag (although toybox has it too now) 2020-01-07T01:08:27 #kisslinux so git was compiled without git-add--interactive, would you be amenable to adding that option? 2020-01-07T01:08:28 #kisslinux Yeah, that suck 2020-01-07T01:08:46 #kisslinux alright 2020-01-07T01:08:47 #kisslinux its a side-effect of NO_PERL=YesPlease 2020-01-07T01:09:21 #kisslinux So, how do you guys get the kernel compiled? 2020-01-07T01:09:39 #kisslinux normal compilation, I don't get that error for some reason 2020-01-07T01:09:57 #kisslinux What version? 2020-01-07T01:10:07 #kisslinux 5.4.0 2020-01-07T01:10:19 #kisslinux in my laptop and 5.4.6 in a test computer 2020-01-07T01:11:00 #kisslinux :( 2020-01-07T01:11:28 #kisslinux what kernel version are you trying to compile? 2020-01-07T01:11:42 #kisslinux 5.4.0 2020-01-07T01:12:05 #kisslinux But the last one have the same issue 2020-01-07T01:12:59 #kisslinux anyway, obviously I'm going to avoid any use of autotools (so would have to find an already-generated ./configure) as far as possible since that would defeat the purpose of being GNU-free 2020-01-07T01:13:36 #kisslinux Uploaded file: https://uploads.kiwiirc.com/files/c8569983b44ed1763753263777acfd71/pasted.txt 2020-01-07T01:14:00 #kisslinux The gfind i have edited 2020-01-07T01:15:00 #kisslinux there's also gmake (since a lot of Makefiles will use GNU extensions), but I'm yet to test it on any non-toolchain pkgs 2020-01-07T01:15:23 #kisslinux E5ten: the master branch is what i'm using on oasis, but i don't use the upstream buildsystem there. a couple days ago i started the no-udev branch to potentially submit upstream. the code is the same 2020-01-07T01:15:46 #kisslinux I got it working I just didn't realize it was a separate branch until dylan said it 2020-01-07T01:15:51 #kisslinux in the xdc talk the libinput maintainer hinted about udev being problematic for testing, so maybe there's a chance he is open to it 2020-01-07T01:15:56 #kisslinux konimex what possible non-GNU make options are you floating? because I haven't found any good ones so far 2020-01-07T01:16:15 #kisslinux hopefully he merges it, udev shouldn't be a necessity for input on X 2020-01-07T01:16:47 #kisslinux i looked into the feasibility of using udev-less libinput on Xorg. it will work, but you have to configure all your devices manually 2020-01-07T01:17:08 #kisslinux just like with udev-less evdev (also requires patching) 2020-01-07T01:17:32 #kisslinux xf86-input-{keyboard,mouse} worked without manual config or udev but thanks to some very cool decision making xf86-input-keyboard's linux support got removed 2020-01-07T01:18:12 #kisslinux i think it might be possible to write a sysfs config backend for xorg-server that scans sysfs and adds devices automatically 2020-01-07T01:18:33 #kisslinux that would be awesome 2020-01-07T01:19:22 #kisslinux there is also the "netlink" seat in my libinput branch that supports hotplugging via netlink events (that's what i use in swc) 2020-01-07T01:20:53 #kisslinux so you could probably base the xorg sysfs config backend on src/netlink-seat.c 2020-01-07T01:21:02 #kisslinux (in my libinput branch) 2020-01-07T01:23:02 #kisslinux So, dissabling the profiling support fixed the find issue 2020-01-07T01:23:23 #kisslinux But now i got this error: diff: unrecognized option: I 2020-01-07T01:26:20 #kisslinux probably because of check-headers.sh and busybox diff not have -I 2020-01-07T01:28:15 #kisslinux E5ten: Is BSD's make 100% compatible with usual make (without extensions like ?=)? Otherwise I'd have to use the one from heirloom-tools 2020-01-07T01:28:34 #kisslinux there's also http://bashdb.sourceforge.net/remake/ but I'm not really sure about this one 2020-01-07T01:28:47 #kisslinux I'm pretty sure bmake is very incompatible with GNU make? 2020-01-07T01:31:32 #kisslinux Can somone send-me the config file used for building the kernel? So i diff with mine.. 2020-01-07T01:31:51 #kisslinux hmm.. the makefiles commonly used in BSDs have this weird #include so yeah maybe it is incompatible 2020-01-07T01:34:35 #kisslinux https://termbin.com/8r2p here's mine 2020-01-07T01:34:42 #kisslinux trying to compile heirloom-devtools and running into an error with SIG_TYP in bsd.cc 2020-01-07T01:35:19 #kisslinux oh apparently the fix is just to remove the word auto on line 53 in bsd.cc 2020-01-07T01:37:17 #kisslinux remake seems to just be a GNU make fork so probably not much reason to use that 2020-01-07T01:57:35 #kisslinux soooo are people using an ssh agent? 2020-01-07T01:58:17 #kisslinux oh nvm it comes with openssh TT 2020-01-07T02:01:56 #kisslinux welp i'm back on my old shit again (distro packaging) https://github.com/kisslinux/community/pull/199 2020-01-07T06:32:31 #kisslinux Pulga: Sounds to me like a config option you've chosen is causing these issues. I've built a large bunch of kernels without issue. 2020-01-07T06:32:52 #kisslinux It's sad that the kernel has these issues though. 2020-01-07T06:34:36 #kisslinux Uh. Did repology shit itself this morning? https://repology.org/projects/?inrepo=kiss_main&outdated=1 2020-01-07T07:26:34 #kisslinux https://github.com/repology/repology-rules/issues/320 2020-01-07T07:26:41 #kisslinux Repology did shit itself lol 2020-01-07T07:27:43 #kisslinux Firefox 73b1 still requires Python 2 :( 2020-01-07T07:49:42 #kisslinux Firefox 73b1 has something like 1000+ commits attached. 2020-01-07T07:55:16 #kisslinux Firefox 73.0 is adding native image lazy loading. 2020-01-07T07:55:28 #kisslinux 2020-01-07T07:55:48 #kisslinux Chrome has had this for a while but it looks like it was standardized. 2020-01-07T07:56:06 #kisslinux (This will only load images in view and when you first scroll to them) 2020-01-07T07:56:46 #kisslinux Firefox 73.0 also allows you to set the default page zoom (finally) 2020-01-07T07:59:54 #kisslinux Tracking protection now also includes some Google stuff apparently. 2020-01-07T08:37:40 #kisslinux Quick question: how do I load firmware from /usr/lib/firmware from within menuconfig? 2020-01-07T09:05:29 #kisslinux icyphox: to build into your kernel? CONFIG_EXTRA_FIRMWARE_DIR and CONFIG_EXTRA_FIRMWARE 2020-01-07T09:05:54 #kisslinux yep mforney I figured it out, thanks :) 2020-01-07T09:06:12 #kisslinux I however, am having trouble with EFI. 2020-01-07T09:06:30 #kisslinux doing mount -t efivars ... (from the wiki) 2020-01-07T09:06:42 #kisslinux errors with unknown filesystem type efivara 2020-01-07T09:06:46 #kisslinux efivars* 2020-01-07T09:06:58 #kisslinux welp 2020-01-07T09:07:02 #kisslinux it was a typo 2020-01-07T09:07:07 #kisslinux works now 2020-01-07T09:07:08 #kisslinux lol 2020-01-07T09:23:23 #kisslinux Do I need grub to boot? This is going to be the only OS on my disk. 2020-01-07T09:23:42 #kisslinux efibootmgr should suffice, right? 2020-01-07T09:26:52 #kisslinux yes, you dont need grub at all 2020-01-07T09:27:32 #kisslinux Great. I'll skip that then. 2020-01-07T09:30:45 #kisslinux rip 2020-01-07T09:30:53 #kisslinux no bootable device 2020-01-07T09:30:54 #kisslinux aaaa 2020-01-07T09:34:12 #kisslinux paste the boot entry from efibootmgr -v 2020-01-07T09:35:01 #kisslinux hang on 2020-01-07T09:36:20 #kisslinux i'm on my phone at the moment, so... 2020-01-07T09:37:02 #kisslinux Boot0000* Notebook Hard Drive - Intel Could not parse device path: Invalid argument 2020-01-07T09:37:07 #kisslinux Aarg ^ 2020-01-07T09:37:49 #kisslinux wtf 2020-01-07T09:38:15 #kisslinux definitely delete that entry :D 2020-01-07T09:38:38 #kisslinux lol 2020-01-07T09:39:11 #kisslinux wait 2020-01-07T09:39:16 #kisslinux it says no boot order is set 2020-01-07T09:40:21 #kisslinux wtf -O is delete right? it doesn't seem to delete 2020-01-07T09:40:34 #kisslinux nah, its -b 0 -B 2020-01-07T09:40:48 #kisslinux select the bootnumber to modify, then -B for delete 2020-01-07T09:40:54 #kisslinux oh 2020-01-07T09:41:21 #kisslinux what the fuck 2020-01-07T09:41:30 #kisslinux it switched to 0001 2020-01-07T09:41:41 #kisslinux and now says 2020-01-07T09:42:12 #kisslinux USB Hard Drive - Sony Could not parse device path: Invalid argument 2020-01-07T09:42:26 #kisslinux do i delete all of them 2020-01-07T09:43:00 #kisslinux I wouldnt touch any entries you havent added yourself 2020-01-07T09:43:07 #kisslinux bruh 2020-01-07T09:43:14 #kisslinux i didn't add ANY 2020-01-07T09:43:31 #kisslinux olol 2020-01-07T09:43:39 #kisslinux what now 2020-01-07T09:43:54 #kisslinux I assumed you added your entry since you tried rebooting already 2020-01-07T09:44:09 #kisslinux i didn't 2020-01-07T09:44:18 #kisslinux i just rebooted after skipping grub 2020-01-07T09:44:51 #kisslinux ok help me with this -- how do boot from disk now 2020-01-07T09:46:09 #kisslinux try selecting the boot device in your bios/efi 2020-01-07T09:47:24 #kisslinux okay 2020-01-07T09:48:41 #kisslinux yeah i chose 2020-01-07T09:48:44 #kisslinux the disk 2020-01-07T09:48:47 #kisslinux are you trying to boot from another disk or boot the kiss install? 2020-01-07T09:48:49 #kisslinux it says no bootable device 2020-01-07T09:48:55 #kisslinux boot the kiss install 2020-01-07T09:49:17 #kisslinux ok, then you have to add a boot entry using efibootmgr 2020-01-07T09:49:28 #kisslinux are you not following a guide? 2020-01-07T09:49:32 #kisslinux gentoo probably has one 2020-01-07T09:49:35 #kisslinux oh 2020-01-07T09:49:39 #kisslinux i'll look at that 2020-01-07T09:49:46 #kisslinux no i wasn't following a guide 2020-01-07T09:51:23 #kisslinux you need to know the path to the loader (your kernel) on your boot device 2020-01-07T09:52:09 #kisslinux then the PARTUUID of your root partition 2020-01-07T10:00:19 #kisslinux huh 2020-01-07T10:00:38 #kisslinux /firmware/efi/efivars doesn't exist 2020-01-07T10:03:34 #kisslinux you need the efivarfs kernel module loaded and and efivarfs mounted 2020-01-07T10:03:51 #kisslinux yeah i tried mounting 2020-01-07T10:04:07 #kisslinux and it says mount point does not exist 2020-01-07T10:04:24 #kisslinux that's /sys/firmware/efi/efivars 2020-01-07T10:07:50 #kisslinux no idea why that would be the case then 2020-01-07T10:09:43 #kisslinux is sysfs even mounted? 2020-01-07T10:12:19 #kisslinux ahh 2020-01-07T10:12:28 #kisslinux it was bcs the live-cd was booted in legacy 2020-01-07T10:12:30 #kisslinux heh 2020-01-07T10:13:24 #kisslinux ha! 2020-01-07T10:18:34 #kisslinux Aarg: quick q 2020-01-07T10:18:46 #kisslinux if my disk is nvme0n1 2020-01-07T10:18:58 #kisslinux and the root partition is at nvme0n1p2 2020-01-07T10:19:24 #kisslinux the --part argument for efibootmgr should have p2 in it right? or just 2? 2020-01-07T10:21:36 #kisslinux yes and no, it needs a partition not the disk 2020-01-07T10:21:50 #kisslinux but not your root partition but boot 2020-01-07T10:22:24 #kisslinux which you hopefully formatted properly :) 2020-01-07T10:22:35 #kisslinux i used fat32 for boot 2020-01-07T10:24:05 #kisslinux fat32 should be ok?! 2020-01-07T10:25:13 #kisslinux archwiki says so 2020-01-07T10:25:23 #kisslinux also, kiss wiki says root partition instead of boot 2020-01-07T10:25:26 #kisslinux that should be fixed 2020-01-07T10:25:39 #kisslinux oh. 2020-01-07T10:25:40 #kisslinux nope 2020-01-07T10:25:43 #kisslinux i read it wrong 2020-01-07T10:25:45 #kisslinux idiot me 2020-01-07T10:27:04 #kisslinux oh it boots 2020-01-07T10:27:11 #kisslinux aaaand kernel panic 2020-01-07T10:27:27 #kisslinux progress! 2020-01-07T10:28:14 #kisslinux hah 2020-01-07T10:28:26 #kisslinux it says VFS: unable to mount root fs 2020-01-07T10:28:28 #kisslinux hmm 2020-01-07T10:28:41 #kisslinux was about to say 2020-01-07T10:29:27 #kisslinux you need to add root=PARTUUID= as kernel commandline 2020-01-07T10:29:43 #kisslinux is that necessary? 2020-01-07T10:30:03 #kisslinux also where do i pass that? efibootmgr --unicode? 2020-01-07T10:30:14 #kisslinux yep 2020-01-07T10:30:33 #kisslinux i just specified the path in plain text 2020-01-07T10:33:56 #kisslinux you need to add the rw kernel commandline option too I think 2020-01-07T10:38:32 #kisslinux well shit, i rebooted 2020-01-07T10:38:34 #kisslinux let's see 2020-01-07T10:39:03 #kisslinux yeah Aarg that didn't work. I passed the PARTUUID as a parameter. 2020-01-07T10:43:27 #kisslinux same error as before? 2020-01-07T10:45:42 #kisslinux yes Aarg 2020-01-07T10:49:01 #kisslinux as last resort you could also bake the commandline options into the kernel 2020-01-07T10:49:19 #kisslinux but for now maybe try adding them without -u too 2020-01-07T10:49:28 #kisslinux just add a couple entries and try them 2020-01-07T10:50:21 #kisslinux i haven't tried with rw her Aarg 2020-01-07T10:50:27 #kisslinux shall i do that 2020-01-07T10:50:32 #kisslinux yet* 2020-01-07T10:50:37 #kisslinux if that still doesn't work, go the built in route until someone more competent than me appears 2020-01-07T10:51:19 #kisslinux rw shouldn't be the current issue 2020-01-07T10:51:40 #kisslinux but you will need it eventually anyway, so definitely add it 2020-01-07T10:52:14 #kisslinux hmm 2020-01-07T10:52:17 #kisslinux okay done 2020-01-07T10:52:56 #kisslinux dumb question, how did you obtain the partition uuid? 2020-01-07T10:53:45 #kisslinux blkid 2020-01-07T10:53:49 #kisslinux try to see /dev/disk/by-partuuid iirc 2020-01-07T10:53:55 #kisslinux the PARTUUID section 2020-01-07T10:54:02 #kisslinux icyphox: " unable to mount root fs" typically means either a missing filesystem driver or it can't find the root fs. 2020-01-07T10:54:11 #kisslinux oh 2020-01-07T10:54:21 #kisslinux what should i do to fix that 2020-01-07T10:54:32 #kisslinux Did you use =m or =y for the efivars fs, the filesystem drivers, disk controller drivers etc? 2020-01-07T10:54:42 #kisslinux Send your .config if possible? 2020-01-07T10:54:49 #kisslinux yeah hang on 2020-01-07T10:56:01 #kisslinux dylanaraps: https://0x0.st/z5_A.txt 2020-01-07T10:56:47 #kisslinux CONFIG_EFIVAR_FS=m 2020-01-07T10:56:50 #kisslinux Change this to =y. 2020-01-07T10:57:13 #kisslinux oh right, okay 2020-01-07T10:57:46 #kisslinux Basically, the drivers needed to boot the system need to be =y (baked-in and not modules). 2020-01-07T10:57:56 #kisslinux gotcha 2020-01-07T10:58:08 #kisslinux I personally =y everything. 2020-01-07T10:58:15 #kisslinux ie, no modules at all. 2020-01-07T10:59:22 #kisslinux alright, rebuilding now 2020-01-07T10:59:52 #kisslinux If you don't 'make clean' and use the same source you can just do 'make' and it'll only build what has changed. 2020-01-07T11:00:00 #kisslinux yep, that's what i did 2020-01-07T11:00:05 #kisslinux Super handy 2020-01-07T11:00:30 #kisslinux do you guys use nconfig instead of menuconfig? 2020-01-07T11:00:36 #kisslinux I find it much nicer 2020-01-07T11:00:46 #kisslinux I just use menuconfig 2020-01-07T11:01:49 #kisslinux Sometimes the help text isn't very helpful so I search around online too. 2020-01-07T11:02:41 #kisslinux jeez 2020-01-07T11:02:48 #kisslinux panicked again 2020-01-07T11:02:52 #kisslinux Same error? 2020-01-07T11:02:52 #kisslinux same error 2020-01-07T11:03:07 #kisslinux What fs type is root? 2020-01-07T11:03:12 #kisslinux i'm likely doing something exceptionally stupid 2020-01-07T11:03:14 #kisslinux ext4? 2020-01-07T11:03:36 #kisslinux also efi is fat32 2020-01-07T11:03:40 #kisslinux if that matters 2020-01-07T11:04:48 #kisslinux Thanks 2020-01-07T11:06:04 #kisslinux How are you booting KISS btw? 2020-01-07T11:06:19 #kisslinux from disk 2020-01-07T11:07:01 #kisslinux Using an efistub or grub? 2020-01-07T11:07:08 #kisslinux Also, how are you pointing to the root drive? 2020-01-07T11:07:12 #kisslinux efistub 2020-01-07T11:07:19 #kisslinux using the PARTUUID 2020-01-07T11:07:30 #kisslinux maybe his efi auto-finds the kernel 2020-01-07T11:07:39 #kisslinux what's it's filename? 2020-01-07T11:07:55 #kisslinux vmlinuz 2020-01-07T11:08:12 #kisslinux ok, I doubt that's happening then 2020-01-07T11:08:52 #kisslinux Aarg: Are you using EFI? 2020-01-07T11:08:59 #kisslinux yeah 2020-01-07T11:09:17 #kisslinux Mind sending your .config to compare? (I use BIOS) 2020-01-07T11:09:33 #kisslinux sure 2020-01-07T11:10:22 #kisslinux https://termbin.com/36p6 2020-01-07T11:11:09 #kisslinux Thanks 2020-01-07T11:11:38 #kisslinux icyphox: could you paste the output of efibootmgr -v? 2020-01-07T11:11:50 #kisslinux hold 2020-01-07T11:12:11 #kisslinux by the way guys 2020-01-07T11:12:36 #kisslinux Here's the diff: https://termbin.com/jwnr 2020-01-07T11:12:38 #kisslinux -v / --verbose causes efibootmgr to error with Could not parse device path: Invalid argument 2020-01-07T11:13:04 #kisslinux same actually, wth 2020-01-07T11:15:00 #kisslinux https://termbin.com/kkbu 2020-01-07T11:15:09 #kisslinux efibootmgr output ^ 2020-01-07T11:17:57 #kisslinux Is it a single disk machine? 2020-01-07T11:18:03 #kisslinux meaningless without -v ^^ 2020-01-07T11:18:06 #kisslinux True 2020-01-07T11:18:09 #kisslinux yes, just one ssd 2020-01-07T11:18:15 #kisslinux okay wait 2020-01-07T11:18:33 #kisslinux Boot0000* USB Hard Drive - Sony Storage MediaCould not parse device path: Invalid argument 2020-01-07T11:18:47 #kisslinux well, that's not quite right 2020-01-07T11:19:08 #kisslinux ok nvm 2020-01-07T11:19:30 #kisslinux You can try: efivar --name 8be4df61-93ca-11d2-aa0d-00e098032b8c-Boot0000 --print 2020-01-07T11:19:34 #kisslinux (Change the name to fit yours) 2020-01-07T11:19:43 #kisslinux hold on 2020-01-07T11:20:16 #kisslinux where do you get that UUID from dylanaraps? 2020-01-07T11:20:22 #kisslinux No idea 2020-01-07T11:20:26 #kisslinux I'm using the internet 2020-01-07T11:20:27 #kisslinux lol what 2020-01-07T11:20:27 #kisslinux lol 2020-01-07T11:20:47 #kisslinux `blkid` perhaps? 2020-01-07T11:20:55 #kisslinux Hang on. There might be a fix upstream that I can patch our efibootmgr to include. 2020-01-07T11:21:22 #kisslinux Yup 2020-01-07T11:21:27 #kisslinux Will patch our efibootmgr. 2020-01-07T11:21:29 #kisslinux 2 secs 2020-01-07T11:21:38 #kisslinux alright 2020-01-07T11:21:48 #kisslinux in the meanwhile, i shall go eat something 2020-01-07T11:28:08 #kisslinux OK. Pushed 2020-01-07T11:28:18 #kisslinux Aarg: Try it too if you like. :) 2020-01-07T11:30:42 #kisslinux nice! 2020-01-07T11:31:37 #kisslinux Does it work? 2020-01-07T11:32:05 #kisslinux okay i'll update once i'm done eating :) 2020-01-07T11:33:31 #kisslinux still broken it seems, dylanaraps 2020-01-07T11:33:58 #kisslinux "Could not parse device path: Invalid argument" 2020-01-07T11:34:58 #kisslinux :( 2020-01-07T11:35:02 #kisslinux Upstream is wrong then 2020-01-07T11:36:54 #kisslinux We'll see what it looks like for icyphox 2020-01-07T11:37:23 #kisslinux yap 2020-01-07T11:37:26 #kisslinux gimme a bit 2020-01-07T11:37:33 #kisslinux still eating xD 2020-01-07T11:37:49 #kisslinux clock is ticking, m8 2020-01-07T11:38:17 #kisslinux All good 2020-01-07T11:38:28 #kisslinux D: don't make me stuff my face 2020-01-07T11:40:57 #kisslinux :) 2020-01-07T11:43:44 #kisslinux I've been using netcat as irc client for last 2 days 2020-01-07T11:44:12 #kisslinux quite surprised by how readable the raw irc messages actually are 2020-01-07T11:44:31 #kisslinux lol, interesting 2020-01-07T11:44:35 #kisslinux requires a fullscreen terminal though, lol 2020-01-07T11:44:38 #kisslinux Yeah, the messages are easy to read 2020-01-07T11:44:49 #kisslinux Hence why I leave a lot of it raw in birch 2020-01-07T11:44:52 #kisslinux Laziness 2020-01-07T11:45:14 #kisslinux back! 2020-01-07T11:45:29 #kisslinux yep, most of the messages don't even need reordering of the params 2020-01-07T11:45:50 #kisslinux same error 2020-01-07T11:46:00 #kisslinux :( 2020-01-07T11:46:02 #kisslinux I'm making my own ii-like client, I prefer that style 2020-01-07T11:46:14 #kisslinux Nice 2020-01-07T11:46:31 #kisslinux wew 2020-01-07T11:46:35 #kisslinux so what now 2020-01-07T11:46:37 #kisslinux The efivar method it is then. 2020-01-07T11:46:42 #kisslinux How to find the name though? 2020-01-07T11:46:48 #kisslinux yeah 2020-01-07T11:46:52 #kisslinux OH 2020-01-07T11:46:57 #kisslinux It's the GUID 2020-01-07T11:47:07 #kisslinux Now, how to find the GUID? lol 2020-01-07T11:47:09 #kisslinux where do i see that? 2020-01-07T11:47:12 #kisslinux lol 2020-01-07T11:47:25 #kisslinux efivar --help 2020-01-07T11:47:36 #kisslinux oh! 2020-01-07T11:47:42 #kisslinux https://github.com/rhboot/efivar/blob/master/src/guids.txt 2020-01-07T11:47:43 #kisslinux lol 2020-01-07T11:47:45 #kisslinux god 2020-01-07T11:48:20 #kisslinux uhh 2020-01-07T11:48:23 #kisslinux which one do i use 2020-01-07T11:48:27 #kisslinux Hang on 2020-01-07T11:48:36 #kisslinux I'll figure out *how* we retrieve yours 2020-01-07T11:48:43 #kisslinux EFI global variable? I'm guessing 2020-01-07T11:48:59 #kisslinux > efivar -l 2020-01-07T11:49:02 #kisslinux no these seem to be constants 2020-01-07T11:49:02 #kisslinux Try that? 2020-01-07T11:49:04 #kisslinux the guid is always the same 2020-01-07T11:49:09 #kisslinux yeah dylanaraps it's the same listing haha 2020-01-07T11:49:25 #kisslinux No GUIDs? 2020-01-07T11:49:40 #kisslinux no it's the same list as the text file above 2020-01-07T11:49:51 #kisslinux ls -1 /sys/firmware/efi/efivar/ 2020-01-07T11:50:07 #kisslinux empty 2020-01-07T11:50:30 #kisslinux Where are the efivars mounted? 2020-01-07T11:51:07 #kisslinux ah ok they weren't mounted 2020-01-07T11:51:11 #kisslinux i just did 2020-01-07T11:51:45 #kisslinux https://termbin.com/8lds7 2020-01-07T11:52:13 #kisslinux output of ls -l /sys/firmware/efi/efivars/ 2020-01-07T11:54:16 #kisslinux is efivar --name 8be4df61-93ca-11d2-aa0d-00e098032b8c-Boot0002 --print not working? 2020-01-07T11:55:25 #kisslinux no Aarg it works 2020-01-07T11:55:43 #kisslinux should be 0003 at the end 2020-01-07T11:55:54 #kisslinux Sorry, power went out. 2020-01-07T11:55:56 #kisslinux Back now. 2020-01-07T11:56:16 #kisslinux yeah 0003, it works 2020-01-07T11:56:33 #kisslinux Output of the efivar command now? 2020-01-07T11:56:36 #kisslinux https://termbin.com/29cw 2020-01-07T11:56:50 #kisslinux output of efivar --name 8be4df61-93ca-11d2-aa0d-00e098032b8c-Boot0003 2020-01-07T11:57:22 #kisslinux https://termbin.com/vdto 2020-01-07T11:57:28 #kisslinux here's mine for comparison 2020-01-07T11:58:41 #kisslinux oh have i specified the path to vmlinuz incorrectly 2020-01-07T11:59:12 #kisslinux nah, the kernel loads 2020-01-07T11:59:20 #kisslinux Where did you find the PARTUUID too? 2020-01-07T11:59:23 #kisslinux hm right 2020-01-07T11:59:29 #kisslinux dylanaraps: blkid 2020-01-07T11:59:48 #kisslinux Is it for / or for /boot? 2020-01-07T12:00:00 #kisslinux for / 2020-01-07T12:00:45 #kisslinux Hm 2020-01-07T12:00:55 #kisslinux It's finding the kernel so the kernel portion is fine. 2020-01-07T12:01:41 #kisslinux Question now is; Is the root=PARTUUID= incorrect or is it finding the partition but is unable to mount it? 2020-01-07T12:01:53 #kisslinux The kernel isn't very helpful here :P 2020-01-07T12:02:33 #kisslinux here's blkid just in case: https://termbin.com/uxap 2020-01-07T12:04:02 #kisslinux Should be "7fe33249-01" no? 2020-01-07T12:04:35 #kisslinux no that's my live-cd 2020-01-07T12:04:45 #kisslinux nvme* is my ssd (disk) 2020-01-07T12:04:55 #kisslinux Oops, my bad 2020-01-07T12:05:07 #kisslinux Which is which btw? 2020-01-07T12:05:29 #kisslinux p1 is EFI, p2 is / and p3 is swap 2020-01-07T12:05:50 #kisslinux So you're using: '8ec94fd3-f2b0-c14e-940b-151900513446'? 2020-01-07T12:05:55 #kisslinux correct 2020-01-07T12:08:00 #kisslinux OK. Must be a kernel config issue then 2020-01-07T12:08:13 #kisslinux hmmm do you want to see my .config 2020-01-07T12:08:28 #kisslinux I have it 2020-01-07T12:08:32 #kisslinux alright 2020-01-07T12:09:10 #kisslinux Could be a disk controller driver maybe. Let me do some digging. 2020-01-07T12:09:15 #kisslinux What's your hardware btw? 2020-01-07T12:09:26 #kisslinux try baking in the commandline, that way we can rule out that something is wrong with the boot entry 2020-01-07T12:09:46 #kisslinux dylanaraps: like my computer in general? or any device specifically? 2020-01-07T12:09:56 #kisslinux Aarg how would i do that? 2020-01-07T12:10:11 #kisslinux There is an option somewhere in the kernel config 2020-01-07T12:10:18 #kisslinux okay, let me see 2020-01-07T12:10:19 #kisslinux I'm too tired to find it right now 2020-01-07T12:10:23 #kisslinux no worries 2020-01-07T12:10:26 #kisslinux If it's a laptop/pre-built pc, the model. Else the parts 2020-01-07T12:10:32 #kisslinux laptop 2020-01-07T12:10:40 #kisslinux HP Envy 13 (2018) 2020-01-07T12:10:52 #kisslinux Thanks 2020-01-07T12:13:19 #kisslinux oh, its under processor types and features, at the very bottom 2020-01-07T12:14:12 #kisslinux make sure to also enable that it overrides the bootloaders arguments 2020-01-07T12:14:23 #kisslinux what is the option called Aarg 2020-01-07T12:14:25 #kisslinux then just set root=PARTUUID... and rw in there 2020-01-07T12:14:54 #kisslinux i'm looking at "processor type and features" 2020-01-07T12:14:59 #kisslinux Built-in kernel comamnd line 2020-01-07T12:15:12 #kisslinux wait, is this in .config? or menuconfig 2020-01-07T12:15:26 #kisslinux menuconfig 2020-01-07T12:15:31 #kisslinux ahh! 2020-01-07T12:16:06 #kisslinux its CONFIG_CMDLINE_BOOL but you need to set the string and that other option too 2020-01-07T12:16:27 #kisslinux Try setting CONFIG_BLK_DEV_NVME to =y 2020-01-07T12:16:35 #kisslinux > The NVM Express driver is for solid state drives directly │ 2020-01-07T12:16:35 #kisslinux │ connected to the PCI or PCI Express bus. 2020-01-07T12:16:38 #kisslinux Oops 2020-01-07T12:16:46 #kisslinux this is just temporary obviously, kinda sucks having to recompile the kernel when you want to change parameters :) 2020-01-07T12:17:37 #kisslinux so i add 'root=PARTUUID=8ec94fd3-f2b0-c14e-940b-151900513446 rw'? 2020-01-07T12:17:54 #kisslinux yup 2020-01-07T12:18:10 #kisslinux Also add The NVM Express driver is for solid state drives directly │ 2020-01-07T12:18:13 #kisslinux oops 2020-01-07T12:18:22 #kisslinux CONFIG_BLK_DEV_NVME=y 2020-01-07T12:18:23 #kisslinux Also add that. 2020-01-07T12:18:25 #kisslinux adding that 2020-01-07T12:19:01 #kisslinux Also CONFIG_PCI_QUIRKS=y 2020-01-07T12:19:24 #kisslinux did you enable Built-in commandline overrides bootloader? 2020-01-07T12:19:33 #kisslinux yes Aarg 2020-01-07T12:19:57 #kisslinux ok, fingers crossed 2020-01-07T12:20:22 #kisslinux alright let's try this 2020-01-07T12:21:03 #kisslinux rebooting now 2020-01-07T12:21:21 #kisslinux so i did `make modules_install` and `make install` 2020-01-07T12:21:28 #kisslinux that should be it right? after compiling 2020-01-07T12:22:16 #kisslinux Yes 2020-01-07T12:22:23 #kisslinux as long as your efi partition is mounted under /boot, yes 2020-01-07T12:22:38 #kisslinux but it installs the kernels directly under /boot 2020-01-07T12:23:12 #kisslinux but if that's the path you used when adding the boot entry, it's all good 2020-01-07T12:23:22 #kisslinux woot! 2020-01-07T12:23:26 #kisslinux worked 2020-01-07T12:23:30 #kisslinux LOL 2020-01-07T12:23:34 #kisslinux i'm at KISS login 2020-01-07T12:23:35 #kisslinux hah 2020-01-07T12:23:40 #kisslinux gz 2020-01-07T12:23:46 #kisslinux thanks guys 2020-01-07T12:23:59 #kisslinux Nice 2020-01-07T12:24:18 #kisslinux oh great now the fun part of networking begins 2020-01-07T12:24:32 #kisslinux The good thing is that you don't have to touch the boot process again. 2020-01-07T12:24:42 #kisslinux indeed 2020-01-07T12:25:08 #kisslinux I'd start adding suffixes to the kernels with their versions though. 2020-01-07T12:25:16 #kisslinux So you can boot into multiple. 2020-01-07T12:25:23 #kisslinux Good to keep a backup when you build a newer version. 2020-01-07T12:25:28 #kisslinux I've done that. 2020-01-07T12:25:31 #kisslinux Ah nice 2020-01-07T12:25:42 #kisslinux -> ls -l /boot/vmlinuz-* | wc -l 2020-01-07T12:25:42 #kisslinux 38 2020-01-07T12:25:47 #kisslinux I have a lot of kernels lol 2020-01-07T12:25:50 #kisslinux lol 2020-01-07T12:26:20 #kisslinux -rw-r--r-- 1 root root 4911664 Aug 12 21:39 /boot/vmlinuz-5.2.1-good 2020-01-07T12:26:21 #kisslinux you can never have enough kernels 2020-01-07T12:26:26 #kisslinux -good 2020-01-07T12:26:33 #kisslinux My first working kernel 2020-01-07T12:26:37 #kisslinux hah 2020-01-07T12:31:18 #kisslinux how do i add interfaces again 2020-01-07T12:32:54 #kisslinux Interfaces? 2020-01-07T12:32:57 #kisslinux wdym? 2020-01-07T12:33:08 #kisslinux network interfaces dylanaraps 2020-01-07T12:33:26 #kisslinux i have only lo and sit0(?) right now 2020-01-07T12:33:47 #kisslinux Ah 2020-01-07T12:34:03 #kisslinux Did you compile your network drivers with =m or =y? 2020-01-07T12:34:13 #kisslinux err 2020-01-07T12:35:09 #kisslinux y 2020-01-07T12:35:22 #kisslinux Is your firmware baked into the kernel? 2020-01-07T12:35:25 #kisslinux what config option is it again? 2020-01-07T12:35:41 #kisslinux It depends 2020-01-07T12:35:48 #kisslinux CONFIG_FW_LOADER? 2020-01-07T12:35:52 #kisslinux 2 secs 2020-01-07T12:35:55 #kisslinux okay 2020-01-07T12:36:33 #kisslinux CONFIG_EXTRA_FIRMWARE and CONFIG_EXTRA_FIRMWARE_DIR 2020-01-07T12:36:41 #kisslinux yep both set 2020-01-07T12:36:47 #kisslinux Also FW_LOADER 2020-01-07T12:36:49 #kisslinux OK 2020-01-07T12:37:01 #kisslinux FW_LOADER is =y 2020-01-07T12:37:04 #kisslinux CONFIG_IWLWIFI=y 2020-01-07T12:37:04 #kisslinux ? 2020-01-07T12:37:16 #kisslinux not set 2020-01-07T12:37:21 #kisslinux There we go 2020-01-07T12:37:22 #kisslinux reep 2020-01-07T12:38:33 #kisslinux okay compiling again 2020-01-07T12:41:04 #kisslinux well that didn't change much dylanaraps 2020-01-07T12:41:17 #kisslinux `ip a` shows the same ifaces 2020-01-07T12:41:38 #kisslinux Anything in dmesg? 2020-01-07T12:42:35 #kisslinux i don't know what to look for 2020-01-07T12:43:09 #kisslinux Send the whole thing :P 2020-01-07T12:43:19 #kisslinux no network access :( 2020-01-07T12:43:26 #kisslinux Ah 2020-01-07T12:43:30 #kisslinux grep for iwlwifi 2020-01-07T12:43:40 #kisslinux nothing 2020-01-07T12:43:50 #kisslinux "intel"? 2020-01-07T12:43:52 #kisslinux "error" 2020-01-07T12:44:22 #kisslinux well two errors 2020-01-07T12:44:38 #kisslinux you're just compiling the kernel and not rebooting into the new compiled kernel w/ iwlwifi? 2020-01-07T12:44:40 #kisslinux one is for i915 and the other for platform regulatory.0 2020-01-07T12:44:47 #kisslinux no i rebooted 2020-01-07T12:44:59 #kisslinux into the new kernel 2020-01-07T12:45:27 #kisslinux Got this? CONFIG_NET=y 2020-01-07T12:45:56 #kisslinux yep 2020-01-07T12:46:47 #kisslinux These? https://termbin.com/rd4x 2020-01-07T12:47:19 #kisslinux Also: https://termbin.com/gg91 2020-01-07T12:47:58 #kisslinux Also (If ipv6): https://termbin.com/26hd 2020-01-07T12:48:30 #kisslinux Also: CONFIG_WIRELESS=y 2020-01-07T12:49:13 #kisslinux More: https://termbin.com/zbr6 2020-01-07T12:49:16 #kisslinux Sorry for the dump :P 2020-01-07T12:51:07 #kisslinux okay adding the missing ones 2020-01-07T12:52:05 #kisslinux okay added a few of those missing ones 2020-01-07T12:52:08 #kisslinux let's try again 2020-01-07T12:52:35 #kisslinux Heh 2020-01-07T12:54:40 #kisslinux ah it's compiling the Ethernet and wireless drivers now 2020-01-07T12:54:46 #kisslinux this should work 2020-01-07T12:55:35 #kisslinux so will i just see those interfaces pop up in ip a? dylanaraps 2020-01-07T12:56:06 #kisslinux Yes 2020-01-07T12:56:16 #kisslinux alrighty 2020-01-07T13:02:01 #kisslinux Mawnin' 2020-01-07T13:02:44 #kisslinux Morning 2020-01-07T13:06:41 #kisslinux so i add 'root=PARTUUID=8ec94fd3-f2b0-c14e-940b-151900513446 rw'? 2020-01-07T13:06:48 #kisslinux ^^^ This looks like a UUID not a PARTUUID 2020-01-07T13:07:13 #kisslinux double check that please. 2020-01-07T13:07:50 #kisslinux adamantium: i'm past that 2020-01-07T13:07:57 #kisslinux I'd also recommend legacy > UEFI if your hardware supports it, it is more robust. 2020-01-07T13:07:59 #kisslinux my system boots 2020-01-07T13:07:59 #kisslinux okay. 2020-01-07T13:08:03 #kisslinux congrats 2020-01-07T13:09:15 #kisslinux dylanaraps: okay just rebooted 2020-01-07T13:09:18 #kisslinux no luck 2020-01-07T13:10:06 #kisslinux The only way I could get my wifi to work was to bake it in 2020-01-07T13:10:22 #kisslinux that's what i'm doing as well? 2020-01-07T13:10:41 #kisslinux IIRC I did make defconfig, then I find replace all s/=m/=y/g 2020-01-07T13:10:50 #kisslinux no modules at all 2020-01-07T13:10:52 #kisslinux oh 2020-01-07T13:10:59 #kisslinux Try enable them all icyphox? 2020-01-07T13:11:02 #kisslinux One more thing I did 2020-01-07T13:11:11 #kisslinux enable all of what? dylanaraps 2020-01-07T13:11:22 #kisslinux like, every setting in .config? 2020-01-07T13:11:31 #kisslinux I set https://termbin.com/t01c3 2020-01-07T13:11:37 #kisslinux No no 2020-01-07T13:11:39 #kisslinux My lists above 2020-01-07T13:11:44 #kisslinux AND my contents of /lib/firmware just has that one file in it. 2020-01-07T13:12:00 #kisslinux yes dylanaraps i've enabled all of what you listed out 2020-01-07T13:12:10 #kisslinux adamantium: i've set that as well 2020-01-07T13:12:29 #kisslinux What error do you get, do you see the hardware with .e.g lspci 2020-01-07T13:12:33 #kisslinux or ifconfig 2020-01-07T13:12:54 #kisslinux no errors 2020-01-07T13:13:04 #kisslinux my interfaces don't seem right 2020-01-07T13:13:08 #kisslinux Hm 2020-01-07T13:13:14 #kisslinux i have just lo and sit0 2020-01-07T13:13:16 #kisslinux whatever that id 2020-01-07T13:13:17 #kisslinux is 2020-01-07T13:13:26 #kisslinux adamantium: Basically no interfaces appear in ip/ifconfig 2020-01-07T13:13:45 #kisslinux ifconfig shows only lo 2020-01-07T13:14:59 #kisslinux no ethernet? 2020-01-07T13:15:07 #kisslinux en0 eth0 ? 2020-01-07T13:15:50 #kisslinux nothing adamantium 2020-01-07T13:16:27 #kisslinux lspci -k 2020-01-07T13:16:49 #kisslinux i can't send you the output bcs no netwkrk 2020-01-07T13:16:54 #kisslinux but what should i look dor 2020-01-07T13:16:56 #kisslinux for* 2020-01-07T13:17:17 #kisslinux heh 2020-01-07T13:17:33 #kisslinux heres mine lspci -k 2020-01-07T13:17:45 #kisslinux https://termbin.com/9jun 2020-01-07T13:18:10 #kisslinux yep i don't have iwlwifi 2020-01-07T13:19:57 #kisslinux yea busybox lspci is not so good 2020-01-07T13:19:59 #kisslinux :2020-01-07T13:20:37 #kisslinux if im not mistaken though icyphox you should still be able to plug in and use your ethernet 2020-01-07T13:20:50 #kisslinux So that begs the question why dont you see your ethernet 2020-01-07T13:21:00 #kisslinux i did plugin eth 2020-01-07T13:21:02 #kisslinux no dife 2020-01-07T13:21:05 #kisslinux dice 2020-01-07T13:21:14 #kisslinux So start there 2020-01-07T13:21:17 #kisslinux hmm 2020-01-07T13:21:17 #kisslinux Don't start with wifi 2020-01-07T13:21:19 #kisslinux wifi sucks 2020-01-07T13:21:43 #kisslinux So basically get your ethernet working, probably missing kernel config option needs to be set 2020-01-07T13:22:07 #kisslinux just got a make error 2020-01-07T13:22:08 #kisslinux Or am I totally wrong.? I always assume other peoples machines are the same like mine. 2020-01-07T13:23:06 #kisslinux no rule to make /lib/firmware/iwlfifi-blah.ucode 2020-01-07T13:23:08 #kisslinux huh 2020-01-07T13:23:56 #kisslinux make sure /lib/firmware/iwlfifi-blah.ucode is located in /lib/firmware 2020-01-07T13:24:03 #kisslinux if is 2020-01-07T13:24:06 #kisslinux it is* 2020-01-07T13:24:09 #kisslinux i put it there 2020-01-07T13:24:26 #kisslinux make sure it is spelled correctly in .config 2020-01-07T13:25:04 #kisslinux also double check CONFIG_FW_LOADER=y 2020-01-07T13:25:06 #kisslinux CONFIG_EXTRA_FIRMWARE="iwlwifi-6000g2a-6.ucode" 2020-01-07T13:25:07 #kisslinux CONFIG_EXTRA_FIRMWARE_DIR="/lib/firmware" 2020-01-07T13:25:09 #kisslinux like that 2020-01-07T13:25:35 #kisslinux ah lol 2020-01-07T13:25:41 #kisslinux missed the initial / 2020-01-07T13:25:46 #kisslinux that'll do it 2020-01-07T13:25:54 #kisslinux yep that built 2020-01-07T13:25:56 #kisslinux maybe make clean 2020-01-07T13:26:08 #kisslinux then make -j$(nproc) 2020-01-07T13:26:38 #kisslinux You might try substitute replace all =m in the .config file with =y 2020-01-07T13:26:51 #kisslinux I'm lazy so that's what I do 2020-01-07T13:27:08 #kisslinux One cool thing is that when you do that, you can literally copy paste your kernel from machine to machine and not worry about modules and things 2020-01-07T13:31:16 #kisslinux ah 2020-01-07T13:31:19 #kisslinux okay I will 2020-01-07T13:31:23 #kisslinux try those as well 2020-01-07T13:35:16 #kisslinux dylanaraps: https://github.com/a-schaefers/kiss-overlay/tree/master/boot.el < "What happens in the overlay, stays in the overlay" 2020-01-07T13:37:36 #kisslinux lol 2020-01-07T13:39:20 #kisslinux it's an abomination! 2020-01-07T13:39:38 #kisslinux In case wondering, humoring myself to rewrite rc.boot in emacs lisp 2020-01-07T13:47:24 #kisslinux Yeah, I saw. Should be interesting 2020-01-07T13:55:15 #kisslinux sigh 2020-01-07T13:55:36 #kisslinux Not working? 2020-01-07T13:56:45 #kisslinux my wireless / eth are still dead 2020-01-07T13:56:45 #kisslinux i've tried everything recommended everywhere 2020-01-07T13:56:45 #kisslinux aaa 2020-01-07T13:56:49 #kisslinux nope 2020-01-07T13:56:57 #kisslinux interfaces still don't show 2020-01-07T13:57:56 #kisslinux icyphox: I would recommend boot up ubuntu stick 2020-01-07T13:58:00 #kisslinux and get all your hardware information 2020-01-07T13:58:02 #kisslinux dmesg 2020-01-07T13:58:05 #kisslinux lspci -k 2020-01-07T13:58:09 #kisslinux hm 2020-01-07T13:58:10 #kisslinux ifconfig 2020-01-07T13:58:11 #kisslinux etc etc 2020-01-07T13:58:16 #kisslinux yeah good call 2020-01-07T13:58:17 #kisslinux then research 2020-01-07T13:58:19 #kisslinux gentoo 2020-01-07T13:58:20 #kisslinux because 2020-01-07T13:58:28 #kisslinux We are doing the same thing as gentoo at this stage of installation 2020-01-07T13:58:36 #kisslinux alright 2020-01-07T13:58:39 #kisslinux i will do that 2020-01-07T13:58:39 #kisslinux so just because we dont have a big troubleshooting base 2020-01-07T13:58:49 #kisslinux likely other gentoo users have faced issues using your same hardware 2020-01-07T13:58:55 #kisslinux Does that make sense? 2020-01-07T13:58:56 #kisslinux :D 2020-01-07T13:59:00 #kisslinux definitely 2020-01-07T13:59:01 #kisslinux haha 2020-01-07T13:59:07 #kisslinux gl! 2020-01-07T13:59:10 #kisslinux i'll get out of your hair :P 2020-01-07T13:59:27 #kisslinux you're fine! 2020-01-07T14:00:18 #kisslinux I think you must be the same person btw icyphox in reddit whos grub rebooted over and over? 2020-01-07T14:00:28 #kisslinux no? 2020-01-07T14:00:31 #kisslinux oh ok 2020-01-07T14:00:34 #kisslinux nvm 2020-01-07T14:00:37 #kisslinux lol 2020-01-07T14:00:39 #kisslinux wait is someone impersonating me 2020-01-07T14:00:52 #kisslinux hah let me see 2020-01-07T14:01:20 #kisslinux icyphox: do you also go by the name IncrediblyCuteCat 2020-01-07T14:01:20 #kisslinux this is the first time i'm ever doing a KISS install 2020-01-07T14:01:26 #kisslinux no lmao 2020-01-07T14:01:31 #kisslinux Okay then no 2020-01-07T14:01:33 #kisslinux lol 2020-01-07T14:01:33 #kisslinux just icy/icyphox everywhere 2020-01-07T14:01:37 #kisslinux haha 2020-01-07T14:01:46 #kisslinux the I and the 'c' 2020-01-07T14:01:52 #kisslinux my brain put it together 2020-01-07T14:02:03 #kisslinux gotchu ;) 2020-01-07T14:02:19 #kisslinux keep poking at it 2020-01-07T14:02:22 #kisslinux you'll get it 2020-01-07T14:02:33 #kisslinux or i'll install alpine 2020-01-07T14:02:38 #kisslinux lol 2020-01-07T14:02:48 #kisslinux but yes, i plan to get this working 2020-01-07T14:02:58 #kisslinux cool 2020-01-07T14:02:59 #kisslinux let us know 2020-01-07T14:03:08 #kisslinux will do 2020-01-07T14:03:40 #kisslinux Kiss took me 5 tries 2020-01-07T14:03:55 #kisslinux I had an issue with my extra hard drive messing things up 2020-01-07T14:04:05 #kisslinux And wifi issues too, of course 2020-01-07T14:04:18 #kisslinux It's different for every computer. 2020-01-07T14:05:01 #kisslinux I am glad I stuck with it though, the package build system here is by far the simplest and most fun to hack on 2020-01-07T14:10:29 #kisslinux :D 2020-01-07T14:16:30 #kisslinux my first kiss install was very smooth 2020-01-07T14:16:37 #kisslinux much easier on a desktop pc though 2020-01-07T14:17:06 #kisslinux and I also had prior experience with efi and had a kernel config already 2020-01-07T14:17:24 #kisslinux Mine was terrible 2020-01-07T14:17:39 #kisslinux This is my only laptop so no internet ability until install was done 2020-01-07T14:17:47 #kisslinux Never had done a kernel config before 2020-01-07T14:17:49 #kisslinux I even janked out my dedicated nvidia card, so I need hardly any drivers 2020-01-07T14:18:04 #kisslinux Was somewhat uncharted territory for KISS 2020-01-07T14:18:09 #kisslinux Took me 2 days 2020-01-07T14:18:10 #kisslinux yeh, kernel is quite daunting 2020-01-07T14:18:21 #kisslinux I started with 'make allnoconfig' lol 2020-01-07T14:18:27 #kisslinux So, zero 2020-01-07T14:18:29 #kisslinux lol, thats hard mode 2020-01-07T14:18:58 #kisslinux It took two days as I was squashing bugs once booted 2020-01-07T14:19:06 #kisslinux kernel took hours though 2020-01-07T14:19:16 #kisslinux The no internet made it interesting 2020-01-07T14:19:34 #kisslinux right, you dont have a phone 2020-01-07T14:19:41 #kisslinux that's interesting indeed 2020-01-07T14:24:55 #kisslinux well, i'm still stuck with my installation of kiss, getting some kind of hardware failure and so on :( 2020-01-07T14:29:58 #kisslinux What's the error? 2020-01-07T14:30:10 #kisslinux I'll be back in 15-20 minutes. (Apologies) 2020-01-07T14:31:21 #kisslinux I'm currently at work. will have a look again tonight. But pretty sure that i'm missing some firmware since, i have try'd at start like you have done, with a "clean" install 2020-01-07T14:59:36 #kisslinux OK 2020-01-07T15:39:51 #kisslinux brb to test this emacs lisp rc.boot script 2020-01-07T15:39:57 #kisslinux lmao 2020-01-07T15:40:05 #kisslinux wat 2020-01-07T15:40:09 #kisslinux lol nice gl 2020-01-07T15:40:21 #kisslinux my system is still dead 2020-01-07T15:40:28 #kisslinux https://termbin.com/lykv 2020-01-07T15:40:30 #kisslinux networking, that is 2020-01-07T15:52:49 #kisslinux icyphox: Will do some more digging. 2020-01-07T15:52:57 #kisslinux Output of 'rfkill'? 2020-01-07T15:53:12 #kisslinux Do you have the RF subsystem enabled in your kernel too? 2020-01-07T15:53:27 #kisslinux Anything in dmesg related to iwlwifi now? 2020-01-07T15:53:52 #kisslinux oh! 2020-01-07T15:53:59 #kisslinux ZOMF 2020-01-07T15:54:10 #kisslinux i forgot to check dmesf 2020-01-07T15:54:17 #kisslinux it now errors out 2020-01-07T15:54:19 #kisslinux and says 2020-01-07T15:54:32 #kisslinux minimum version require is 7265D-29 2020-01-07T15:54:36 #kisslinux yay 2020-01-07T15:54:40 #kisslinux nice! i'll do that 2020-01-07T15:54:45 #kisslinux Your drivers are good then 2020-01-07T15:54:50 #kisslinux yep 2020-01-07T15:54:51 #kisslinux Just need to change the firmware file 2020-01-07T15:55:04 #kisslinux i have that one lying around 2020-01-07T15:55:54 #kisslinux alright here we go 2020-01-07T15:55:57 #kisslinux rebooting 2020-01-07T15:56:21 #kisslinux :DDDDDDDDDDDDDDDDDDD 2020-01-07T15:56:37 #kisslinux huh it still gives me the same error 2020-01-07T15:56:57 #kisslinux i've specified the correct firmware tho 2020-01-07T15:58:12 #kisslinux Try a different version. 2020-01-07T15:58:16 #kisslinux I had to do the same for mine. 2020-01-07T15:58:35 #kisslinux You'll find a version that works. 2020-01-07T15:58:38 #kisslinux okay 2020-01-07T15:58:52 #kisslinux no wait 2020-01-07T15:59:05 #kisslinux the kernel tried loading each one 2020-01-07T15:59:10 #kisslinux and they all errored out 2020-01-07T15:59:20 #kisslinux including the minimum and maximum supported versions 2020-01-07T16:03:15 #kisslinux should i try a different kernel version 2020-01-07T16:03:27 #kisslinux i'm on latest stable right now 5.4.8 2020-01-07T16:08:17 #kisslinux Hm. Let me search around. 2020-01-07T16:08:25 #kisslinux What's the firmware called exactly? 2020-01-07T16:08:52 #kisslinux iwlwifi-7265D-(22 to 29).ucode 2020-01-07T16:09:13 #kisslinux 22 being minimum supported ver and 29 being max 2020-01-07T16:10:17 #kisslinux Did you just download these from linux-firmware at kernel.org? 2020-01-07T16:10:19 #kisslinux Recently I mean 2020-01-07T16:10:25 #kisslinux yep, today 2020-01-07T16:11:45 #kisslinux You're sure it's the right firmware? 2020-01-07T16:12:01 #kisslinux positive 2020-01-07T16:12:17 #kisslinux kernel dmesg says it expects that 2020-01-07T16:12:27 #kisslinux at this point I'd try compiling iwlwifi as module and loading it to see which firmware is loaded 2020-01-07T16:12:55 #kisslinux oh 2020-01-07T16:12:56 #kisslinux hmm 2020-01-07T16:15:28 #kisslinux You've tried 29? 2020-01-07T16:15:33 #kisslinux yes 2020-01-07T16:16:22 #kisslinux Have you checked ip/ifconfig? 2020-01-07T16:16:43 #kisslinux yes, same thing :/ 2020-01-07T16:18:32 #kisslinux Ah 2020-01-07T16:18:44 #kisslinux Are you using the latest kernel? 2020-01-07T16:19:20 #kisslinux (5.4.8) 2020-01-07T16:19:59 #kisslinux yes 2020-01-07T16:20:20 #kisslinux weird, it's almost like it doesn't even look at the /lib/firmware dir 2020-01-07T16:20:36 #kisslinux OK. Through searching for your issue I found posts where the kernel was incompatible with the firmware causing the error. 2020-01-07T16:20:43 #kisslinux i have the exact version there 2020-01-07T16:20:44 #kisslinux oh 2020-01-07T16:20:50 #kisslinux should i downgrade? 2020-01-07T16:20:53 #kisslinux no no 2020-01-07T16:21:14 #kisslinux Is your iwlwifi set to =y? 2020-01-07T16:21:19 #kisslinux Any =m left in your config? 2020-01-07T16:21:22 #kisslinux none 2020-01-07T16:21:26 #kisslinux all =y 2020-01-07T16:22:01 #kisslinux After a series of fails you might see this: 2020-01-07T16:22:02 #kisslinux Dec 15 20:05:55 Mutie-II kernel: [ 5.248396] iwlwifi 0000:01:00.0: Detected Intel(R) Dual Band Wireless AC 7265, REV=0x210 2020-01-07T16:22:19 #kisslinux Does something similar to this appear below the errors in dmesg? 2020-01-07T16:22:19 #kisslinux nope 2020-01-07T16:22:23 #kisslinux nothing 2020-01-07T16:22:38 #kisslinux OK. The errors will still be there if it works fyi. 2020-01-07T16:22:47 #kisslinux yeah i read about that 2020-01-07T16:22:48 #kisslinux That line I just posted (or similar) will appear below if it works. 2020-01-07T16:22:56 #kisslinux yep 2020-01-07T16:24:26 #kisslinux Do you have this?: CONFIG_IWLMVM=y 2020-01-07T16:24:45 #kisslinux yes 2020-01-07T16:25:15 #kisslinux Try from this link: https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi#firmware 2020-01-07T16:25:22 #kisslinux It lists the firmware and the kernel version supported 2020-01-07T16:26:00 #kisslinux okay 2020-01-07T16:26:47 #kisslinux Also move any existing iwlwifi firmware out of /lib/firmware. 2020-01-07T16:26:52 #kisslinux So it's just the new one you'll add. 2020-01-07T16:32:21 #kisslinux > https://www.phoronix.com/scan.php?page=news_item&px=OpenMandriva-Zstd-RPMs 2020-01-07T16:32:25 #kisslinux > OpenMandriva Is The Latest Linux Distribution Using Zstd To Compress Packages 2020-01-07T16:32:30 #kisslinux > OpenMandriva shared more details on their Facebook. 2020-01-07T16:32:34 #kisslinux What in the world 2020-01-07T16:33:32 #kisslinux Facebook lol 2020-01-07T16:33:34 #kisslinux sigh 2020-01-07T16:33:35 #kisslinux well, zstd seems to be the next xz replacement, and looks like the tradeoff is worth it (according to them anyway) 2020-01-07T16:34:56 #kisslinux > But the big win in switching the packaging to Zstd compression is the significantly faster decompression times. 2020-01-07T16:35:21 #kisslinux I wonder how significant it is for a typical 100MB compressed file/tarball 2020-01-07T16:38:09 #kisslinux Arch saw the size go up slightly for a large increase in speed. 2020-01-07T16:38:53 #kisslinux I'm always sceptical of the next new shiny thing. 2020-01-07T16:39:26 #kisslinux Besides, compression/decompression speeds mean little in a source based distribution. 2020-01-07T16:45:14 #kisslinux oh damn 2020-01-07T16:45:40 #kisslinux https://forums.gentoo.org/viewtopic-t-1039930-start-0.html 2020-01-07T16:45:57 #kisslinux so my fw isn't being found because i baked iwlwifi into the kernel 2020-01-07T16:46:08 #kisslinux it loads before the fs is mounted 2020-01-07T16:46:19 #kisslinux so i should =m it 2020-01-07T16:46:22 #kisslinux Ah 2020-01-07T16:46:39 #kisslinux Or you put the .ucode in /boot and point the kernel there. 2020-01-07T16:46:50 #kisslinux ah 2020-01-07T16:46:51 #kisslinux good call 2020-01-07T16:46:54 #kisslinux Actually 2020-01-07T16:47:02 #kisslinux It should be compiled *into* the kernel though. 2020-01-07T16:47:28 #kisslinux hm 2020-01-07T16:48:16 #kisslinux See: https://wiki.gentoo.org/wiki/Iwlwifi#When_using_built-in_configuration 2020-01-07T16:49:06 #kisslinux oh 2020-01-07T16:49:16 #kisslinux okay i shall try that 2020-01-07T16:49:54 #kisslinux wait, in that case dylanaraps: i don't need CONFIG_EXTRA_FIRMWARE_DIR 2020-01-07T16:52:50 #kisslinux ok looks like the config option CONFIG_EXTRA_FIRMWARE and the one in that link (via menuconfig) are the same thing 2020-01-07T16:52:58 #kisslinux which is what i've been doing! 2020-01-07T16:53:38 #kisslinux Yup 2020-01-07T16:54:08 #kisslinux Does the file name match 1:1 in you .config 2020-01-07T16:54:16 #kisslinux yep 2020-01-07T16:54:17 #kisslinux ?* 2020-01-07T16:54:23 #kisslinux Hm 2020-01-07T16:54:26 #kisslinux oh wait 2020-01-07T16:54:33 #kisslinux The path has to match too. 2020-01-07T16:54:37 #kisslinux i just configured via menuconfig 2020-01-07T16:54:45 #kisslinux and it errors out while making 2020-01-07T16:55:31 #kisslinux What's the error? 2020-01-07T16:55:40 #kisslinux Point the dir to /lib/firmware 2020-01-07T16:55:47 #kisslinux no rule to make target '/lib/firmware/iwlwifi-blah-29.ucode', needed by '/drivers/.../iwlwifi-7265D-29.ucode.gen 2020-01-07T16:55:54 #kisslinux sorry was typing on my phone 2020-01-07T16:56:03 #kisslinux The file should also include the path using the dir above as the root. 2020-01-07T16:56:04 #kisslinux *.ucode.gen.o 2020-01-07T16:56:09 #kisslinux yeah that's fine 2020-01-07T16:56:16 #kisslinux path is correct 2020-01-07T16:56:33 #kisslinux CONFIG_EXTRA_FIRMWARE="i915/skl_dmc_ver1_27.bin iwlwifi-8000C-36.ucode" 2020-01-07T16:56:33 #kisslinux CONFIG_EXTRA_FIRMWARE_DIR="/lib/firmware" 2020-01-07T16:56:41 #kisslinux That's mine for reference 2020-01-07T16:56:58 #kisslinux oh 2020-01-07T16:57:59 #kisslinux oh my bad 2020-01-07T16:58:04 #kisslinux oh NVM 2020-01-07T16:58:06 #kisslinux still errors 2020-01-07T16:58:07 #kisslinux reee 2020-01-07T16:59:00 #kisslinux ok wew 2020-01-07T16:59:02 #kisslinux building 2020-01-07T16:59:50 #kisslinux o/ 2020-01-07T17:00:58 #kisslinux sigh 2020-01-07T17:01:00 #kisslinux no dice 2020-01-07T17:01:23 #kisslinux Same errors? 2020-01-07T17:01:28 #kisslinux yeo 2020-01-07T17:01:30 #kisslinux yep 2020-01-07T17:01:31 #kisslinux No success message down below? 2020-01-07T17:01:43 #kisslinux "no suitable firmware found!" 2020-01-07T17:01:50 #kisslinux ?!?!!? 2020-01-07T17:02:07 #kisslinux idk what else to do now 😭 2020-01-07T17:04:38 #kisslinux Hm 2020-01-07T17:08:30 #kisslinux I'll keep looking around on the net 2020-01-07T17:09:05 #kisslinux thanks man 2020-01-07T17:09:08 #kisslinux as shall i 2020-01-07T17:15:57 #kisslinux Some people report having "Intel Corporation Wireless 8265 / 8275" as their WiFi card in the same model of laptop. 2020-01-07T17:16:27 #kisslinux Though I recall you saying that the dmesg output cycled through the list of 7XXX ucode files(?) 2020-01-07T17:17:48 #kisslinux Got CONFIG_RFKILL=y ? 2020-01-07T17:18:02 #kisslinux Also RFKILL_INPUT=y ? 2020-01-07T17:25:39 #kisslinux hey dylanaraps sorry, was away 2020-01-07T17:25:42 #kisslinux let me check 2020-01-07T17:25:46 #kisslinux All good 2020-01-07T17:26:25 #kisslinux yes both are set 2020-01-07T17:26:32 #kisslinux Hm 2020-01-07T17:26:52 #kisslinux also, yeah it cycles through 7265D files 2020-01-07T17:27:41 #kisslinux Try what Konimex said. Compile iwlwifi as =m and unset the config option which compiles the ucode into the kernel. 2020-01-07T17:27:50 #kisslinux Then after login (as root) type 'modprobe iwlwifi'. 2020-01-07T17:28:03 #kisslinux In /lib/firmware put all of the ucode files too. 2020-01-07T17:28:22 #kisslinux alright 2020-01-07T17:28:38 #kisslinux which config option should i set to =m specifically? 2020-01-07T17:29:02 #kisslinux CONFIG_IWLWIFI 2020-01-07T17:29:11 #kisslinux okay cool 2020-01-07T17:29:12 #kisslinux done 2020-01-07T17:30:04 #kisslinux okay all done 2020-01-07T17:34:19 #kisslinux dylanaraps: i get cannot load module iwlwifi: invalid module format 2020-01-07T17:34:26 #kisslinux on modprobe 2020-01-07T17:37:20 #kisslinux oh ok i'll try make clean 2020-01-07T17:41:04 #kisslinux > Whats happened is that you have changed an option in one part of the kernel that has affected how otherthings, that were not rebuild, should have been built. 2020-01-07T17:41:14 #kisslinux Yeah 2020-01-07T17:50:36 #kisslinux still no luck 2020-01-07T17:50:42 #kisslinux errors out with invalid module format 2020-01-07T17:51:23 #kisslinux dylanaraps: https://termbin.com/5n4t im gettin there 2020-01-07T17:51:26 #kisslinux i think i'll call it a day; i shall look at it fresh tomorrow 2020-01-07T17:51:30 #kisslinux Alright 2020-01-07T17:51:55 #kisslinux good night guys. thanks for all the help today :) 2020-01-07T17:51:57 #kisslinux adamantium: Nice 2020-01-07T17:52:01 #kisslinux No problem 2020-01-07T17:52:07 #kisslinux bye icyphox 2020-01-07T17:52:16 #kisslinux o/ 2020-01-07T17:56:08 #kisslinux yw 2020-01-07T18:34:22 #kisslinux um.... adamantium ...is that what I think it is? emacs as init? 2020-01-07T18:34:31 #kisslinux micro_micro: https://termbin.com/mss8 2020-01-07T18:34:34 #kisslinux literally emacs as your operating system? 2020-01-07T18:34:36 #kisslinux lmfao 2020-01-07T18:34:47 #kisslinux It's beautiful 2020-01-07T18:34:51 #kisslinux i just rewrote rc.boot in elisp......... 2020-01-07T18:34:53 #kisslinux omg 2020-01-07T18:35:08 #kisslinux You could write a simple init in elisp too :P 2020-01-07T18:35:11 #kisslinux I have already rewritten xinit/startx in elisp too 2020-01-07T18:35:17 #kisslinux dylanaraps: that is next level 2020-01-07T18:36:01 #kisslinux See here is my emacs login shell / startx replacements 2020-01-07T18:36:02 #kisslinux https://termbin.com/mss8 2020-01-07T18:36:17 #kisslinux now this is my rc.boot replacement https://termbin.com/mss8 2020-01-07T18:36:23 #kisslinux only need pid 1 now. 2020-01-07T18:36:32 #kisslinux Have to learn how sinit.c works and rewrite it........... 2020-01-07T18:37:17 #kisslinux See: https://github.com/Sweets/hummingbird 2020-01-07T18:37:27 #kisslinux It's a simple init I helped write the boot scripts for. 2020-01-07T18:37:39 #kisslinux dylanaraps there is a lot of flickr for birch on the bottom commandline...is this a known issue? 2020-01-07T18:38:03 #kisslinux Nope. Doesn't flicker at all for me. 2020-01-07T18:38:09 #kisslinux I'll work on a fix regardless. 2020-01-07T18:38:23 #kisslinux I'll see if I can reproduce by using birch with all of my cores at 100%/ 2020-01-07T18:38:27 #kisslinux dylanaraps: thx 2020-01-07T18:39:07 #kisslinux dylanaraps if it helps, im on wayland on debian lol 2020-01-07T18:39:12 #kisslinux and my cores are definitely low % 2020-01-07T18:39:22 #kisslinux i can make a ittle video 2020-01-07T18:39:23 #kisslinux Which terminal emulator? 2020-01-07T18:39:25 #kisslinux alacritty 2020-01-07T18:39:30 #kisslinux lemme test that its the same in st 2020-01-07T18:39:34 #kisslinux I'm using st for reference. 2020-01-07T18:41:04 #kisslinux same deal on st 2020-01-07T18:41:09 #kisslinux lets test this 2020-01-07T18:41:15 #kisslinux bye felicia 2020-01-07T18:41:28 #kisslinux there is a small time after sending a message, where it seems stable 2020-01-07T18:41:38 #kisslinux nevermind, that was placebo 2020-01-07T18:42:30 #kisslinux its been a while since i've used birch, lets give it a go again 2020-01-07T18:43:43 #kisslinux https://i.salejandro.me/M8NJW.png well, shit. 2020-01-07T18:44:55 #kisslinux Aw 2020-01-07T18:45:03 #kisslinux Does it work on freenode? 2020-01-07T18:45:18 #kisslinux If you omit all flags it'll auto join this channel with '$USER' as your nick. 2020-01-07T18:45:59 #kisslinux well 2020-01-07T18:46:04 #kisslinux It is conceptually done 2020-01-07T18:46:11 #kisslinux But has at least one bug. 2020-01-07T18:46:24 #kisslinux wait fuck 2020-01-07T18:46:34 #kisslinux i did rizon 2020-01-07T18:46:43 #kisslinux heh 2020-01-07T18:47:04 #kisslinux happens even on weston terminal 2020-01-07T18:47:44 #kisslinux https://i.salejandro.me/67jDG.png damn, knew it 2020-01-07T18:47:54 #kisslinux its because of my schools port filtering 2020-01-07T18:49:24 #kisslinux micro_wt: Will try and fix it. 2020-01-07T18:49:38 #kisslinux KayW: You can change ports with -P port 2020-01-07T18:49:48 #kisslinux Not sure if you'll be able to get through though. 2020-01-07T18:49:48 #kisslinux oh damn, lemme try that 2020-01-07T18:50:25 #kisslinux -P isnt working 2020-01-07T18:50:39 #kisslinux exit 2020-01-07T18:50:46 #kisslinux wtf 2020-01-07T18:51:53 #kisslinux Hm 2020-01-07T18:52:27 #kisslinux https://i.salejandro.me/WFjV8.png 2020-01-07T18:53:34 #kisslinux Latest commit? 2020-01-07T18:53:48 #kisslinux That's the old birch no? 2020-01-07T18:53:57 #kisslinux I rewrote it this week. 2020-01-07T18:53:59 #kisslinux no, latest commit (i just pulled) 2020-01-07T18:54:02 #kisslinux Huh 2020-01-07T18:54:09 #kisslinux lemme try something 2020-01-07T18:54:13 #kisslinux -> ./birch -h 2020-01-07T18:54:13 #kisslinux usage: birch [-s host -u nick -p pass -P port -c channel] 2020-01-07T18:55:31 #kisslinux https://i.salejandro.me/g1TrJ.png i deleted my local clone, and recloned it 2020-01-07T18:55:48 #kisslinux wait unless 2020-01-07T18:55:52 #kisslinux hold up 2020-01-07T18:56:08 #kisslinux https://i.salejandro.me/w1nBh.png sonuva bitch 2020-01-07T18:56:11 #kisslinux i knew it 2020-01-07T18:56:18 #kisslinux brb heading to next class 2020-01-07T18:56:22 #kisslinux OK 2020-01-07T18:57:27 #kisslinux /q 2020-01-07T19:01:21 #kisslinux hello, am back 2020-01-07T19:04:45 #kisslinux now it works. I had to grab an old commit to get the Makefile so that I could `make uninstall` 2020-01-07T19:04:55 #kisslinux Heh 2020-01-07T19:05:18 #kisslinux uhh 2020-01-07T19:05:27 #kisslinux ive got some funky things going on my screen 2020-01-07T19:05:47 #kisslinux https://i.salejandro.me/gqc6L.png ???? 2020-01-07T19:05:58 #kisslinux it crashed 2020-01-07T19:12:10 #kisslinux Yup 2020-01-07T19:12:20 #kisslinux I rarely get a crash but it happens. 2020-01-07T19:12:29 #kisslinux This is still a WIP after all. 2020-01-07T19:15:13 #kisslinux true 2020-01-07T19:33:43 #kisslinux brb 2020-01-07T20:02:15 #kisslinux it works 2020-01-07T20:02:18 #kisslinux mostly! 2020-01-07T20:56:43 #kisslinux I can't make my kernel stfu 2020-01-07T20:57:33 #kisslinux I use the quiet cmdline parameter and set the log related kernel options to 1 2020-01-07T20:57:44 #kisslinux still noisy 2020-01-07T20:58:12 #kisslinux only thing which works is dmesg -n 1, but using it in inittab is rather ugly 2020-01-07T20:59:37 #kisslinux hi everyone 2020-01-07T20:59:52 #kisslinux o/ 2020-01-07T21:00:10 #kisslinux one of the people i know started talking about kiss linux and it got me interested 2020-01-07T21:00:36 #kisslinux i'm considering it, but i'm wondering if it can play games? wine & steam? 2020-01-07T21:00:37 #kisslinux dylanaraps, when doing cat /proc/cmdline 2020-01-07T21:00:41 #kisslinux is it cut off for you? 2020-01-07T21:01:25 #kisslinux you could run games in a glib chroot 2020-01-07T21:07:33 #kisslinux I sometimes play CS Source in a glibc chroot. 2020-01-07T21:07:57 #kisslinux Aarg: no 2020-01-07T21:10:08 #kisslinux TwistedFate: 2020-01-07T21:11:25 #kisslinux hmm 2020-01-07T21:11:31 #kisslinux sounds like a chore 2020-01-07T21:18:51 #kisslinux Not really. Simplest way is to download Arch's bootstrap tarball, extract it somewhere and chroot in. 2020-01-07T21:19:05 #kisslinux Then you just use pacman to install Steam. 2020-01-07T21:19:29 #kisslinux (Also a new non-root user of course) 2020-01-07T21:21:10 #kisslinux Aarg: My kernel is silent through disabling all logging in my kernel config. 2020-01-07T21:21:42 #kisslinux You can probably set this using the cmdline too. 2020-01-07T21:29:25 #kisslinux which option would that be? 2020-01-07T21:29:53 #kisslinux Uhhhhhhhh 2020-01-07T21:30:23 #kisslinux loglevel=1 2020-01-07T21:30:25 #kisslinux I tried loglevel and quiet, no dice 2020-01-07T21:30:41 #kisslinux Let me check in menuconfig 2020-01-07T21:32:35 #kisslinux alright, now that im home, lets try birch again 2020-01-07T21:32:55 #kisslinux There's some stuff you can mess around with inside "Kernel Hacking" (Bottom of main list) 2020-01-07T21:33:11 #kisslinux Are you trying to also hide the init messages? 2020-01-07T21:33:13 #kisslinux alright, it works 2020-01-07T21:33:22 #kisslinux Nice 2020-01-07T21:33:33 #kisslinux yeah, i guess it just was my school 2020-01-07T21:34:47 #kisslinux Also maybe in "Configure standard kernel features (expert users)" 2020-01-07T21:35:17 #kisslinux (Under "General Setup") 2020-01-07T21:35:35 #kisslinux dylanaraps, I changed those already except the one which would get overridden by the use of quiet 2020-01-07T21:35:50 #kisslinux the ones in kernel hacking that is 2020-01-07T21:35:53 #kisslinux Which messages remain? 2020-01-07T21:36:14 #kisslinux all of them :D 2020-01-07T21:36:31 #kisslinux The messages related to mounting drives etc? 2020-01-07T21:36:34 #kisslinux messages are still being shown after getty even 2020-01-07T21:36:44 #kisslinux yeah, my net setup too 2020-01-07T21:36:50 #kisslinux Or messages which should be in dmesg? 2020-01-07T21:37:34 #kisslinux both I guess 2020-01-07T21:37:39 #kisslinux You can try: 'tty1::respawn:/bin/login' in /etc/inittab to replace the getty. 2020-01-07T21:37:46 #kisslinux I do this as well. 2020-01-07T21:38:45 #kisslinux I've choosen the brute force method: ::sysinit:/usr/bin/dmesg -n 1 2020-01-07T21:39:28 #kisslinux Heh 2020-01-07T21:39:48 #kisslinux I will do some more testing tomorrow, bedtime for me 2020-01-07T21:39:49 #kisslinux nn 2020-01-07T21:39:52 #kisslinux night gemini://gemini.ctrl-c.club/~phoebos/logs/freenode-kisslinux-2020-01-07.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 11:46:22 2024