💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › kisslinux-2024-11-22.txt captured on 2024-12-17 at 11:35:21.

View Raw

More Information

-=-=-=-=-=-=-

[2024-11-22T01:35:24Z] <phinxy> cant type on a usb hotplugged keyboard. /proc/sys/kernel/hotplug is /sbin/mdev. USB kernel events happen when plugged in, lsusb shows Apple Keyboard.
[2024-11-22T01:35:54Z] <phinxy> cant type in linux console nor libinput 
[2024-11-22T02:19:25Z] <phinxy> usb input devices doesnt work at all. must be something in the kernel config
[2024-11-22T02:23:05Z] <phinxy> USB HID was set to (M).  What typically would load required kernel modules on the fly when needed in a normal distro?
[2024-11-22T08:13:04Z] <sewn> usdb
[2024-11-22T08:13:06Z] <sewn> mdioueo
[2024-11-22T08:13:11Z] <sewn> problem oslved
[2024-11-22T10:05:03Z] <riteo> welp I was sleeping :P
[2024-11-22T10:05:34Z] <riteo> For once I had a normal sleeping schedule and this is what happens
[2024-11-22T10:08:14Z] <riteo> lol
[2024-11-22T10:08:23Z] <riteo> well, asimovc, what's the issue
[2024-11-22T10:14:38Z] <sewn> switched bouncers
[2024-11-22T12:36:21Z] <riteo> nw sewn
[2024-11-22T13:00:00Z] <sewn> absolutely not i got hit with bouncer bugs
[2024-11-22T13:41:19Z] <riteo> oh I see
[2024-11-22T13:41:31Z] <riteo> hope this one works better
[2024-11-22T13:41:43Z] <riteo> TIL about POSIX process groups
[2024-11-22T13:41:55Z] <riteo> some extremely cursed, yet useful, shit
[2024-11-22T14:10:45Z] <asimovc> riteo: hi again
[2024-11-22T14:10:55Z] <asimovc> i need help with xdg-portals and flatpak
[2024-11-22T14:11:24Z] <asimovc> i'm using ungoogled chromium and need to enable it to get my mic to talk online and screensharing
[2024-11-22T14:11:33Z] <asimovc> i currently can't get these
[2024-11-22T14:55:27Z] <riteo> asimovc: AFAIK microphone access is kinda unrelated to portals
[2024-11-22T14:55:56Z] <riteo> (if not totally, I kinda remember an in-between thing but I don't think it's used)
[2024-11-22T14:56:08Z] <riteo> you'll need pipewire for that and screen sharing
[2024-11-22T15:00:33Z] <asimovc> i installed
[2024-11-22T15:00:38Z] <asimovc> from community
[2024-11-22T15:00:47Z] <asimovc> and changed the dbus to enable when build it
[2024-11-22T15:01:24Z] <riteo> mh and you started it?
[2024-11-22T15:01:28Z] <riteo> it's a user daemon
[2024-11-22T15:01:41Z] <riteo> oh also you need to start your de with a special dbus command to initialize the environment
[2024-11-22T15:01:53Z] <riteo> it's kinda complicated I think I should send you a guide or smth
[2024-11-22T15:03:05Z] <riteo> wait, I have one!
[2024-11-22T15:03:11Z] <riteo> from yours truly
[2024-11-22T15:03:12Z] <riteo> https://codeberg.org/Riteo/kiss-scripts/src/branch/main/doc/flatpak-dbus-and-friends.md
[2024-11-22T15:03:37Z] <riteo> I'm a dumby I completely forgot about my absolutely beautiful set of tips and tricks
[2024-11-22T15:03:43Z] <riteo> there's even a gaming section
[2024-11-22T15:06:18Z] <riteo> you might need to google some details like how the xdg portal configuration file works or what value to set XDG_RUNTIME_DIR to (I think it's your DE name) but this should be a good overview of what you need to do to setup this kind of stuff
[2024-11-22T15:07:09Z] <riteo> oh one last thing, I've not documented pipewire there because it's literally a `pipewire & pipewire-pulse &` away
[2024-11-22T15:08:00Z] <riteo> but there's a configuration trick too
[2024-11-22T15:13:08Z] <asimovc> yup
[2024-11-22T15:13:20Z] <asimovc> started it in .profile and put dbus-run-session
[2024-11-22T15:14:57Z] <asimovc> i will see your scripts
[2024-11-22T15:14:59Z] <asimovc> and test
[2024-11-22T15:16:17Z] <riteo> oh asimovc you know what you could try
[2024-11-22T15:16:35Z] <riteo> com.saivert.pwvucontrol is a flatpak pavucontrol-like interface for pipewire
[2024-11-22T15:16:42Z] <riteo> should let you see what a flatpak app is seeing
[2024-11-22T15:17:07Z] <riteo> also ncpamixer is a good native tool like pavucontrol (you will need pipewire-pulse)
[2024-11-22T15:17:34Z] <riteo> you might need to do the pipewire dbus config change I had to do because it saw only dummy devices with it
[2024-11-22T15:17:51Z] <riteo> s/with it/without it/
[2024-11-22T15:20:49Z] <riteo> good luck folk
[2024-11-22T16:17:13Z] <asimovc> riteo: why need for pulseaudio in pipewire?
[2024-11-22T16:17:24Z] <asimovc> i don't needed it in gentoo
[2024-11-22T16:40:53Z] <asimovc> riteo: pipewire in comunity need changing more than just dbus?
[2024-11-22T22:15:15Z] <asimovc> riteo: can you send me the packages you used to get screensharing?
[2024-11-22T22:15:27Z] <asimovc> still don't work