| 25 Mar 2023 |
| rbutani joined the room. | 23:54:04 |
| 26 Mar 2023 |
matthewcroughan - nix.how | samueldr: https://mobile.nixos.org/getting-started.html | 01:55:00 |
matthewcroughan - nix.how | I found one mention of the bootloader needing to be unlocked, here, that's good enough! | 01:55:13 |
matthewcroughan - nix.how | I suppose it's not worth duplicating in the device-specific details | 01:55:26 |
matthewcroughan - nix.how | Although I did find it in the wrong order. LineageOS instructions duplicate a lot of information. | 01:55:44 |
@sandro:supersandro.de | https://github.com/NixOS/nixpkgs/pull/214185 | 22:58:58 |
| 27 Mar 2023 |
matthewcroughan - nix.how | samueldr: Is there a mobile nixos channel or a better channel for questions I should be in, I do not want to keep annoying you with pings. | 08:03:16 |
matthewcroughan - nix.how | I'm using the OnePlus 6, with the default system config from the documentation, I plugged a USB C keyboard into the device and it doesn't even power the keyboard that was plugged in, wondering whether this is a component that is known not working, or whether it requires configuration, etc. | 08:04:05 |
Alyssa Ross | matthewcroughan: https://github.com/NixOS/mobile-nixos#community | 08:42:06 |
matthewcroughan - nix.how | Ah okay so just #nixos-on-arm:nixos.org | 08:42:36 |
| 3 Apr 2023 |
| David Derkalouthis joined the room. | 16:22:12 |
| 4 Apr 2023 |
Alyssa Ross | Anybody using NixOS on POWER who could help me figure out some stuff about how our kernels should work? | 10:40:57 |
artemis | ive got a friend with power9 i could ask power9 questions. soon to be two friends. i dont think either are using NixOS though | 10:55:31 |
artemis | * ive got a friend who primarily uses power9 who i could ask power9 questions. soon to be two friends. i dont think either are using NixOS though | 10:55:59 |
Alyssa Ross | I'll see if I can get somebody directly first | 10:58:29 |
raitobezarius | That sounds like something amjoseph could have | 10:58:49 |
Alyssa Ross | Yeah, I'll ask him if I don't find anybody here | 11:01:03 |
Alyssa Ross | (I assume he's asleep rn) | 11:01:07 |
Alyssa Ross | I'd also be interested to talk to anybody using NixOS on 32-bit PowerPC, or a Fuloong 2.0 Mini PC | 11:40:40 |
raitobezarius | 32bit ppc sounds again amjoseph :D | 11:43:28 |
| 6 Apr 2023 |
Minijackson | Alyssa Ross: I'm using NixOS on ppc64 BE if you're interested | 09:32:11 |
Alyssa Ross | Minijackson: would be nice if you could keep an eye on https://github.com/NixOS/nixpkgs/issues/224694, and test whatever solution ends up being proposed? | 09:33:30 |
Alyssa Ross | I don't know of any other 64-bit BE users | 09:33:46 |
Minijackson | right now, I have a custom kernel from here: https://github.com/nxp-qoriq/linux, and I had to manually install uImage instead of vmlinux | 09:38:14 |
Minijackson | I think it might be nice to rely less on the makefile targets for installing, it seems that they are not consistent across architectures | 09:38:44 |
Minijackson | another example: I think I recall the powerpc architecture doesn't have a way to compile all dtb files | 09:39:22 |
Minijackson | it would be good to look at how Yocto / Buildroot does the installation side of things | 09:39:47 |
Alyssa Ross | We could do it consistently across architectures, but only for recent kernels | 09:40:26 |
Alyssa Ross | We're stuck with this mess mostly because we support kernels released before like last year | 09:40:45 |
Minijackson | things got consistent since last year? | 09:41:27 |