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…]
<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
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