[2021-12-19T00:00:36Z] rmmod: can't unload module 'snd_hda_intel': Resource temporarily unavailable uh oh

[2021-12-19T00:00:37Z] haven't had this before

[2021-12-19T00:05:13Z] Something is using the module?  rmmod -f snd_hda_intel

[2021-12-19T00:05:55Z] right, mb

[2021-12-19T00:06:59Z] [56362.803575] hdaudio hdaudioC0D2: Unable to configure, disabling persists, still no audio whatsoever '=(

[2021-12-19T00:09:32Z] found this on google not sure if its supposed to work or not: cat /dev/urandom > /dev/dsp

[2021-12-19T00:10:00Z] doesnt work nevermind that

[2021-12-19T00:10:10Z] yea it doesn't

[2021-12-19T00:13:52Z] people seem to be able to use ALC1200 using options snd-hda-intel model=auto probe_mask=1

[2021-12-19T00:14:02Z] which is what I previously used

[2021-12-19T00:20:46Z] Do you have python2 installed?

[2021-12-19T00:22:16Z] I do not

[2021-12-19T00:22:35Z] 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] but it requires python2

[2021-12-19T00:23:07Z] I'll just install python2, not a big deal I guess.

[2021-12-19T00:24:44Z] How would you do that, can't find it in kiss repo

[2021-12-19T00:25:02Z] /usr/grepo/repo-community/community/python2 it seems to be in the official kiss community repo?

[2021-12-19T00:25:39Z] anyways, it didn't do anything ;(

[2021-12-19T00:25:54Z] ~ # find /src/community/ -iname "python"

[2021-12-19T00:26:03Z] didnt have python2 :S

[2021-12-19T00:27:07Z] might be gkiss' community, give me a sec

[2021-12-19T00:27:56Z] oh, python2 seems to be in dylanaraps' community repository (https://github.com/dylanaraps/community)

[2021-12-19T00:29:08Z] phinxy: please tell me you know about kiss s

[2021-12-19T00:29:24Z] you haven't been using find(1) to find packages

[2021-12-19T00:29:47Z] I knew in the back of my head there was an easier way to do it

[2021-12-19T00:30:20Z] eek the install guide should probably link to the page about the package manager

[2021-12-19T00:30:35Z] does it not?

[2021-12-19T00:31:05Z] Refer to the Wiki for more information. @/wiki

[2021-12-19T00:31:06Z] * @/wiki/package-manager

[2021-12-19T00:31:06Z] it does at the bottom

[2021-12-19T00:31:08Z] it's at the bottom

[2021-12-19T00:31:09Z] yeah

[2021-12-19T00:32:07Z] ig that's good enough. rtfm

[2021-12-19T00:32:27Z] yeah phoebos, rtfm, jeez

[2021-12-19T00:32:38Z] fr

[2021-12-19T00:32:53Z] ik ik sorry

[2021-12-19T00:33:23Z] for anyone on wayland, how does slurp work?>

[2021-12-19T00:33:26Z] like

[2021-12-19T00:33:32Z] how do you print a selection of the screen to stdout?

[2021-12-19T00:34:17Z] oh wait does it just print the dimensions?

[2021-12-19T00:34:30Z] /position

[2021-12-19T00:34:49Z] doesn't the slurp command print to stdout?

[2021-12-19T00:35:01Z] I don't use wayland anymore, but that's what I remember

[2021-12-19T00:35:28Z] yeah but what does it print?

[2021-12-19T00:36:35Z] pretty sure just xy?

[2021-12-19T00:39:01Z] ah

[2021-12-19T00:39:12Z] I was thinking it printed out the contents or something and was very confused

[2021-12-19T00:39:55Z] I'm not entirely sure, not a wayland user myself xD

[2021-12-19T00:44:30Z] 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] 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] e.g. "grim -g $(slurp) test.png"

[2021-12-19T01:14:55Z] NV6: I come with good news

[2021-12-19T01:15:17Z] Try this: echo 0 > /sys/module/snd_hda_intel/parameters/power_save

[2021-12-19T01:24:41Z] NV6: you're going to have a rough time getting Discord to run on KISS -- better off using gkiss

[2021-12-19T01:25:22Z] 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] :v

[2021-12-19T01:26:28Z] 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] 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] I am asking this because I am using a debian kernel config and wanted to make sure it works

[2021-12-19T01:53:20Z] nothing needs to be a module, a few things must not be a module

[2021-12-19T01:54:41Z] 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] grep '=m$' .config

[2021-12-19T01:56:28Z] kjani If I may, I'd recommend this linux config as a starting point: https://raw.githubusercontent.com/sabotage-linux/sabotage/master/KEEP/linux.config

[2021-12-19T01:56:47Z] ^ shows all the options selected as modules

[2021-12-19T01:57:05Z] phinxy: Thanks ! let me look at that

[2021-12-19T01:57:45Z] phoebos: Okay ! let me see if the phinxy config works or not and if it does not then I will manually remove the modules using that technique

[2021-12-19T01:58:27Z] better to look at what's a module, then switch it to built-in (=y) using make menuconfig

[2021-12-19T01:58:37Z] which will take care of dependencies etc

[2021-12-19T02:14:17Z] finally made a config and am now doing make

[2021-12-19T02:14:42Z] On KISS what does everyone use for wifi ??

[2021-12-19T02:15:52Z] mostly wpa-supplicant or eiwd

[2021-12-19T02:16:04Z] there's stuff about these on the wiki

[2021-12-19T02:16:22Z] phoebos: great i will look into it

[2021-12-19T02:42:33Z] kiss-find fans behold: https://github.com/aabacchus/kiss-find/commit/1dee7c1b854548614aad3846d3259f7789136de6

[2021-12-19T02:44:44Z] What does people use for Bluetooth though

[2021-12-19T02:45:08Z] dbus

[2021-12-19T02:58:36Z] :<

[2021-12-19T03:22:28Z] find has seen some good things happen to it :o

[2021-12-19T03:22:30Z] gzgz nice work

[2021-12-19T03:26:12Z] I assume there will be no errors if I mount the esp to /boot/efi rather than /boot right ??

[2021-12-19T03:28:43Z] userspace is unconcerned with where you mount your EFI partition, in general

[2021-12-19T03:31:53Z] soliwilos: thanks!

[2021-12-19T03:33:12Z] Featyre: people dont :)

[2021-12-19T03:33:26Z] phoebos: why'd you get rid of the grep thing?

[2021-12-19T03:33:58Z] in kiss-find? grep is still there

[2021-12-19T03:34:08Z] the grep-but-find-a-better-grep-first thing

[2021-12-19T03:34:35Z] set your own KISS_FIND_GREP

[2021-12-19T03:34:46Z] grep is fine

[2021-12-19T03:36:28Z] ok

[2021-12-19T03:43:15Z] Any recommendations on where to put "system scripts" that should be able to be run by anyone, for instance a backlight.sh to set screen brightness.

[2021-12-19T03:44:53Z] Nevermind, I forgot that I decided to make a local scripts kiss package of those yesterday.

[2021-12-19T03:45:05Z] soliwilos: wayab dont work

[2021-12-19T03:45:15Z] cairo-gl is missing

[2021-12-19T03:46:06Z] phinxy: a package feels cumbersome for that but to each their own

[2021-12-19T03:46:23Z] the proper place would be /usr/local/bin

[2021-12-19T03:46:41Z] It wouldnt be as cumbersome if there was a way to disable checksum checking.

[2021-12-19T03:46:44Z] or /usr/local/sbin if they are intended to be run as root

[2021-12-19T03:47:00Z] yeah

[2021-12-19T03:47:43Z] okay actual question

[2021-12-19T03:47:50Z] why does kiss checksum files in files/

[2021-12-19T03:48:09Z] because git already prevents corrupted downloads

[2021-12-19T04:12:37Z] cosmic rays

[2021-12-19T04:14:32Z] most likely for simplicity, because then everything in sources gets hashed, no need to distinguish between remote and in-repo sources

[2021-12-19T04:30:20Z] any solution to animated wallpaper in kiss?

[2021-12-19T04:32:20Z] https://github.com/vilhalmer/oguri

[2021-12-19T04:32:32Z] Haven't tested it myself, but Simon Ser contributing gives it a lot of credibility in my book

[2021-12-19T04:33:27Z] noocsharp: but git repos as sources dont require checksums

[2021-12-19T04:33:42Z] so if you mix git repos and http links youll end up with a mix anyways

[2021-12-19T04:34:43Z] oh you can manually disable it by replacing the line in the checksums file with the word "SKIP"

[2021-12-19T04:34:44Z] thats new

[2021-12-19T04:34:49Z] oguri wont work

[2021-12-19T04:34:58Z] Dont know why

[2021-12-19T04:35:05Z] Tested a gif

[2021-12-19T04:35:10Z] And not worked

[2021-12-19T04:36:32Z] acheam: oh yeah, forgot about that

[2021-12-19T04:36:58Z] also how can i get my output in sway?

[2021-12-19T05:09:09Z] I haven't setup KISS yet so idk

[2021-12-19T05:15:57Z] ever realize you bought a second monitor but your graphics card only has a single displayport output because of the #shortage?

[2021-12-19T05:16:11Z] guess I get to blow fifteen bucks on a mini displayport cable (:

[2021-12-19T05:27:22Z] your graphics card takes mini displayport?

[2021-12-19T05:34:49Z] <testuser[m]> @NV6:libera.chat: why don't u just use shitcord in the browser

[2021-12-19T05:35:06Z] <testuser[m]> They have a "desktop" app just so they can spy on your processes

[2021-12-19T05:35:07Z] <testuser[m]> Hi

[2021-12-19T10:12:39Z] What distro do you use for chrooting

[2021-12-19T10:20:37Z] NV6:

[2021-12-19T10:21:01Z] https://github.com/NeverDecaf/discord-PWA have you tried this ?

[2021-12-19T10:21:17Z] or chromium --app="https://discord.com/app"

[2021-12-19T10:21:30Z] how good are those solutions to you? do you really need the client?

[2021-12-19T12:19:00Z] akira01: For building wayab, try forking the cairo package and add --enable-glesv2 to it's build file.

[2021-12-19T15:15:14Z] noocsharp: mini displayport is pretty common on small form factor cards

[2021-12-19T15:15:38Z] my wx3100 has 1 DP and 2 mini DP for example

[2021-12-19T19:23:38Z] hey

[2021-12-19T19:23:51Z] anyone have mpv.pc in pkgconfig?

[2021-12-19T19:59:13Z] <sad_plan> o/

[2021-12-19T20:02:55Z] akira01: You probably want to build mpv with libmpv enabled.

[2021-12-19T20:13:24Z] yeah

[2021-12-19T20:13:29Z] thats what i think

[2021-12-19T20:17:01Z] <sad_plan> I figured out how to fix cmake not building though. cause of not properly regognizing zlib. sortoff atleast. but it doesnt make any sense

[2021-12-19T20:18:00Z] <sad_plan> its something to do with my kernel config. I figured Id tried to build while chrooting into my kiss build from an obarun live usb, and it worked.

[2021-12-19T20:19:23Z] https://github.com/dylanaraps/dylanaraps

[2021-12-19T20:20:28Z] <sad_plan> ^ thats one way of telling everyone :')

[2021-12-19T20:20:39Z] no releases until next year ig

[2021-12-19T20:57:00Z] Yay, I got a text editor I was working on to work on kiss. I was assigning EOF to char, and thta was causing it to lose the information.

[2021-12-19T21:02:57Z] cool

[2021-12-19T21:03:18Z] can we see

[2021-12-19T21:03:43Z] NooOOOoooooooooo!

[2021-12-19T21:03:48Z] not yet, it isn't ready!

[2021-12-19T21:04:32Z] oop

[2021-12-19T21:04:39Z] what language is it in

[2021-12-19T21:04:44Z] I just thought I'd share that in chat because it seemed like a very kiss specific thing to say.

[2021-12-19T21:04:53Z] C

[2021-12-19T21:05:04Z] nice

[2021-12-19T21:06:46Z] also, see! I don't always ask stupid questions. Sometimes I can solve my own problems.

[2021-12-19T22:38:19Z] noochsharp: as acheam said; i've got a wx2100 and because it's a small form-factor card it can't fit a lot of outputs. why it doesn't just have two full-sized DP I don't know...

[2021-12-19T22:38:39Z] s/noochsharp/noocsharp/

[2021-12-19T22:38:41Z] every time dammit

[2021-12-19T22:39:52Z] i got some nvme then realised i have no m.2 on motherboard [ACTION] facepalm

[2021-12-19T22:45:14Z] dilyn: oh didnt realize we have pretty much the same fairly niche card :)

[2021-12-19T22:45:19Z] when'd you get it?

[2021-12-19T22:45:31Z] I got it when I built this PC, so... april-ish

[2021-12-19T22:45:41Z] nice

[2021-12-19T22:45:44Z] because it was the only reasonably priced card haha. it was either this or fifty bucks more for a card that came out in 2011

[2021-12-19T22:45:54Z] yeah. it's been pretty fine thus far

[2021-12-19T22:46:17Z] I spent like forty minutes yesterday researching the DP spec to try and discern the differences between 1.2 and 1.4 etc to see if paying literally twice as much for a cable was worth it

[2021-12-19T22:46:27Z] turns out the card only supports 1.2 anyways so /shrug

[2021-12-19T22:46:53Z] * acheam just uses whatever random cable he can find around the house

[2021-12-19T22:48:33Z] lmao

[2021-12-19T23:39:37Z] i wonder if i could sell my gtx 960 for a profit at this point

[2021-12-19T23:44:08Z] the time to sell for max profit was about a year ago

[2021-12-19T23:44:13Z] but at this point... yeah for sure

Proxy Information
Original URL
gemini://gemini.ctrl-c.club/~phoebos/logs/kisslinux-2021-12-19.txt
Status Code
Success (20)
Meta
text/plain; charset=utf-8
Capsule Response Time
534.731118 milliseconds
Gemini-to-HTML Time
6.61282 milliseconds

This content has been proxied by September (3851b).