ris has quit [Ping timeout: 245 seconds]
orivej has joined #nixos-aarch64
t184256 has left #nixos-aarch64 [#nixos-aarch64]
zupo has joined #nixos-aarch64
zupo has quit [Client Quit]
zupo_ has joined #nixos-aarch64
t184256 has joined #nixos-aarch64
zupo_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zupo has joined #nixos-aarch64
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zupo has joined #nixos-aarch64
zupo has quit [Client Quit]
tilpner_ is now known as tilpner
ryantrinkle has joined #nixos-aarch64
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #nixos-aarch64
orivej has quit [Ping timeout: 245 seconds]
<samueldr> oh wow
<samueldr> this project is amazing
<samueldr> (look at the notes for more sensible details)
orivej has joined #nixos-aarch64
<adisbladis> samueldr: Oh wow, that's so cool!
<samueldr> the approach is wonderful
<samueldr> a bunch of scripts and explanations
<samueldr> in theory can be applied on other OEM forks
<samueldr> (will probably try it)
<samueldr> now if only I could get either the display or rndis going on that new device :/
<samueldr> though I have the vibration motor helping me figure things out blind
<samueldr> oh, or console-ramoops would be fine too :/
<adisbladis> samueldr: https://github.com/samueldr/mobile-nixos/ - if something is depending on libhybris should I make a PR to this repos overlay?
<adisbladis> What's the scope of that repo?
<samueldr> ooh, contributions ♥
<samueldr> yes, this repo's overlay is intended to host anything needed for mobile stuff
<samueldr> kind of a staging grounds to hopefully go into nixpkgs once ready
<samueldr> I may, along the way, split the overlay into discrete files like "staging" for stuff that will go in nixpkgs, "hacks" for hacks (hopefully with ways to toggle them on and off)
<samueldr> adisbladis: what are you working on?
ris has joined #nixos-aarch64
<samueldr> sounds (heh) about right then
ryantrinkle has quit [Ping timeout: 240 seconds]
orivej has quit [Ping timeout: 276 seconds]
<samueldr> FINALLY, got some debugging output; console-ramoops really wants a panic... and it looks like the spurious reboot I was having wasn't a panic?
<samueldr> and *then* console-ramoops didn't have the kernel output that I piped in /dev/kmsg
<samueldr> turns out /dev/kmsg wasn't being made as a device node, so it was just piping to a file...
<samueldr> had to mknod it manually
<samueldr> mount: mounting devtmpfs on /dev failed: No such device
<samueldr> that's a new one to me
<samueldr> and that explains it I think # CONFIG_DEVTMPFS is not set
tilpner has quit [Quit: WeeChat 2.6]
<craige> I was taking a poke around postmarketOS yesterday samueldr and saw that according to their docs, they've been unable to make calls on *any* device yet. :/