LukeBaker Since you have indicated you're using the Beta version of ARTIQ, I used ARTIQ v6.7268.e31ee1f0.beta which is newer than the one you have. I guess you can try to rebuild the gateware and firmware using the latest ARTIQ build on ONE of our Nix channels:
Essentially, to enter the ARTIQ environment on your lab computer, you just need to enter a Nix shell using:
$ nix-channel --add https://your-desired-channel-url
$ nix-channel --update
$ nix-shell "<artiq-fast/shell-dev.nix>"
Then, download/obtain the ARTIQ description JSON file (inside of which the IP address should be modified to match your current network setting), connect your lab computer USB port to your Kasli USB/JTAG port, and then run the following to rebuild and reflash the gateware/firmware onto Kasli:
[nix-shell]$ python -m artiq.gateware.targets.kasli_generic /path/to/description.json
[nix-shell]$ artiq_flash -d artiq_kasli --srcbuild
Afterwards, run the following command and you should obtain a log showing the correct ARTIQ version number:
[nix-shell]$ artiq_coremgmt log
Let's see if reflashing the gateware/firmware would help.