[2023-05-03T00:31:43Z] fuuuck [2023-05-03T00:31:52Z] work was brutal today [2023-05-03T00:32:06Z] and starting tomorrow i'm supposed to be in charge of the entire kitchen >.>; [2023-05-03T00:44:12Z] thats a good thing right, get to order others around [2023-05-03T00:53:03Z] no, because i'm going to be the only one in the kitchen all day [2023-05-03T01:19:18Z] does this place not understand what "hiring sufficient help" means? [2023-05-03T02:23:11Z] i *imagine* once i have more experience it won't be too hard [2023-05-03T02:23:18Z] it's not like the place is objectively that busy [2023-05-03T02:23:26Z] but it's a lot of work for someone with no prior experience [2023-05-03T02:23:32Z] either way, not like failure is an option [2023-05-03T03:14:42Z] hope they dont overwork you too much [2023-05-03T04:01:02Z] hi [2023-05-03T04:56:45Z] >set up debian in qemu [2023-05-03T04:56:48Z] >launch firefox [2023-05-03T04:56:51Z] >qemu segfaults [2023-05-03T04:56:57Z] very cool thank you [2023-05-03T04:57:37Z] Hi [2023-05-03T05:53:46Z] https://opentext.uleth.ca/apex-calculus/apex-calculus.html [2023-05-03T05:53:57Z] open source calculus textbook :D [2023-05-03T05:54:19Z] hoping to find equivalents for all of my proprietary textbooks, or at least most [2023-05-03T10:38:27Z] https://github.com/systemd/systemd/pull/27435 [2023-05-03T11:38:31Z] hi [2023-05-03T14:06:45Z] hi [2023-05-03T15:17:19Z] test [2023-05-03T19:21:39Z] has anyone ported kertex to kiss linux? [2023-05-03T20:08:19Z] I'm assuming you mean packaged and not ported? [2023-05-03T20:08:38Z] kertex should run on any *nix and plan9 out of the box [2023-05-03T20:08:48Z] (probably, I haven't tried myself because of the build system) [2023-05-03T20:28:55Z] I mean packaged, yeah [2023-05-03T20:29:03Z] I thought it was pretty much synonymous with ported [2023-05-03T20:29:25Z] just that porting involves porting the code if it doesn't run already [2023-05-03T20:29:29Z] sort of an umbrella term [2023-05-03T20:29:35Z] like how when one says bsd ports [2023-05-03T20:29:52Z] ah that's what you meant [2023-05-03T20:36:57Z] Hi [2023-05-03T20:37:26Z] hello [2023-05-03T20:39:27Z] salute [2023-05-03T20:40:11Z] I have a dualshock4 that appears in dmesg, all kernel modules mentioned in gentoo wiki are compiled in-kernel, the controller is  working in evtest. But mednafen doesn't detect it. Any tips? [2023-05-03T20:41:09Z] maybe mednafen uses something different [2023-05-03T20:41:32Z] does /dev/input/js* exist? [2023-05-03T20:41:50Z] maybe mednafen uses the joystick interface instead of evdev [2023-05-03T20:43:07Z] shokara yeah that doesn't exist. I tried making a fake input/js0 and mednafen complained /sys/class/input/js0: faild...etc [2023-05-03T20:43:25Z] So I think you are right. [2023-05-03T20:43:36Z] try enabling the joystick interface then [2023-05-03T20:43:49Z] I think it's in Device Drivers -> Input -> Joystick? [2023-05-03T20:43:55Z] (or grep for CONFIG_JS) [2023-05-03T20:44:13Z] It is enabled Just checkd with grep [2023-05-03T20:44:39Z] another thing [2023-05-03T20:45:43Z] I used to play with bluetooth through dbus and bluetooth  and js0 did exist if I recall correctly. [2023-05-03T20:45:59Z] and bluetoothd* [2023-05-03T20:46:19Z] maybe udev is messing with you [2023-05-03T20:46:30Z] I use mdev [2023-05-03T20:46:38Z] strange [2023-05-03T20:47:53Z] how js0 is normally created? maybe we can create the nod and test? [2023-05-03T20:48:24Z] yeah you can try using mknod, but I don't know what the major:minor numbers are [2023-05-03T20:49:21Z] I use uevent but there is a bunch  of them(i.e: major, minor #s). [2023-05-03T20:50:44Z] I just wanted to play with my brother, and it turned into a maintainence session. We went to the beach instead. [2023-05-03T20:52:32Z] Guest46: check udev rules in other distros [2023-05-03T20:52:39Z] And add an equivalent mdev rule [2023-05-03T20:52:55Z] if it was a permissions issue, wouldn't mednafen have complained about that? [2023-05-03T20:53:08Z] and evtest not have worked? [2023-05-03T20:53:10Z] testuser[m] will do. [2023-05-03T20:53:23Z] shokara: udev is for creating nodes too not just perms [2023-05-03T20:53:31Z] right [2023-05-03T20:54:28Z] shokara maybe. But it is not a permission issue, because I chmod 644 input/event10. [2023-05-03T20:55:13Z] yeah then an equivalent rule may help [2023-05-03T20:57:43Z] I'm not very familliar with rules. Can i have a recipe? [2023-05-03T20:58:02Z] mdev style [2023-05-03T21:33:42Z] It looks like mednafen uses, js api. Still no clue how to add them. Tried https://www.kernel.org/doc/html/latest/input/joydev/joystick.html.