💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › kisslinux-2021-12-19.txt captured on 2024-06-16 at 13:38:33.
⬅️ Previous capture (2022-01-08)
-=-=-=-=-=-=-
[2021-12-19T00:00:36Z] <NV6> `rmmod: can't unload module 'snd_hda_intel': Resource temporarily unavailable` uh oh [2021-12-19T00:00:37Z] <NV6> haven't had this before [2021-12-19T00:05:13Z] <phinxy> Something is using the module? rmmod -f snd_hda_intel [2021-12-19T00:05:55Z] <NV6> right, mb [2021-12-19T00:06:59Z] <NV6> `[56362.803575] hdaudio hdaudioC0D2: Unable to configure, disabling` persists, still no audio whatsoever '=( [2021-12-19T00:09:32Z] <phinxy> found this on google not sure if its supposed to work or not: `cat /dev/urandom > /dev/dsp` [2021-12-19T00:10:00Z] <phinxy> doesnt work nevermind that [2021-12-19T00:10:10Z] <NV6> yea it doesn't [2021-12-19T00:13:52Z] <NV6> people seem to be able to use ALC1200 using `options snd-hda-intel model=auto probe_mask=1` [2021-12-19T00:14:02Z] <NV6> which is what I previously used [2021-12-19T00:20:46Z] <phinxy> Do you have python2 installed? [2021-12-19T00:22:16Z] <NV6> I do not [2021-12-19T00:22:35Z] <phinxy> The topic here about "resetting codec" with hda-analyzer.py to fix volume being too low might help? https://wiki.archlinux.org/title/Advanced_Linux_Sound_Architecture/Troubleshooting#Volume_is_too_low [2021-12-19T00:22:40Z] <phinxy> but it requires python2 [2021-12-19T00:23:07Z] <NV6> I'll just install python2, not a big deal I guess. [2021-12-19T00:24:44Z] <phinxy> How would you do that, can't find it in kiss repo [2021-12-19T00:25:02Z] <NV6> `/usr/grepo/repo-community/community/python2` it seems to be in the official kiss community repo? [2021-12-19T00:25:39Z] <NV6> anyways, it didn't do anything ;( [2021-12-19T00:25:54Z] <phinxy> ~ # find /src/community/ -iname "*python*" [2021-12-19T00:26:03Z] <phinxy> didnt have python2 :S [2021-12-19T00:27:07Z] <NV6> might be gkiss' community, give me a sec [2021-12-19T00:27:56Z] <NV6> oh, python2 seems to be in dylanaraps' community repository (https://github.com/dylanaraps/community) [2021-12-19T00:29:08Z] <phoebos> phinxy: please tell me you know about `kiss s` [2021-12-19T00:29:24Z] <phoebos> you haven't been using find(1) to find packages [2021-12-19T00:29:47Z] <phinxy> I knew in the back of my head there was an easier way to do it [2021-12-19T00:30:20Z] <phoebos> eek the install guide should probably link to the page about the package manager [2021-12-19T00:30:35Z] <NV6> does it not? [2021-12-19T00:31:05Z] <NV6> Refer to the Wiki for more information. @/wiki [2021-12-19T00:31:06Z] <NV6> * @/wiki/package-manager [2021-12-19T00:31:06Z] <phoebos> it does at the bottom [2021-12-19T00:31:08Z] <NV6> it's at the bottom [2021-12-19T00:31:09Z] <NV6> yeah [2021-12-19T00:32:07Z] <phoebos> ig that's good enough. rtfm [2021-12-19T00:32:27Z] <acheam> yeah phoebos, rtfm, jeez [2021-12-19T00:32:38Z] <NV6> fr [2021-12-19T00:32:53Z] <phoebos> ik ik sorry [2021-12-19T00:33:23Z] <acheam> for anyone on wayland, how does slurp work?> [2021-12-19T00:33:26Z] <acheam> like [2021-12-19T00:33:32Z] <acheam> how do you print a selection of the screen to stdout? [2021-12-19T00:34:17Z] <acheam> oh wait does it just print the dimensions? [2021-12-19T00:34:30Z] <acheam> /position [2021-12-19T00:34:49Z] <NV6> doesn't the `slurp` command print to stdout? [2021-12-19T00:35:01Z] <NV6> I don't use wayland anymore, but that's what I remember [2021-12-19T00:35:28Z] <acheam> yeah but what does it print? [2021-12-19T00:36:35Z] <NV6> pretty sure just xy? [2021-12-19T00:39:01Z] <acheam> ah [2021-12-19T00:39:12Z] <acheam> I was thinking it printed out the contents or something and was very confused [2021-12-19T00:39:55Z] <NV6> I'm not entirely sure, not a wayland user myself xD [2021-12-19T00:44:30Z] <NV6> has anyone here managed to install libatk without dbus? (or at least managed to get discord to run without dbus)? [2021-12-19T00:44:56Z] <soliwilos> acheam: slurp is for the geometry values, which you then give to grim which is the actual image grabbing utility. [2021-12-19T00:45:56Z] <soliwilos> e.g. "grim -g $(slurp) test.png" [2021-12-19T01:14:55Z] <phinxy> NV6: I come with good news [2021-12-19T01:15:17Z] <phinxy> Try this: `echo 0 > /sys/module/snd_hda_intel/parameters/power_save` [2021-12-19T01:24:41Z] <dilyn> NV6: you're going to have a rough time getting Discord to run on KISS -- better off using gkiss [2021-12-19T01:25:22Z] <NV6> I actually am on gkiss - and I've managed to get it to run before, but with dbus. I haven't been able to find a way to use atk-bridge without dbus [2021-12-19T01:26:00Z] <dilyn> :v [2021-12-19T01:26:28Z] <phinxy> That sysfs directory has all the options like model, which we set with module options. easier to simply use echo > .. [2021-12-19T01:52:19Z] <kjani> Hello ! its me again, just woke up wanted to know during the kernel setup the only thing that does not need to be a module are the file systems right ?? [2021-12-19T01:53:02Z] <kjani> I am asking this because I am using a debian kernel config and wanted to make sure it works [2021-12-19T01:53:20Z] <phoebos> nothing needs to be a module, a few things must not be a module [2021-12-19T01:54:41Z] <kjani> But how do I make sure that things are not a module in the debian config because that config depends on initramfs [2021-12-19T01:56:26Z] <phoebos> grep '=m