ChanServ changed the topic of #kisslinux to: Unnofficial KISS Linux community channel | https://kisscommunity.org | post logs or else | "Seek simplicity but distrust it" -- Alfred North Whitehead
<NV6> `rmmod: can't unload module 'snd_hda_intel': Resource temporarily unavailable` uh oh
<NV6> haven't had this before
<phinxy> Something is using the module?  rmmod -f snd_hda_intel
<NV6> right, mb
<NV6> `[56362.803575] hdaudio hdaudioC0D2: Unable to configure, disabling` persists, still no audio whatsoever '=(
<phinxy> found this on google not sure if its supposed to work or not: `cat /dev/urandom > /dev/dsp`
<phinxy> doesnt work nevermind that
<NV6> yea it doesn't
<NV6> people seem to be able to use ALC1200 using `options snd-hda-intel model=auto probe_mask=1`
<NV6> which is what I previously used
<phinxy> Do you have python2 installed?
<NV6> I do not
<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
kjani has quit [Ping timeout: 268 seconds]
<phinxy> but it requires python2
<NV6> I'll just install python2, not a big deal I guess.
<phinxy> How would you do that, can't find it in kiss repo
kjani has joined #kisslinux
<NV6> `/usr/grepo/repo-community/community/python2` it seems to be in the official kiss community repo?
<NV6> anyways, it didn't do anything ;(
<phinxy> ~ # find /src/community/ -iname "*python*"
<phinxy> didnt have python2 :S
<NV6> might be gkiss' community, give me a sec
kjani has quit [Remote host closed the connection]
kjani has joined #kisslinux
<NV6> oh, python2 seems to be in dylanaraps' community repository (https://github.com/dylanaraps/community)
<phoebos> phinxy: please tell me you know about `kiss s`
<phoebos> you haven't been using find(1) to find packages
<phinxy> I knew in the back of my head there was an easier way to do it
<phoebos> eek the install guide should probably link to the page about the package manager
<NV6> does it not?
<NV6> Refer to the Wiki for more information. @/wiki
<NV6> * @/wiki/package-manager
<phoebos> it does at the bottom
<NV6> it's at the bottom
<NV6> yeah
<phoebos> ig that's good enough. rtfm
<acheam> yeah phoebos, rtfm, jeez
<NV6> fr
<phoebos> ik ik sorry
<acheam> for anyone on wayland, how does slurp work?>
<acheam> like
<acheam> how do you print a selection of the screen to stdout?
<acheam> oh wait does it just print the dimensions?
<acheam> /position
<NV6> doesn't the `slurp` command print to stdout?
<NV6> I don't use wayland anymore, but that's what I remember
<acheam> yeah but what does it print?
<NV6> pretty sure just xy?
<acheam> ah
<acheam> I was thinking it printed out the contents or something and was very confused
<NV6> I'm not entirely sure, not a wayland user myself xD
<NV6> has anyone here managed to install libatk without dbus? (or at least managed to get discord to run without dbus)?
<soliwilos> acheam: slurp is for the geometry values, which you then give to grim which is the actual image grabbing utility.
<soliwilos> e.g. "grim -g $(slurp) test.png"
kjani has quit [Ping timeout: 260 seconds]
kjani has joined #kisslinux
NV6 has quit [Quit: Connection closed]
<phinxy> NV6: I come with good news
<phinxy> Try this: `echo 0 > /sys/module/snd_hda_intel/parameters/power_save`
NV6 has joined #kisslinux
dilyn has joined #kisslinux
<dilyn> NV6: you're going to have a rough time getting Discord to run on KISS -- better off using gkiss
<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
<dilyn> :v
<phinxy> That sysfs directory has all the options like model, which we set with module options.  easier to simply use echo > ..
<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 ??
<kjani> I am asking this because I am using a debian kernel config and wanted to make sure it works
<phoebos> nothing needs to be a module, a few things must not be a module
<kjani> But how do I make sure that things are not a module in the debian config because that config depends on initramfs
<phoebos> grep '=m$' .config
<phinxy> 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
<phoebos> ^ shows all the options selected as modules
<kjani> phinxy: Thanks ! let me look at that
<kjani> 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
<phoebos> better to look at what's a module, then switch it to built-in (=y) using make menuconfig
<phoebos> which will take care of dependencies etc
<kjani> finally made a config and am now doing make
<kjani> On KISS what does everyone use for wifi ??
<phoebos> mostly wpa-supplicant or eiwd
<phoebos> there's stuff about these on the wiki
<kjani> phoebos: great i will look into it
Featyre has quit [Read error: Connection reset by peer]
Featyre has joined #kisslinux
<Featyre> What does people use for Bluetooth though
<phoebos> dbus
NV6 has quit [Quit: Connection closed]
<phinxy> :<
<dilyn> find has seen some good things happen to it :o
<dilyn> gzgz nice work
<kjani> I assume there will be no errors if I mount the esp to /boot/efi rather than /boot right ??
kjani has quit [Remote host closed the connection]
<dilyn> userspace is unconcerned with where you mount your EFI partition, in general
<acheam> soliwilos: thanks!
<acheam> Featyre: people dont :)
<acheam> phoebos: why'd you get rid of the grep thing?
<phoebos> in kiss-find? grep is still there
<acheam> the grep-but-find-a-better-grep-first thing
<phoebos> set your own KISS_FIND_GREP
<phoebos> grep is fine
<acheam> ok
<phinxy> 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.
akira01 has joined #kisslinux
<phinxy> Nevermind, I forgot that I decided to make a local scripts kiss package of those yesterday.
<akira01> soliwilos: wayab dont work
<akira01> cairo-gl is missing
<acheam> phinxy: a package feels cumbersome for that but to each their own
<acheam> the proper place would be /usr/local/bin
<phinxy> It wouldnt be as cumbersome if there was a way to disable checksum checking.
<acheam> or /usr/local/sbin if they are intended to be run as root
<acheam> yeah
<acheam> okay actual question
<acheam> why does kiss checksum files in files/
<acheam> because git already prevents corrupted downloads
<noocsharp> cosmic rays
<noocsharp> most likely for simplicity, because then everything in sources gets hashed, no need to distinguish between remote and in-repo sources
mov_eax has joined #kisslinux
<akira01> any solution to animated wallpaper in kiss?
<acheam> Haven't tested it myself, but Simon Ser contributing gives it a lot of credibility in my book
<acheam> noocsharp: but git repos as sources dont require checksums
<acheam> so if you mix git repos and http links youll end up with a mix anyways
<acheam> oh you can manually disable it by replacing the line in the checksums file with the word "SKIP"
<acheam> thats new
<akira01> oguri wont work
<akira01> Dont know why
<akira01> Tested a gif
<akira01> And not worked
<noocsharp> acheam: oh yeah, forgot about that
<akira01> also how can i get my output in sway?
<Featyre> I haven't setup KISS yet so idk
<dilyn> ever realize you bought a second monitor but your graphics card only has a single displayport output because of the #shortage?
<dilyn> guess I get to blow fifteen bucks on a mini displayport cable (:
<noocsharp> your graphics card takes mini displayport?
phinxy has quit [Quit: Client closed]
<testuser[m]> @NV6:libera.chat: why don't u just use shitcord in the browser
<testuser[m]> They have a "desktop" app just so they can spy on your processes
<testuser[m]> Hi
mov_eax has quit [Quit: WeeChat 2.8]
mahmutov has joined #kisslinux
mahmutov has quit [Ping timeout: 268 seconds]
mahmutov has joined #kisslinux
<Featyre> What distro do you use for chrooting
<aosync> NV6:
<aosync> https://github.com/NeverDecaf/discord-PWA have you tried this ?
<aosync> or chromium --app="https://discord.com/app"
<aosync> how good are those solutions to you? do you really need the client?
mahmutov has quit [Ping timeout: 240 seconds]
Featyre has quit [Read error: Connection reset by peer]
mahmutov has joined #kisslinux
<soliwilos> akira01: For building wayab, try forking the cairo package and add --enable-glesv2 to it's build file.
barpthewire_ has quit [Remote host closed the connection]
barpthewire has joined #kisslinux
Featyre has joined #kisslinux
dnv has joined #kisslinux
dnv has quit [Quit: dnv]
mahmutov has quit [Ping timeout: 256 seconds]
dnv has joined #kisslinux
dnv has quit [Client Quit]
soliwilos has quit [Remote host closed the connection]
soliwilos has joined #kisslinux
<acheam> noocsharp: mini displayport is pretty common on small form factor cards
<acheam> my wx3100 has 1 DP and 2 mini DP for example
mahmutov has joined #kisslinux
ella-0_ has joined #kisslinux
ella-0- has joined #kisslinux
ella-0 has quit [Ping timeout: 240 seconds]
ella-0_ has quit [Read error: Connection reset by peer]
sereg has joined #kisslinux
akira01 has quit [Ping timeout: 268 seconds]
zlg has quit [Ping timeout: 240 seconds]
zlg has joined #kisslinux
akira01 has joined #kisslinux
<akira01> hey
<akira01> anyone have mpv.pc in pkgconfig?
sad_plan has joined #kisslinux
<sad_plan> o/
<soliwilos> akira01: You probably want to build mpv with libmpv enabled.
<akira01> yeah
<akira01> thats what i think
<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
<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.
<sad_plan> ^ thats one way of telling everyone :')
<phoebos> no releases until next year ig
bibliocar has joined #kisslinux
<bibliocar> 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.
<phoebos> cool
<phoebos> can we see
<bibliocar> NooOOOoooooooooo!
<bibliocar> not yet, it isn't ready!
<phoebos> oop
<phoebos> what language is it in
<bibliocar> I just thought I'd share that in chat because it seemed like a very kiss specific thing to say.
<bibliocar> C
<phoebos> nice
<bibliocar> also, see! I don't always ask stupid questions. Sometimes I can solve my own problems.
sad_plan has quit [Quit: nyaa~]
akira01 has quit [Ping timeout: 268 seconds]
mahmutov has quit [Ping timeout: 256 seconds]
progenyx has quit [Quit: progenyx]
dilyn has quit [Ping timeout: 268 seconds]
dilyn has joined #kisslinux
<dilyn> 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...
<dilyn> s/noochsharp/noocsharp/
<dilyn> every time dammit
<sereg> i got some nvme then realised i have no m.2 on motherboard [ACTION] facepalm
dilyn has quit [Client Quit]
dilyn has joined #kisslinux
<acheam> dilyn: oh didnt realize we have pretty much the same fairly niche card :)
<acheam> when'd you get it?
<dilyn> I got it when I built this PC, so... april-ish
<acheam> nice
<dilyn> 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
<dilyn> yeah. it's been pretty fine thus far
<dilyn> 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
<dilyn> turns out the card only supports 1.2 anyways so /shrug
* acheam just uses whatever random cable he can find around the house
<dilyn> lmao
<noocsharp> i wonder if i could sell my gtx 960 for a profit at this point
<dilyn> the time to sell for max profit was about a year ago
<dilyn> but at this point... yeah for sure