05:19
andi- has quit [Ping timeout: 272 seconds]
05:33
andi- has joined #nixos-on-your-router
07:21
NightA has joined #nixos-on-your-router
09:08
adisbladis has quit [Remote host closed the connection]
09:08
adisbladi has joined #nixos-on-your-router
09:55
teto has quit [Ping timeout: 260 seconds]
10:10
teto has joined #nixos-on-your-router
11:13
adisbladi is now known as adisbladis
14:02
<
mdlayher >
I got my Sierra Wireless MC7455 LTE modem up and running and am wondering how to manage that connection from within NixOS. AFAICT there is no module for mbim-network and friends so I'm considering writing one and pushing it upstream as services.mbim-network or similar. Before I do that, does anyone have any prior experience with MBIM or QMI modem device configs on NixOS?
15:34
teto1 has joined #nixos-on-your-router
16:58
<
flokli >
mdlayher: I have a systemd unit running some qmicli commands, which works most of the time
16:58
<
flokli >
this is a non-NixOS machine, and somewhat temp, so it's not nice
16:58
<
mdlayher >
i'm building a nice module for it now
16:59
<
flokli >
does mbim-network handle reconnecting etc?
16:59
<
mdlayher >
no idea, i'm new to it
16:59
<
flokli >
my qmicli command approach required some sort of handholding, and timers to restart it
16:59
<
flokli >
not sure if the modem is buggy, the base station is buggy or my userland
17:00
<
flokli >
I could also imagine just running NetworkManager/ModemManager
17:03
<
mdlayher >
i'll submit what i've built for discussion probably later today.
17:11
<
flokli >
cool. feel free to highlight me on it :-)
17:16
<
q3k >
okay, my switch now natively boots nixos
17:16
<
q3k >
i don't have an automated installer
17:16
<
q3k >
but turns out the default grub setup is perfectly fine with onie
17:16
<
flokli >
q3k: native is boring, cross-compilation is the future :-)
17:16
<
q3k >
you just have to add an extra entry to chainload to ONIE
17:17
<
q3k >
boot.loader.grub.extraEntries = ''
17:17
<
q3k >
menuentry ONIE {
17:17
<
q3k >
search --no-floppy --label --set=root ONIE-BOOT
17:17
<
q3k >
echo 'Loading ONIE ...'
17:17
<
q3k >
chainloader +1
17:17
<
q3k >
i'm not writing an automated installer yet, it's easy enough to do it from the interactive one
17:17
<
q3k >
for now i'll focus on actually trying to bring up the switch asic
17:17
<
q3k >
a friendly soul on another channel mentioned i should be looking into opennsa instead of opennsl
17:17
<
q3k >
because broadcom
19:17
<
{^_^} >
#91372 (by mdlayher, 1 minute ago, open): nixos/mbim-network: init
19:30
teto1 has quit [Ping timeout: 246 seconds]
19:58
teto1 has joined #nixos-on-your-router
20:08
teto1 has quit [Ping timeout: 272 seconds]
20:13
teto1 has joined #nixos-on-your-router
20:57
teto1 has quit [Ping timeout: 260 seconds]
21:03
teto1 has joined #nixos-on-your-router
22:44
teto1 has quit [Quit: WeeChat 2.8]
23:16
<
kiwiirc >
is this chan for nixos on more appliance types than just routers? i'm thinking like opensense based firewalls, freenas storage device, etc