wavirc22 has quit [Ping timeout: 260 seconds]
orivej has joined #nixos-aarch64
h0m1 has quit [Ping timeout: 246 seconds]
h0m1 has joined #nixos-aarch64
makefu has quit [Ping timeout: 260 seconds]
WilliButz has quit [Ping timeout: 260 seconds]
makefu has joined #nixos-aarch64
WilliButz has joined #nixos-aarch64
zupo has joined #nixos-aarch64
zupo has quit [Ping timeout: 265 seconds]
zupo has joined #nixos-aarch64
dongcarl6 has joined #nixos-aarch64
dongcarl has quit [Ping timeout: 260 seconds]
dongcarl6 is now known as dongcarl
zupo_ has joined #nixos-aarch64
zupo has quit [Ping timeout: 272 seconds]
rajivr___ has quit [Quit: Connection closed for inactivity]
zupo_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
orivej has quit [Ping timeout: 258 seconds]
zupo has joined #nixos-aarch64
wavirc22 has joined #nixos-aarch64
orivej has joined #nixos-aarch64
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<bennofs> has anyone here used ftrace to debug kernel issues at boot which don't panic, but where stage2 doesn't come up? Do I have to modify stage1 init to dump the ftrace captured trace to serial?
orivej has quit [Ping timeout: 265 seconds]
ryantrinkle has quit [Ping timeout: 268 seconds]
orivej has joined #nixos-aarch64
zupo has joined #nixos-aarch64
makefu has quit [Quit: WeeChat 2.6]
wavirc22 has quit [Quit: ZNC 1.6.6+deb1ubuntu0.2 - http://znc.in]
wavirc22 has joined #nixos-aarch64
makefu has joined #nixos-aarch64
v0|d has joined #nixos-aarch64
ryantrinkle has joined #nixos-aarch64
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
shad_ has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
shad_ has joined #nixos-aarch64
lovesegfault has joined #nixos-aarch64
orivej has quit [Ping timeout: 268 seconds]
lovesegfault has quit [Quit: WeeChat 2.7]
lovesegfault has joined #nixos-aarch64
zupo has joined #nixos-aarch64
zupo_ has joined #nixos-aarch64
zupo has quit [Ping timeout: 272 seconds]
<lovesegfault> samueldr: it askd for the wifi password over and over
<lovesegfault> even when/if I provide it
<samueldr> I couldn't say, haven't tried it myself
<samueldr> wireless is so atrocious here I don't want to use it
lovesegfault has quit [Ping timeout: 268 seconds]
lovesegfault has joined #nixos-aarch64
lovesegfault has quit [Ping timeout: 258 seconds]
lovesegfault has joined #nixos-aarch64
orivej has joined #nixos-aarch64
<bennofs> does someone have a nix expression for compiling device trees without recompiling the entire kernel already?
qyliss has quit [Quit: bye]
qyliss has joined #nixos-aarch64
qyliss has quit [Client Quit]
qyliss has joined #nixos-aarch64
<bennofs> anyway, here's how to build out-of-tree dtbs: https://gist.github.com/bennofs/5a2fe7098223257d97cc6d986f6cc4ac
lovesegfault has quit [Ping timeout: 268 seconds]
lovesegfault has joined #nixos-aarch64
<lovesegfault> samueldr: Are the rpi4 instructions up-to-date?
<samueldr> I don't know
<samueldr> which instructions?
<lovesegfault> In particular the "With GPU" section
<samueldr> probably
* lovesegfault tries
<samueldr> you tell me :)
<lovesegfault> I will :P
<lovesegfault> Problem: I don't have a damn micro-hdmi cable
<lovesegfault> So i'm going in blind
<andi-> good luck
<andi-> there are also serial ports
<samueldr> yeah, those micro HDMIs are annoying
<samueldr> they're so close to other ports some adapters WILL cause issues
<lovesegfault> samueldr: I got a long adapter, will arrive soon
<lovesegfault> andi-: I left my serial-USB converter at home :(
<samueldr> never leave home without your serial to USB converters!
<bennofs> usb to serial adapter was one of the best investments to debug stuff I made :)
<gchristensen> worth it to get a good one :)
<samueldr> and a few cheap ones
<samueldr> you can validate your cheap one is not flaking off with the good one
<samueldr> and leave the cheap ones in-situ
mDuff has joined #nixos-aarch64
mDuff has quit [Ping timeout: 268 seconds]
mDuff has joined #nixos-aarch64
<lovesegfault> Okay it's flashing
<lovesegfault> now to scan the network with 100 people for it
<lovesegfault> ffs
<lovesegfault> only my machine shows up :D
<bennofs> do you have a lan cable? i usually just connect it to my laptop directly for first boot, then you can run the dhcp on your laptop and know the ip easily
<bennofs> also you can use ipv6 link-local addresses if dhcp fails for some reason
<lovesegfault> bennofs: I could do that but I'm lazy to spin up dhcpd
<lovesegfault> I guess I will have to
* lovesegfault starts
<lovesegfault> bennofs: Success :)
<lovesegfault> samueldr: Yeah, can't get wifi to work
mDuff has quit [Ping timeout: 268 seconds]
<lovesegfault> brcmfmac: brcmf_cfg80211_connect: wl_set_key_mgmt failed (-22)
zupo_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<samueldr> lopsided98: if you receive a mail with a comment of mine that vanished from github... well it's obvious why
<lopsided98> I haven'
<samueldr> in time you could :)
<lopsided98> I haven't tested that update yet, don't merge it
<samueldr> yeah, I was looking at the changes and *I* got confused but thought you missed modDirVersion
ryantrinkle has quit [Ping timeout: 268 seconds]
mDuff has joined #nixos-aarch64
mDuff has quit [Ping timeout: 258 seconds]
bennofs has quit [Ping timeout: 272 seconds]
bennofs has joined #nixos-aarch64
bennofs has quit [Client Quit]
bennofs has joined #nixos-aarch64
<bennofs> nice, almost all non-mainstream rock64 changes are device-tree only. Only buggy TX offload workaround is not upstream, not sure if I'm willing to compile my own kernel just for that...
<bennofs> hmm, has anyone thought about just replacing single modules in kernels? So I'd use the hydra built kernel, but replace one module (stmacc) with one built from patched kernel sources