| 9 Aug 2023 |
Ms. Connection | i keep getting
nvme nvme0: I/O 692 QID 4 timeout, completion polled errors in the serial console, and additionally reading from the drive is really slow | 00:40:37 |
Ms. Connection | unsure what's going on | 00:40:44 |
Ms. Connection | only getting like 86mb/s read from it | 00:41:32 |
Ms. Connection | could it be a driver issue ? | 00:41:36 |
Ms. Connection | found an issue for it | 00:53:17 |
Ms. Connection | https://forum.rvspace.org/t/nvme-i-o-timeouts/1545 | 00:53:18 |
Ms. Connection | may wanna add these to the kernel params misuzu | 00:53:42 |
raitobezarius | I don't think those params will solve anything | 04:12:58 |
Ms. Connection | i'll let you know if they help | 04:14:05 |
misuzu | In reply to @hive:the-apothecary.club may wanna add these to the kernel params misuzu Nope, same thing. It's likely the issue with the u-boot | 07:16:32 |
| Guilhem joined the room. | 09:28:29 |
Ms. Connection | the issue where the kernel can't initialize the nvme ? | 13:34:53 |
Ms. Connection | but i'm still able to boot | 13:35:16 |
misuzu | You're probably using vendor u-boot | 13:52:58 |
Ms. Connection | i am yea | 13:53:07 |
misuzu | I was talking about https://github.com/starfive-tech/VisionFive2/issues/72 | 13:54:08 |
Ms. Connection | yea i saw that, i thought that meant the nvme wouldn't boot ? | 13:54:30 |
misuzu | With upstream u-boot, yes | 13:54:47 |
Ms. Connection | but, it did boot | 13:55:19 |
misuzu | But you have vendor u-boot, not upstream | 13:55:32 |
Ms. Connection | oh, ok | 13:55:57 |
Ms. Connection | so it's not that issue then ? | 13:56:33 |
misuzu | Nope | 13:58:25 |
Ms. Connection | thit | 14:28:31 |
Ms. Connection | * https://github.com/starfive-tech/VisionFive2/issues/36 | 14:28:36 |
Ms. Connection | this is the issue i'm experiencing | 14:28:41 |
Ms. Connection | in the flake.nix, you reference "https://cache.ztier.in", is that the cache url for NickCao/nixpkgs ? or is it for native ? i'm trying to figure out how to setup the flake for the system | 15:26:11 |
[0x4A6F] | In reply to @alex:tunstall.xyz Is this at 1GHz or 1.5GHz? Stock 1GHz. | 15:35:46 |
misuzu | In reply to @hive:the-apothecary.club in the flake.nix, you reference "https://cache.ztier.in", is that the cache url for NickCao/nixpkgs ? or is it for native ? i'm trying to figure out how to setup the flake for the system It's for both | 16:26:11 |
misuzu | nix build .#nixosConfigurations.nixos-native.config.system.build.toplevel
nix build .#nixosConfigurations.nixos-cross.config.system.build.toplevel
| 16:27:37 |